-- MySQL dump 10.13  Distrib 5.5.47-37.7, for Linux (x86_64)
--
-- Host: localhost    Database: numbersb_wp779
-- ------------------------------------------------------
-- Server version	5.5.47-37.7

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_ai1ec_event_category_colors`
--

DROP TABLE IF EXISTS `wp_ai1ec_event_category_colors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ai1ec_event_category_colors` (
  `term_id` bigint(20) NOT NULL,
  `term_color` varchar(255) NOT NULL,
  PRIMARY KEY (`term_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ai1ec_event_category_colors`
--

LOCK TABLES `wp_ai1ec_event_category_colors` WRITE;
/*!40000 ALTER TABLE `wp_ai1ec_event_category_colors` DISABLE KEYS */;
INSERT INTO `wp_ai1ec_event_category_colors` VALUES (3,'#dd55dd'),(4,'#dd4433'),(5,'#2266dd'),(7,'#0000aa'),(8,'#992200'),(9,'#6600aa');
/*!40000 ALTER TABLE `wp_ai1ec_event_category_colors` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=39964 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (3,'siteurl','http://www.numbersbalanced.com','yes'),(4,'blogname','Numbers Balanced Limited','yes'),(5,'blogdescription','Bookkeeping and Accounts','yes'),(6,'users_can_register','0','yes'),(7,'admin_email','director@numbersbalanced.com','yes'),(8,'start_of_week','1','yes'),(9,'use_balanceTags','','yes'),(10,'use_smilies','1','yes'),(11,'require_name_email','1','yes'),(12,'comments_notify','1','yes'),(13,'posts_per_rss','10','yes'),(14,'rss_use_excerpt','1','yes'),(15,'mailserver_url','mail.example.com','yes'),(16,'mailserver_login','login@example.com','yes'),(17,'mailserver_pass','password','yes'),(18,'mailserver_port','110','yes'),(19,'default_category','1','yes'),(20,'default_comment_status','closed','yes'),(21,'default_ping_status','closed','yes'),(22,'default_pingback_flag','1','yes'),(24,'posts_per_page','20','yes'),(25,'date_format','F j, Y','yes'),(26,'time_format','H:i','yes'),(27,'links_updated_date_format','F j, Y g:i a','yes'),(31,'comment_moderation','','yes'),(32,'moderation_notify','1','yes'),(33,'permalink_structure','/%postname%/','yes'),(35,'hack_file','0','yes'),(36,'blog_charset','UTF-8','yes'),(37,'moderation_keys','','no'),(38,'active_plugins','a:5:{i:1;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:3;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:4;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:5;s:40:\"wordpress-social-ring/wp-social-ring.php\";i:6;s:30:\"wp-basic-seo-meta/seo-meta.php\";}','yes'),(39,'home','http://www.numbersbalanced.com','yes'),(40,'category_base','','yes'),(41,'ping_sites','http://rpc.pingomatic.com/','yes'),(43,'comment_max_links','2','yes'),(44,'gmt_offset','','yes'),(45,'default_email_category','1','yes'),(46,'recently_edited','a:5:{i:0;s:69:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/style.css\";i:2;s:69:\"/home/numbersb/public_html/wp-content/plugins/revslider/revslider.php\";i:3;s:83:\"/home/numbersb/public_html/wp-content/plugins/cyclone-slider-pro/cyclone-slider.php\";i:4;s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/footer.php\";i:5;s:68:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page.php\";}','no'),(47,'template','virtue_premium','yes'),(48,'stylesheet','virtue_premium','yes'),(49,'comment_whitelist','1','yes'),(50,'blacklist_keys','','no'),(51,'comment_registration','','yes'),(53,'html_type','text/html','yes'),(54,'use_trackback','0','yes'),(55,'default_role','subscriber','yes'),(56,'db_version','38590','yes'),(57,'uploads_use_yearmonth_folders','1','yes'),(58,'upload_path','','yes'),(59,'blog_public','1','yes'),(60,'default_link_category','2','yes'),(61,'show_on_front','page','yes'),(62,'tag_base','','yes'),(63,'show_avatars','1','yes'),(64,'avatar_rating','G','yes'),(65,'upload_url_path','','yes'),(66,'thumbnail_size_w','150','yes'),(67,'thumbnail_size_h','150','yes'),(68,'thumbnail_crop','1','yes'),(69,'medium_size_w','300','yes'),(70,'medium_size_h','300','yes'),(71,'avatar_default','mystery','yes'),(74,'large_size_w','1024','yes'),(75,'large_size_h','1024','yes'),(76,'image_default_link_type','file','yes'),(77,'image_default_size','','yes'),(78,'image_default_align','','yes'),(79,'close_comments_for_old_posts','','yes'),(80,'close_comments_days_old','14','yes'),(81,'thread_comments','1','yes'),(82,'thread_comments_depth','5','yes'),(83,'page_comments','','yes'),(84,'comments_per_page','50','yes'),(85,'default_comments_page','newest','yes'),(86,'comment_order','asc','yes'),(87,'sticky_posts','a:0:{}','yes'),(88,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(89,'widget_text','a:4:{i:2;a:3:{s:5:\"title\";s:16:\"Send us an Email\";s:4:\"text\";s:14:\"[contact_form]\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:20:\"Follow us on Twitter\";s:4:\"text\";s:438:\"<a class=\"twitter-timeline\"  href=\"https://twitter.com/Numbersbalanced\"  data-widget-id=\"483608852969959425\">Tweets by @Numbersbalanced</a>\r\n    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:19:\"Like us on Facebook\";s:4:\"text\";s:371:\"<iframe src=\"//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FNumbersBalanced&amp;width&amp;height=558&amp;colorscheme=light&amp;show_faces=true&amp;header=false&amp;stream=true&amp;show_border=true&amp;appId=116531035112645\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; height:558px;\" allowTransparency=\"true\"></iframe>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(90,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91,'timezone_string','Europe/London','yes'),(93,'embed_size_w','','yes'),(94,'embed_size_h','600','yes'),(96,'page_on_front','32','yes'),(97,'default_post_format','0','yes'),(98,'initial_db_version','19470','yes'),(99,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(100,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_pages','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"menu_order\";s:7:\"exclude\";s:0:\"\";}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:6:\"text-4\";i:1;s:20:\"kadence_image_grid-2\";i:2;s:24:\"widget_kadence_contact-2\";i:3;s:6:\"text-3\";i:4;s:6:\"text-2\";i:5;s:7:\"pages-3\";i:6;s:27:\"social_ring_fanbox_widget-2\";i:7;s:6:\"meta-2\";i:8;s:14:\"recent-posts-2\";}s:15:\"sidebar-primary\";a:1:{i:0;s:19:\"a2a_follow_widget-2\";}s:10:\"homewidget\";a:0:{}s:14:\"footer_third_1\";a:0:{}s:14:\"footer_third_2\";a:0:{}s:14:\"footer_third_3\";a:0:{}s:8:\"footer_1\";a:1:{i:0;s:7:\"pages-2\";}s:8:\"sidebar1\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(230,'theme_mods_twentyeleven','a:9:{s:16:\"header_textcolor\";s:5:\"blank\";s:12:\"header_image\";s:73:\"http://numbersbalanced.com/wp-content/uploads/2012/04/Numbersbalanced.jpg\";s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:22:\"background_image_thumb\";s:0:\"\";s:17:\"background_repeat\";s:8:\"repeat-y\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1404130674;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"meta-2\";i:1;s:14:\"recent-posts-2\";}s:14:\"ca-sidebar-521\";a:1:{i:0;s:6:\"text-2\";}s:14:\"ca-sidebar-305\";a:0:{}s:14:\"ca-sidebar-245\";a:1:{i:0;s:7:\"pages-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:14:\"ca-sidebar-631\";a:1:{i:1;s:7:\"pages-3\";}}}}','yes'),(106,'cron','a:7:{i:1512062865;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1512086460;a:1:{s:26:\"monsterinsights_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1512086700;a:1:{s:21:\"yst_ga_aggregate_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1512090959;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1512129821;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1512134236;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(115,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:26:\"http://numbersbalanced.com\";s:4:\"link\";s:102:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://numbersbalanced.com/\";s:3:\"url\";s:138:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://numbersbalanced.com/wp/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(116,'current_theme','Virtue - Premium','yes'),(618,'widget_cuform_widget','a:3:{i:3;a:3:{s:5:\"title\";s:15:\"Contact Us Form\";s:7:\"subject\";s:0:\"\";s:2:\"to\";s:0:\"\";}i:4;a:3:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"subject\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(619,'contact_us_form','a:18:{s:8:\"to_email\";s:24:\"info@numbersbalanced.com\";s:10:\"from_email\";s:0:\"\";s:3:\"css\";s:0:\"\";s:6:\"msg_ok\";s:51:\"Thank you for contacting us. We shall reply shortly\";s:7:\"msg_err\";s:50:\"Sorry. An error occured while sending the message!\";s:6:\"submit\";s:10:\"Send Email\";s:7:\"captcha\";i:1;s:13:\"captcha_label\";s:0:\"\";s:8:\"captcha2\";i:0;s:17:\"captcha2_question\";s:0:\"\";s:15:\"captcha2_answer\";s:0:\"\";s:6:\"subpre\";s:10:\"Contact Us\";s:7:\"field_1\";s:0:\"\";s:7:\"field_2\";s:0:\"\";s:7:\"field_3\";s:0:\"\";s:7:\"field_4\";s:0:\"\";s:7:\"field_5\";s:0:\"\";s:8:\"hideform\";i:0;}','yes'),(3142,'uninstall_plugins','a:2:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:36:\"contact-form-plugin/contact_form.php\";s:23:\"cntctfrm_delete_options\";}','no'),(14229,'category_children','a:0:{}','yes'),(162,'_transient_random_seed','42b6040eaa0116c0b644347d667f7451','yes'),(167,'recently_activated','a:2:{s:29:\"j-shortcodes/j-shortcodes.php\";i:1511981998;s:25:\"add-to-any/add-to-any.php\";i:1511978996;}','yes'),(26596,'rewrite_rules','a:177:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"portfolio-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-type=$matches[1]&feed=$matches[2]\";s:50:\"portfolio-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-type=$matches[1]&feed=$matches[2]\";s:31:\"portfolio-type/([^/]+)/embed/?$\";s:47:\"index.php?portfolio-type=$matches[1]&embed=true\";s:43:\"portfolio-type/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio-type=$matches[1]&paged=$matches[2]\";s:25:\"portfolio-type/([^/]+)/?$\";s:36:\"index.php?portfolio-type=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio-tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio-tag=$matches[1]\";s:39:\"amn_mi-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"amn_mi-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"amn_mi-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"amn_mi-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"amn_mi-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"amn_mi-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"amn_mi-lite/([^/]+)/embed/?$\";s:44:\"index.php?amn_mi-lite=$matches[1]&embed=true\";s:32:\"amn_mi-lite/([^/]+)/trackback/?$\";s:38:\"index.php?amn_mi-lite=$matches[1]&tb=1\";s:40:\"amn_mi-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&paged=$matches[2]\";s:47:\"amn_mi-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&cpage=$matches[2]\";s:36:\"amn_mi-lite/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?amn_mi-lite=$matches[1]&page=$matches[2]\";s:28:\"amn_mi-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"amn_mi-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"amn_mi-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"amn_mi-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"amn_mi-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"amn_mi-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"testimonial-group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-group=$matches[1]&feed=$matches[2]\";s:53:\"testimonial-group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-group=$matches[1]&feed=$matches[2]\";s:34:\"testimonial-group/([^/]+)/embed/?$\";s:50:\"index.php?testimonial-group=$matches[1]&embed=true\";s:46:\"testimonial-group/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?testimonial-group=$matches[1]&paged=$matches[2]\";s:28:\"testimonial-group/([^/]+)/?$\";s:39:\"index.php?testimonial-group=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"staff-group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?staff-group=$matches[1]&feed=$matches[2]\";s:47:\"staff-group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?staff-group=$matches[1]&feed=$matches[2]\";s:28:\"staff-group/([^/]+)/embed/?$\";s:44:\"index.php?staff-group=$matches[1]&embed=true\";s:40:\"staff-group/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?staff-group=$matches[1]&paged=$matches[2]\";s:22:\"staff-group/([^/]+)/?$\";s:33:\"index.php?staff-group=$matches[1]\";s:33:\"staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"staff/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"staff/([^/]+)/embed/?$\";s:38:\"index.php?staff=$matches[1]&embed=true\";s:26:\"staff/([^/]+)/trackback/?$\";s:32:\"index.php?staff=$matches[1]&tb=1\";s:34:\"staff/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&paged=$matches[2]\";s:41:\"staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?staff=$matches[1]&cpage=$matches[2]\";s:30:\"staff/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?staff=$matches[1]&page=$matches[2]\";s:22:\"staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"staff/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=32&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(12241,'theme_mods_virtue_premium','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:18:\"primary_navigation\";i:16;s:17:\"mobile_navigation\";i:18;s:17:\"topbar_navigation\";i:17;}s:18:\"custom_css_post_id\";i:-1;s:14:\"virtue_premium\";a:1:{s:16:\"font_mobile_menu\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:7:\"#128702\";}}}','yes'),(12242,'theme_switched','','yes'),(12243,'virtue_premium','a:392:{s:8:\"last_tab\";s:1:\"7\";s:12:\"boxed_layout\";s:5:\"boxed\";s:12:\"sidebar_side\";s:5:\"right\";s:12:\"header_style\";s:6:\"shrink\";s:13:\"header_height\";s:3:\"164\";s:22:\"side_header_menu_width\";s:9:\"33.333333\";s:13:\"sticky_header\";s:1:\"1\";s:20:\"shrink_center_header\";s:1:\"0\";s:27:\"shrink_center_header_height\";s:3:\"120\";s:22:\"m_center_sticky_header\";s:1:\"0\";s:15:\"m_sticky_header\";s:1:\"0\";s:11:\"logo_layout\";s:8:\"logoleft\";s:14:\"primary_sticky\";s:1:\"0\";s:21:\"x1_virtue_logo_upload\";a:5:{s:3:\"url\";s:90:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/Numbers-Balanced-Retina-Logo.png\";s:2:\"id\";s:3:\"923\";s:6:\"height\";s:3:\"164\";s:5:\"width\";s:3:\"500\";s:9:\"thumbnail\";s:98:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/Numbers-Balanced-Retina-Logo-150x150.png\";}s:21:\"x2_virtue_logo_upload\";a:5:{s:3:\"url\";s:90:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/Numbers-Balanced-Retina-Logo.png\";s:2:\"id\";s:3:\"923\";s:6:\"height\";s:3:\"164\";s:5:\"width\";s:3:\"500\";s:9:\"thumbnail\";s:98:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/Numbers-Balanced-Retina-Logo-150x150.png\";}s:15:\"font_logo_style\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"32px\";s:11:\"line-height\";s:4:\"40px\";s:5:\"color\";s:0:\"\";}s:15:\"logo_below_text\";s:46:\"all the numbers in your business ... balanced!\";s:18:\"font_tagline_style\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:7:\"#81d742\";}s:16:\"logo_padding_top\";s:2:\"25\";s:19:\"logo_padding_bottom\";s:2:\"10\";s:17:\"logo_padding_left\";s:1:\"0\";s:18:\"logo_padding_right\";s:1:\"0\";s:15:\"menu_margin_top\";s:2:\"40\";s:18:\"menu_margin_bottom\";s:2:\"10\";s:20:\"virtue_banner_upload\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"virtue_banner_link\";s:0:\"\";s:37:\"sitewide_after_header_shortcode_input\";s:0:\"\";s:13:\"mobile_header\";s:1:\"0\";s:25:\"mobile_header_tablet_show\";s:1:\"0\";s:18:\"mobile_header_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"mobile_header_height\";s:2:\"60\";s:20:\"mobile_header_sticky\";s:1:\"0\";s:18:\"mobile_header_cart\";s:1:\"0\";s:20:\"mobile_header_search\";s:1:\"0\";s:24:\"mobile_header_search_woo\";s:1:\"0\";s:6:\"topbar\";s:1:\"1\";s:13:\"topbar_mobile\";s:1:\"0\";s:12:\"topbar_icons\";s:1:\"0\";s:16:\"topbar_icon_menu\";a:1:{i:0;a:12:{s:6:\"icon_o\";s:13:\"icon-bullhorn\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:47:\"All the numbers in your business ... balanced!!\";s:4:\"link\";s:1:\"#\";s:4:\"sort\";s:1:\"0\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}s:14:\"show_cartcount\";s:1:\"0\";s:13:\"topbar_search\";s:1:\"1\";s:13:\"topbar_widget\";s:1:\"0\";s:13:\"topbar_layout\";s:1:\"0\";s:13:\"footer_layout\";s:6:\"threec\";s:21:\"sitewide_calltoaction\";s:1:\"0\";s:20:\"sitewide_action_text\";s:0:\"\";s:21:\"sitewide_action_color\";s:0:\"\";s:24:\"sitewide_action_text_btn\";s:0:\"\";s:20:\"sitewide_action_link\";s:0:\"\";s:25:\"sitewide_action_btn_color\";s:0:\"\";s:24:\"sitewide_action_bg_color\";s:0:\"\";s:31:\"sitewide_action_btn_color_hover\";s:0:\"\";s:30:\"sitewide_action_bg_color_hover\";s:0:\"\";s:23:\"sitewide_action_padding\";s:2:\"20\";s:26:\"sitewide_action_background\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:31:\"sitewide_footer_shortcode_input\";s:0:\"\";s:13:\"choose_slider\";s:4:\"none\";s:19:\"above_header_slider\";s:1:\"0\";s:25:\"above_header_slider_arrow\";s:1:\"0\";s:19:\"home_cyclone_slider\";s:0:\"\";s:11:\"home_slider\";a:1:{i:0;a:11:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}s:11:\"slider_size\";s:3:\"400\";s:17:\"slider_size_width\";s:4:\"1140\";s:15:\"slider_autoplay\";s:1:\"1\";s:16:\"slider_pausetime\";s:4:\"7000\";s:10:\"trans_type\";s:4:\"fade\";s:16:\"slider_transtime\";s:3:\"600\";s:15:\"slider_captions\";s:1:\"0\";s:11:\"video_embed\";s:0:\"\";s:13:\"mobile_switch\";s:1:\"0\";s:18:\"mobile_tablet_show\";s:1:\"0\";s:20:\"choose_mobile_slider\";s:4:\"none\";s:21:\"mobile_cyclone_slider\";s:0:\"\";s:18:\"home_mobile_slider\";a:1:{i:0;a:11:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}s:18:\"mobile_slider_size\";s:3:\"300\";s:24:\"mobile_slider_size_width\";s:3:\"480\";s:22:\"mobile_slider_autoplay\";s:1:\"1\";s:23:\"mobile_slider_pausetime\";s:4:\"7000\";s:17:\"mobile_trans_type\";s:4:\"fade\";s:23:\"mobile_slider_transtime\";s:3:\"600\";s:22:\"mobile_slider_captions\";s:1:\"0\";s:18:\"mobile_video_embed\";s:0:\"\";s:19:\"home_sidebar_layout\";s:7:\"sidebar\";s:12:\"home_sidebar\";s:15:\"sidebar-primary\";s:15:\"homepage_layout\";a:2:{s:8:\"disabled\";a:11:{s:7:\"placebo\";s:7:\"placebo\";s:9:\"block_one\";s:10:\"Page Title\";s:11:\"block_three\";s:17:\"Featured Products\";s:10:\"block_five\";s:17:\"Latest Blog Posts\";s:9:\"block_six\";s:18:\"Portfolio Carousel\";s:11:\"block_eight\";s:14:\"Portfolio Full\";s:9:\"block_two\";s:10:\"Image Menu\";s:10:\"block_nine\";s:16:\"On Sale Products\";s:9:\"block_ten\";s:21:\"Best Selling Products\";s:12:\"block_eleven\";s:15:\"Custom Carousel\";s:12:\"block_twelve\";s:16:\"Home Widget Area\";}s:7:\"enabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:10:\"block_four\";s:12:\"Page Content\";s:11:\"block_seven\";s:9:\"Icon Menu\";}}s:15:\"home_image_menu\";a:1:{i:0;a:11:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}s:22:\"home_image_menu_column\";s:1:\"3\";s:15:\"img_menu_height\";s:3:\"110\";s:23:\"img_menu_height_setting\";s:6:\"normal\";s:13:\"product_title\";s:0:\"\";s:24:\"home_product_feat_column\";s:1:\"4\";s:18:\"home_product_count\";s:1:\"6\";s:24:\"home_product_feat_scroll\";s:7:\"oneitem\";s:23:\"home_product_feat_speed\";s:1:\"9\";s:18:\"product_sale_title\";s:0:\"\";s:24:\"home_product_sale_column\";s:1:\"4\";s:23:\"home_product_sale_count\";s:1:\"6\";s:24:\"home_product_sale_scroll\";s:7:\"oneitem\";s:23:\"home_product_sale_speed\";s:1:\"9\";s:18:\"product_best_title\";s:0:\"\";s:24:\"home_product_best_column\";s:1:\"4\";s:23:\"home_product_best_count\";s:1:\"6\";s:24:\"home_product_best_scroll\";s:7:\"oneitem\";s:23:\"home_product_best_speed\";s:1:\"9\";s:10:\"blog_title\";s:19:\"Fresh from our Blog\";s:15:\"home_post_count\";s:1:\"3\";s:16:\"home_post_column\";s:1:\"2\";s:14:\"home_post_type\";s:0:\"\";s:20:\"home_post_word_count\";s:2:\"34\";s:15:\"portfolio_title\";s:0:\"\";s:30:\"home_portfolio_carousel_column\";s:1:\"3\";s:30:\"home_portfolio_carousel_height\";s:0:\"\";s:29:\"home_portfolio_carousel_count\";s:1:\"6\";s:29:\"home_portfolio_carousel_speed\";s:1:\"9\";s:30:\"home_portfolio_carousel_scroll\";s:7:\"oneitem\";s:20:\"home_portfolio_order\";s:10:\"menu_order\";s:19:\"portfolio_show_type\";s:1:\"0\";s:22:\"portfolio_show_excerpt\";s:1:\"0\";s:21:\"custom_carousel_title\";s:0:\"\";s:26:\"home_custom_carousel_items\";a:1:{i:0;a:11:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}s:27:\"home_custom_carousel_column\";s:1:\"4\";s:27:\"home_custom_carousel_scroll\";s:7:\"oneitem\";s:17:\"home_custom_speed\";s:1:\"9\";s:31:\"home_custom_carousel_imageratio\";s:1:\"0\";s:9:\"icon_menu\";a:6:{i:0;a:12:{s:6:\"icon_o\";s:11:\"icon-pencil\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:11:\"Bookkeeping\";s:11:\"description\";s:115:\"We take care of your books for you, so you can get back to the job of running your business and generating profits!\";s:4:\"link\";s:52:\"http://www.numbersbalanced.com/services/bookkeeping/\";s:4:\"sort\";s:1:\"5\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:1;a:12:{s:6:\"icon_o\";s:8:\"icon-pen\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:8:\"Accounts\";s:11:\"description\";s:97:\"We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.\";s:4:\"link\";s:49:\"http://www.numbersbalanced.com/services/accounts/\";s:4:\"sort\";s:1:\"6\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:2;a:12:{s:6:\"icon_o\";s:9:\"icon-coin\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:7:\"Payroll\";s:11:\"description\";s:122:\"Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.\";s:4:\"link\";s:48:\"http://www.numbersbalanced.com/services/payroll/\";s:4:\"sort\";s:1:\"7\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:3;a:12:{s:6:\"icon_o\";s:11:\"icon-credit\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:14:\"Credit Control\";s:11:\"description\";s:101:\"Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.\";s:4:\"link\";s:55:\"http://www.numbersbalanced.com/services/credit-control/\";s:4:\"sort\";s:1:\"8\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:4;a:12:{s:6:\"icon_o\";s:11:\"icon-filter\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:8:\"Cashflow\";s:11:\"description\";s:104:\"The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. \";s:4:\"link\";s:60:\"http://www.numbersbalanced.com/services/cashflow-management/\";s:4:\"sort\";s:1:\"9\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:5;a:12:{s:6:\"icon_o\";s:10:\"icon-books\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:14:\"Knowledge Base\";s:11:\"description\";s:105:\"We know that as a Small business owner, you are faced to have to wear many hats. Here is how we can help.\";s:4:\"link\";s:46:\"http://www.numbersbalanced.com/knowledge-base/\";s:4:\"sort\";s:2:\"10\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}s:21:\"home_icon_menu_column\";s:1:\"3\";s:13:\"icon_bg_color\";s:7:\"#33743c\";s:15:\"icon_font_color\";s:7:\"#ffffff\";s:20:\"portfolio_full_title\";s:0:\"\";s:26:\"portfolio_full_show_filter\";s:1:\"0\";s:15:\"home_port_count\";s:1:\"8\";s:25:\"home_portfolio_full_order\";s:10:\"menu_order\";s:26:\"home_portfolio_full_layout\";s:6:\"normal\";s:17:\"home_port_columns\";s:1:\"4\";s:26:\"home_portfolio_full_height\";s:0:\"\";s:22:\"portfolio_full_masonry\";s:1:\"0\";s:24:\"portfolio_full_show_type\";s:1:\"0\";s:27:\"portfolio_full_show_excerpt\";s:1:\"0\";s:23:\"home_portfolio_lightbox\";s:1:\"0\";s:17:\"home_post_summery\";s:7:\"summery\";s:14:\"home_post_grid\";s:1:\"0\";s:22:\"home_post_grid_columns\";s:10:\"fourcolumn\";s:19:\"product_shop_layout\";s:1:\"4\";s:11:\"shop_layout\";s:4:\"full\";s:12:\"shop_sidebar\";s:15:\"sidebar-primary\";s:15:\"shop_cat_layout\";s:4:\"full\";s:16:\"shop_cat_sidebar\";s:15:\"sidebar-primary\";s:17:\"products_per_page\";s:2:\"12\";s:15:\"product_fitrows\";s:1:\"1\";s:11:\"shop_filter\";s:1:\"0\";s:10:\"cat_filter\";s:1:\"0\";s:14:\"infinitescroll\";s:1:\"0\";s:11:\"shop_toggle\";s:1:\"0\";s:12:\"shop_excerpt\";s:1:\"0\";s:11:\"shop_rating\";s:1:\"1\";s:13:\"outofstocktag\";s:1:\"0\";s:16:\"shop_hide_action\";s:1:\"1\";s:16:\"product_img_flip\";s:1:\"0\";s:22:\"product_quantity_input\";s:1:\"1\";s:18:\"product_cat_layout\";s:1:\"4\";s:21:\"product_cat_img_ratio\";s:13:\"widelandscape\";s:15:\"font_shop_title\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:0:\"\";}s:20:\"shop_title_uppercase\";s:1:\"0\";s:21:\"shop_title_min_height\";s:2:\"40\";s:14:\"shop_img_ratio\";s:6:\"square\";s:18:\"product_img_resize\";s:1:\"1\";s:19:\"product_simg_resize\";s:1:\"1\";s:11:\"shop_slider\";s:1:\"0\";s:18:\"choose_shop_slider\";s:4:\"none\";s:19:\"shop_cyclone_slider\";s:0:\"\";s:18:\"shop_slider_images\";a:1:{i:0;a:11:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"sort\";s:2:\"11\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}s:16:\"shop_slider_size\";s:3:\"400\";s:22:\"shop_slider_size_width\";s:4:\"1140\";s:20:\"shop_slider_autoplay\";s:1:\"1\";s:21:\"shop_slider_pausetime\";s:4:\"7000\";s:15:\"shop_trans_type\";s:4:\"fade\";s:21:\"shop_slider_transtime\";s:3:\"600\";s:20:\"shop_slider_captions\";s:1:\"0\";s:20:\"singleproduct_layout\";s:6:\"normal\";s:23:\"product_sidebar_default\";s:2:\"no\";s:31:\"product_sidebar_default_sidebar\";s:15:\"sidebar-primary\";s:13:\"product_radio\";s:1:\"0\";s:11:\"product_nav\";s:1:\"0\";s:12:\"product_tabs\";s:1:\"1\";s:19:\"product_tabs_scroll\";s:1:\"0\";s:16:\"ptab_description\";s:2:\"10\";s:15:\"ptab_additional\";s:2:\"20\";s:12:\"ptab_reviews\";s:2:\"30\";s:10:\"ptab_video\";s:2:\"40\";s:13:\"custom_tab_01\";s:1:\"0\";s:13:\"custom_tab_02\";s:1:\"0\";s:13:\"custom_tab_03\";s:1:\"0\";s:16:\"related_products\";s:1:\"1\";s:19:\"related_item_column\";s:1:\"4\";s:19:\"portfolio_permalink\";s:0:\"\";s:18:\"portfolio_comments\";s:1:\"0\";s:36:\"portfolio_header_single_image_height\";s:1:\"0\";s:14:\"portfolio_link\";s:0:\"\";s:19:\"portfolio_arrow_nav\";s:3:\"all\";s:20:\"portfolio_tax_column\";s:1:\"4\";s:19:\"portfolio_tax_items\";s:2:\"12\";s:19:\"portfolio_tax_order\";s:10:\"menu_order\";s:20:\"portfolio_tax_height\";s:0:\"\";s:21:\"portfolio_tax_masonry\";s:1:\"0\";s:22:\"portfolio_tax_lightbox\";s:1:\"1\";s:26:\"portfolio_type_under_title\";s:1:\"1\";s:26:\"portfolio_tax_show_excerpt\";s:1:\"0\";s:27:\"portfolio_recent_car_column\";s:1:\"4\";s:31:\"portfolio_recent_carousel_speed\";s:1:\"9\";s:26:\"portfolio_recent_car_items\";s:1:\"8\";s:32:\"portfolio_recent_carousel_scroll\";s:7:\"oneitem\";s:15:\"post_word_count\";s:2:\"40\";s:23:\"custom_excerpt_readmore\";s:1:\"1\";s:14:\"close_comments\";s:1:\"0\";s:11:\"hide_author\";s:1:\"1\";s:13:\"hide_postedin\";s:1:\"1\";s:16:\"hide_commenticon\";s:1:\"0\";s:13:\"hide_postdate\";s:1:\"0\";s:14:\"show_postlinks\";s:1:\"1\";s:16:\"postlinks_in_cat\";s:3:\"all\";s:19:\"blog_infinitescroll\";s:1:\"1\";s:23:\"blog_cat_infinitescroll\";s:1:\"0\";s:24:\"blogpost_sidebar_default\";s:3:\"yes\";s:20:\"post_summery_default\";s:4:\"text\";s:26:\"post_summery_default_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"post_head_default\";s:4:\"none\";s:31:\"post_header_single_image_height\";s:1:\"1\";s:19:\"post_author_default\";s:3:\"yes\";s:21:\"post_carousel_default\";s:2:\"no\";s:25:\"blog_similar_random_order\";s:1:\"0\";s:21:\"post_carousel_columns\";s:1:\"3\";s:21:\"category_post_summary\";s:7:\"summary\";s:25:\"category_post_grid_column\";s:1:\"3\";s:15:\"blog_cat_layout\";s:7:\"sidebar\";s:16:\"blog_cat_sidebar\";s:15:\"sidebar-primary\";s:15:\"skin_stylesheet\";s:11:\"default.css\";s:13:\"primary_color\";s:7:\"#33743c\";s:15:\"primary20_color\";s:7:\"#407246\";s:15:\"gray_font_color\";s:0:\"\";s:16:\"footerfont_color\";s:7:\"#000000\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:17:\"bg_content_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"content_bg_repeat\";s:0:\"\";s:21:\"content_bg_placementx\";s:0:\"\";s:21:\"content_bg_placementy\";s:0:\"\";s:15:\"topbar_bg_color\";s:0:\"\";s:16:\"bg_topbar_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"topbar_bg_repeat\";s:0:\"\";s:20:\"topbar_bg_placementx\";s:0:\"\";s:20:\"topbar_bg_placementy\";s:0:\"\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:16:\"bg_header_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"header_bg_repeat\";s:0:\"\";s:20:\"header_bg_placementx\";s:0:\"\";s:20:\"header_bg_placementy\";s:0:\"\";s:13:\"menu_bg_color\";s:0:\"\";s:14:\"bg_menu_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"menu_bg_repeat\";s:0:\"\";s:18:\"menu_bg_placementx\";s:0:\"\";s:18:\"menu_bg_placementy\";s:0:\"\";s:15:\"mobile_bg_color\";s:0:\"\";s:16:\"bg_mobile_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"mobile_bg_repeat\";s:0:\"\";s:20:\"mobile_bg_placementx\";s:0:\"\";s:20:\"mobile_bg_placementy\";s:0:\"\";s:16:\"feature_bg_color\";s:0:\"\";s:17:\"bg_feature_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"feature_bg_repeat\";s:0:\"\";s:21:\"feature_bg_placementx\";s:0:\"\";s:21:\"feature_bg_placementy\";s:0:\"\";s:15:\"footer_bg_color\";s:7:\"#ffffff\";s:16:\"bg_footer_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"footer_bg_repeat\";s:0:\"\";s:20:\"footer_bg_placementx\";s:0:\"\";s:20:\"footer_bg_placementy\";s:0:\"\";s:14:\"boxed_bg_color\";s:7:\"#ffffff\";s:15:\"bg_boxed_bg_img\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"boxed_bg_repeat\";s:8:\"repeat-y\";s:19:\"boxed_bg_placementx\";s:6:\"center\";s:19:\"boxed_bg_placementy\";s:6:\"center\";s:14:\"boxed_bg_fixed\";s:6:\"scroll\";s:13:\"boxed_bg_size\";s:0:\"\";s:7:\"font_h1\";a:9:{s:11:\"font-family\";s:13:\"Tahoma,Geneva\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"38px\";s:11:\"line-height\";s:4:\"40px\";s:5:\"color\";s:7:\"#33743C\";}s:7:\"font_h2\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"32px\";s:11:\"line-height\";s:4:\"40px\";s:5:\"color\";s:0:\"\";}s:7:\"font_h3\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"40px\";s:5:\"color\";s:0:\"\";}s:7:\"font_h4\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"40px\";s:5:\"color\";s:0:\"\";}s:7:\"font_h5\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"24px\";s:5:\"color\";s:0:\"\";}s:6:\"font_p\";a:9:{s:11:\"font-family\";s:5:\"Arial\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:0:\"\";}s:17:\"show_subindicator\";s:1:\"0\";s:11:\"menu_search\";s:1:\"0\";s:15:\"menu_search_woo\";s:1:\"0\";s:9:\"menu_cart\";s:1:\"0\";s:17:\"font_primary_menu\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"18px\";s:5:\"color\";s:7:\"#33743c\";}s:23:\"primarymenu_hover_color\";s:7:\"#ecdc00\";s:26:\"primarymenu_hover_bg_color\";s:7:\"#ffffff\";s:19:\"font_secondary_menu\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"22px\";s:5:\"color\";s:0:\"\";}s:25:\"secondarymenu_hover_color\";s:0:\"\";s:28:\"secondarymenu_hover_bg_color\";s:0:\"\";s:19:\"secondary_menu_size\";s:5:\"16.5%\";s:19:\"dropdown_font_color\";s:0:\"\";s:25:\"dropdown_background_color\";s:0:\"\";s:21:\"dropdown_border_color\";s:0:\"\";s:23:\"dropdown_menu_font_size\";a:2:{s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:9:\"inheritpx\";}s:25:\"dropdown_font_hover_color\";s:0:\"\";s:15:\"show_mobile_btn\";s:1:\"0\";s:23:\"mobile_submenu_collapse\";s:1:\"0\";s:16:\"font_mobile_menu\";a:9:{s:11:\"font-family\";s:4:\"Lato\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"20px\";s:5:\"color\";s:7:\"#128702\";}s:22:\"mobilemenu_hover_color\";s:0:\"\";s:25:\"mobilemenu_hover_bg_color\";s:0:\"\";s:16:\"mobile_menu_text\";s:0:\"\";s:23:\"search_placeholder_text\";s:0:\"\";s:21:\"cart_placeholder_text\";s:0:\"\";s:21:\"sold_placeholder_text\";s:0:\"\";s:21:\"sale_placeholder_text\";s:0:\"\";s:25:\"wc_clear_placeholder_text\";s:0:\"\";s:29:\"notavailable_placeholder_text\";s:0:\"\";s:12:\"post_by_text\";s:0:\"\";s:15:\"post_incat_text\";s:0:\"\";s:15:\"filter_all_text\";s:0:\"\";s:16:\"shop_filter_text\";s:0:\"\";s:21:\"portfolio_filter_text\";s:0:\"\";s:20:\"description_tab_text\";s:0:\"\";s:23:\"description_header_text\";s:0:\"\";s:18:\"post_readmore_text\";s:0:\"\";s:31:\"additional_information_tab_text\";s:0:\"\";s:34:\"additional_information_header_text\";s:0:\"\";s:14:\"video_tab_text\";s:0:\"\";s:16:\"video_title_text\";s:0:\"\";s:16:\"reviews_tab_text\";s:0:\"\";s:21:\"related_products_text\";s:0:\"\";s:23:\"wc_upsell_products_text\";s:0:\"\";s:21:\"lightbox_loading_text\";s:0:\"\";s:16:\"lightbox_of_text\";s:0:\"\";s:19:\"lightbox_error_text\";s:0:\"\";s:21:\"show_breadcrumbs_shop\";s:1:\"0\";s:24:\"show_breadcrumbs_product\";s:1:\"0\";s:21:\"show_breadcrumbs_post\";s:1:\"0\";s:26:\"show_breadcrumbs_portfolio\";s:1:\"0\";s:22:\"show_breadcrumbs_staff\";s:1:\"0\";s:10:\"staff_link\";s:0:\"\";s:21:\"show_breadcrumbs_page\";s:1:\"0\";s:20:\"home_breadcrumb_text\";s:0:\"\";s:9:\"blog_link\";s:0:\"\";s:16:\"shop_breadcrumbs\";s:1:\"0\";s:13:\"page_comments\";s:1:\"0\";s:15:\"page_title_show\";s:1:\"1\";s:22:\"testimonial_single_nav\";s:1:\"0\";s:16:\"testimonial_page\";s:0:\"\";s:17:\"hide_image_border\";s:1:\"0\";s:20:\"remove_image_padding\";s:1:\"0\";s:14:\"select2_select\";s:1:\"1\";s:21:\"virtue_custom_favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"contact_email\";s:24:\"info@numbersbalanced.com\";s:11:\"footer_text\";s:80:\"        [copyright] [the-year] [site-name]   Registered In England. No. 07599932\";s:14:\"search_sidebar\";s:15:\"sidebar-primary\";s:13:\"search_layout\";s:4:\"grid\";s:13:\"cust_sidebars\";a:1:{i:0;s:9:\"Home Page\";}s:14:\"page_max_width\";s:1:\"0\";s:16:\"smooth_scrolling\";s:1:\"1\";s:21:\"smooth_scrolling_hide\";s:1:\"0\";s:27:\"smooth_scrolling_background\";s:1:\"0\";s:14:\"virtue_gallery\";s:1:\"0\";s:22:\"virtue_gallery_masonry\";s:1:\"1\";s:16:\"gallery_captions\";s:1:\"0\";s:17:\"virtue_animate_in\";s:1:\"1\";s:16:\"kadence_lightbox\";s:1:\"0\";s:14:\"google_map_api\";s:0:\"\";s:16:\"google_analytics\";s:0:\"\";s:10:\"seo_switch\";s:1:\"0\";s:13:\"seo_sitetitle\";s:0:\"\";s:19:\"seo_sitedescription\";s:0:\"\";s:10:\"custom_css\";s:1242:\".kad-header-style-three #nav-main ul.sf-menu > li > a {\r\noverflow: hidden;\r\npadding-top: 10px;\r\n}\r\n.kad-header-style-three .sf-menu li a i {\r\nfont-size: 28px;\r\ndisplay: block;\r\nposition: absolute;\r\nmargin-right: 0;\r\nwidth: 100%;\r\ntext-align: center;\r\nleft: 0;\r\ntop: -15px;\r\nvertical-align: bottom;\r\nline-height: inherit;\r\nheight: 100%;\r\n}\r\n@media (max-width: 1200px) {\r\n.kad-header-style-three #nav-main ul.sf-menu > li > a {\r\npadding-left: 10px;\r\npadding-right:10px;\r\n}\r\n}\r\n.topbarmenu ul li a {\r\n    font-family: times new roman;\r\n    font-size: 18px;\r\n    font-style: italic;\r\n    font-weight: bold;\r\n}\r\n.boxed .contentclass, .boxed .headerclass, .boxed .footerclass, .boxed .navcontainer, .boxed .featclass {\r\n    border-top: 1px solid #33743c;\r\n    margin-top: 5px;\r\n}\r\n.jayq-smoothness .ui-state-default a, .jayq-smoothness .ui-state-default a:link, .jayq-smoothness .ui-state-default a:visited {\r\n    margin-left: 10px;\r\n    text-transform: uppercase;\r\n}\r\n.thumbpad {\r\n    display: block;\r\n    float: left;\r\n    height: 150px;\r\n    margin-right: 20px;\r\n    width: 150px;\r\n}\r\n.thumbborder {\r\n    background: none repeat scroll 0 0 #fff;\r\n    border: 1px solid #999;\r\n    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);\r\n    padding: 5px;\r\n}\";s:21:\"kadence_woo_extension\";s:1:\"1\";s:27:\"kadence_portfolio_extension\";s:1:\"1\";s:23:\"kadence_staff_extension\";s:1:\"1\";s:29:\"kadence_testimonial_extension\";s:1:\"1\";s:31:\"kadence_header_footer_extension\";s:1:\"0\";s:17:\"enable_custom_404\";s:1:\"0\";s:15:\"custom_404_page\";s:0:\"\";s:19:\"kt_revslider_notice\";s:1:\"0\";s:26:\"hide_rev_activation_notice\";s:1:\"1\";s:23:\"kt_cycloneslider_notice\";s:1:\"1\";s:23:\"kt_kadenceslider_notice\";s:1:\"0\";s:21:\"kt_pagebuilder_notice\";s:1:\"1\";s:17:\"kt_tinymce_notice\";s:1:\"1\";s:10:\"rev_slider\";s:6:\"select\";s:9:\"kt_slider\";s:6:\"select\";s:10:\"ksp_slider\";s:6:\"select\";s:10:\"mobile_ksp\";s:6:\"select\";s:8:\"shop_ksp\";s:6:\"select\";s:17:\"mobile_rev_slider\";s:6:\"select\";s:15:\"shop_rev_slider\";s:6:\"select\";}','yes'),(12244,'virtue_premium-transients','a:2:{s:14:\"changed_values\";a:2:{s:8:\"last_tab\";s:0:\"\";s:9:\"icon_menu\";a:6:{i:0;a:12:{s:6:\"icon_o\";s:11:\"icon-pencil\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:11:\"Bookkeeping\";s:11:\"description\";s:115:\"We take care of your books for you, so you can get back to the job of running your business and generating profits!\";s:4:\"link\";s:52:\"http://www.numbersbalanced.com/services/bookkeeping/\";s:4:\"sort\";s:1:\"5\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:1;a:12:{s:6:\"icon_o\";s:8:\"icon-pen\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:8:\"Accounts\";s:11:\"description\";s:97:\"We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.\";s:4:\"link\";s:49:\"http://www.numbersbalanced.com/services/accounts/\";s:4:\"sort\";s:1:\"6\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:2;a:12:{s:6:\"icon_o\";s:9:\"icon-coin\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:7:\"Payroll\";s:11:\"description\";s:122:\"Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.\";s:4:\"link\";s:48:\"http://www.numbersbalanced.com/services/payroll/\";s:4:\"sort\";s:1:\"7\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:3;a:12:{s:6:\"icon_o\";s:11:\"icon-credit\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:14:\"Credit Control\";s:11:\"description\";s:101:\"Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.\";s:4:\"link\";s:55:\"http://www.numbersbalanced.com/services/credit-control/\";s:4:\"sort\";s:1:\"8\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:4;a:12:{s:6:\"icon_o\";s:11:\"icon-filter\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:8:\"Cashflow\";s:11:\"description\";s:104:\"The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. \";s:4:\"link\";s:60:\"http://www.numbersbalanced.com/services/cashflow-management/\";s:4:\"sort\";s:1:\"9\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}i:5;a:12:{s:6:\"icon_o\";s:10:\"icon-books\";s:3:\"url\";s:0:\"\";s:5:\"title\";s:14:\"Knowledge Base\";s:11:\"description\";s:81:\"We know that as a Small business owner, you are faced to have to wear many hats. \";s:4:\"link\";s:46:\"http://www.numbersbalanced.com/knowledge-base/\";s:4:\"sort\";s:2:\"10\";s:13:\"attachment_id\";s:0:\"\";s:5:\"thumb\";s:0:\"\";s:5:\"image\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"target\";s:1:\"0\";}}}s:9:\"last_save\";i:1511973135;}','yes'),(12245,'siteorigin_panels_initial_version','1.4.12','no'),(12246,'revslider_checktables','1','yes'),(12247,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(12248,'revslider-update-check-short','1404420902','yes'),(12249,'revslider-valid-notice','false','yes'),(12307,'widget_kadence_image_grid','a:2:{i:2;a:5:{s:5:\"title\";s:15:\"Latest Articles\";s:6:\"number\";i:6;s:6:\"thecat\";s:0:\"\";s:7:\"thetype\";s:0:\"\";s:10:\"gridchoice\";s:4:\"post\";}s:12:\"_multiwidget\";i:1;}','yes'),(12256,'product_cat_slider','a:5:{i:0;b:0;i:16;a:0:{}i:17;a:0:{}i:18;a:0:{}i:14;a:0:{}}','yes'),(12257,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(12313,'widget_social_ring_fanbox_widget','a:2:{i:2;a:7:{s:12:\"widget_title\";s:19:\"Like us on Facebook\";s:9:\"data-href\";s:40:\"https://www.facebook.com/NumbersBalanced\";s:17:\"data-color-scheme\";s:5:\"light\";s:15:\"data-show-faces\";s:4:\"true\";s:11:\"data-header\";s:4:\"true\";s:11:\"data-stream\";s:5:\"false\";s:16:\"data-show-border\";s:4:\"true\";}s:12:\"_multiwidget\";i:1;}','yes'),(12314,'widget_widget_kadence_contact','a:2:{i:2;a:9:{s:5:\"title\";s:16:\"Numbers Balanced\";s:7:\"company\";s:15:\"Contact Details\";s:4:\"name\";s:16:\"Jennifer Muwonge\";s:14:\"street_address\";s:16:\"Suite 34, 67- 68\";s:8:\"locality\";s:13:\"Hatton Garden\";s:6:\"region\";s:6:\"London\";s:11:\"postal_code\";s:8:\"EC1N 8JY\";s:3:\"tel\";s:15:\"+44 7799 485741\";s:5:\"email\";s:24:\"J.Muwonge@btinternet.com\";}s:12:\"_multiwidget\";i:1;}','yes'),(20296,'widget_siteorigin-panels-post-content','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20297,'widget_siteorigin-panels-postloop','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20298,'widget_social_ring_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(19349,'redux_version_upgraded_from','3.4.4.4','yes'),(20303,'widget_virtue_about_with_image','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20304,'widget_virtue_imgmenu_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20305,'widget_virtue_infobox_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20306,'widget_kadence_recent_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20307,'widget_kadence_testimonials_slider','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2613,'mr_social_sharing_buttons','a:20:{s:7:\"fb_like\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:7:\"fb_send\";a:1:{s:4:\"type\";s:4:\"none\";}s:8:\"fb_share\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"icon_large\";}s:8:\"tw_tweet\";a:3:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";s:2:\"id\";s:15:\"NumbersBalanced\";}s:9:\"bf_buffer\";a:2:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";}s:7:\"gl_plus\";a:1:{s:4:\"type\";s:4:\"none\";}s:12:\"pn_pinterest\";a:1:{s:4:\"type\";s:4:\"none\";}s:8:\"li_share\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:7:\"xi_xing\";a:1:{s:4:\"type\";s:4:\"none\";}s:9:\"tu_tumblr\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"su_stumble\";a:1:{s:4:\"type\";s:4:\"none\";}s:12:\"dl_delicious\";a:1:{s:4:\"type\";s:4:\"none\";}s:7:\"dg_digg\";a:1:{s:4:\"type\";s:4:\"none\";}s:9:\"rd_reddit\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"ms_myspace\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"hv_respect\";a:1:{s:4:\"type\";s:10:\"horizontal\";}s:7:\"ml_send\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"ln_break_1\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_2\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_3\";a:1:{s:4:\"type\";s:0:\"\";}}','yes'),(2609,'page_for_posts','557','yes'),(1390,'events_categories_children','a:0:{}','yes'),(233,'widget_widget_twentyeleven_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2545,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12306,'widget_widget_kadence_social','a:2:{i:2;a:16:{s:5:\"title\";s:16:\"Connect with Us!\";s:8:\"facebook\";s:40:\"https://www.facebook.com/NumbersBalanced\";s:7:\"twitter\";s:35:\"https://twitter.com/Numbersbalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:73:\"http://www.linkedin.com/company/numbers-balanced-limited?trk=company_name\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:3:\"rss\";s:36:\"http://www.numbersbalanced.com/feed/\";}s:12:\"_multiwidget\";i:1;}','yes'),(4004,'wp_social_ring_options','a:24:{s:27:\"social_visible_buttons_list\";s:102:\"social_facebook_like_button|social_facebook_share_button|social_twitter_button|social_linkedin_button|\";s:27:\"social_facebook_like_button\";i:0;s:28:\"social_facebook_share_button\";i:0;s:21:\"social_twitter_button\";i:0;s:20:\"social_google_button\";i:0;s:26:\"social_google_share_button\";i:0;s:20:\"social_pin_it_button\";i:0;s:22:\"social_linkedin_button\";i:0;s:21:\"social_stumble_button\";i:0;s:19:\"social_print_button\";i:0;s:24:\"social_create_pdf_button\";i:0;s:24:\"social_send_email_button\";i:0;s:14:\"social_on_home\";i:0;s:15:\"social_on_pages\";i:0;s:15:\"social_on_posts\";i:1;s:18:\"social_on_category\";i:0;s:17:\"social_on_archive\";i:0;s:21:\"social_before_content\";i:0;s:20:\"social_after_content\";i:1;s:14:\"button_counter\";s:10:\"horizontal\";s:8:\"language\";s:7:\"English\";s:17:\"facebook_language\";s:5:\"en_US\";s:15:\"google_language\";s:5:\"en-US\";s:16:\"twitter_language\";s:2:\"en\";}','yes'),(12486,'revslider-latest-version','4.5.7','yes'),(768,'_transient_plugins_delete_result_1','1','yes'),(471,'polldaddy_use_ssl','0','yes'),(472,'polldaddy_api_key','3c592b39-a404-6e89-53dc-0000210f0831','yes'),(473,'pd-rating-usercode','$P$Bkb/9xCJOBkuRbByfu6lgoXrxr4HZf.','yes'),(474,'pd-usercode-1','$P$Bkb/9xCJOBkuRbByfu6lgoXrxr4HZf.','yes'),(2546,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1214,'cas_db_version','2.0','yes'),(2612,'widget_mr-social-sharing-toolkit-follow-widget','a:3:{i:2;a:1:{s:12:\"widget_title\";s:0:\"\";}i:3;a:1:{s:12:\"widget_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1931,'J-Shortcodes','a:6:{s:20:\"j-shortcodes-version\";s:5:\"1.407\";s:15:\"disable-wpautop\";s:0:\"\";s:10:\"custom_css\";s:119:\".gallery img {border:none;}\n.gallery .nav-prev, .gallery .nav-next { width:auto;}\nul.filmstrip li { list-style: none; }\";s:20:\"webmaster_subscribed\";s:0:\"\";s:13:\"jquery_themes\";a:5:{s:7:\"blitzer\";s:1:\"0\";s:9:\"cupertino\";s:1:\"0\";s:8:\"overcast\";s:1:\"0\";s:10:\"smoothness\";s:1:\"1\";s:5:\"vader\";s:1:\"0\";}s:16:\"jgallery_enabled\";s:1:\"1\";}','yes'),(279,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(286,'ftp_credentials','a:3:{s:8:\"hostname\";s:19:\"numbersbalanced.com\";s:8:\"username\";s:8:\"numbersb\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(1005,'pd-rating-posts-id','5583714','yes'),(1008,'pd-rating-pages','0','yes'),(1006,'pd-rating-posts','0','yes'),(1007,'pd-rating-pages-id','5583718','yes'),(2614,'mr_social_sharing_shortcode_buttons','a:20:{s:7:\"fb_like\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:7:\"fb_send\";a:1:{s:4:\"type\";s:4:\"none\";}s:8:\"fb_share\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:8:\"tw_tweet\";a:3:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";}s:9:\"bf_buffer\";a:2:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";}s:7:\"gl_plus\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:12:\"pn_pinterest\";a:1:{s:4:\"type\";s:4:\"none\";}s:8:\"li_share\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:7:\"xi_xing\";a:1:{s:4:\"type\";s:4:\"none\";}s:9:\"tu_tumblr\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"su_stumble\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:12:\"dl_delicious\";a:1:{s:4:\"type\";s:4:\"none\";}s:7:\"dg_digg\";a:1:{s:4:\"type\";s:4:\"none\";}s:9:\"rd_reddit\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"ms_myspace\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"hv_respect\";a:1:{s:4:\"type\";s:10:\"horizontal\";}s:7:\"ml_send\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"ln_break_1\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_2\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_3\";a:1:{s:4:\"type\";s:0:\"\";}}','yes'),(2615,'mr_social_sharing_widget_buttons','a:20:{s:7:\"fb_like\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:4:\"none\";}s:7:\"fb_send\";a:1:{s:4:\"type\";s:4:\"none\";}s:8:\"fb_share\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"icon_large\";}s:8:\"tw_tweet\";a:3:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"icon_large\";s:2:\"id\";s:15:\"NumbersBalanced\";}s:9:\"bf_buffer\";a:2:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";}s:7:\"gl_plus\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"horizontal\";}s:12:\"pn_pinterest\";a:1:{s:4:\"type\";s:4:\"none\";}s:8:\"li_share\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"horizontal\";}s:7:\"xi_xing\";a:1:{s:4:\"type\";s:4:\"none\";}s:9:\"tu_tumblr\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"su_stumble\";a:2:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"horizontal\";}s:12:\"dl_delicious\";a:1:{s:4:\"type\";s:4:\"none\";}s:7:\"dg_digg\";a:1:{s:4:\"type\";s:4:\"none\";}s:9:\"rd_reddit\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"ms_myspace\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"hv_respect\";a:1:{s:4:\"type\";s:10:\"horizontal\";}s:7:\"ml_send\";a:1:{s:4:\"type\";s:4:\"none\";}s:10:\"ln_break_1\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_2\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_3\";a:1:{s:4:\"type\";s:0:\"\";}}','yes'),(2616,'mr_social_sharing_follow_buttons','a:22:{s:15:\"follow_facebook\";a:3:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"icon_large\";s:2:\"id\";s:15:\"NumbersBalanced\";}s:14:\"follow_twitter\";a:3:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"icon_large\";s:2:\"id\";s:15:\"NumbersBalanced\";}s:11:\"follow_plus\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:16:\"follow_pinterest\";a:2:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";}s:13:\"follow_linked\";a:2:{s:4:\"type\";s:10:\"icon_large\";s:2:\"id\";s:0:\"\";}s:16:\"follow_linked_co\";a:3:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:10:\"icon_large\";s:2:\"id\";s:35:\"http://www.linkedin.com/in/jmuwonge\";}s:19:\"follow_linked_group\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:11:\"follow_xing\";a:2:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";}s:13:\"follow_tumblr\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:14:\"follow_myspace\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:12:\"follow_hyves\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:14:\"follow_youtube\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:13:\"follow_flickr\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:12:\"follow_500px\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:13:\"follow_picasa\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:14:\"follow_deviant\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:13:\"follow_lastfm\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:14:\"follow_spotify\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:10:\"follow_rss\";a:2:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";}s:10:\"ln_break_1\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_2\";a:1:{s:4:\"type\";s:0:\"\";}s:10:\"ln_break_3\";a:1:{s:4:\"type\";s:0:\"\";}}','yes'),(2617,'mr_social_sharing_display','span','yes'),(2618,'mr_social_sharing_shortcode_display','span','yes'),(2619,'mr_social_sharing_widget_display','div','yes'),(2620,'mr_social_sharing_follow_display','span','yes'),(2621,'mr_social_sharing_align','_top','yes'),(2622,'mr_social_sharing_shortcode_align','','yes'),(2623,'mr_social_sharing_widget_align','_top','yes'),(2624,'mr_social_sharing_follow_align','_top','yes'),(2625,'mr_social_sharing_position','bottom','yes'),(2626,'mr_social_sharing_types','a:1:{i:0;s:4:\"post\";}','yes'),(2627,'mr_social_sharing_enable_shortcode','1','yes'),(2628,'mr_social_sharing_include_excerpts','0','yes'),(2629,'mr_social_sharing_button_order','a:20:{i:0;s:7:\"fb_like\";i:1;s:7:\"fb_send\";i:2;s:8:\"fb_share\";i:3;s:8:\"tw_tweet\";i:4;s:9:\"bf_buffer\";i:5;s:7:\"gl_plus\";i:6;s:12:\"pn_pinterest\";i:7;s:8:\"li_share\";i:8;s:7:\"xi_xing\";i:9;s:9:\"tu_tumblr\";i:10;s:10:\"su_stumble\";i:11;s:12:\"dl_delicious\";i:12;s:7:\"dg_digg\";i:13;s:9:\"rd_reddit\";i:14;s:10:\"ms_myspace\";i:15;s:10:\"hv_respect\";i:16;s:7:\"ml_send\";i:17;s:10:\"ln_break_1\";i:18;s:10:\"ln_break_2\";i:19;s:10:\"ln_break_3\";}','yes'),(2630,'mr_social_sharing_shortcode_button_order','a:20:{i:0;s:7:\"fb_like\";i:1;s:7:\"fb_send\";i:2;s:8:\"fb_share\";i:3;s:8:\"tw_tweet\";i:4;s:9:\"bf_buffer\";i:5;s:7:\"gl_plus\";i:6;s:12:\"pn_pinterest\";i:7;s:8:\"li_share\";i:8;s:7:\"xi_xing\";i:9;s:9:\"tu_tumblr\";i:10;s:10:\"su_stumble\";i:11;s:12:\"dl_delicious\";i:12;s:7:\"dg_digg\";i:13;s:9:\"rd_reddit\";i:14;s:10:\"ms_myspace\";i:15;s:10:\"hv_respect\";i:16;s:7:\"ml_send\";i:17;s:10:\"ln_break_1\";i:18;s:10:\"ln_break_2\";i:19;s:10:\"ln_break_3\";}','yes'),(2631,'mr_social_sharing_widget_button_order','a:20:{i:0;s:7:\"fb_like\";i:1;s:7:\"fb_send\";i:2;s:8:\"fb_share\";i:3;s:8:\"tw_tweet\";i:4;s:9:\"bf_buffer\";i:5;s:7:\"gl_plus\";i:6;s:12:\"pn_pinterest\";i:7;s:8:\"li_share\";i:8;s:7:\"xi_xing\";i:9;s:9:\"tu_tumblr\";i:10;s:10:\"su_stumble\";i:11;s:12:\"dl_delicious\";i:12;s:7:\"dg_digg\";i:13;s:9:\"rd_reddit\";i:14;s:10:\"ms_myspace\";i:15;s:10:\"hv_respect\";i:16;s:7:\"ml_send\";i:17;s:10:\"ln_break_1\";i:18;s:10:\"ln_break_2\";i:19;s:10:\"ln_break_3\";}','yes'),(2632,'mr_social_sharing_follow_button_order','a:22:{i:0;s:15:\"follow_facebook\";i:1;s:14:\"follow_twitter\";i:2;s:11:\"follow_plus\";i:3;s:16:\"follow_pinterest\";i:4;s:13:\"follow_linked\";i:5;s:16:\"follow_linked_co\";i:6;s:19:\"follow_linked_group\";i:7;s:11:\"follow_xing\";i:8;s:13:\"follow_tumblr\";i:9;s:14:\"follow_myspace\";i:10;s:12:\"follow_hyves\";i:11;s:14:\"follow_youtube\";i:12;s:13:\"follow_flickr\";i:13;s:12:\"follow_500px\";i:14;s:13:\"follow_picasa\";i:15;s:14:\"follow_deviant\";i:16;s:13:\"follow_lastfm\";i:17;s:14:\"follow_spotify\";i:18;s:10:\"follow_rss\";i:19;s:10:\"ln_break_1\";i:20;s:10:\"ln_break_2\";i:21;s:10:\"ln_break_3\";}','yes'),(2633,'mr_social_sharing_linkify_content','0','yes'),(2634,'mr_social_sharing_linkify_comments','0','yes'),(2635,'mr_social_sharing_linkify_new','1','yes'),(2636,'mr_social_sharing_twitter_handles','0','yes'),(2637,'mr_social_sharing_twitter_hashtags','0','yes'),(2638,'mr_social_sharing_js_footer','1','yes'),(2639,'mr_social_sharing_no_follow','0','yes'),(2640,'mr_social_sharing_pinterest','a:1:{s:13:\"default_image\";s:0:\"\";}','yes'),(2641,'mr_social_sharing_bitly','a:2:{s:8:\"username\";s:0:\"\";s:3:\"key\";s:0:\"\";}','yes'),(2642,'mr_social_sharing_opengraph','a:1:{s:13:\"default_image\";s:0:\"\";}','yes'),(3143,'db_upgraded','','yes'),(4592,'link_manager_enabled','1','yes'),(34336,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:6:\"6.0.16\";s:14:\"installed_date\";i:1489416033;s:13:\"installed_pro\";b:0;}','yes'),(14129,'yst_ga','a:1:{s:10:\"ga_general\";a:25:{s:14:\"manual_ua_code\";i:1;s:20:\"manual_ua_code_field\";s:13:\"UA-41028305-1\";s:12:\"allow_anchor\";b:0;s:16:\"add_allow_linker\";b:0;s:14:\"anonymous_data\";b:0;s:14:\"track_outbound\";b:1;s:26:\"track_internal_as_outbound\";s:0:\"\";s:23:\"track_internal_as_label\";s:0:\"\";s:19:\"extensions_of_files\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:12:\"ignore_users\";a:0:{}s:7:\"version\";s:5:\"5.5.3\";s:17:\"analytics_profile\";N;s:16:\"enable_universal\";i:0;s:12:\"demographics\";i:0;s:13:\"anonymize_ips\";i:0;s:17:\"track_download_as\";s:5:\"event\";s:14:\"track_full_url\";s:6:\"domain\";s:18:\"subdomain_tracking\";N;s:16:\"tag_links_in_rss\";i:0;s:11:\"custom_code\";N;s:10:\"debug_mode\";i:0;s:10:\"ga_general\";a:21:{s:17:\"analytics_profile\";N;s:14:\"manual_ua_code\";i:0;s:20:\"manual_ua_code_field\";N;s:26:\"track_internal_as_outbound\";N;s:23:\"track_internal_as_label\";N;s:14:\"track_outbound\";i:0;s:14:\"anonymous_data\";i:0;s:16:\"enable_universal\";i:0;s:12:\"demographics\";i:0;s:12:\"ignore_users\";a:1:{i:0;s:6:\"editor\";}s:13:\"anonymize_ips\";i:0;s:17:\"track_download_as\";s:5:\"event\";s:19:\"extensions_of_files\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:14:\"track_full_url\";s:6:\"domain\";s:18:\"subdomain_tracking\";N;s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";N;s:10:\"debug_mode\";i:0;s:12:\"firebug_lite\";i:0;}s:22:\"analytics_profile_code\";N;s:19:\"dashboards_disabled\";i:0;s:25:\"enhanced_link_attribution\";i:0;}}','yes'),(10233,'bstwbsftwppdtplgns_options','a:1:{s:8:\"bws_menu\";a:1:{s:7:\"version\";a:1:{s:36:\"contact-form-plugin/contact_form.php\";s:5:\"1.8.2\";}}}','yes'),(10229,'wp_social_ring_retrocompatibility','1','yes'),(14138,'WPLANG','','yes'),(9033,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:28:\"director@numbersbalanced.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484659544;}','no'),(20299,'widget_virtue_calltoaction_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20300,'widget_virtue_carousel_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20301,'widget_virtue_gallery_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20302,'widget_virtue_gmap_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20289,'siteorigin_panels_settings','a:0:{}','yes'),(20294,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(20295,'widget_siteorigin-panels-builder','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(24531,'finished_splitting_shared_terms','1','yes'),(28874,'kt_api_manager','a:2:{s:10:\"kt_api_key\";s:0:\"\";s:16:\"activation_email\";s:0:\"\";}','yes'),(28875,'virtue_premium_api_key','virtue_premium','yes'),(28876,'kt_api_manager_virtue_premium_instance','5Jgba8bH0Um4','yes'),(28877,'kt_api_manager_virtue_premium_activated','Deactivated','yes'),(28868,'widget_virtue_split_content_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28869,'widget_virtue_icon_flip_box_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37333,'monsterinsights_tracking_notice','1','yes'),(26591,'site_icon','1291','yes'),(26592,'medium_large_size_w','768','yes'),(26593,'medium_large_size_h','0','yes'),(38456,'monsterinsights_notices','a:2:{s:30:\"monsterinsights_deprecated_php\";b:1;s:33:\"monsterinsights_automatic_updates\";b:1;}','yes'),(37338,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37339,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(32532,'fresh_site','0','yes'),(28151,'monsterinsights_welcome_1','1','yes'),(29976,'siteorigin_widgets_old_widgets','/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home/numbersb/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(29975,'siteorigin_widget_bundle_version','1.11.2','yes'),(29971,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29972,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29973,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29974,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29969,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(29970,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37340,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37341,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37356,'_amn_mi-lite_last_checked','1512000000','yes'),(39106,'siteorigin_widgets_new_widgets','a:0:{}','yes'),(39391,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31407,'monsterinsights_60_beta','1','yes'),(34340,'monsterinsights_settings','a:22:{s:14:\"manual_ua_code\";s:13:\"UA-41028305-1\";s:12:\"allow_anchor\";b:0;s:16:\"add_allow_linker\";b:0;s:26:\"track_internal_as_outbound\";s:0:\"\";s:23:\"track_internal_as_label\";s:0:\"\";s:19:\"extensions_of_files\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:12:\"ignore_users\";a:0:{}s:17:\"analytics_profile\";N;s:12:\"demographics\";i:0;s:13:\"anonymize_ips\";i:0;s:17:\"track_download_as\";s:5:\"event\";s:18:\"subdomain_tracking\";N;s:16:\"tag_links_in_rss\";i:0;s:11:\"custom_code\";N;s:10:\"debug_mode\";i:0;s:22:\"analytics_profile_code\";N;s:19:\"dashboards_disabled\";i:0;s:25:\"enhanced_link_attribution\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:3:\"php\";s:14:\"allow_tracking\";i:1;s:13:\"oauth_version\";s:5:\"1.0.0\";}','yes'),(35516,'siteorigin_panels_active_version','2.5.16','yes'),(34337,'monsterinsights_db_version','6.0.0','yes'),(34338,'monsterinsights_settings_version','6.0.0','yes'),(34339,'monsterinsights_current_version','6.0.16','yes'),(32474,'can_compress_scripts','1','no'),(39609,'_transient_timeout_kt_api_status_check','1512334256','no'),(39610,'_transient_kt_api_status_check','1','no'),(39604,'_site_transient_timeout_browser_c34fbe0893b504a8f7ca5b8e754e60a9','1512334236','no'),(39605,'_site_transient_browser_c34fbe0893b504a8f7ca5b8e754e60a9','a:10:{s:4:\"name\";s:14:\"Microsoft Edge\";s:7:\"version\";s:8:\"16.16299\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:8:\"15.15063\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(39959,'_site_transient_timeout_theme_roots','1512049710','no'),(39960,'_site_transient_theme_roots','a:5:{s:12:\"twentyeleven\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:6:\"virtue\";s:7:\"/themes\";s:14:\"virtue_premium\";s:7:\"/themes\";}','no'),(39948,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1512047914;s:15:\"version_checked\";s:5:\"4.9.1\";s:12:\"translations\";a:0:{}}','no'),(39949,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1512047917;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:49:\"content-aware-sidebars/content-aware-sidebars.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/content-aware-sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:6:\"plugin\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:11:\"new_version\";s:5:\"3.7.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/content-aware-sidebars/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/content-aware-sidebars.3.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-128x128.png?rev=1490338\";s:2:\"2x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1490323\";s:7:\"default\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1490323\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:78:\"https://ps.w.org/content-aware-sidebars/assets/banner-1544x500.png?rev=1352269\";s:2:\"1x\";s:77:\"https://ps.w.org/content-aware-sidebars/assets/banner-772x250.png?rev=1352269\";s:7:\"default\";s:78:\"https://ps.w.org/content-aware-sidebars/assets/banner-1544x500.png?rev=1352269\";}s:11:\"banners_rtl\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"6.2.6\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.6.2.6.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-128x128.png?rev=1598927\";s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:7:\"default\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=1598927\";s:7:\"default\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"j-shortcodes/j-shortcodes.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/j-shortcodes\";s:4:\"slug\";s:12:\"j-shortcodes\";s:6:\"plugin\";s:29:\"j-shortcodes/j-shortcodes.php\";s:11:\"new_version\";s:5:\"1.407\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/j-shortcodes/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/j-shortcodes.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:33:\"virtue-toolkit/virtue_toolkit.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/virtue-toolkit\";s:4:\"slug\";s:14:\"virtue-toolkit\";s:6:\"plugin\";s:33:\"virtue-toolkit/virtue_toolkit.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/virtue-toolkit/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/virtue-toolkit.4.5.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.5.16\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.5.16.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:7:\"default\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";s:7:\"default\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.11.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.11.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-128x128.png?rev=1044942\";s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";s:7:\"default\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";s:7:\"default\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";}s:11:\"banners_rtl\";a:0:{}}s:40:\"wordpress-social-ring/wp-social-ring.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/wordpress-social-ring\";s:4:\"slug\";s:21:\"wordpress-social-ring\";s:6:\"plugin\";s:40:\"wordpress-social-ring/wp-social-ring.php\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wordpress-social-ring/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/wordpress-social-ring.1.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/wordpress-social-ring/assets/icon-128x128.png?rev=1154925\";s:7:\"default\";s:74:\"https://ps.w.org/wordpress-social-ring/assets/icon-128x128.png?rev=1154925\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:76:\"https://ps.w.org/wordpress-social-ring/assets/banner-772x250.png?rev=1154925\";s:7:\"default\";s:76:\"https://ps.w.org/wordpress-social-ring/assets/banner-772x250.png?rev=1154925\";}s:11:\"banners_rtl\";a:0:{}}s:30:\"wp-basic-seo-meta/seo-meta.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/wp-basic-seo-meta\";s:4:\"slug\";s:17:\"wp-basic-seo-meta\";s:6:\"plugin\";s:30:\"wp-basic-seo-meta/seo-meta.php\";s:11:\"new_version\";s:4:\"1.01\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-basic-seo-meta/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-basic-seo-meta.1.01.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(39625,'_transient_timeout_sow:cleared','1512334486','no'),(39626,'_transient_sow:cleared','1','no'),(39704,'_transient_timeout_plugin_slugs','1512068398','no'),(39705,'_transient_plugin_slugs','a:11:{i:0;s:49:\"content-aware-sidebars/content-aware-sidebars.php\";i:1;s:37:\"cyclone-slider-pro/cyclone-slider.php\";i:2;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:3;s:29:\"j-shortcodes/j-shortcodes.php\";i:4;s:33:\"kadence-slider/kadence-slider.php\";i:5;s:33:\"virtue-toolkit/virtue_toolkit.php\";i:6;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:7;s:23:\"revslider/revslider.php\";i:8;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:9;s:40:\"wordpress-social-ring/wp-social-ring.php\";i:10;s:30:\"wp-basic-seo-meta/seo-meta.php\";}','no'),(39706,'widget_sow-taxonomy','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39707,'widget_sow-video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39708,'widget_sow-testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39709,'widget_sow-tabs','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39710,'widget_sow-price-table','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39711,'widget_sow-simple-masonry','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39712,'widget_sow-layout-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39713,'widget_sow-icon','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39714,'widget_sow-headline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39715,'widget_sow-hero','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39716,'widget_sow-features','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39717,'widget_sow-contact-form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39718,'widget_sow-accordion','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39895,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1511987233','no'),(39896,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4404;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2518;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2449;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2379;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1846;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1615;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1609;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1439;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1365;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1364;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1350;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1281;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1277;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1159;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1069;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1055;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1004;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:968;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:841;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:835;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:817;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:782;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:775;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:681;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:673;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:670;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:668;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:661;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:650;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:641;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:638;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:617;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:612;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:599;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:592;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:590;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:588;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:583;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:572;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:570;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:550;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:540;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:529;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:526;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:513;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:504;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:504;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:495;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:483;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:481;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:480;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:475;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:458;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:456;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:456;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:451;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:449;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:445;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:425;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:416;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:416;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:416;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:410;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:410;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:407;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:401;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:394;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:389;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:385;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:378;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:358;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:349;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:348;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:345;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:337;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:336;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:336;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:329;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:327;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:325;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:324;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:321;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:314;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:304;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:304;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:299;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:298;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:297;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:290;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:288;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:286;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:284;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:280;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:280;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:277;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:277;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:276;}}','no'),(39938,'_transient_timeout_files_0149829b5f9cc090d3ae619ad5e620177933cdfe77d209173027a7b','1511999778','no'),(39939,'_transient_files_0149829b5f9cc090d3ae619ad5e620177933cdfe77d209173027a7b','a:737:{s:7:\"404.php\";s:67:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/404.php\";s:11:\"archive.php\";s:71:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/archive.php\";s:34:\"assets/css/editor-style-virtue.css\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/editor-style-virtue.css\";s:25:\"assets/css/fonts/star.eot\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/star.eot\";s:25:\"assets/css/fonts/star.svg\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/star.svg\";s:25:\"assets/css/fonts/star.ttf\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/star.ttf\";s:26:\"assets/css/fonts/star.woff\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/star.woff\";s:33:\"assets/css/fonts/virtue_icons.eot\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/virtue_icons.eot\";s:33:\"assets/css/fonts/virtue_icons.svg\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/virtue_icons.svg\";s:33:\"assets/css/fonts/virtue_icons.ttf\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/virtue_icons.ttf\";s:34:\"assets/css/fonts/virtue_icons.woff\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/fonts/virtue_icons.woff\";s:26:\"assets/css/icon-select.css\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/icon-select.css\";s:27:\"assets/css/icon-select.less\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/icon-select.less\";s:25:\"assets/css/iconpicker.eot\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/iconpicker.eot\";s:25:\"assets/css/iconpicker.svg\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/iconpicker.svg\";s:25:\"assets/css/iconpicker.ttf\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/iconpicker.ttf\";s:26:\"assets/css/iconpicker.woff\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/iconpicker.woff\";s:20:\"assets/css/icons.css\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/icons.css\";s:37:\"assets/css/kad-framework/buttons.less\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/buttons.less\";s:34:\"assets/css/kad-framework/code.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/code.less\";s:50:\"assets/css/kad-framework/component-animations.less\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/component-animations.less\";s:35:\"assets/css/kad-framework/forms.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/forms.less\";s:34:\"assets/css/kad-framework/grid.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/grid.less\";s:39:\"assets/css/kad-framework/gridtight.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/gridtight.less\";s:43:\"assets/css/kad-framework/kad_framework.less\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/kad_framework.less\";s:35:\"assets/css/kad-framework/media.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/media.less\";s:36:\"assets/css/kad-framework/mixins.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/mixins.less\";s:35:\"assets/css/kad-framework/model.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/model.less\";s:34:\"assets/css/kad-framework/navs.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/navs.less\";s:39:\"assets/css/kad-framework/normalize.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/normalize.less\";s:35:\"assets/css/kad-framework/print.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/print.less\";s:43:\"assets/css/kad-framework/progress-bars.less\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/progress-bars.less\";s:50:\"assets/css/kad-framework/responsive-utilities.less\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/responsive-utilities.less\";s:41:\"assets/css/kad-framework/scaffolding.less\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/scaffolding.less\";s:36:\"assets/css/kad-framework/tables.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/tables.less\";s:37:\"assets/css/kad-framework/tooltip.less\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/tooltip.less\";s:34:\"assets/css/kad-framework/type.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/type.less\";s:39:\"assets/css/kad-framework/utilities.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/utilities.less\";s:39:\"assets/css/kad-framework/variables.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/variables.less\";s:35:\"assets/css/kad-framework/wells.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad-framework/wells.less\";s:30:\"assets/css/kad_adminstyles.css\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad_adminstyles.css\";s:28:\"assets/css/kad_framework.css\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/kad_framework.css\";s:18:\"assets/css/rtl.css\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/rtl.css\";s:30:\"assets/css/select2-spinner.gif\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/select2-spinner.gif\";s:22:\"assets/css/select2.png\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/select2.png\";s:24:\"assets/css/select2x2.png\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/select2x2.png\";s:26:\"assets/css/skins/blush.css\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/skins/blush.css\";s:27:\"assets/css/skins/citrus.css\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/skins/citrus.css\";s:28:\"assets/css/skins/default.css\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/skins/default.css\";s:27:\"assets/css/skins/forest.css\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/skins/forest.css\";s:27:\"assets/css/skins/pebble.css\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/skins/pebble.css\";s:27:\"assets/css/skins/redhot.css\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/skins/redhot.css\";s:24:\"assets/css/skins/sky.css\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/skins/sky.css\";s:37:\"assets/css/virtue-less/authorbox.less\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/authorbox.less\";s:36:\"assets/css/virtue-less/bloglist.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/bloglist.less\";s:38:\"assets/css/virtue-less/blogsingle.less\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/blogsingle.less\";s:33:\"assets/css/virtue-less/boxed.less\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/boxed.less\";s:36:\"assets/css/virtue-less/carousel.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/carousel.less\";s:32:\"assets/css/virtue-less/cart.less\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/cart.less\";s:36:\"assets/css/virtue-less/checkout.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/checkout.less\";s:39:\"assets/css/virtue-less/column-grid.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/column-grid.less\";s:36:\"assets/css/virtue-less/comments.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/comments.less\";s:39:\"assets/css/virtue-less/contactform.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/contactform.less\";s:34:\"assets/css/virtue-less/events.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/events.less\";s:38:\"assets/css/virtue-less/flexslider.less\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/flexslider.less\";s:34:\"assets/css/virtue-less/footer.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/footer.less\";s:35:\"assets/css/virtue-less/general.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/general.less\";s:34:\"assets/css/virtue-less/header.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/header.less\";s:36:\"assets/css/virtue-less/homepage.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/homepage.less\";s:33:\"assets/css/virtue-less/icons.less\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/icons.less\";s:35:\"assets/css/virtue-less/isotope.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/isotope.less\";s:38:\"assets/css/virtue-less/kad-button.less\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/kad-button.less\";s:34:\"assets/css/virtue-less/layout.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/layout.less\";s:36:\"assets/css/virtue-less/lightbox.less\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/lightbox.less\";s:39:\"assets/css/virtue-less/media-query.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/media-query.less\";s:37:\"assets/css/virtue-less/myaccount.less\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/myaccount.less\";s:31:\"assets/css/virtue-less/nav.less\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/nav.less\";s:40:\"assets/css/virtue-less/page_builder.less\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/page_builder.less\";s:40:\"assets/css/virtue-less/photogallery.less\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/photogallery.less\";s:43:\"assets/css/virtue-less/portfoliosingle.less\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/portfoliosingle.less\";s:33:\"assets/css/virtue-less/print.less\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/print.less\";s:35:\"assets/css/virtue-less/product.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/product.less\";s:46:\"assets/css/virtue-less/product_categories.less\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/product_categories.less\";s:47:\"assets/css/virtue-less/product_filter_yith.less\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/product_filter_yith.less\";s:43:\"assets/css/virtue-less/product_imgflip.less\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/product_imgflip.less\";s:34:\"assets/css/virtue-less/search.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/search.less\";s:35:\"assets/css/virtue-less/select2.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/select2.less\";s:32:\"assets/css/virtue-less/shop.less\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/shop.less\";s:38:\"assets/css/virtue-less/shortcodes.less\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/shortcodes.less\";s:35:\"assets/css/virtue-less/sidebar.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/sidebar.less\";s:39:\"assets/css/virtue-less/skinclasses.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/skinclasses.less\";s:39:\"assets/css/virtue-less/testimonial.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/testimonial.less\";s:34:\"assets/css/virtue-less/topbar.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/topbar.less\";s:39:\"assets/css/virtue-less/transitions.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/transitions.less\";s:37:\"assets/css/virtue-less/variables.less\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/variables.less\";s:34:\"assets/css/virtue-less/virtue.less\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/virtue.less\";s:35:\"assets/css/virtue-less/widgets.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/widgets.less\";s:48:\"assets/css/virtue-less/woocommerce-messages.less\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/woocommerce-messages.less\";s:39:\"assets/css/virtue-less/woocommerce.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/woocommerce.less\";s:37:\"assets/css/virtue-less/wp-images.less\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/wp-images.less\";s:39:\"assets/css/virtue-less/wpgenerated.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue-less/wpgenerated.less\";s:21:\"assets/css/virtue.css\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/css/virtue.css\";s:22:\"assets/img/20black.png\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/20black.png\";s:22:\"assets/img/20white.png\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/20white.png\";s:36:\"assets/img/2xpost_standard-80x50.jpg\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/2xpost_standard-80x50.jpg\";s:30:\"assets/img/2xpost_standard.jpg\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/2xpost_standard.jpg\";s:22:\"assets/img/60white.png\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/60white.png\";s:26:\"assets/img/ajax-loader.gif\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/ajax-loader.gif\";s:29:\"assets/img/ajax-loader@2x.gif\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/ajax-loader@2x.gif\";s:22:\"assets/img/bg_body.jpg\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/bg_body.jpg\";s:20:\"assets/img/blank.gif\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/blank.gif\";s:23:\"assets/img/blush/bg.png\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/blush/bg.png\";s:28:\"assets/img/blush/bg_body.png\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/blush/bg_body.png\";s:28:\"assets/img/blush/bg_foot.png\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/blush/bg_foot.png\";s:32:\"assets/img/carouseledge_left.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/carouseledge_left.png\";s:23:\"assets/img/cf7_logo.jpg\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/cf7_logo.jpg\";s:23:\"assets/img/csp_logo.jpg\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/csp_logo.jpg\";s:24:\"assets/img/forest/bg.png\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/forest/bg.png\";s:32:\"assets/img/forest/bg_content.jpg\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/forest/bg_content.jpg\";s:25:\"assets/img/fourcolumn.jpg\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/fourcolumn.jpg\";s:30:\"assets/img/icons/cancelled.png\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/cancelled.png\";s:33:\"assets/img/icons/cancelled@2x.png\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/cancelled@2x.png\";s:29:\"assets/img/icons/complete.png\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/complete.png\";s:30:\"assets/img/icons/completed.png\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/completed.png\";s:33:\"assets/img/icons/completed@2x.png\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/completed@2x.png\";s:30:\"assets/img/icons/delete_10.png\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/delete_10.png\";s:36:\"assets/img/icons/edit_variations.png\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/edit_variations.png\";s:39:\"assets/img/icons/edit_variations@2x.png\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/edit_variations@2x.png\";s:27:\"assets/img/icons/failed.png\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/failed.png\";s:30:\"assets/img/icons/failed@2x.png\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/failed@2x.png\";s:29:\"assets/img/icons/image_10.png\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/image_10.png\";s:28:\"assets/img/icons/invalid.png\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/invalid.png\";s:31:\"assets/img/icons/invalid@2x.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/invalid@2x.png\";s:34:\"assets/img/icons/menu_icons-x2.png\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/menu_icons-x2.png\";s:31:\"assets/img/icons/menu_icons.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/menu_icons.png\";s:28:\"assets/img/icons/on-hold.png\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/on-hold.png\";s:31:\"assets/img/icons/on-hold@2x.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/on-hold@2x.png\";s:27:\"assets/img/icons/paypal.png\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/paypal.png\";s:28:\"assets/img/icons/pending.png\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/pending.png\";s:31:\"assets/img/icons/pending@2x.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/pending@2x.png\";s:31:\"assets/img/icons/processing.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/processing.png\";s:29:\"assets/img/icons/refunded.png\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/refunded.png\";s:32:\"assets/img/icons/refunded@2x.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/refunded@2x.png\";s:27:\"assets/img/icons/reload.png\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/reload.png\";s:30:\"assets/img/icons/reload@2x.png\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/reload@2x.png\";s:34:\"assets/img/icons/st-processing.png\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/st-processing.png\";s:37:\"assets/img/icons/st-processing@2x.png\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/st-processing@2x.png\";s:26:\"assets/img/icons/valid.png\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/valid.png\";s:29:\"assets/img/icons/valid@2x.png\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/valid@2x.png\";s:25:\"assets/img/icons/view.png\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/view.png\";s:36:\"assets/img/icons/wc-tab-icons-x2.png\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/wc-tab-icons-x2.png\";s:33:\"assets/img/icons/wc-tab-icons.png\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/wc-tab-icons.png\";s:28:\"assets/img/icons/wc_icon.png\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/wc_icon.png\";s:31:\"assets/img/icons/wc_icon@2x.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/wc_icon@2x.png\";s:41:\"assets/img/icons/woocommerce-icons-x2.png\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/woocommerce-icons-x2.png\";s:38:\"assets/img/icons/woocommerce-icons.png\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/icons/woocommerce-icons.png\";s:23:\"assets/img/kip_logo.jpg\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/kip_logo.jpg\";s:23:\"assets/img/ksp_logo.jpg\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/ksp_logo.jpg\";s:26:\"assets/img/light_close.png\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/light_close.png\";s:21:\"assets/img/loader.gif\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/loader.gif\";s:22:\"assets/img/loading.gif\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/loading.gif\";s:25:\"assets/img/nav_arrows.png\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/nav_arrows.png\";s:22:\"assets/img/pb_logo.jpg\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/pb_logo.jpg\";s:29:\"assets/img/pebble/bg_feat.jpg\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/pebble/bg_feat.jpg\";s:29:\"assets/img/pebble/bg_foot.jpg\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/pebble/bg_foot.jpg\";s:29:\"assets/img/pebble/bg_post.jpg\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/pebble/bg_post.jpg\";s:32:\"assets/img/pebble/content_bg.jpg\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/pebble/content_bg.jpg\";s:24:\"assets/img/placement.jpg\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/placement.jpg\";s:34:\"assets/img/post_standard-80x50.jpg\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/post_standard-80x50.jpg\";s:28:\"assets/img/post_standard.jpg\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/post_standard.jpg\";s:22:\"assets/img/rs_logo.jpg\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/rs_logo.jpg\";s:21:\"assets/img/search.png\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/search.png\";s:21:\"assets/img/sky/bg.png\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/sky/bg.png\";s:19:\"assets/img/star.png\";s:79:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/star.png\";s:22:\"assets/img/star@2x.png\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/star@2x.png\";s:22:\"assets/img/success.png\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/success.png\";s:26:\"assets/img/threecolumn.jpg\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/threecolumn.jpg\";s:24:\"assets/img/twocolumn.jpg\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/twocolumn.jpg\";s:28:\"assets/img/twocolumnleft.jpg\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/twocolumnleft.jpg\";s:29:\"assets/img/twocolumnright.jpg\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/twocolumnright.jpg\";s:37:\"assets/img/unsplash_52cb185a63c25.jpg\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/unsplash_52cb185a63c25.jpg\";s:22:\"assets/img/ve_logo.jpg\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/ve_logo.jpg\";s:20:\"assets/img/video.png\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/video.png\";s:23:\"assets/img/woo_logo.jpg\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/woo_logo.jpg\";s:22:\"assets/img/ws_logo.jpg\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/img/ws_logo.jpg\";s:34:\"assets/js/jquery.infinitescroll.js\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/jquery.infinitescroll.js\";s:31:\"assets/js/jquery.validate-ck.js\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/jquery.validate-ck.js\";s:29:\"assets/js/kad_adminscripts.js\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/kad_adminscripts.js\";s:28:\"assets/js/kad_termscripts.js\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/kad_termscripts.js\";s:43:\"assets/js/kt-add-to-cart-variation-radio.js\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/kt-add-to-cart-variation-radio.js\";s:37:\"assets/js/kt-add-to-cart-variation.js\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/kt-add-to-cart-variation.js\";s:17:\"assets/js/main.js\";s:77:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/main.js\";s:42:\"assets/js/min/add-to-cart-variation-min.js\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/add-to-cart-variation-min.js\";s:48:\"assets/js/min/add-to-cart-variation-radio-min.js\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/add-to-cart-variation-radio-min.js\";s:39:\"assets/js/min/jquery.validate-ck-min.js\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/jquery.validate-ck-min.js\";s:37:\"assets/js/min/kad_adminscripts-min.js\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/kad_adminscripts-min.js\";s:36:\"assets/js/min/kad_termscripts-min.js\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/kad_termscripts-min.js\";s:45:\"assets/js/min/kt-add-to-cart-variation-min.js\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/kt-add-to-cart-variation-min.js\";s:51:\"assets/js/min/kt-add-to-cart-variation-radio-min.js\";s:111:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/kt-add-to-cart-variation-radio-min.js\";s:25:\"assets/js/min/main-min.js\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/main-min.js\";s:31:\"assets/js/min/nicescroll-min.js\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/nicescroll-min.js\";s:28:\"assets/js/min/plugins-min.js\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/plugins-min.js\";s:28:\"assets/js/min/select2-min.js\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/select2-min.js\";s:33:\"assets/js/min/smoothscroll-min.js\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/smoothscroll-min.js\";s:26:\"assets/js/min/typed-min.js\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/typed-min.js\";s:42:\"assets/js/min/wc-quantity-increment-min.js\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/wc-quantity-increment-min.js\";s:33:\"assets/js/min/widget_upload-ck.js\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/widget_upload-ck.js\";s:34:\"assets/js/min/widget_upload-min.js\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/min/widget_upload-min.js\";s:23:\"assets/js/nicescroll.js\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/nicescroll.js\";s:20:\"assets/js/plugins.js\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/plugins.js\";s:20:\"assets/js/select2.js\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/select2.js\";s:25:\"assets/js/smoothscroll.js\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/smoothscroll.js\";s:34:\"assets/js/wc-quantity-increment.js\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/wc-quantity-increment.js\";s:26:\"assets/js/widget_upload.js\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/assets/js/widget_upload.js\";s:14:\"attachment.php\";s:74:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/attachment.php\";s:14:\"base-embed.php\";s:74:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/base-embed.php\";s:18:\"base-kadslider.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/base-kadslider.php\";s:21:\"base-page-landing.php\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/base-page-landing.php\";s:8:\"base.php\";s:68:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/base.php\";s:9:\"error_log\";s:69:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/error_log\";s:10:\"footer.php\";s:70:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/footer.php\";s:14:\"front-page.php\";s:74:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/front-page.php\";s:13:\"functions.php\";s:73:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/functions.php\";s:10:\"header.php\";s:70:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/header.php\";s:8:\"home.php\";s:68:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/home.php\";s:9:\"index.php\";s:69:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/index.php\";s:27:\"kt_framework/extensions.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/kt_framework/extensions.php\";s:23:\"kt_framework/kt-api.php\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/kt_framework/kt-api.php\";s:33:\"kt_framework/kt-theme-updates.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/kt_framework/kt-theme-updates.php\";s:22:\"kt_framework/kt_api.js\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/kt_framework/kt_api.js\";s:30:\"kt_framework/kt_api_manage.css\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/kt_framework/kt_api_manage.css\";s:23:\"kt_framework/status.php\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/kt_framework/status.php\";s:18:\"languages/da_DK.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/da_DK.mo\";s:18:\"languages/da_DK.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/da_DK.po\";s:18:\"languages/de_DE.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/de_DE.mo\";s:18:\"languages/de_DE.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/de_DE.po\";s:18:\"languages/es_ES.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/es_ES.mo\";s:18:\"languages/es_ES.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/es_ES.po\";s:18:\"languages/fr_FR.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/fr_FR.mo\";s:18:\"languages/fr_FR.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/fr_FR.po\";s:15:\"languages/hr.mo\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/hr.mo\";s:15:\"languages/hr.po\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/hr.po\";s:18:\"languages/it_IT.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/it_IT.mo\";s:18:\"languages/it_IT.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/it_IT.po\";s:18:\"languages/nl_NL.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/nl_NL.mo\";s:18:\"languages/nl_NL.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/nl_NL.po\";s:18:\"languages/pl_PL.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/pl_PL.mo\";s:18:\"languages/pl_PL.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/pl_PL.po\";s:15:\"languages/pt.mo\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/pt.mo\";s:18:\"languages/pt_BR.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/pt_BR.mo\";s:18:\"languages/pt_BR.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/pt_BR.po\";s:18:\"languages/ro_RO.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/ro_RO.mo\";s:18:\"languages/ro_RO.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/ro_RO.po\";s:18:\"languages/ru_RU.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/ru_RU.mo\";s:18:\"languages/ru_RU.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/ru_RU.po\";s:15:\"languages/se.mo\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/se.mo\";s:15:\"languages/se.po\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/se.po\";s:18:\"languages/tr_TR.mo\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/tr_TR.mo\";s:18:\"languages/tr_TR.po\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/tr_TR.po\";s:20:\"languages/virtue.pot\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/languages/virtue.pot\";s:21:\"lib/Mobile_Detect.php\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/Mobile_Detect.php\";s:21:\"lib/admin_scripts.php\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/admin_scripts.php\";s:18:\"lib/aq_resizer.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/aq_resizer.php\";s:17:\"lib/authorbox.php\";s:77:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/authorbox.php\";s:19:\"lib/breadcrumbs.php\";s:79:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/breadcrumbs.php\";s:35:\"lib/class-tgm-plugin-activation.php\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/class-tgm-plugin-activation.php\";s:15:\"lib/cleanup.php\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cleanup.php\";s:41:\"lib/cmb/helpers/cmb_Meta_Box_Sanitize.php\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/helpers/cmb_Meta_Box_Sanitize.php\";s:45:\"lib/cmb/helpers/cmb_Meta_Box_Show_Filters.php\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/helpers/cmb_Meta_Box_Show_Filters.php\";s:37:\"lib/cmb/helpers/cmb_Meta_Box_ajax.php\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/helpers/cmb_Meta_Box_ajax.php\";s:38:\"lib/cmb/helpers/cmb_Meta_Box_field.php\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/helpers/cmb_Meta_Box_field.php\";s:38:\"lib/cmb/helpers/cmb_Meta_Box_types.php\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/helpers/cmb_Meta_Box_types.php\";s:29:\"lib/cmb/images/ico-delete.png\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ico-delete.png\";s:45:\"lib/cmb/images/ui-bg_flat_0_aaaaaa_40x100.png\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_flat_0_aaaaaa_40x100.png\";s:46:\"lib/cmb/images/ui-bg_flat_75_ffffff_40x100.png\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_flat_75_ffffff_40x100.png\";s:46:\"lib/cmb/images/ui-bg_glass_55_fbf9ee_1x400.png\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_glass_55_fbf9ee_1x400.png\";s:46:\"lib/cmb/images/ui-bg_glass_65_ffffff_1x400.png\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_glass_65_ffffff_1x400.png\";s:46:\"lib/cmb/images/ui-bg_glass_75_dadada_1x400.png\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_glass_75_dadada_1x400.png\";s:46:\"lib/cmb/images/ui-bg_glass_75_e6e6e6_1x400.png\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_glass_75_e6e6e6_1x400.png\";s:46:\"lib/cmb/images/ui-bg_glass_95_fef1ec_1x400.png\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_glass_95_fef1ec_1x400.png\";s:55:\"lib/cmb/images/ui-bg_highlight-soft_75_cccccc_1x100.png\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-bg_highlight-soft_75_cccccc_1x100.png\";s:42:\"lib/cmb/images/ui-icons_222222_256x240.png\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-icons_222222_256x240.png\";s:42:\"lib/cmb/images/ui-icons_2e83ff_256x240.png\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-icons_2e83ff_256x240.png\";s:42:\"lib/cmb/images/ui-icons_454545_256x240.png\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-icons_454545_256x240.png\";s:42:\"lib/cmb/images/ui-icons_888888_256x240.png\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-icons_888888_256x240.png\";s:42:\"lib/cmb/images/ui-icons_cd0a0a_256x240.png\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/images/ui-icons_cd0a0a_256x240.png\";s:16:\"lib/cmb/init.php\";s:76:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/init.php\";s:17:\"lib/cmb/js/cmb.js\";s:77:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/js/cmb.js\";s:21:\"lib/cmb/js/cmb.min.js\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/js/cmb.min.js\";s:35:\"lib/cmb/js/jquery.datePicker.min.js\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/js/jquery.datePicker.min.js\";s:35:\"lib/cmb/js/jquery.timePicker.min.js\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/js/jquery.timePicker.min.js\";s:17:\"lib/cmb/style.css\";s:77:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/style.css\";s:21:\"lib/cmb/style.min.css\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/cmb/style.min.css\";s:16:\"lib/comments.php\";s:76:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/comments.php\";s:14:\"lib/config.php\";s:74:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/config.php\";s:18:\"lib/custom-nav.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/custom-nav.php\";s:26:\"lib/custom-woocommerce.php\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/custom-woocommerce.php\";s:14:\"lib/custom.php\";s:74:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/custom.php\";s:18:\"lib/custom_css.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/custom_css.php\";s:23:\"lib/gallery_metabox.php\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/gallery_metabox.php\";s:12:\"lib/init.php\";s:72:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/init.php\";s:38:\"lib/kad_shortcodes/blog_shortcodes.php\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/blog_shortcodes.php\";s:42:\"lib/kad_shortcodes/carousel_shortcodes.php\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/carousel_shortcodes.php\";s:40:\"lib/kad_shortcodes/css/kad-short-pop.css\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/css/kad-short-pop.css\";s:41:\"lib/kad_shortcodes/css/kad-short-pop.less\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/css/kad-short-pop.less\";s:41:\"lib/kad_shortcodes/css/magnific-popup.css\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/css/magnific-popup.css\";s:42:\"lib/kad_shortcodes/css/magnific-popup.less\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/css/magnific-popup.less\";s:49:\"lib/kad_shortcodes/custom_carousel_shortcodes.php\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/custom_carousel_shortcodes.php\";s:30:\"lib/kad_shortcodes/gallery.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/gallery.php\";s:43:\"lib/kad_shortcodes/google_map_shortcode.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/google_map_shortcode.php\";s:44:\"lib/kad_shortcodes/image_menu_shortcodes.php\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/image_menu_shortcodes.php\";s:42:\"lib/kad_shortcodes/js/kad_shortcode_pop.js\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/js/kad_shortcode_pop.js\";s:50:\"lib/kad_shortcodes/js/min/kad_shortcode_pop-min.js\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/js/min/kad_shortcode_pop-min.js\";s:43:\"lib/kad_shortcodes/portfolio_shortcodes.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/portfolio_shortcodes.php\";s:48:\"lib/kad_shortcodes/portfolio_type_shortcodes.php\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/portfolio_type_shortcodes.php\";s:33:\"lib/kad_shortcodes/shortcodes.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/shortcodes.php\";s:39:\"lib/kad_shortcodes/staff_shortcodes.php\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/staff_shortcodes.php\";s:49:\"lib/kad_shortcodes/testimonial_form_shortcode.php\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/testimonial_form_shortcode.php\";s:45:\"lib/kad_shortcodes/testimonial_shortcodes.php\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes/testimonial_shortcodes.php\";s:22:\"lib/kad_shortcodes.php\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kad_shortcodes.php\";s:27:\"lib/kt-plugins-activate.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/kt-plugins-activate.php\";s:17:\"lib/metaboxes.php\";s:77:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/metaboxes.php\";s:11:\"lib/nav.php\";s:71:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/nav.php\";s:18:\"lib/post-types.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/post-types.php\";s:23:\"lib/premium_widgets.php\";s:83:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/premium_widgets.php\";s:15:\"lib/scripts.php\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/scripts.php\";s:42:\"lib/shortcodes/columns/columns_shortgen.js\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/shortcodes/columns/columns_shortgen.js\";s:32:\"lib/shortcodes/columns/img/t.gif\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/shortcodes/columns/img/t.gif\";s:30:\"lib/shortcodes/video/img/t.gif\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/shortcodes/video/img/t.gif\";s:41:\"lib/shortcodes/video/video_shortgen-ck.js\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/shortcodes/video/video_shortgen-ck.js\";s:38:\"lib/shortcodes/video/video_shortgen.js\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/shortcodes/video/video_shortgen.js\";s:15:\"lib/sidebar.php\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/sidebar.php\";s:27:\"lib/taxonomy-meta-class.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/taxonomy-meta-class.php\";s:21:\"lib/taxonomy-meta.php\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/taxonomy-meta.php\";s:27:\"lib/template_hooks/page.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/template_hooks/page.php\";s:32:\"lib/template_hooks/portfolio.php\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/template_hooks/portfolio.php\";s:28:\"lib/template_hooks/posts.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/template_hooks/posts.php\";s:33:\"lib/template_hooks/posts_list.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/template_hooks/posts_list.php\";s:22:\"lib/template_hooks.php\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/template_hooks.php\";s:13:\"lib/utils.php\";s:73:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/utils.php\";s:15:\"lib/widgets.php\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/widgets.php\";s:19:\"lib/woo-account.php\";s:79:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/lib/woo-account.php\";s:18:\"page-blog-grid.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-blog-grid.php\";s:13:\"page-blog.php\";s:73:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-blog.php\";s:16:\"page-contact.php\";s:76:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-contact.php\";s:24:\"page-feature-sidebar.php\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-feature-sidebar.php\";s:16:\"page-feature.php\";s:76:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-feature.php\";s:18:\"page-fullwidth.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-fullwidth.php\";s:16:\"page-landing.php\";s:76:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-landing.php\";s:27:\"page-portfolio-category.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-portfolio-category.php\";s:18:\"page-portfolio.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-portfolio.php\";s:16:\"page-sidebar.php\";s:76:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-sidebar.php\";s:19:\"page-staff-grid.php\";s:79:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-staff-grid.php\";s:25:\"page-testimonial-grid.php\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page-testimonial-grid.php\";s:8:\"page.php\";s:68:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/page.php\";s:22:\"product-searchform.php\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/product-searchform.php\";s:10:\"readme.txt\";s:70:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/readme.txt\";s:14:\"screenshot.png\";s:74:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/screenshot.png\";s:10:\"search.php\";s:70:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/search.php\";s:14:\"searchform.php\";s:74:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/searchform.php\";s:31:\"sensei/wrappers/wrapper-end.php\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/sensei/wrappers/wrapper-end.php\";s:33:\"sensei/wrappers/wrapper-start.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/sensei/wrappers/wrapper-start.php\";s:20:\"single-kadslider.php\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/single-kadslider.php\";s:20:\"single-portfolio.php\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/single-portfolio.php\";s:16:\"single-staff.php\";s:76:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/single-staff.php\";s:22:\"single-testimonial.php\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/single-testimonial.php\";s:10:\"single.php\";s:70:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/single.php\";s:9:\"style.css\";s:69:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/style.css\";s:26:\"taxonomy-portfolio-tag.php\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/taxonomy-portfolio-tag.php\";s:27:\"taxonomy-portfolio-type.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/taxonomy-portfolio-type.php\";s:29:\"templates/account-sidebar.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/account-sidebar.php\";s:38:\"templates/bottomportfolio-carousel.php\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/bottomportfolio-carousel.php\";s:29:\"templates/carousel-slider.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/carousel-slider.php\";s:21:\"templates/comment.php\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/comment.php\";s:22:\"templates/comments.php\";s:82:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/comments.php\";s:32:\"templates/content-attachment.php\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-attachment.php\";s:30:\"templates/content-fourgrid.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-fourgrid.php\";s:30:\"templates/content-fullpost.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-fullpost.php\";s:43:\"templates/content-loop-portfolio-mosaic.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-loop-portfolio-mosaic.php\";s:36:\"templates/content-loop-portfolio.php\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-loop-portfolio.php\";s:40:\"templates/content-loop-searchresults.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-loop-searchresults.php\";s:26:\"templates/content-page.php\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-page.php\";s:35:\"templates/content-searchresults.php\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-searchresults.php\";s:28:\"templates/content-single.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-single.php\";s:37:\"templates/content-singleportfolio.php\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-singleportfolio.php\";s:33:\"templates/content-singlestaff.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-singlestaff.php\";s:39:\"templates/content-singletestimonial.php\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-singletestimonial.php\";s:29:\"templates/content-twogrid.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content-twogrid.php\";s:21:\"templates/content.php\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/content.php\";s:28:\"templates/cyclone-slider.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/cyclone-slider.php\";s:29:\"templates/entry-meta-date.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/entry-meta-date.php\";s:45:\"templates/entry-meta-grid-tooltip-subhead.php\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/entry-meta-grid-tooltip-subhead.php\";s:32:\"templates/entry-meta-subhead.php\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/entry-meta-subhead.php\";s:40:\"templates/entry-meta-tooltip-subhead.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/entry-meta-tooltip-subhead.php\";s:24:\"templates/entry-meta.php\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/entry-meta.php\";s:30:\"templates/entry-post-links.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/entry-post-links.php\";s:25:\"templates/flex-slider.php\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/flex-slider.php\";s:20:\"templates/footer.php\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/footer.php\";s:18:\"templates/head.php\";s:78:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/head.php\";s:32:\"templates/header-style-three.php\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/header-style-three.php\";s:37:\"templates/header-style-two-shrink.php\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/header-style-two-shrink.php\";s:30:\"templates/header-style-two.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/header-style-two.php\";s:27:\"templates/header-topbar.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/header-topbar.php\";s:20:\"templates/header.php\";s:80:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/header.php\";s:38:\"templates/home/blog-home-onecolumn.php\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/blog-home-onecolumn.php\";s:28:\"templates/home/blog-home.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/blog-home.php\";s:34:\"templates/home/carousel-slider.php\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/carousel-slider.php\";s:34:\"templates/home/custom-carousel.php\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/custom-carousel.php\";s:33:\"templates/home/cyclone-slider.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/cyclone-slider.php\";s:40:\"templates/home/flex-slider-fullwidth.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/flex-slider-fullwidth.php\";s:30:\"templates/home/flex-slider.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/flex-slider.php\";s:28:\"templates/home/icon-menu.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/icon-menu.php\";s:33:\"templates/home/image-carousel.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/image-carousel.php\";s:29:\"templates/home/image-menu.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/image-menu.php\";s:29:\"templates/home/ksp-slider.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/ksp-slider.php\";s:28:\"templates/home/kt-slider.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/kt-slider.php\";s:32:\"templates/home/latest-slider.php\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/latest-slider.php\";s:37:\"templates/home/portfolio-carousel.php\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/portfolio-carousel.php\";s:33:\"templates/home/portfolio-full.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/portfolio-full.php\";s:40:\"templates/home/product-best-carousel.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/product-best-carousel.php\";s:35:\"templates/home/product-carousel.php\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/product-carousel.php\";s:40:\"templates/home/product-sale-carousel.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/product-sale-carousel.php\";s:29:\"templates/home/rev-slider.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/rev-slider.php\";s:31:\"templates/home/thumb-slider.php\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/thumb-slider.php\";s:30:\"templates/home/video-block.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/video-block.php\";s:29:\"templates/home/widget-box.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/home/widget-box.php\";s:34:\"templates/imagecarousel-slider.php\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/imagecarousel-slider.php\";s:27:\"templates/mobile-header.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/mobile-header.php\";s:40:\"templates/mobile_home/cyclone-slider.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/mobile_home/cyclone-slider.php\";s:43:\"templates/mobile_home/mobileflex-slider.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/mobile_home/mobileflex-slider.php\";s:42:\"templates/mobile_home/mobileksp-slider.php\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/mobile_home/mobileksp-slider.php\";s:42:\"templates/mobile_home/mobilerev-slider.php\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/mobile_home/mobilerev-slider.php\";s:43:\"templates/mobile_home/mobilevideo-block.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/mobile_home/mobilevideo-block.php\";s:25:\"templates/page-header.php\";s:85:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/page-header.php\";s:31:\"templates/post-head-content.php\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/post-head-content.php\";s:37:\"templates/post-head-upper-content.php\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/post-head-upper-content.php\";s:33:\"templates/recentblog-carousel.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/recentblog-carousel.php\";s:24:\"templates/rev-slider.php\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/rev-slider.php\";s:40:\"templates/shop/flex-slider-fullwidth.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/shop/flex-slider-fullwidth.php\";s:30:\"templates/shop/flex-slider.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/shop/flex-slider.php\";s:29:\"templates/shop/ksp-slider.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/shop/ksp-slider.php\";s:29:\"templates/shop/rev-slider.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/shop/rev-slider.php\";s:35:\"templates/shop/shortcode-slider.php\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/shop/shortcode-slider.php\";s:21:\"templates/sidebar.php\";s:81:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/sidebar.php\";s:34:\"templates/similarblog-carousel.php\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/similarblog-carousel.php\";s:35:\"templates/sitewide-calltoaction.php\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/sitewide-calltoaction.php\";s:28:\"templates/woo-page-title.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/woo-page-title.php\";s:24:\"templates/woo-toggle.php\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/templates/woo-toggle.php\";s:53:\"themeoptions/assets/css/color-picker/color-picker.css\";s:113:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/color-picker/color-picker.css\";s:54:\"themeoptions/assets/css/color-picker/color-picker.scss\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/color-picker/color-picker.scss\";s:55:\"themeoptions/assets/css/import_export/import_export.css\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/import_export/import_export.css\";s:39:\"themeoptions/assets/css/media/media.css\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/media/media.css\";s:40:\"themeoptions/assets/css/media/media.scss\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/media/media.scss\";s:39:\"themeoptions/assets/css/redux-admin.css\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/redux-admin.css\";s:40:\"themeoptions/assets/css/redux-admin.scss\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/redux-admin.scss\";s:40:\"themeoptions/assets/css/redux-fields.css\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/redux-fields.css\";s:40:\"themeoptions/assets/css/redux-vendor.css\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/redux-vendor.css\";s:31:\"themeoptions/assets/css/rtl.css\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/rtl.css\";s:32:\"themeoptions/assets/css/rtl.scss\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/css/rtl.scss\";s:30:\"themeoptions/assets/img/1c.png\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/1c.png\";s:32:\"themeoptions/assets/img/1col.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/1col.png\";s:43:\"themeoptions/assets/img/2-col-portfolio.png\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/2-col-portfolio.png\";s:31:\"themeoptions/assets/img/2cl.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/2cl.png\";s:31:\"themeoptions/assets/img/2cr.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/2cr.png\";s:43:\"themeoptions/assets/img/3-col-portfolio.png\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/3-col-portfolio.png\";s:31:\"themeoptions/assets/img/3cl.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/3cl.png\";s:31:\"themeoptions/assets/img/3cm.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/3cm.png\";s:31:\"themeoptions/assets/img/3cr.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/3cr.png\";s:43:\"themeoptions/assets/img/4-col-portfolio.png\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/4-col-portfolio.png\";s:32:\"themeoptions/assets/img/ajax.gif\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/ajax.gif\";s:37:\"themeoptions/assets/img/menu_icon.png\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/menu_icon.png\";s:39:\"themeoptions/assets/img/toggle_tabs.png\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/img/toggle_tabs.png\";s:37:\"themeoptions/assets/js/media/media.js\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/js/media/media.js\";s:41:\"themeoptions/assets/js/media/media.min.js\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/js/media/media.min.js\";s:31:\"themeoptions/assets/js/redux.js\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/js/redux.js\";s:35:\"themeoptions/assets/js/redux.min.js\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/js/redux.min.js\";s:36:\"themeoptions/assets/js/vendor.min.js\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/assets/js/vendor.min.js\";s:29:\"themeoptions/core/enqueue.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/core/enqueue.php\";s:27:\"themeoptions/core/panel.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/core/panel.php\";s:30:\"themeoptions/core/required.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/core/required.php\";s:26:\"themeoptions/framework.php\";s:86:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/framework.php\";s:28:\"themeoptions/inc/class.p.php\";s:88:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.p.php\";s:46:\"themeoptions/inc/class.redux_admin_notices.php\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_admin_notices.php\";s:36:\"themeoptions/inc/class.redux_api.php\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_api.php\";s:36:\"themeoptions/inc/class.redux_cdn.php\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_cdn.php\";s:43:\"themeoptions/inc/class.redux_filesystem.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_filesystem.php\";s:42:\"themeoptions/inc/class.redux_functions.php\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_functions.php\";s:40:\"themeoptions/inc/class.redux_helpers.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_helpers.php\";s:42:\"themeoptions/inc/class.redux_instances.php\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_instances.php\";s:43:\"themeoptions/inc/class.thirdparty.fixes.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/class.thirdparty.fixes.php\";s:38:\"themeoptions/inc/extensions/README.txt\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/README.txt\";s:63:\"themeoptions/inc/extensions/customizer/extension_customizer.css\";s:123:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/extension_customizer.css\";s:62:\"themeoptions/inc/extensions/customizer/extension_customizer.js\";s:122:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/extension_customizer.js\";s:66:\"themeoptions/inc/extensions/customizer/extension_customizer.min.js\";s:126:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/extension_customizer.min.js\";s:63:\"themeoptions/inc/extensions/customizer/extension_customizer.php\";s:123:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/extension_customizer.php\";s:64:\"themeoptions/inc/extensions/customizer/extension_customizer.scss\";s:124:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/extension_customizer.scss\";s:65:\"themeoptions/inc/extensions/customizer/inc/customizer_control.php\";s:125:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/inc/customizer_control.php\";s:62:\"themeoptions/inc/extensions/customizer/inc/customizer_devs.php\";s:122:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/inc/customizer_devs.php\";s:64:\"themeoptions/inc/extensions/customizer/inc/customizer_fields.php\";s:124:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/inc/customizer_fields.php\";s:63:\"themeoptions/inc/extensions/customizer/inc/customizer_panel.php\";s:123:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/inc/customizer_panel.php\";s:65:\"themeoptions/inc/extensions/customizer/inc/customizer_section.php\";s:125:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/customizer/inc/customizer_section.php\";s:69:\"themeoptions/inc/extensions/import_export/extension_import_export.php\";s:129:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/import_export/extension_import_export.php\";s:79:\"themeoptions/inc/extensions/import_export/import_export/field_import_export.css\";s:139:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/import_export/import_export/field_import_export.css\";s:78:\"themeoptions/inc/extensions/import_export/import_export/field_import_export.js\";s:138:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/import_export/import_export/field_import_export.js\";s:82:\"themeoptions/inc/extensions/import_export/import_export/field_import_export.min.js\";s:142:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/import_export/import_export/field_import_export.min.js\";s:79:\"themeoptions/inc/extensions/import_export/import_export/field_import_export.php\";s:139:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/import_export/import_export/field_import_export.php\";s:80:\"themeoptions/inc/extensions/import_export/import_export/field_import_export.scss\";s:140:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/import_export/import_export/field_import_export.scss\";s:71:\"themeoptions/inc/extensions/options_object/extension_options_object.php\";s:131:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/options_object/extension_options_object.php\";s:82:\"themeoptions/inc/extensions/options_object/options_object/field_options_object.css\";s:142:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/options_object/options_object/field_options_object.css\";s:81:\"themeoptions/inc/extensions/options_object/options_object/field_options_object.js\";s:141:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/options_object/options_object/field_options_object.js\";s:85:\"themeoptions/inc/extensions/options_object/options_object/field_options_object.min.js\";s:145:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/options_object/options_object/field_options_object.min.js\";s:82:\"themeoptions/inc/extensions/options_object/options_object/field_options_object.php\";s:142:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/options_object/options_object/field_options_object.php\";s:83:\"themeoptions/inc/extensions/options_object/options_object/field_options_object.scss\";s:143:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/extensions/options_object/options_object/field_options_object.scss\";s:55:\"themeoptions/inc/fields/background/field_background.css\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/background/field_background.css\";s:54:\"themeoptions/inc/fields/background/field_background.js\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/background/field_background.js\";s:58:\"themeoptions/inc/fields/background/field_background.min.js\";s:118:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/background/field_background.min.js\";s:55:\"themeoptions/inc/fields/background/field_background.php\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/background/field_background.php\";s:56:\"themeoptions/inc/fields/background/field_background.scss\";s:116:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/background/field_background.scss\";s:44:\"themeoptions/inc/fields/color/field_color.js\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/color/field_color.js\";s:48:\"themeoptions/inc/fields/color/field_color.min.js\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/color/field_color.min.js\";s:45:\"themeoptions/inc/fields/color/field_color.php\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/color/field_color.php\";s:59:\"themeoptions/inc/fields/image_select/field_image_select.css\";s:119:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/image_select/field_image_select.css\";s:58:\"themeoptions/inc/fields/image_select/field_image_select.js\";s:118:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/image_select/field_image_select.js\";s:62:\"themeoptions/inc/fields/image_select/field_image_select.min.js\";s:122:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/image_select/field_image_select.min.js\";s:59:\"themeoptions/inc/fields/image_select/field_image_select.php\";s:119:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/image_select/field_image_select.php\";s:60:\"themeoptions/inc/fields/image_select/field_image_select.scss\";s:120:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/image_select/field_image_select.scss\";s:43:\"themeoptions/inc/fields/info/field_info.css\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/info/field_info.css\";s:43:\"themeoptions/inc/fields/info/field_info.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/info/field_info.php\";s:44:\"themeoptions/inc/fields/info/field_info.scss\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/info/field_info.scss\";s:45:\"themeoptions/inc/fields/media/field_media.css\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/media/field_media.css\";s:46:\"themeoptions/inc/fields/media/field_media.less\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/media/field_media.less\";s:45:\"themeoptions/inc/fields/media/field_media.php\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/media/field_media.php\";s:46:\"themeoptions/inc/fields/media/field_media.scss\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/media/field_media.scss\";s:55:\"themeoptions/inc/fields/multi_text/field_multi_text.css\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/multi_text/field_multi_text.css\";s:54:\"themeoptions/inc/fields/multi_text/field_multi_text.js\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/multi_text/field_multi_text.js\";s:58:\"themeoptions/inc/fields/multi_text/field_multi_text.min.js\";s:118:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/multi_text/field_multi_text.min.js\";s:55:\"themeoptions/inc/fields/multi_text/field_multi_text.php\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/multi_text/field_multi_text.php\";s:56:\"themeoptions/inc/fields/multi_text/field_multi_text.scss\";s:116:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/multi_text/field_multi_text.scss\";s:49:\"themeoptions/inc/fields/palette/field_palette.css\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/palette/field_palette.css\";s:48:\"themeoptions/inc/fields/palette/field_palette.js\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/palette/field_palette.js\";s:52:\"themeoptions/inc/fields/palette/field_palette.min.js\";s:112:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/palette/field_palette.min.js\";s:49:\"themeoptions/inc/fields/palette/field_palette.php\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/palette/field_palette.php\";s:50:\"themeoptions/inc/fields/palette/field_palette.scss\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/palette/field_palette.scss\";s:41:\"themeoptions/inc/fields/raw/field_raw.php\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/raw/field_raw.php\";s:41:\"themeoptions/inc/fields/raw/parsedown.php\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/raw/parsedown.php\";s:49:\"themeoptions/inc/fields/section/field_section.css\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/section/field_section.css\";s:49:\"themeoptions/inc/fields/section/field_section.php\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/section/field_section.php\";s:50:\"themeoptions/inc/fields/section/field_section.scss\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/section/field_section.scss\";s:48:\"themeoptions/inc/fields/select/elusive-icons.php\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/select/elusive-icons.php\";s:47:\"themeoptions/inc/fields/select/field_select.css\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/select/field_select.css\";s:46:\"themeoptions/inc/fields/select/field_select.js\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/select/field_select.js\";s:50:\"themeoptions/inc/fields/select/field_select.min.js\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/select/field_select.min.js\";s:47:\"themeoptions/inc/fields/select/field_select.php\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/select/field_select.php\";s:48:\"themeoptions/inc/fields/select/field_select.scss\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/select/field_select.scss\";s:47:\"themeoptions/inc/fields/slider/field_slider.css\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/slider/field_slider.css\";s:46:\"themeoptions/inc/fields/slider/field_slider.js\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/slider/field_slider.js\";s:50:\"themeoptions/inc/fields/slider/field_slider.min.js\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/slider/field_slider.min.js\";s:47:\"themeoptions/inc/fields/slider/field_slider.php\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/slider/field_slider.php\";s:48:\"themeoptions/inc/fields/slider/field_slider.scss\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/slider/field_slider.scss\";s:47:\"themeoptions/inc/fields/sorter/field_sorter.css\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/sorter/field_sorter.css\";s:46:\"themeoptions/inc/fields/sorter/field_sorter.js\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/sorter/field_sorter.js\";s:50:\"themeoptions/inc/fields/sorter/field_sorter.min.js\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/sorter/field_sorter.min.js\";s:47:\"themeoptions/inc/fields/sorter/field_sorter.php\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/sorter/field_sorter.php\";s:48:\"themeoptions/inc/fields/sorter/field_sorter.scss\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/sorter/field_sorter.scss\";s:47:\"themeoptions/inc/fields/switch/field_switch.css\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/switch/field_switch.css\";s:46:\"themeoptions/inc/fields/switch/field_switch.js\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/switch/field_switch.js\";s:50:\"themeoptions/inc/fields/switch/field_switch.min.js\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/switch/field_switch.min.js\";s:47:\"themeoptions/inc/fields/switch/field_switch.php\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/switch/field_switch.php\";s:48:\"themeoptions/inc/fields/switch/field_switch.scss\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/switch/field_switch.scss\";s:49:\"themeoptions/inc/fields/switch/slider-control.png\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/switch/slider-control.png\";s:41:\"themeoptions/inc/fields/switch/switch.gif\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/switch/switch.gif\";s:43:\"themeoptions/inc/fields/text/field_text.css\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/text/field_text.css\";s:43:\"themeoptions/inc/fields/text/field_text.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/text/field_text.php\";s:44:\"themeoptions/inc/fields/text/field_text.scss\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/text/field_text.scss\";s:51:\"themeoptions/inc/fields/textarea/field_textarea.php\";s:111:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/textarea/field_textarea.php\";s:55:\"themeoptions/inc/fields/typography/field_typography.css\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/typography/field_typography.css\";s:54:\"themeoptions/inc/fields/typography/field_typography.js\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/typography/field_typography.js\";s:58:\"themeoptions/inc/fields/typography/field_typography.min.js\";s:118:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/typography/field_typography.min.js\";s:55:\"themeoptions/inc/fields/typography/field_typography.php\";s:115:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/typography/field_typography.php\";s:56:\"themeoptions/inc/fields/typography/field_typography.scss\";s:116:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/typography/field_typography.scss\";s:50:\"themeoptions/inc/fields/typography/googlefonts.php\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/fields/typography/googlefonts.php\";s:40:\"themeoptions/inc/lib.redux_instances.php\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/lib.redux_instances.php\";s:47:\"themeoptions/inc/themecheck/checks/embedded.php\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/checks/embedded.php\";s:51:\"themeoptions/inc/themecheck/checks/full_package.php\";s:111:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/checks/full_package.php\";s:44:\"themeoptions/inc/themecheck/checks/index.php\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/checks/index.php\";s:54:\"themeoptions/inc/themecheck/class.redux_themecheck.php\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/class.redux_themecheck.php\";s:41:\"themeoptions/inc/themecheck/css/admin.css\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/css/admin.css\";s:37:\"themeoptions/inc/themecheck/index.php\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/index.php\";s:39:\"themeoptions/inc/themecheck/js/admin.js\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/js/admin.js\";s:42:\"themeoptions/inc/themecheck/lang/index.php\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/lang/index.php\";s:54:\"themeoptions/inc/themecheck/lang/themeforest-check.pot\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/themecheck/lang/themeforest-check.pot\";s:54:\"themeoptions/inc/validation/color/validation_color.php\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/color/validation_color.php\";s:64:\"themeoptions/inc/validation/color_rgba/validation_color_rgba.php\";s:124:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/color_rgba/validation_color_rgba.php\";s:62:\"themeoptions/inc/validation/colorrgba/validation_colorrgba.php\";s:122:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/colorrgba/validation_colorrgba.php\";s:70:\"themeoptions/inc/validation/comma_numeric/validation_comma_numeric.php\";s:130:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/comma_numeric/validation_comma_numeric.php\";s:50:\"themeoptions/inc/validation/css/validation_css.php\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/css/validation_css.php\";s:52:\"themeoptions/inc/validation/date/validation_date.php\";s:112:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/date/validation_date.php\";s:54:\"themeoptions/inc/validation/email/validation_email.php\";s:114:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/email/validation_email.php\";s:74:\"themeoptions/inc/validation/email_not_empty/validation_email_not_empty.php\";s:134:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/email_not_empty/validation_email_not_empty.php\";s:52:\"themeoptions/inc/validation/html/validation_html.php\";s:112:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/html/validation_html.php\";s:66:\"themeoptions/inc/validation/html_custom/validation_html_custom.php\";s:126:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/html_custom/validation_html_custom.php\";s:48:\"themeoptions/inc/validation/js/validation_js.php\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/js/validation_js.php\";s:58:\"themeoptions/inc/validation/no_html/validation_no_html.php\";s:118:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/no_html/validation_no_html.php\";s:76:\"themeoptions/inc/validation/no_special_chars/validation_no_special_chars.php\";s:136:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/no_special_chars/validation_no_special_chars.php\";s:62:\"themeoptions/inc/validation/not_empty/validation_not_empty.php\";s:122:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/not_empty/validation_not_empty.php\";s:58:\"themeoptions/inc/validation/numeric/validation_numeric.php\";s:118:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/numeric/validation_numeric.php\";s:78:\"themeoptions/inc/validation/numeric_not_empty/validation_numeric_not_empty.php\";s:138:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/numeric_not_empty/validation_numeric_not_empty.php\";s:68:\"themeoptions/inc/validation/preg_replace/validation_preg_replace.php\";s:128:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/preg_replace/validation_preg_replace.php\";s:66:\"themeoptions/inc/validation/str_replace/validation_str_replace.php\";s:126:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/str_replace/validation_str_replace.php\";s:66:\"themeoptions/inc/validation/unique_slug/validation_unique_slug.php\";s:126:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/unique_slug/validation_unique_slug.php\";s:50:\"themeoptions/inc/validation/url/validation_url.php\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/inc/validation/url/validation_url.php\";s:33:\"themeoptions/languages/README.txt\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/README.txt\";s:44:\"themeoptions/languages/redux-framework-ar.mo\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-ar.mo\";s:47:\"themeoptions/languages/redux-framework-bg_BG.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-bg_BG.mo\";s:47:\"themeoptions/languages/redux-framework-bn_BD.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-bn_BD.mo\";s:47:\"themeoptions/languages/redux-framework-cs_CZ.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-cs_CZ.mo\";s:47:\"themeoptions/languages/redux-framework-da_DK.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-da_DK.mo\";s:47:\"themeoptions/languages/redux-framework-de_DE.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-de_DE.mo\";s:44:\"themeoptions/languages/redux-framework-el.mo\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-el.mo\";s:47:\"themeoptions/languages/redux-framework-es_ES.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-es_ES.mo\";s:47:\"themeoptions/languages/redux-framework-es_MX.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-es_MX.mo\";s:47:\"themeoptions/languages/redux-framework-fa_IR.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-fa_IR.mo\";s:44:\"themeoptions/languages/redux-framework-fi.mo\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-fi.mo\";s:47:\"themeoptions/languages/redux-framework-fr_FR.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-fr_FR.mo\";s:47:\"themeoptions/languages/redux-framework-he_IL.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-he_IL.mo\";s:47:\"themeoptions/languages/redux-framework-hi_IN.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-hi_IN.mo\";s:44:\"themeoptions/languages/redux-framework-hr.mo\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-hr.mo\";s:47:\"themeoptions/languages/redux-framework-hu_HU.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-hu_HU.mo\";s:47:\"themeoptions/languages/redux-framework-id_ID.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-id_ID.mo\";s:47:\"themeoptions/languages/redux-framework-it_IT.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-it_IT.mo\";s:44:\"themeoptions/languages/redux-framework-ja.mo\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-ja.mo\";s:44:\"themeoptions/languages/redux-framework-km.mo\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-km.mo\";s:47:\"themeoptions/languages/redux-framework-lt_LT.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-lt_LT.mo\";s:47:\"themeoptions/languages/redux-framework-nb_NO.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-nb_NO.mo\";s:47:\"themeoptions/languages/redux-framework-ne_NP.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-ne_NP.mo\";s:47:\"themeoptions/languages/redux-framework-nl_NL.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-nl_NL.mo\";s:47:\"themeoptions/languages/redux-framework-pl_PL.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-pl_PL.mo\";s:47:\"themeoptions/languages/redux-framework-pt_BR.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-pt_BR.mo\";s:47:\"themeoptions/languages/redux-framework-pt_PT.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-pt_PT.mo\";s:47:\"themeoptions/languages/redux-framework-ro_RO.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-ro_RO.mo\";s:47:\"themeoptions/languages/redux-framework-ru_RU.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-ru_RU.mo\";s:47:\"themeoptions/languages/redux-framework-sk_SK.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-sk_SK.mo\";s:47:\"themeoptions/languages/redux-framework-sl_SI.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-sl_SI.mo\";s:47:\"themeoptions/languages/redux-framework-sv_SE.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-sv_SE.mo\";s:44:\"themeoptions/languages/redux-framework-th.mo\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-th.mo\";s:47:\"themeoptions/languages/redux-framework-tr_TR.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-tr_TR.mo\";s:47:\"themeoptions/languages/redux-framework-zh_CN.mo\";s:107:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework-zh_CN.mo\";s:42:\"themeoptions/languages/redux-framework.pot\";s:102:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/languages/redux-framework.pot\";s:34:\"themeoptions/options/css/style.css\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/css/style.css\";s:35:\"themeoptions/options/css/style.less\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/css/style.less\";s:39:\"themeoptions/options/css/style_old.less\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/css/style_old.less\";s:84:\"themeoptions/options/extensions/advanced_customizer/extension_advanced_customizer.js\";s:144:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/advanced_customizer/extension_advanced_customizer.js\";s:85:\"themeoptions/options/extensions/advanced_customizer/extension_advanced_customizer.php\";s:145:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/advanced_customizer/extension_advanced_customizer.php\";s:87:\"themeoptions/options/extensions/advanced_customizer/inc/advanced_customizer_classes.php\";s:147:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/advanced_customizer/inc/advanced_customizer_classes.php\";s:85:\"themeoptions/options/extensions/advanced_customizer/inc/advanced_customizer_panel.php\";s:145:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/advanced_customizer/inc/advanced_customizer_panel.php\";s:87:\"themeoptions/options/extensions/advanced_customizer/inc/advanced_customizer_section.php\";s:147:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/advanced_customizer/inc/advanced_customizer_section.php\";s:65:\"themeoptions/options/extensions/kad_icons/extension_kad_icons.php\";s:125:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_icons/extension_kad_icons.php\";s:74:\"themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons-min.js\";s:134:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons-min.js\";s:71:\"themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.css\";s:131:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.css\";s:70:\"themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.js\";s:130:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.js\";s:72:\"themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.less\";s:132:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.less\";s:74:\"themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.min.js\";s:134:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.min.js\";s:71:\"themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.php\";s:131:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_icons/kad_icons/field_kad_icons.php\";s:67:\"themeoptions/options/extensions/kad_slides/extension_kad_slides.php\";s:127:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_slides/extension_kad_slides.php\";s:74:\"themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.css\";s:134:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.css\";s:73:\"themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.js\";s:133:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.js\";s:75:\"themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.less\";s:135:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.less\";s:77:\"themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.min.js\";s:137:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.min.js\";s:74:\"themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.php\";s:134:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/kad_slides/kad_slides/field_kad_slides.php\";s:67:\"themeoptions/options/extensions/vendor_support/class.vendor-url.php\";s:127:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/vendor_support/class.vendor-url.php\";s:75:\"themeoptions/options/extensions/vendor_support/extension_vendor_support.php\";s:135:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/extensions/vendor_support/extension_vendor_support.php\";s:31:\"themeoptions/options/img/1c.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/1c.png\";s:33:\"themeoptions/options/img/1col.png\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/1col.png\";s:44:\"themeoptions/options/img/2-col-portfolio.png\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/2-col-portfolio.png\";s:32:\"themeoptions/options/img/2cl.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/2cl.png\";s:32:\"themeoptions/options/img/2cr.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/2cr.png\";s:44:\"themeoptions/options/img/3-col-portfolio.png\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/3-col-portfolio.png\";s:32:\"themeoptions/options/img/3cl.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/3cl.png\";s:32:\"themeoptions/options/img/3cm.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/3cm.png\";s:32:\"themeoptions/options/img/3cr.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/3cr.png\";s:44:\"themeoptions/options/img/4-col-portfolio.png\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/4-col-portfolio.png\";s:33:\"themeoptions/options/img/ajax.gif\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/ajax.gif\";s:31:\"themeoptions/options/img/bg.png\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/bg.png\";s:38:\"themeoptions/options/img/bg_darker.png\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/bg_darker.png\";s:44:\"themeoptions/options/img/bg_darker_still.png\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/bg_darker_still.png\";s:36:\"themeoptions/options/img/bg_head.png\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/bg_head.png\";s:45:\"themeoptions/options/img/footer-widgets-2.png\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/footer-widgets-2.png\";s:52:\"themeoptions/options/img/footer-widgets-3-single.png\";s:112:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/footer-widgets-3-single.png\";s:45:\"themeoptions/options/img/footer-widgets-3.png\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/footer-widgets-3.png\";s:52:\"themeoptions/options/img/footer-widgets-4-single.png\";s:112:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/footer-widgets-4-single.png\";s:45:\"themeoptions/options/img/footer-widgets-4.png\";s:105:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/footer-widgets-4.png\";s:38:\"themeoptions/options/img/fs-sprite.png\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/fs-sprite.png\";s:48:\"themeoptions/options/img/kadence_themes_logo.png\";s:108:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/kadence_themes_logo.png\";s:43:\"themeoptions/options/img/logo_layout_01.png\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/logo_layout_01.png\";s:43:\"themeoptions/options/img/logo_layout_02.png\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/logo_layout_02.png\";s:43:\"themeoptions/options/img/logo_layout_03.png\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/logo_layout_03.png\";s:43:\"themeoptions/options/img/logo_layout_04.png\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/logo_layout_04.png\";s:38:\"themeoptions/options/img/menu_icon.png\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/menu_icon.png\";s:32:\"themeoptions/options/img/pni.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/pni.png\";s:32:\"themeoptions/options/img/pwi.png\";s:92:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/pwi.png\";s:35:\"themeoptions/options/img/s_grid.png\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/s_grid.png\";s:37:\"themeoptions/options/img/s_single.png\";s:97:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/s_single.png\";s:35:\"themeoptions/options/img/switch.gif\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/switch.gif\";s:40:\"themeoptions/options/img/toggle_tabs.png\";s:100:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/img/toggle_tabs.png\";s:41:\"themeoptions/options/virtue_extension.php\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options/virtue_extension.php\";s:24:\"themeoptions/options.php\";s:84:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/options.php\";s:46:\"themeoptions/templates/panel/container.tpl.php\";s:106:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/templates/panel/container.tpl.php\";s:44:\"themeoptions/templates/panel/content.tpl.php\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/templates/panel/content.tpl.php\";s:43:\"themeoptions/templates/panel/footer.tpl.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/templates/panel/footer.tpl.php\";s:43:\"themeoptions/templates/panel/header.tpl.php\";s:103:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/templates/panel/header.tpl.php\";s:53:\"themeoptions/templates/panel/header_stickybar.tpl.php\";s:113:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/templates/panel/header_stickybar.tpl.php\";s:51:\"themeoptions/templates/panel/menu_container.tpl.php\";s:111:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/themeoptions/templates/panel/menu_container.tpl.php\";s:33:\"tribe-events/default-template.php\";s:93:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/tribe-events/default-template.php\";s:34:\"tribe-events/list/single-event.php\";s:94:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/tribe-events/list/single-event.php\";s:29:\"tribe-events/single-event.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/tribe-events/single-event.php\";s:31:\"woocommerce/archive-product.php\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/archive-product.php\";s:31:\"woocommerce/content-product.php\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/content-product.php\";s:35:\"woocommerce/content-product_cat.php\";s:95:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/content-product_cat.php\";s:38:\"woocommerce/content-single-product.php\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/content-single-product.php\";s:29:\"woocommerce/loop/loop-end.php\";s:89:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/loop/loop-end.php\";s:31:\"woocommerce/loop/loop-start.php\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/loop/loop-start.php\";s:27:\"woocommerce/loop/rating.php\";s:87:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/loop/rating.php\";s:31:\"woocommerce/loop/sale-flash.php\";s:91:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/loop/sale-flash.php\";s:51:\"woocommerce/single-product/add-to-cart/external.php\";s:111:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/add-to-cart/external.php\";s:50:\"woocommerce/single-product/add-to-cart/grouped.php\";s:110:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/add-to-cart/grouped.php\";s:49:\"woocommerce/single-product/add-to-cart/simple.php\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/add-to-cart/simple.php\";s:51:\"woocommerce/single-product/add-to-cart/variable.php\";s:111:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/add-to-cart/variable.php\";s:44:\"woocommerce/single-product/product-image.php\";s:104:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/product-image.php\";s:49:\"woocommerce/single-product/product-thumbnails.php\";s:109:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/product-thumbnails.php\";s:38:\"woocommerce/single-product/related.php\";s:98:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/related.php\";s:41:\"woocommerce/single-product/sale-flash.php\";s:101:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/sale-flash.php\";s:36:\"woocommerce/single-product/title.php\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/title.php\";s:39:\"woocommerce/single-product/up-sells.php\";s:99:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product/up-sells.php\";s:30:\"woocommerce/single-product.php\";s:90:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/single-product.php\";s:36:\"woocommerce/taxonomy-product_cat.php\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/taxonomy-product_cat.php\";s:36:\"woocommerce/taxonomy-product_tag.php\";s:96:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/woocommerce/taxonomy-product_tag.php\";s:15:\"wpml-config.xml\";s:75:\"/home/numbersb/public_html/wp-content/themes/virtue_premium/wpml-config.xml\";}','no'),(39963,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1512047917;s:7:\"checked\";a:5:{s:12:\"twentyeleven\";s:3:\"1.8\";s:13:\"twentyfifteen\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.7\";s:6:\"virtue\";s:5:\"3.1.0\";s:14:\"virtue_premium\";s:5:\"3.8.3\";}s:8:\"response\";a:3:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.2.7.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.1.zip\";}}s:12:\"translations\";a:0:{}}','no'),(39904,'widget_a2a_share_save_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39905,'widget_a2a_follow_widget','a:2:{i:2;a:19:{s:5:\"title\";s:0:\"\";s:9:\"icon_size\";s:2:\"32\";s:11:\"facebook_id\";s:32:\"www.facebook.com/numbersbalanced\";s:10:\"twitter_id\";s:31:\"www.twitter.com/numbersbalanced\";s:12:\"instagram_id\";s:0:\"\";s:12:\"pinterest_id\";s:0:\"\";s:10:\"behance_id\";s:0:\"\";s:9:\"flickr_id\";s:0:\"\";s:13:\"foursquare_id\";s:0:\"\";s:9:\"github_id\";s:0:\"\";s:14:\"google_plus_id\";s:0:\"\";s:11:\"linkedin_id\";s:49:\"www.linkedin.com/company/numbers-balanced-limited\";s:19:\"linkedin_company_id\";s:0:\"\";s:11:\"snapchat_id\";s:0:\"\";s:9:\"tumblr_id\";s:0:\"\";s:8:\"vimeo_id\";s:0:\"\";s:10:\"youtube_id\";s:0:\"\";s:18:\"youtube_channel_id\";s:0:\"\";s:7:\"feed_id\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(39906,'_site_transient_timeout_available_translations','1511988356','no'),(39907,'_site_transient_available_translations','a:111:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:52:08\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-27 09:27:02\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 06:19:36\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.9/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:53:15\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-20 18:20:12\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 16:19:20\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-18 19:23:14\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Forts&#230;t\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 17:28:22\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 17:27:53\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 15:38:30\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 15:43:53\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-29 10:17:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 02:06:55\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-23 18:53:44\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:54:30\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 14:51:39\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-24 22:15:20\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 01:23:37\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 03:15:17\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 20:17:28\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 15:30:44\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:48:14\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-19 23:55:33\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-27 06:12:15\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 21:50:23\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 10:40:05\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 11:06:53\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 11:08:56\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 12:27:15\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 13:03:07\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 11:09:49\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-29 05:55:20\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-17 09:56:44\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 11:47:57\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nutugne\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 06:06:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-22 15:33:00\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 02:03:48\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ຕໍ່\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 19:40:23\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-30 06:25:41\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-24 13:47:31\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-17 19:14:57\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-05 06:45:20\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"जारीराख्नु \";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 15:44:47\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-26 08:41:22\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-25 10:53:17\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-25 10:02:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 19:24:26\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 20:53:34\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-23 22:24:24\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-09-29 08:57:23\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 09:41:32\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 10:29:23\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-23 16:41:14\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 18:38:56\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 19:14:08\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 23:19:48\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 14:18:23\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-07 02:08:56\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-20 16:20:13\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-02 17:05:02\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 06:50:00\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-15 05:40:58\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 10:43:28\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-24 10:23:23\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-25 02:37:10\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(39639,'siteorigin_widgets_active','a:22:{s:6:\"button\";b:1;s:10:\"google-map\";b:1;s:5:\"image\";b:1;s:6:\"slider\";b:1;s:13:\"post-carousel\";b:1;s:6:\"editor\";b:1;s:20:\"social-media-buttons\";b:1;s:10:\"image-grid\";b:1;s:3:\"cta\";b:1;s:8:\"taxonomy\";b:1;s:5:\"video\";b:1;s:11:\"testimonial\";b:1;s:4:\"tabs\";b:1;s:11:\"price-table\";b:1;s:14:\"simple-masonry\";b:1;s:13:\"layout-slider\";b:1;s:4:\"icon\";b:1;s:8:\"headline\";b:1;s:4:\"hero\";b:1;s:8:\"features\";b:1;s:7:\"contact\";b:1;s:9:\"accordion\";b:1;}','yes'),(39640,'widget_sow-social-media-buttons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39641,'widget_sow-image-grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39642,'widget_sow-cta','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2996 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (5,5,'_edit_last','1'),(6,5,'_edit_lock','1511741420:1'),(7,5,'_wp_page_template','page-fullwidth.php'),(1332,933,'_menu_item_object_id','77'),(14,17,'_edit_last','1'),(15,17,'_edit_lock','1511905367:1'),(16,17,'_wp_page_template','page-fullwidth.php'),(21,32,'_edit_last','1'),(22,32,'_edit_lock','1511981499:1'),(23,32,'_wp_page_template','page-fullwidth.php'),(158,273,'_edit_last','1'),(1249,924,'_menu_item_type','post_type'),(1250,924,'_menu_item_menu_item_parent','0'),(1251,924,'_menu_item_object_id','32'),(1252,924,'_menu_item_object','page'),(1253,924,'_menu_item_target',''),(1254,924,'_menu_item_classes','a:1:{i:0;s:9:\"icon-home\";}'),(1255,924,'_menu_item_xfn',''),(1256,924,'_menu_item_url',''),(1258,925,'_menu_item_type','post_type'),(1259,925,'_menu_item_menu_item_parent','0'),(1260,925,'_menu_item_object_id','273'),(1261,925,'_menu_item_object','page'),(1262,925,'_menu_item_target',''),(1263,925,'_menu_item_classes','a:1:{i:0;s:13:\"icon-bullhorn\";}'),(1264,925,'_menu_item_xfn',''),(61,114,'_edit_last','1'),(60,92,'_wp_page_template','default'),(45,77,'_edit_last','1'),(46,77,'_edit_lock','1511999743:1'),(47,77,'_wp_page_template','page-fullwidth.php'),(59,92,'_edit_lock','1511976216:1'),(52,82,'_edit_last','1'),(53,82,'_edit_lock','1511981832:1'),(54,82,'_wp_page_template','default'),(55,89,'_edit_last','1'),(56,89,'_edit_lock','1511965637:1'),(57,89,'_wp_page_template','default'),(58,92,'_edit_last','1'),(40,62,'_edit_last','1'),(34,52,'_edit_last','1'),(35,52,'_edit_lock','1511906069:1'),(36,52,'_wp_page_template','page-fullwidth.php'),(37,57,'_edit_last','1'),(38,57,'_edit_lock','1511907777:1'),(39,57,'_wp_page_template','default'),(41,62,'_edit_lock','1511741306:1'),(42,62,'_wp_page_template','page-fullwidth.php'),(62,114,'_edit_lock','1511967029:1'),(63,114,'_wp_page_template','default'),(68,124,'_edit_last','1'),(69,124,'_edit_lock','1511976414:1'),(70,124,'_wp_page_template','default'),(1070,899,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:10:\"Leadership\";s:20:\"seo_meta_description\";s:0:\"\";}'),(1247,923,'_wp_attached_file','2014/06/Numbers-Balanced-Retina-Logo.png'),(1248,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:164;s:4:\"file\";s:40:\"2014/06/Numbers-Balanced-Retina-Logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Numbers-Balanced-Retina-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Numbers-Balanced-Retina-Logo-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:38:\"Numbers-Balanced-Retina-Logo-80x50.png\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2224,1226,'_kad_post_summery','img_portrait'),(240,367,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'128\'\";s:4:\"file\";s:27:\"2012/04/Numbersbalanced.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Numbersbalanced-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Numbersbalanced-300x86.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"86\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:27:\"Numbersbalanced-500x144.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"144\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(206,292,'_edit_lock','1510853446:1'),(160,274,'_wp_attached_file','2012/03/Services.jpg'),(161,274,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"536\";s:6:\"height\";s:3:\"559\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'92\'\";s:4:\"file\";s:20:\"2012/03/Services.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"Services-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"Services-287x300.jpg\";s:5:\"width\";s:3:\"287\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:20:\"Services-536x288.jpg\";s:5:\"width\";s:3:\"536\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:20:\"Services-536x288.jpg\";s:5:\"width\";s:3:\"536\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:20:\"Services-287x300.jpg\";s:5:\"width\";s:3:\"287\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(159,273,'_edit_lock','1511973851:1'),(134,220,'_edit_last','1'),(135,220,'_wp_page_template','page-fullwidth.php'),(136,220,'_edit_lock','1511905688:1'),(137,229,'_edit_last','1'),(138,229,'_edit_lock','1511982333:1'),(139,229,'_wp_page_template','page-fullwidth.php'),(140,245,'_edit_last','1'),(141,245,'_edit_lock','1385490217:1'),(429,856,'_cas_post_types','5'),(430,856,'_cas_post_types','229'),(431,856,'_cas_post_types','220'),(432,856,'_cas_post_types','57'),(441,856,'_cas_page_templates','sidebar-page.php'),(144,245,'_cas_exposure','0'),(145,245,'_cas_handle','0'),(147,245,'_cas_merge-pos','0'),(149,245,'_cas_host','sidebar-1'),(502,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:282;s:4:\"file\";s:32:\"2013/04/yoda4-e1511962815484.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"yoda4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"yoda4-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"yoda4-415x288.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"large-feature\";a:4:{s:4:\"file\";s:17:\"yoda4-415x288.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-feature\";a:4:{s:4:\"file\";s:17:\"yoda4-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(501,705,'_wp_attached_file','2013/04/yoda4-e1511962815484.jpg'),(162,273,'_wp_page_template','page-fullwidth.php'),(2223,1226,'_kad_blog_head','default'),(530,752,'_wp_attached_file','2013/08/attitude-numbers-e1511963358587.jpg'),(531,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:190;s:4:\"file\";s:43:\"2013/08/attitude-numbers-e1511963358587.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"attitude-numbers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"attitude-numbers-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"attitude-numbers-929x288.jpg\";s:5:\"width\";i:929;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"large-feature\";a:4:{s:4:\"file\";s:28:\"attitude-numbers-929x288.jpg\";s:5:\"width\";i:929;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-feature\";a:4:{s:4:\"file\";s:28:\"attitude-numbers-500x237.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(211,292,'_wp_page_template','page-contact.php'),(534,856,'_cas_post_types','292'),(205,292,'_edit_last','1'),(1308,930,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1309,930,'_menu_item_xfn',''),(1310,930,'_menu_item_url',''),(526,292,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:42:\"Contact us, NumberBalanced, Ask a Question\";s:20:\"seo_meta_description\";s:124:\"Contact Numbers Balanced today for all your accounting solutions. We have all your answers for your accounting questions. \r\n\";}'),(1315,931,'_menu_item_object','page'),(1316,931,'_menu_item_target',''),(1317,931,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,305,'_edit_last','1'),(215,305,'_edit_lock','1385490259:1'),(428,855,'_cas_page_templates','sidebar-page.php'),(217,305,'_cas_exposure','1'),(218,305,'_cas_handle','0'),(219,305,'_cas_host','sidebar-1'),(220,305,'_cas_merge-pos','1'),(421,855,'_cas_post_types','292'),(422,855,'_cas_post_types','5'),(2080,1181,'_edit_last','1'),(2081,1181,'_edit_lock','1511964784:1'),(2082,1181,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:58:\"Urgent, Important, Prioritise, To-Do list, Schedule, Plan,\";s:20:\"seo_meta_description\";s:42:\"Plan your day and schedule your priorities\";}'),(2083,1181,'_kad_blog_head','default'),(2084,1181,'_kad_post_summery','img_portrait'),(2085,1181,'_kad_post_sidebar','default'),(2086,1181,'_kad_sidebar_choice','sidebar-primary'),(2087,1181,'_kad_blog_author','no'),(2088,1181,'_kad_blog_carousel_similar','default'),(2199,1220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:642;s:4:\"file\";s:23:\"2016/08/usain-Bolt1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"usain-Bolt1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"usain-Bolt1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"usain-Bolt1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:21:\"usain-Bolt1-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"usain-Bolt1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:5:\"© AP\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(226,328,'_edit_last','1'),(227,328,'_edit_lock','1511998700:1'),(228,328,'_wp_page_template','default'),(238,367,'_wp_attached_file','2012/04/Numbersbalanced.jpg'),(239,367,'_wp_attachment_context','custom-header'),(241,367,'_wp_attachment_is_custom_header','twentyeleven'),(440,856,'_cas_post_types','82'),(247,515,'_wp_attached_file','2012/01/Debits__Credits.jpg'),(248,515,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"499\";s:6:\"height\";s:3:\"352\";s:14:\"hwstring_small\";s:23:\"height=\'90\' width=\'128\'\";s:4:\"file\";s:27:\"2012/01/Debits__Credits.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Debits__Credits-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"Debits__Credits-300x211.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"211\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"Debits__Credits-499x288.jpg\";s:5:\"width\";s:3:\"499\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:27:\"Debits__Credits-499x288.jpg\";s:5:\"width\";s:3:\"499\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:27:\"Debits__Credits-425x300.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(249,521,'_edit_last','1'),(250,521,'_cas_exposure','1'),(251,521,'_cas_handle','0'),(252,521,'_cas_host','sidebar-1'),(253,521,'_cas_merge-pos','0'),(254,521,'_edit_lock','1384209309:1'),(326,521,'se_deactivate_buttons','0'),(461,640,'_wp_attached_file','2012/11/bill-gates.jpg'),(258,524,'_wp_attached_file','2012/05/customers.jpg'),(259,524,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"258\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'93\'\";s:4:\"file\";s:21:\"2012/05/customers.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"customers-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1306,930,'_menu_item_object','page'),(420,854,'_cas_post_types','292'),(1314,931,'_menu_item_object_id','229'),(1313,931,'_menu_item_menu_item_parent','927'),(268,328,'share_data','[]'),(269,328,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919428}'),(270,328,'share_count','0'),(271,292,'share_data','[]'),(272,292,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919429}'),(273,292,'share_count','0'),(274,273,'share_data','[]'),(275,273,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919429}'),(276,273,'share_count','0'),(277,229,'share_data','[]'),(278,229,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919429}'),(279,229,'share_count','0'),(280,220,'share_data','[]'),(281,220,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919429}'),(282,220,'share_count','0'),(283,124,'share_data','[]'),(284,124,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919429}'),(285,124,'share_count','0'),(286,114,'share_data','[]'),(287,114,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919429}'),(288,114,'share_count','0'),(289,92,'share_data','[]'),(290,92,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919430}'),(291,92,'share_count','0'),(292,89,'share_data','[]'),(293,89,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919430}'),(294,89,'share_count','0'),(295,82,'share_data','[]'),(296,82,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919430}'),(297,82,'share_count','0'),(298,77,'share_data','[]'),(299,77,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919430}'),(300,77,'share_count','0'),(301,62,'share_data','[]'),(302,62,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919430}'),(303,62,'share_count','0'),(304,57,'share_data','[]'),(305,57,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919431}'),(306,57,'share_count','0'),(307,52,'share_data','[]'),(308,52,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919431}'),(309,52,'share_count','0'),(310,32,'share_data','[]'),(311,32,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919431}'),(312,32,'share_count','0'),(1331,933,'_menu_item_menu_item_parent','0'),(370,557,'_edit_lock','1484662543:1'),(1330,933,'_menu_item_type','post_type'),(1328,932,'_menu_item_url',''),(316,17,'share_data','[]'),(369,557,'_edit_last','1'),(317,17,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919431}'),(318,17,'share_count','0'),(319,5,'share_data','[]'),(320,5,'share_all_data','{\"like_count\":null,\"share_count\":null,\"twitter\":null,\"plusone\":null,\"stumble\":null,\"pinit\":0,\"count\":0,\"time\":1336919432}'),(321,5,'share_count','0'),(371,557,'_wp_page_template','page-blog.php'),(327,521,'se_pinterest_description',''),(328,521,'se_pinterest_url_page',''),(329,521,'se_pinterest_url_image',''),(330,292,'se_deactivate_buttons','0'),(331,292,'se_pinterest_description',''),(332,292,'se_pinterest_url_page',''),(333,292,'se_pinterest_url_image',''),(439,856,'_cas_post_types','89'),(438,856,'_cas_post_types','92'),(437,856,'_cas_post_types','114'),(436,856,'_cas_post_types','124'),(434,856,'_cas_post_types','17'),(435,856,'_cas_post_types','77'),(1305,930,'_menu_item_object_id','52'),(427,855,'_cas_post_types','17'),(433,856,'_cas_post_types','52'),(1052,89,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:71:\"VAT, VAT registration, VAT Rates, standard rates, Input Txa, Output Tax\";s:20:\"seo_meta_description\";s:15:\"Value Added Tax\";}'),(425,855,'_cas_post_types','57'),(426,855,'_cas_post_types','52'),(424,855,'_cas_post_types','220'),(543,557,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(1336,933,'_menu_item_xfn',''),(1304,930,'_menu_item_menu_item_parent','927'),(1303,930,'_menu_item_type','post_type'),(1300,929,'_menu_item_xfn',''),(1301,929,'_menu_item_url',''),(406,610,'_wp_attached_file','2012/10/4colours-e1511963015319.jpg'),(407,610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:153;s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'125\'\";s:4:\"file\";s:35:\"2012/10/4colours-e1511963015319.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"4colours-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"4colours-300x228.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"228\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"4colours-1024x780.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"780\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:21:\"4colours-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:21:\"4colours-1000x288.jpg\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:20:\"4colours-393x300.jpg\";s:5:\"width\";s:3:\"393\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1326,932,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1299,929,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1297,929,'_menu_item_object','page'),(1298,929,'_menu_item_target',''),(1322,932,'_menu_item_menu_item_parent','927'),(423,855,'_cas_post_types','229'),(462,640,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"397\";s:14:\"hwstring_small\";s:23:\"height=\'79\' width=\'128\'\";s:4:\"file\";s:22:\"2012/11/bill-gates.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"bill-gates-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"bill-gates-300x186.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"186\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:22:\"bill-gates-640x288.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:22:\"bill-gates-640x288.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:22:\"bill-gates-483x300.jpg\";s:5:\"width\";s:3:\"483\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2885,82,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1294,929,'_menu_item_type','post_type'),(1295,929,'_menu_item_menu_item_parent','927'),(1296,929,'_menu_item_object_id','220'),(472,652,'_wp_attached_file','2012/12/mr-bean.jpg'),(473,652,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"448\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'68\'\";s:4:\"file\";s:19:\"2012/12/mr-bean.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"mr-bean-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"mr-bean-214x300.jpg\";s:5:\"width\";s:3:\"214\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:19:\"mr-bean-320x288.jpg\";s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:19:\"mr-bean-320x288.jpg\";s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:19:\"mr-bean-214x300.jpg\";s:5:\"width\";s:3:\"214\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1319,931,'_menu_item_url',''),(2226,1226,'_kad_sidebar_choice','sidebar-primary'),(477,660,'_wp_attached_file','2012/12/Priority-Matrix-e1511962911915.jpg'),(478,660,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:190;s:6:\"height\";i:202;s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'90\'\";s:4:\"file\";s:42:\"2012/12/Priority-Matrix-e1511962911915.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Priority-Matrix-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"Priority-Matrix-282x300.jpg\";s:5:\"width\";s:3:\"282\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"Priority-Matrix-377x288.jpg\";s:5:\"width\";s:3:\"377\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:27:\"Priority-Matrix-377x288.jpg\";s:5:\"width\";s:3:\"377\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:27:\"Priority-Matrix-282x300.jpg\";s:5:\"width\";s:3:\"282\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2227,1226,'_kad_blog_author','no'),(482,664,'_wp_attached_file','2012/12/main.jpg'),(483,664,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"661\";s:6:\"height\";s:3:\"273\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:16:\"2012/12/main.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"main-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"main-300x123.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"123\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:16:\"main-500x206.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"206\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(487,667,'_wp_attached_file','2012/12/lad-text-outlined-300x450.png'),(488,667,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"450\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'64\'\";s:4:\"file\";s:37:\"2012/12/lad-text-outlined-300x450.png\";s:5:\"sizes\";a:3:{s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:37:\"lad-text-outlined-300x450-300x288.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"288\";}s:13:\"large-feature\";a:3:{s:4:\"file\";s:37:\"lad-text-outlined-300x450-300x288.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"288\";}s:13:\"small-feature\";a:3:{s:4:\"file\";s:37:\"lad-text-outlined-300x450-200x300.png\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2218,1226,'_edit_last','1'),(2219,1226,'_edit_lock','1511964518:1'),(2222,1226,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:49:\"Successful, work-ethic, work hard, smile, talent \";s:20:\"seo_meta_description\";s:22:\"tipss to be successful\";}'),(2111,1192,'_kad_blog_carousel_similar','default'),(2098,1181,'_wp_old_slug','scheduleyourpriorities'),(2225,1226,'_kad_post_sidebar','default'),(2103,1192,'_edit_last','1'),(2104,1192,'_edit_lock','1511964729:1'),(2105,1192,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2106,1192,'_kad_blog_head','default'),(2107,1192,'_kad_post_summery','img_portrait'),(2108,1192,'_kad_post_sidebar','default'),(2109,1192,'_kad_sidebar_choice','sidebar-primary'),(2110,1192,'_kad_blog_author','no'),(1068,899,'_edit_last','1'),(1069,899,'_edit_lock','1511964954:1'),(1307,930,'_menu_item_target',''),(508,716,'_wp_attached_file','2013/06/Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452.jpg'),(509,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:625;s:6:\"height\";i:452;s:4:\"file\";s:76:\"2013/06/Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:76:\"Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452-625x288.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"large-feature\";a:4:{s:4:\"file\";s:76:\"Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452-625x288.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"small-feature\";a:4:{s:4:\"file\";s:76:\"Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452-414x300.jpg\";s:5:\"width\";i:414;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(517,32,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:15:\"NumbersBalanced\";s:16:\"seo_meta_keyword\";s:54:\"accounts, bookkeeping, UK Budget 2016, numbersbalanced\";s:20:\"seo_meta_description\";s:102:\"Numbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\";}'),(518,273,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:55:\"Bookkeeping,Management Accounting, Financial Accounting\";s:20:\"seo_meta_description\";s:77:\"We provide Accurate and Meaningful Financial Information for small businesses\";}'),(519,5,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:70:\"free Unlimited Consultations, legal requirement, bookkeeping, accounts\";s:20:\"seo_meta_description\";s:91:\"Our services include Bookkeeping, Accounts, Payroll, Credit Control and Cashflow Management\";}'),(520,17,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:94:\"Invoices, Debtors, Creditors, Bank Statement, Profit and Loss, Balance Sheet, Numbers Balanced\";s:20:\"seo_meta_description\";s:60:\"We take care of your Bookkeeping while you run your business\";}'),(521,62,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(522,52,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:49:\"Payroll, Outsourcing your payroll, small business\";s:20:\"seo_meta_description\";s:38:\"Advantages of Outsourcing your Payroll\";}'),(535,856,'_cas_post_types','273'),(536,856,'_cas_post_types','62'),(537,328,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:36:\"UK Budget 2017, Spring Budget 2017, \";s:20:\"seo_meta_description\";s:68:\"Key points of UK Budget 2017.\r\nDatacard of UK Budget 2017, Tax facts\";}'),(539,752,'_edit_lock','1383934862:1'),(542,124,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:72:\"Corporation Tax, Company Tax Return, Accounting Period, Taxable Profits,\";s:20:\"seo_meta_description\";s:0:\"\";}'),(548,716,'_edit_lock','1383934998:1'),(1334,933,'_menu_item_target',''),(1335,933,'_menu_item_classes','a:1:{i:0;s:16:\"icon-folder-open\";}'),(1333,933,'_menu_item_object','page'),(551,774,'_edit_last','1'),(552,774,'_edit_lock','1511965037:1'),(553,774,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:9:\"Customers\";s:20:\"seo_meta_description\";s:104:\"Find out more about your customers so as to be able to provide a better product and increase your sales.\";}'),(1292,928,'_menu_item_url',''),(1291,928,'_menu_item_xfn',''),(1290,928,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1289,928,'_menu_item_target',''),(1288,928,'_menu_item_object','page'),(1287,928,'_menu_item_object_id','17'),(1286,928,'_menu_item_menu_item_parent','927'),(1285,928,'_menu_item_type','post_type'),(1283,927,'_menu_item_url',''),(1282,927,'_menu_item_xfn',''),(1281,927,'_menu_item_classes','a:1:{i:0;s:17:\"icon-paint-format\";}'),(1280,927,'_menu_item_target',''),(1279,927,'_menu_item_object','page'),(1278,927,'_menu_item_object_id','5'),(1277,927,'_menu_item_menu_item_parent','0'),(1276,927,'_menu_item_type','post_type'),(1274,926,'_menu_item_url',''),(1273,926,'_menu_item_xfn',''),(1272,926,'_menu_item_classes','a:1:{i:0;s:10:\"icon-quill\";}'),(1271,926,'_menu_item_target',''),(1270,926,'_menu_item_object','page'),(1269,926,'_menu_item_object_id','62'),(1268,926,'_menu_item_menu_item_parent','0'),(1267,926,'_menu_item_type','post_type'),(1265,925,'_menu_item_url',''),(1053,92,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:45:\"personal Allowance, minimum wage, living wage\";s:20:\"seo_meta_description\";s:0:\"\";}'),(1245,922,'_wp_attached_file','2014/06/Numbers-Balanced-Small-Logo.png'),(1246,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:82;s:4:\"file\";s:39:\"2014/06/Numbers-Balanced-Small-Logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Numbers-Balanced-Small-Logo-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"Numbers-Balanced-Small-Logo-80x50.png\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2012,1097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:851;s:4:\"file\";s:25:\"2014/09/SWOT_Analysis.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SWOT_Analysis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"SWOT_Analysis-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:23:\"SWOT_Analysis-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2011,1097,'_wp_attached_file','2014/09/SWOT_Analysis.jpg'),(2009,1095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:35:\"2014/09/cashflow-e1511958051632.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"cashflow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"cashflow-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:18:\"cashflow-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2008,1095,'_wp_attached_file','2014/09/cashflow-e1511958051632.jpg'),(833,809,'_edit_last','1'),(834,809,'_edit_lock','1511964875:1'),(835,809,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:43:\"Colour,  Colour of logo, colour of website \";s:20:\"seo_meta_description\";s:0:\"\";}'),(1327,932,'_menu_item_xfn',''),(1323,932,'_menu_item_object_id','57'),(1324,932,'_menu_item_object','page'),(1325,932,'_menu_item_target',''),(1321,932,'_menu_item_type','post_type'),(1318,931,'_menu_item_xfn',''),(854,77,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:81:\"VAT, Income Tax, Corporation Tax, Budget 2016, Business Expenses, Records to keep\";s:20:\"seo_meta_description\";s:0:\"\";}'),(867,829,'_edit_last','1'),(868,829,'_edit_lock','1511964998:1'),(1312,931,'_menu_item_type','post_type'),(871,829,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(1337,933,'_menu_item_url',''),(1339,934,'_menu_item_type','post_type'),(1340,934,'_menu_item_menu_item_parent','933'),(1341,934,'_menu_item_object_id','328'),(1342,934,'_menu_item_object','page'),(1343,934,'_menu_item_target',''),(1344,934,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1345,934,'_menu_item_xfn',''),(1346,934,'_menu_item_url',''),(1348,935,'_menu_item_type','post_type'),(1349,935,'_menu_item_menu_item_parent','933'),(1350,935,'_menu_item_object_id','82'),(1351,935,'_menu_item_object','page'),(1352,935,'_menu_item_target',''),(1353,935,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1354,935,'_menu_item_xfn',''),(1355,935,'_menu_item_url',''),(1357,936,'_menu_item_type','post_type'),(1358,936,'_menu_item_menu_item_parent','933'),(1359,936,'_menu_item_object_id','114'),(1360,936,'_menu_item_object','page'),(1361,936,'_menu_item_target',''),(1362,936,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1363,936,'_menu_item_xfn',''),(1364,936,'_menu_item_url',''),(1366,937,'_menu_item_type','post_type'),(1367,937,'_menu_item_menu_item_parent','933'),(1368,937,'_menu_item_object_id','92'),(1369,937,'_menu_item_object','page'),(1370,937,'_menu_item_target',''),(1371,937,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1372,937,'_menu_item_xfn',''),(1373,937,'_menu_item_url',''),(1403,941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1252;s:4:\"file\";s:22:\"2014/06/background.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"background-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"background-1024x667.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:20:\"background-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1375,938,'_menu_item_type','post_type'),(1376,938,'_menu_item_menu_item_parent','933'),(1377,938,'_menu_item_object_id','89'),(1378,938,'_menu_item_object','page'),(1379,938,'_menu_item_target',''),(1380,938,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1381,938,'_menu_item_xfn',''),(1382,938,'_menu_item_url',''),(1384,939,'_menu_item_type','post_type'),(1385,939,'_menu_item_menu_item_parent','933'),(1386,939,'_menu_item_object_id','124'),(1387,939,'_menu_item_object','page'),(1388,939,'_menu_item_target',''),(1389,939,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1390,939,'_menu_item_xfn',''),(1391,939,'_menu_item_url',''),(1393,940,'_menu_item_type','post_type'),(1394,940,'_menu_item_menu_item_parent','0'),(1395,940,'_menu_item_object_id','292'),(1396,940,'_menu_item_object','page'),(1397,940,'_menu_item_target',''),(1398,940,'_menu_item_classes','a:1:{i:0;s:17:\"icon-address-book\";}'),(1399,940,'_menu_item_xfn',''),(1400,940,'_menu_item_url',''),(1402,941,'_wp_attached_file','2014/06/background.jpg'),(1863,809,'_kad_blog_carousel_title','Similar Articles'),(1862,809,'_kad_blog_carousel_similar','default'),(1861,809,'_kad_blog_author','no'),(1859,809,'_kad_post_sidebar','default'),(1860,809,'_kad_sidebar_choice','sidebar-primary'),(1410,557,'slide_template','default'),(1412,557,'_kad_subtitle','Stay up to date with the business industry'),(2029,557,'_kad_blog_cat','-1'),(2030,557,'_kad_blog_items','all'),(2031,557,'_kad_blog_summery','summery'),(1429,944,'_wp_attached_file','2014/06/Bale_as_Batman-e1511963117610.jpg'),(1430,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:270;s:4:\"file\";s:41:\"2014/06/Bale_as_Batman-e1511963117610.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bale_as_Batman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Bale_as_Batman-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:24:\"Bale_as_Batman-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1421,899,'slide_template','default'),(1423,899,'_kad_blog_head','default'),(1424,899,'_kad_post_summery','img_portrait'),(1425,899,'_kad_post_sidebar','default'),(1426,899,'_kad_sidebar_choice','sidebar-primary'),(1427,899,'_kad_blog_author','no'),(1428,899,'_kad_blog_carousel_similar','no'),(1431,899,'_thumbnail_id','944'),(1434,829,'_thumbnail_id','705'),(1848,1000,'_menu_item_target',''),(1437,829,'slide_template','default'),(1439,829,'_kad_blog_head','default'),(1440,829,'_kad_post_summery','img_portrait'),(1441,829,'_kad_post_sidebar','default'),(1442,829,'_kad_sidebar_choice','sidebar-primary'),(1443,829,'_kad_blog_author','no'),(1444,829,'_kad_blog_carousel_similar','no'),(1849,1000,'_menu_item_classes','a:1:{i:0;s:14:\"icon-wordpress\";}'),(1847,1000,'_menu_item_object','page'),(1846,1000,'_menu_item_object_id','557'),(1845,1000,'_menu_item_menu_item_parent','0'),(1456,948,'_wp_attached_file','2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg'),(1844,1000,'_menu_item_type','post_type'),(1457,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:747;s:6:\"height\";i:422;s:4:\"file\";s:71:\"2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"10-practical-travel-tips-black-business-lady-e1404137887376-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"10-practical-travel-tips-black-business-lady-e1404137887376-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:69:\"10-practical-travel-tips-black-business-lady-e1404137887376-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1458,948,'_edit_lock','1404147993:1'),(1459,32,'slide_template','default'),(1460,32,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ba548940-93cb-4d9a-9b62-442ce94a93a5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2153,1202,'_edit_last','1'),(2062,1140,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2060,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\">\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2050,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2047,1119,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"[jbox color=\"blue\" title=\"HMRC Webinar on Expenses for Employers\"]Find out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/1383346520659973378\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"red\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"blue\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2046,1118,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"[jbox color=\"blue\" title=\"HMRC Webinar on Expenses for Employers\"]Find out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/1383346520659973378\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2038,1112,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:421:\"[jbox color=\"blue\" title=\"HMRC Webinar on Business Expenses for Sole Traders\"]Find out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/7750757993758988033\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2037,1111,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:421:\"[jbox color=\"blue\" title=\"HMRC Webinar on Business Expenses for Sole Traders\"]Find out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/7750757993758988033\"] Sign Up Here.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1461,949,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:5:\"image\";s:106:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:11:{s:5:\"title\";s:22:\"Bookkeeping & Accounts\";s:5:\"tsize\";s:1:\"0\";s:6:\"tcolor\";s:0:\"\";s:8:\"subtitle\";s:221:\"Numbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.\";s:5:\"ssize\";s:1:\"0\";s:6:\"scolor\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:8:\"btn_text\";s:10:\"Contact Us\";s:8:\"btn_link\";s:42:\"http://www.numbersbalanced.com/contact-us/\";s:10:\"btn_target\";s:4:\"true\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:23:\"kad_calltoaction_widget\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.7483492296404989\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.2516507703595011\";s:4:\"grid\";s:1:\"1\";}}}'),(1462,948,'_edit_last','1'),(1463,948,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:783;s:6:\"height\";i:522;s:4:\"file\";s:48:\"10-practical-travel-tips-black-business-lady.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:56:\"10-practical-travel-tips-black-business-lady-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:56:\"10-practical-travel-tips-black-business-lady-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"widget-thumb-orig\";a:4:{s:4:\"file\";s:54:\"10-practical-travel-tips-black-business-lady-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1466,952,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:550:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. We take the time to visit each business in order to offer an individual service to you. We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}}}'),(1464,950,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:11:{s:5:\"title\";s:22:\"Bookkeeping & Accounts\";s:5:\"tsize\";s:1:\"0\";s:6:\"tcolor\";s:0:\"\";s:8:\"subtitle\";s:221:\"Numbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.\";s:5:\"ssize\";s:1:\"0\";s:6:\"scolor\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:8:\"btn_text\";s:10:\"Contact Us\";s:8:\"btn_link\";s:42:\"http://www.numbersbalanced.com/contact-us/\";s:10:\"btn_target\";s:4:\"true\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"kad_calltoaction_widget\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"1\";}}}'),(1465,951,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:11:{s:5:\"title\";s:22:\"Bookkeeping & Accounts\";s:5:\"tsize\";s:1:\"0\";s:6:\"tcolor\";s:0:\"\";s:8:\"subtitle\";s:222:\"Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.\";s:5:\"ssize\";s:1:\"0\";s:6:\"scolor\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:8:\"btn_text\";s:10:\"Contact Us\";s:8:\"btn_link\";s:42:\"http://www.numbersbalanced.com/contact-us/\";s:10:\"btn_target\";s:4:\"true\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"kad_calltoaction_widget\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"1\";}}}'),(1467,953,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:562:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /> We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}}}'),(1468,954,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}}}'),(1469,955,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}}}'),(1470,956,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1362:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\n    The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\n    Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\n    VAT Registration threshold is increased to £81,000\n    Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .\n    All employers will be able to reduce their National Insurance bill by £2,000.\n\nFor Doers:\nPERSONAL   TAX	 \nIncome Tax	 \nUp to £31,865	20%\n£31866 to £ 150,000	40%\nOver £ 150,000	45%\n 	 \nDividends	 \nSavings & Basic Rate   Taxpayers	10%\nHigher Rate Taxpayers	32.50%\nAdditional Rate Taxpayers	37.50%\n 	 \nPERSONAL ALLOWANCE	 \nBasic Personal Allowance	£10,000\n 	 \n\nFor Savers\n\n    ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\n    Tax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.<p>[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1896,1013,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1472,958,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1676:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\n    VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nFor Doers:\n<hr />\nPERSONAL   TAX	\n<hr /> \nIncome Tax\n<hr />\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n<table>\n<tr>\n<td> 	 \nDividends	 \nSavings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n 	 \n\nFor Savers\n\n    ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\n    Tax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1471,957,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2557:\"[jbox color=\"yellow\" ]\n\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.\n\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\n\n[/jbox]\n\n \n\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\n\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\n    The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\n    Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\n    VAT Registration threshold is increased to £81,000\n    Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .\n    All employers will be able to reduce their National Insurance bill by £2,000.\n\nFor Doers:\nPERSONAL   TAX	 \nIncome Tax\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n<table>\n<tr>\n<td> 	 \nDividends	 \nSavings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n 	 \n\nFor Savers\n\n    ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\n    Tax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1473,34,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1781:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n<table>\n<tr>\n<td>\nFor Doers:</td><td></tr>\n<tr>\n<td>\nPERSONAL TAX</td><td></tr>\n<tr>\nIncome Tax</td><td></tr>\n<tr>\n</table>\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n<table>\n<tr>\n<td>Dividends</td>\n</tr>\n</table>\n<table>\n<tr>	 \n<td>Savings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n 	 \n\nFor Savers\n\n    ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\n    Tax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1893,1010,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1994:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>\nFor Doers:</td><td></tr>\n<tr>\n<td>\nPERSONAL TAX</td><td></tr>\n<tr>\nIncome Tax</td><td></tr>\n<tr>\n</table>\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>Dividends</td>\n</tr>\n</table>\n<table>\n<tr>	 \n<td>Savings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \n\nFor Savers\n[space  size=\"10px\"]\n<ul>\n   <li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\n    <li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\n</ul>\n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1474,959,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1994:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>\nFor Doers:</td><td></tr>\n<tr>\n<td>\nPERSONAL TAX</td><td></tr>\n<tr>\nIncome Tax</td><td></tr>\n<tr>\n</table>\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>Dividends</td>\n</tr>\n</table>\n<table>\n<tr>	 \n<td>Savings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \n\nFor Savers\n[space  size=\"10px\"]\n<ul>\n   <li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\n    <li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\n</ul>\n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1498,962,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1497,962,'_menu_item_target',''),(1496,962,'_menu_item_object','custom'),(1495,962,'_menu_item_object_id','962'),(1493,962,'_menu_item_type','custom'),(1494,962,'_menu_item_menu_item_parent','0'),(1499,962,'_menu_item_xfn',''),(1500,962,'_menu_item_url','#'),(1502,963,'_menu_item_type','post_type'),(1503,963,'_menu_item_menu_item_parent','0'),(1504,963,'_menu_item_object_id','32'),(1505,963,'_menu_item_object','page'),(1506,963,'_menu_item_target',''),(1507,963,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1508,963,'_menu_item_xfn',''),(1509,963,'_menu_item_url',''),(1857,809,'_kad_blog_head','default'),(1511,964,'_menu_item_type','post_type'),(1512,964,'_menu_item_menu_item_parent','0'),(1513,964,'_menu_item_object_id','273'),(1514,964,'_menu_item_object','page'),(1515,964,'_menu_item_target',''),(1516,964,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1517,964,'_menu_item_xfn',''),(1518,964,'_menu_item_url',''),(1858,809,'_kad_post_summery','img_portrait'),(1520,965,'_menu_item_type','post_type'),(1521,965,'_menu_item_menu_item_parent','0'),(1522,965,'_menu_item_object_id','62'),(1523,965,'_menu_item_object','page'),(1524,965,'_menu_item_target',''),(1525,965,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1526,965,'_menu_item_xfn',''),(1527,965,'_menu_item_url',''),(1529,966,'_menu_item_type','post_type'),(1530,966,'_menu_item_menu_item_parent','0'),(1531,966,'_menu_item_object_id','5'),(1532,966,'_menu_item_object','page'),(1533,966,'_menu_item_target',''),(1534,966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1535,966,'_menu_item_xfn',''),(1536,966,'_menu_item_url',''),(1538,967,'_menu_item_type','post_type'),(1539,967,'_menu_item_menu_item_parent','966'),(1540,967,'_menu_item_object_id','17'),(1541,967,'_menu_item_object','page'),(1542,967,'_menu_item_target',''),(1543,967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1544,967,'_menu_item_xfn',''),(1545,967,'_menu_item_url',''),(1855,809,'slide_template','default'),(1547,968,'_menu_item_type','post_type'),(1548,968,'_menu_item_menu_item_parent','966'),(1549,968,'_menu_item_object_id','220'),(1550,968,'_menu_item_object','page'),(1551,968,'_menu_item_target',''),(1552,968,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1553,968,'_menu_item_xfn',''),(1554,968,'_menu_item_url',''),(1835,292,'_kad_contact_zoom','15'),(1556,969,'_menu_item_type','post_type'),(1557,969,'_menu_item_menu_item_parent','966'),(1558,969,'_menu_item_object_id','52'),(1559,969,'_menu_item_object','page'),(1560,969,'_menu_item_target',''),(1561,969,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1562,969,'_menu_item_xfn',''),(1563,969,'_menu_item_url',''),(1834,292,'_kad_contact_maptype','ROADMAP'),(1565,970,'_menu_item_type','post_type'),(1566,970,'_menu_item_menu_item_parent','966'),(1567,970,'_menu_item_object_id','229'),(1568,970,'_menu_item_object','page'),(1569,970,'_menu_item_target',''),(1570,970,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1571,970,'_menu_item_xfn',''),(1572,970,'_menu_item_url',''),(1574,971,'_menu_item_type','post_type'),(1575,971,'_menu_item_menu_item_parent','966'),(1576,971,'_menu_item_object_id','57'),(1577,971,'_menu_item_object','page'),(1578,971,'_menu_item_target',''),(1579,971,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1580,971,'_menu_item_xfn',''),(1581,971,'_menu_item_url',''),(1833,292,'_kad_contact_address','Suite 34, 67- 68 Hatton Garden, London, EC1N 8JY'),(1583,972,'_menu_item_type','post_type'),(1584,972,'_menu_item_menu_item_parent','0'),(1585,972,'_menu_item_object_id','77'),(1586,972,'_menu_item_object','page'),(1587,972,'_menu_item_target',''),(1588,972,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1589,972,'_menu_item_xfn',''),(1590,972,'_menu_item_url',''),(1832,292,'_kad_contact_map','no'),(1592,973,'_menu_item_type','post_type'),(1593,973,'_menu_item_menu_item_parent','972'),(1594,973,'_menu_item_object_id','328'),(1595,973,'_menu_item_object','page'),(1596,973,'_menu_item_target',''),(1597,973,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1598,973,'_menu_item_xfn',''),(1599,973,'_menu_item_url',''),(1831,292,'_kad_contact_form_math','yes'),(1601,974,'_menu_item_type','post_type'),(1602,974,'_menu_item_menu_item_parent','972'),(1603,974,'_menu_item_object_id','82'),(1604,974,'_menu_item_object','page'),(1605,974,'_menu_item_target',''),(1606,974,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1607,974,'_menu_item_xfn',''),(1608,974,'_menu_item_url',''),(1610,975,'_menu_item_type','post_type'),(1611,975,'_menu_item_menu_item_parent','972'),(1612,975,'_menu_item_object_id','114'),(1613,975,'_menu_item_object','page'),(1614,975,'_menu_item_target',''),(1615,975,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1616,975,'_menu_item_xfn',''),(1617,975,'_menu_item_url',''),(1830,292,'_kad_contact_form_title','Send us an Email'),(1619,976,'_menu_item_type','post_type'),(1620,976,'_menu_item_menu_item_parent','972'),(1621,976,'_menu_item_object_id','92'),(1622,976,'_menu_item_object','page'),(1623,976,'_menu_item_target',''),(1624,976,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1625,976,'_menu_item_xfn',''),(1626,976,'_menu_item_url',''),(1829,292,'_kad_contact_form','yes'),(1628,977,'_menu_item_type','post_type'),(1629,977,'_menu_item_menu_item_parent','972'),(1630,977,'_menu_item_object_id','89'),(1631,977,'_menu_item_object','page'),(1632,977,'_menu_item_target',''),(1633,977,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1634,977,'_menu_item_xfn',''),(1635,977,'_menu_item_url',''),(1869,774,'_thumbnail_id','524'),(1637,978,'_menu_item_type','post_type'),(1638,978,'_menu_item_menu_item_parent','972'),(1639,978,'_menu_item_object_id','124'),(1640,978,'_menu_item_object','page'),(1641,978,'_menu_item_target',''),(1642,978,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1643,978,'_menu_item_xfn',''),(1644,978,'_menu_item_url',''),(1864,809,'_thumbnail_id','610'),(1646,979,'_menu_item_type','post_type'),(1647,979,'_menu_item_menu_item_parent','0'),(1648,979,'_menu_item_object_id','292'),(1649,979,'_menu_item_object','page'),(1650,979,'_menu_item_target',''),(1651,979,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1652,979,'_menu_item_xfn',''),(1653,979,'_menu_item_url',''),(1655,980,'_menu_item_type','post_type'),(1656,980,'_menu_item_menu_item_parent','0'),(1657,980,'_menu_item_object_id','557'),(1658,980,'_menu_item_object','page'),(1659,980,'_menu_item_target',''),(1660,980,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1661,980,'_menu_item_xfn',''),(1662,980,'_menu_item_url',''),(1826,292,'slide_template','default'),(2007,1094,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:597:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/Accountladder.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:518:\"[jbox color=\"blue\" title=\"HMRC publishes list of suspect tax avoidance schemes.\"]The list of has more than 800 schemes that it believes are deliberately designed to avoid tax, and it consists of a series of numbers, allowing them to be identified by the tax-payers involved. As soon as it receives new legal powers in August, HMRC will be demanding the disputed tax as \"accelerated\" payments, to be paid within 90 days. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jN0h6Q\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(2010,1096,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:518:\"[jbox color=\"blue\" title=\"HMRC publishes list of suspect tax avoidance schemes.\"]The list of has more than 800 schemes that it believes are deliberately designed to avoid tax, and it consists of a series of numbers, allowing them to be identified by the tax-payers involved. As soon as it receives new legal powers in August, HMRC will be demanding the disputed tax as \"accelerated\" payments, to be paid within 90 days. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jN0h6Q\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(2032,557,'_kad_page_sidebar','yes'),(1850,1000,'_menu_item_xfn',''),(1851,1000,'_menu_item_url',''),(1872,774,'slide_template','default'),(1874,774,'_kad_blog_head','default'),(1875,774,'_kad_post_summery','img_portrait'),(1876,774,'_kad_post_sidebar','default'),(1877,774,'_kad_sidebar_choice','sidebar-primary'),(1878,774,'_kad_blog_author','no'),(1879,774,'_kad_blog_carousel_similar','no'),(1891,1009,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:5:\"image\";s:121:\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\";s:9:\"animation\";s:4:\"fade\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:39:\"SiteOrigin_Panels_Widget_Animated_Image\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:638:\"<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1994:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>\nFor Doers:</td><td></tr>\n<tr>\n<td>\nPERSONAL TAX</td><td></tr>\n<tr>\nIncome Tax</td><td></tr>\n<tr>\n</table>\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>Dividends</td>\n</tr>\n</table>\n<table>\n<tr>	 \n<td>Savings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \n\nFor Savers\n[space  size=\"10px\"]\n<ul>\n   <li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\n    <li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\n</ul>\n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:18:\"0.6896551724137931\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3103448275862069\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1892,32,'_kad_sidebar_choice','sidebar1'),(1895,1012,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1994:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>\nFor Doers:</td><td></tr>\n<tr>\n<td>\nPERSONAL TAX</td><td></tr>\n<tr>\nIncome Tax</td><td></tr>\n<tr>\n</table>\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>Dividends</td>\n</tr>\n</table>\n<table>\n<tr>	 \n<td>Savings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \n\nFor Savers\n[space  size=\"10px\"]\n<ul>\n   <li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\n    <li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\n</ul>\n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1894,1011,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:692:\"[jbox color=\"green\" title=\"Business Expenses\"] <h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br /></h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. <br /></h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n<div style=\"text-align:center\">\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n</div>[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1994:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>\nFor Doers:</td><td></tr>\n<tr>\n<td>\nPERSONAL TAX</td><td></tr>\n<tr>\nIncome Tax</td><td></tr>\n<tr>\n</table>\n<table>\n<tr>\n<td>	 \nUp to £31,865</td><td>20%</td>\n</tr>\n<tr>\n<td>\n£31866 to £ 150,000</td><td>40%</td>\n</tr>\n<tr>\n<td>\nOver £ 150,000</td><td>45%</td>\n</tr>\n</table>\n[space  size=\"10px\"]\n<table>\n<tr>\n<td>Dividends</td>\n</tr>\n</table>\n<table>\n<tr>	 \n<td>Savings & Basic Rate   Taxpayers</td><td>10%</td>\n</tr>\n<tr>\n<td>\nHigher Rate Taxpayers</td><td>32.50%</td>\n</tr>\n<tr>\n<td>\nAdditional Rate Taxpayers</td><td>37.50%</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \nPERSONAL ALLOWANCE\n<table>\n<tr>\n<td>	 \nBasic Personal Allowance</td><td>£10,000</td>\n</tr>\n</table>\n[space  size=\"10px\"] 	 \n\nFor Savers\n[space  size=\"10px\"]\n<ul>\n   <li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\n    <li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\n</ul>\n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1897,5,'slide_template','default'),(1898,5,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:925:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511741412509\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(1899,1017,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:11:{s:9:\"info_icon\";s:11:\"icon-pencil\";s:9:\"image_uri\";s:0:\"\";s:5:\"title\";s:11:\"Bookkeeping\";s:11:\"description\";s:115:\"We take care of your books for you, so you can get back to the job of running your business and generating profits!\";s:10:\"background\";s:7:\"#33743c\";s:4:\"size\";s:1:\"0\";s:5:\"style\";s:20:\"kad-square-iconclass\";s:14:\"iconbackground\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"link\";s:52:\"http://www.numbersbalanced.com/services/bookkeeping/\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:18:\"kad_infobox_widget\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1900,1018,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1901,1019,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1902,1020,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:307:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1903,1021,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:307:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1904,1022,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:307:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1905,37,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:307:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1906,37,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:307:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1907,1023,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:298:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money by outsourcing your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1908,1024,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:284:\"[iconbox icon=\"icon-pen2\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:298:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money by outsourcing your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1909,1025,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:298:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money by outsourcing your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1910,1026,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(1911,77,'slide_template','default'),(1912,77,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2059,1138,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2057,140,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\">Budget 2015</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2027,77,'_panels_data_preview','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:603:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/11/AutumnStatement.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\nKey measures that may have an impact on you and your business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:9:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(2072,1165,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:616:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\">Budget 2015</a></h4>\nThe Chancellor of the Exchequer said ”The Economy is taking another big step from Austerity to Prosperity\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(1913,1031,'_wp_attached_file','2014/03/Budget-2014.jpg'),(1914,1031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:23:\"2014/03/Budget-2014.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Budget-2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:21:\"Budget-2014-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1915,1034,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}}}'),(1916,1035,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:11:{s:9:\"info_icon\";s:0:\"\";s:9:\"image_uri\";s:73:\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\";s:5:\"title\";s:11:\"Budget 2014\";s:11:\"description\";s:87:\"The Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\";s:10:\"background\";s:0:\"\";s:4:\"size\";s:2:\"48\";s:5:\"style\";s:20:\"kad-circle-iconclass\";s:14:\"iconbackground\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"link\";s:58:\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:18:\"kad_infobox_widget\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}}}'),(1917,1036,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:453:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><strong><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></strong><br />\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br /></td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}}}'),(1918,140,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:453:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><strong><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></strong><br />\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br /></td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}}}'),(1919,1037,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:608:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><strong><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></strong><br />\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}}}'),(1920,140,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:608:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><strong><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></strong><br />\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}}}'),(1921,1038,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:621:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4><br />\n[space  size=\"10px\"]\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}}}'),(1922,1039,'_wp_attached_file','2014/07/business-expenses-e1404294668531.jpg'),(1923,1039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:282;s:6:\"height\";i:282;s:4:\"file\";s:44:\"2014/07/business-expenses-e1404294668531.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"business-expenses-e1404294668531-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"business-expenses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:42:\"business-expenses-e1404294668531-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:32;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1262883634;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"5\";s:5:\"title\";s:0:\"\";}}'),(1924,1039,'_edit_lock','1404294656:1'),(1925,1040,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:574:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}}}'),(1926,1039,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:423;s:6:\"height\";i:283;s:4:\"file\";s:21:\"business-expenses.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"business-expenses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"business-expenses-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"widget-thumb-orig\";a:4:{s:4:\"file\";s:27:\"business-expenses-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1927,1039,'_edit_last','1'),(1928,1041,'_wp_attached_file','2014/07/Records-Retention.jpg'),(1929,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:575;s:6:\"height\";i:575;s:4:\"file\";s:29:\"2014/07/Records-Retention.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Records-Retention-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Records-Retention-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:27:\"Records-Retention-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1930,1041,'_edit_lock','1404294993:1'),(1931,1042,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}}}'),(1932,1043,'_wp_attached_file','2014/07/Tax.jpg'),(1933,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2014/07/Tax.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Tax-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Tax-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:13:\"Tax-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1934,1043,'_edit_lock','1404296883:1'),(1935,1044,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}}}'),(1936,1045,'_wp_attached_file','2014/07/vat-e1404297163868.jpg'),(1937,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2014/07/vat-e1404297163868.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"vat-e1404297163868-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"vat-e1404297163868-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:28:\"vat-e1404297163868-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1938,1045,'_edit_lock','1404297076:1'),(1939,1045,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:360;s:6:\"height\";i:300;s:4:\"file\";s:7:\"vat.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"vat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:15:\"vat-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"widget-thumb-orig\";a:4:{s:4:\"file\";s:13:\"vat-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1940,1045,'_edit_last','1'),(1941,1046,'_wp_attached_file','2014/07/Corporation-Tax-e1404297396112.jpg'),(1942,1046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:42:\"2014/07/Corporation-Tax-e1404297396112.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Corporation-Tax-e1404297378164-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Corporation-Tax-e1404297378164-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Corporation-Tax-e1404297378164-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:40:\"Corporation-Tax-e1404297378164-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1943,1046,'_edit_lock','1404298267:1'),(1944,1046,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"Corporation-Tax.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"Corporation-Tax-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"Corporation-Tax-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"Corporation-Tax-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"widget-thumb-orig\";a:4:{s:4:\"file\";s:25:\"Corporation-Tax-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1404297396112\";a:3:{s:5:\"width\";i:1172;s:6:\"height\";i:1172;s:4:\"file\";s:34:\"Corporation-Tax-e1404297378164.jpg\";}}'),(1945,1046,'_edit_last','1'),(1950,1052,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3960:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\n\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}}}'),(1946,1047,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}}}'),(1948,82,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:40:\"Business Expenses, Accounts, Bookkeeping\";s:20:\"seo_meta_description\";s:0:\"\";}'),(1949,82,'slide_template','default'),(1951,1053,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3974:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\n\n\nDeadlines for Filing \n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}}}'),(1952,1054,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:3974:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\n\n\nDeadlines for Filing \n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[space  size=\"10px\"]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}}}'),(2196,1219,'_edit_last','1'),(2197,1219,'_edit_lock','1511964568:1'),(2198,1220,'_wp_attached_file','2016/08/usain-Bolt1.jpg'),(1954,1056,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"9\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:2:\"10\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"8\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:9;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:10;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1955,1057,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:325:\"[jbox color=\"blue\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"8\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:9;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"9\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:10;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:2:\"10\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1956,1058,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:326:\"[jbox color=\"pink\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"8\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:9;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"9\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:10;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:2:\"10\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1958,1060,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:326:\"[jbox color=\"pink\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"green\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"9\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:2:\"10\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1957,1059,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:326:\"[jbox color=\"pink\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"green\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"8\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:9;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"9\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:10;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:2:\"10\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1959,1061,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:380:\"[jbox color=\"pink\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"green\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1960,1062,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:426:\"[jbox color=\"Orange\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Last month, Bank governor Mark Carney hinted that rates could increase later this year as the UK\'s economic recovery becomes more secure. [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1965,1067,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:410:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"rose\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1963,1065,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"[jbox color=\"Orange\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this year as the UK\'s economic recovery becomes more secure. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1961,1063,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"[jbox color=\"Orange\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Last month, Bank governor Mark Carney hinted that rates could increase later this year as the UK\'s economic recovery becomes more secure. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1962,1064,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"[jbox color=\"Orange\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Bank Governor that rates could increase later this year as the UK\'s economic recovery becomes more secure. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1964,1066,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:464:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this year as the UK\'s economic recovery becomes more secure. <p>[jbutton color=\"rose\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1966,1068,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:410:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"rose\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1967,1069,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1968,1070,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"rose\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1969,1071,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:412:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"platinum\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1970,1072,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:408:\"[jbox color=\"blue\" title=\"Time is the most valuable asset for the Business Owner\"]It\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bit.ly/1m3fKd7\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1971,1073,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"[jbox color=\"yellow\" title=\"Marketing your business on a Budget\"] Marketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://bit.ly/1zvKhuo\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:518:\"[jbox color=\"blue\" title=\"HMRC publishes list of suspect tax avoidance schemes.\"]The list of has more than 800 schemes that it believes are deliberately designed to avoid tax, and it consists of a series of numbers, allowing them to be identified by the tax-payers involved. As soon as it receives new legal powers in August, HMRC will be demanding the disputed tax as \"accelerated\" payments, to be paid within 90 days. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jN0h6Q\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1984,667,'_edit_lock','1409915189:1'),(1987,667,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"450\";s:4:\"file\";s:29:\"lad-text-outlined-300x450.png\";}s:18:\"full-1409915265430\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:300;s:4:\"file\";s:44:\"lad-text-outlined-300x450-e1409915225973.png\";}}'),(2034,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:518:\"[jbox color=\"blue\" title=\"HMRC publishes list of suspect tax avoidance schemes.\"]The list of has more than 800 schemes that it believes are deliberately designed to avoid tax, and it consists of a series of numbers, allowing them to be identified by the tax-payers involved. As soon as it receives new legal powers in August, HMRC will be demanding the disputed tax as \"accelerated\" payments, to be paid within 90 days. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jN0h6Q\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(1992,1087,'_wp_attached_file','2014/09/startrek.jpg'),(1993,1087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:625;s:6:\"height\";i:452;s:4:\"file\";s:20:\"2014/09/startrek.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"startrek-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"startrek-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:18:\"startrek-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2894,1504,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:2680:\"<p> </p>\n<table style=\"height: 93px;\" border=\"1\" width=\"447\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><b> </b></td>\n<td valign=\"top\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:13:\"1511975720197\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2886,1502,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7305:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9549:\"<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2><p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p><ul><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li><li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li></ul><p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p><p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p><ul><li><span style=\"color: #000000;\">Accountancy charges</span></li></ul><ul><li><span style=\"color: #000000;\">Advertising</span></li></ul><ul><li><span style=\"color: #000000;\">Cleaning of business premises</span></li></ul><ul><li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li></ul><ul><li><span style=\"color: #000000;\">Discounts allowed to customers</span></li></ul><ul><li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li></ul><ul><li><span style=\"color: #000000;\">Heating and lighting </span></li></ul><ul><li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li></ul><ul><li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li></ul><ul><li><span style=\"color: #000000;\">Legal fees associated with the business</span></li></ul><ul><li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li></ul><ul><li><span style=\"color: #000000;\">Rent and Rates</span></li></ul><ul><li><span style=\"color: #000000;\">Stationery</span></li></ul><ul><li><span style=\"color: #000000;\">Stock purchases</span></li></ul><ul><li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li></ul><ul><li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li></ul><ul><li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li></ul><ul><li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li></ul><ul><li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li></ul><ul><li style=\"list-style-type: none;\"><ul><li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li><li>No member of the employee or office holder’s family is present, and,</li><li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li></ul></li></ul><p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p><ul><li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li></ul><p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p><table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\"><strong>Type of vehicle </strong></td><td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td></tr><tr><td valign=\"top\" width=\"10\"><strong>Car</strong></td><td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td><td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Cycle</strong></td><td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td></tr></tbody></table><p> </p><p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p><p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p><p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p><p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p><p><span style=\"color: #000000;\">3) personal consumption </span></p><p><span style=\"color: #000000;\">4) personal drawings </span></p><p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p><p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p><h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2><ul><li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li><li><span style=\"color: #000000;\">Spectacles</span></li><li><span style=\"color: #000000;\">Car service and repairs</span></li><li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li><li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li><li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li></ul><p> </p><p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1995,1090,'_wp_attached_file','2014/09/Accountladder.jpg'),(1996,1090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:25:\"2014/09/Accountladder.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2898,1506,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1998,1090,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:450;s:4:\"file\";s:17:\"Accountladder.jpg\";}s:18:\"full-1409919312617\";a:3:{s:5:\"width\";i:250;s:6:\"height\";i:375;s:4:\"file\";s:32:\"Accountladder-e1409919240259.jpg\";}}'),(2013,1098,'_wp_attached_file','2014/09/thinking-hats.jpg'),(2014,1098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:556;s:6:\"height\";i:351;s:4:\"file\";s:25:\"2014/09/thinking-hats.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"thinking-hats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"thinking-hats-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:23:\"thinking-hats-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2019,1100,'_wp_attached_file','2012/10/network-e1511973303660.jpg'),(2020,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:158;s:4:\"file\";s:34:\"2012/10/network-e1511973303660.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"network-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"network-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:17:\"network-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";i:0;s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2837,1493,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2836,1493,'_edit_last','1'),(2033,557,'_kad_sidebar_choice','sidebar-primary'),(2028,1105,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:5401:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\n\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\n\n[jaccordion theme=\"smoothness\"]\nSelf Assessment::\n\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\n\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\n[jacc/]\nAnnual Returns::\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\n\n[jacc/]\n\nVAT Returns::\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\n\n[jacc/]\n\nPAYE/NIC Payment Deadlines (Quarterly)::\n\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\n\n[jacc/]\n\nMonthly PAYE/NIC::\n\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\n<tbody>\n<tr>\n<td width=\"64\" height=\"18\"></td>\n<td width=\"77\"></td>\n<td width=\"77\"></td>\n<td width=\"82\"></td>\n<td width=\"82\"></td>\n<td width=\"74\"></td>\n<td width=\"74\"></td>\n<td width=\"83\"></td>\n<td width=\"64\"></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Accounting</td>\n<td></td>\n<td>Companies</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n<td>Corporation</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td>Reference</td>\n<td></td>\n<td>House</td>\n<td></td>\n<td>Tax</td>\n<td></td>\n<td>Tax Return</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td>Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n<td>Due Date</td>\n<td></td>\n<td>Filing Date</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jan-14</td>\n<td></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">1-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Jan-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">28-Feb-14</td>\n<td></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">1-Dec-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Mar-14</td>\n<td></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">1-Jan-15</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Apr-14</td>\n<td></td>\n<td align=\"right\">21-Jan-15</td>\n<td></td>\n<td align=\"right\">1-Feb-15</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-May-14</td>\n<td></td>\n<td align=\"right\">28-Feb-15</td>\n<td></td>\n<td align=\"right\">1-Mar-15</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Jun-14</td>\n<td></td>\n<td align=\"right\">31-Mar-15</td>\n<td></td>\n<td align=\"right\">1-Apr-15</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Jul-14</td>\n<td></td>\n<td align=\"right\">30-Apr-15</td>\n<td></td>\n<td align=\"right\">1-May-15</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Aug-14</td>\n<td></td>\n<td align=\"right\">31-May-15</td>\n<td></td>\n<td align=\"right\">1-Jun-15</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Sep-14</td>\n<td></td>\n<td align=\"right\">30-Jun-15</td>\n<td></td>\n<td align=\"right\">1-Jul-15</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Oct-14</td>\n<td></td>\n<td align=\"right\">31-Jul-15</td>\n<td></td>\n<td align=\"right\">1-Aug-15</td>\n<td></td>\n<td align=\"right\">31-Oct-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">30-Nov-14</td>\n<td></td>\n<td align=\"right\">31-Aug-15</td>\n<td></td>\n<td align=\"right\">1-Sep-15</td>\n<td></td>\n<td align=\"right\">30-Nov-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td align=\"right\">31-Dec-14</td>\n<td></td>\n<td align=\"right\">30-Sep-15</td>\n<td></td>\n<td align=\"right\">1-Oct-15</td>\n<td></td>\n<td align=\"right\">31-Dec-15</td>\n<td></td>\n</tr>\n<tr>\n<td height=\"18\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td height=\"17\"></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n[/jaccordion]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}}}'),(2035,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:518:\"[jbox color=\"blue\" title=\"HMRC publishes list of suspect tax avoidance schemes.\"]The list of has more than 800 schemes that it believes are deliberately designed to avoid tax, and it consists of a series of numbers, allowing them to be identified by the tax-payers involved. As soon as it receives new legal powers in August, HMRC will be demanding the disputed tax as \"accelerated\" payments, to be paid within 90 days. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jN0h6Q\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(2036,1110,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:518:\"[jbox color=\"blue\" title=\"HMRC publishes list of suspect tax avoidance schemes.\"]The list of has more than 800 schemes that it believes are deliberately designed to avoid tax, and it consists of a series of numbers, allowing them to be identified by the tax-payers involved. As soon as it receives new legal powers in August, HMRC will be demanding the disputed tax as \"accelerated\" payments, to be paid within 90 days. <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://bbc.in/1jN0h6Q\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"[jbox color=\"green\" title=\"Tax Dates & Deadlines\"]For Companies and Sole traders <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"0\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(2039,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:421:\"[jbox color=\"blue\" title=\"HMRC Webinar on Business Expenses for Sole Traders\"]Find out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/7750757993758988033\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>[/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2040,1113,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:421:\"[jbox color=\"blue\" title=\"HMRC Webinar on Business Expenses for Sole Traders\"]Find out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/7750757993758988033\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>[/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2044,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"[jbox color=\"blue\" title=\"HMRC Webinar on Expenses for Employers\"]Find out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/1383346520659973378\"] Sign Up Here.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>[/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2041,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:421:\"[jbox color=\"blue\" title=\"HMRC Webinar on Business Expenses for Sole Traders\"]Find out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/7750757993758988033\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>[/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2042,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:421:\"[jbox color=\"blue\" title=\"HMRC Webinar on Business Expenses for Sole Traders\"]Find out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/7750757993758988033\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>[/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2043,1116,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:421:\"[jbox color=\"blue\" title=\"HMRC Webinar on Business Expenses for Sole Traders\"]Find out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/7750757993758988033\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>[/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2045,1117,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"[jbox color=\"blue\" title=\"HMRC Webinar on Expenses for Employers\"]Find out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/1383346520659973378\"] Sign Up Here.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"[jbox color=\"green\" title=\"Self Assessment Deadline\"]The 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 <p>[/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"[jbox color=\"red\" title=\"UK Interest Rates at Record low of 0.05%\"]“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://bbc.in/1jB7N4o\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2048,1120,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:323:\"[jbox color=\"red\" title=\"HMRC Webinar on Expenses for Employers\"]Find out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/1383346520659973378\"] Sign Up Here.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"red\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"blue\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2049,1122,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:323:\"[jbox color=\"red\" title=\"HMRC Webinar on Expenses for Employers\"]Find out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://attendee.gotowebinar.com/register/1383346520659973378\"] Sign Up Here.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2051,1123,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2055,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2053,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2054,1131,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:592:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1008:\"[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n[space  size=\"10px\"]\nFor Makers\n[space  size=\"10px\"]\n<ul>\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\n    <li>VAT Registration threshold is increased to £81,000</li>\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\n</ul>\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2014] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2056,1132,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:3:\"0.5\";s:4:\"grid\";s:1:\"3\";}}}'),(2058,1133,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:594:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\">Budget 2015</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2061,1139,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\">\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/blog2/cashflow/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2063,1141,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"red\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2064,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:263:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2065,32,'_panels_data_preview','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2152,1201,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:282:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget giving you all those important numbers for 2016 is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2146,1199,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:387:\"[jbox color=\"red\" title=\"Budget 2016\"]  The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016.\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2066,1152,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:263:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:595:\"[jbox color=\"red\" title=\"Budget 2015\"]  The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015.\n\n He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2067,5,'_panels_data_preview','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cd9e6110-6a89-414c-84eb-033fee02c38f\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(2068,1162,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"3\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"4\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"5\";s:5:\"style\";a:12:{s:5:\"class\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:25:\"background_image_position\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:16:\"background_cover\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:10:\"border_top\";s:1:\"0\";s:16:\"border_top_color\";s:0:\"\";s:13:\"border_bottom\";s:1:\"0\";s:19:\"border_bottom_color\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}i:5;a:2:{s:6:\"weight\";s:3:\"0.2\";s:4:\"grid\";s:1:\"1\";}}}'),(2069,220,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:64:\"Sole Traders, Financial Accounts, bookkeeping, limited companies\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2070,229,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:45:\"Late Payments, Credit Control, Sales, Debtors\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2071,57,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:24:\"cashflow, costs, income,\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2073,114,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:49:\"Business Records to keep, Accounts, Bookkeeping, \";s:20:\"seo_meta_description\";s:26:\"Accounting Records to keep\";}'),(2074,1173,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:616:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\">Budget 2015</a></h4>\nThe Chancellor of the Exchequer said ”The Economy is taking another big step from Austerity to Prosperity\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2075,1174,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:616:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Economy is taking another big step from Austerity to Prosperity\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2145,1198,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a2ac7f65-ea29-4ba4-9e64-f7fd9f91b4fd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1264d21e-e13a-4800-9d9b-4193df2f981f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:263:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9bb369c5-35b0-4b29-a9dc-88996df5c2f1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:824:\"[jbox color=\"red\" title=\"Budget 2016\"]  The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016.\nHe said it is a Budget:\nthat reaches a surplus so the next generation doesn’t have to pay our debts;\nthat reforms our tax system so that the next generation inherits a strong economy;\nthat takes the imaginative steps so that the next generation is better educated;\nthat takes bold decisions so that our children grow up fit and healthy;\nthat gets investors investing, savers saving, businesses doing business.\n \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9bb341cb-f24c-41a7-bc02-303e3d6d1a50\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2130,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a2ac7f65-ea29-4ba4-9e64-f7fd9f91b4fd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1264d21e-e13a-4800-9d9b-4193df2f981f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:263:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9bb369c5-35b0-4b29-a9dc-88996df5c2f1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:824:\"[jbox color=\"red\" title=\"Budget 2016\"]  The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016.\nHe said it is a Budget:\nthat reaches a surplus so the next generation doesn’t have to pay our debts;\nthat reforms our tax system so that the next generation inherits a strong economy;\nthat takes the imaginative steps so that the next generation is better educated;\nthat takes bold decisions so that our children grow up fit and healthy;\nthat gets investors investing, savers saving, businesses doing business.\n \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9bb341cb-f24c-41a7-bc02-303e3d6d1a50\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2131,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a2ac7f65-ea29-4ba4-9e64-f7fd9f91b4fd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1264d21e-e13a-4800-9d9b-4193df2f981f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:263:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9bb369c5-35b0-4b29-a9dc-88996df5c2f1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:824:\"[jbox color=\"red\" title=\"Budget 2016\"]  The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016.\nHe said it is a Budget:\nthat reaches a surplus so the next generation doesn’t have to pay our debts;\nthat reforms our tax system so that the next generation inherits a strong economy;\nthat takes the imaginative steps so that the next generation is better educated;\nthat takes bold decisions so that our children grow up fit and healthy;\nthat gets investors investing, savers saving, businesses doing business.\n \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9bb341cb-f24c-41a7-bc02-303e3d6d1a50\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2132,32,'_kad_show_page_title','default'),(2151,34,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:282:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget giving you all those important numbers for 2016 is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2143,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a2ac7f65-ea29-4ba4-9e64-f7fd9f91b4fd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1264d21e-e13a-4800-9d9b-4193df2f981f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:263:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9bb369c5-35b0-4b29-a9dc-88996df5c2f1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:824:\"[jbox color=\"red\" title=\"Budget 2016\"]  The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016.\nHe said it is a Budget:\nthat reaches a surplus so the next generation doesn’t have to pay our debts;\nthat reforms our tax system so that the next generation inherits a strong economy;\nthat takes the imaginative steps so that the next generation is better educated;\nthat takes bold decisions so that our children grow up fit and healthy;\nthat gets investors investing, savers saving, businesses doing business.\n \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9bb341cb-f24c-41a7-bc02-303e3d6d1a50\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2144,34,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:239:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. Find all the details here <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a2ac7f65-ea29-4ba4-9e64-f7fd9f91b4fd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:276:\"[jbox color=\"red\" title=\"Small Business Community\"] Running your business can be lonely. You can turn to your business community for help , support and advice. <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.yourbusinesscommunity.co.uk\"]  Read More.[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1264d21e-e13a-4800-9d9b-4193df2f981f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:263:\"[jbox color=\"blue\" title=\"Business is GREAT\"]“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://www.greatbusiness.gov.uk\"] Read more..[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"[jbox color=\"platinum\" title=\"Quote for the Day\"]“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9bb369c5-35b0-4b29-a9dc-88996df5c2f1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:824:\"[jbox color=\"red\" title=\"Budget 2016\"]  The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016.\nHe said it is a Budget:\nthat reaches a surplus so the next generation doesn’t have to pay our debts;\nthat reforms our tax system so that the next generation inherits a strong economy;\nthat takes the imaginative steps so that the next generation is better educated;\nthat takes bold decisions so that our children grow up fit and healthy;\nthat gets investors investing, savers saving, businesses doing business.\n \n \n[space  size=\"10px\"]\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here to read more[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"9bb341cb-f24c-41a7-bc02-303e3d6d1a50\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2154,1202,'_edit_lock','1511964686:1'),(2182,328,'_oembed_0af3d264eb2af12a5b6a994c009f8fa9','<blockquote data-secret=\"FazLK9FFYA\" class=\"wp-embedded-content\"><a href=\"http://www.numbersbalanced.com/uk-budget-2016-datacard/\">UK Budget 2016 Datacard</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.numbersbalanced.com/uk-budget-2016-datacard/embed/#?secret=FazLK9FFYA\" data-secret=\"FazLK9FFYA\" width=\"600\" height=\"338\" title=\"&#8220;UK Budget 2016 Datacard&#8221; &#8212; Numbers Balanced Limited\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2183,328,'_oembed_time_0af3d264eb2af12a5b6a994c009f8fa9','1471360880'),(2184,328,'_oembed_fb860945b5ef44884bcfcd6c14fd81cc','<blockquote data-secret=\"4QtIqAw6eH\" class=\"wp-embedded-content\"><a href=\"http://www.numbersbalanced.com/uk-budget-2016-datacard/\">UK Budget 2016 Datacard</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.numbersbalanced.com/uk-budget-2016-datacard/embed/#?secret=4QtIqAw6eH\" data-secret=\"4QtIqAw6eH\" width=\"600\" height=\"338\" title=\"&#8220;UK Budget 2016 Datacard&#8221; &#8212; Numbers Balanced Limited\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2170,1207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:170;s:4:\"file\";s:39:\"2016/08/google-ceo-1-e1511961376579.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471024369\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2739,705,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:415;s:6:\"height\";i:586;s:4:\"file\";s:9:\"yoda4.jpg\";}}'),(2731,1223,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:863;s:6:\"height\";i:541;s:4:\"file\";s:17:\"usain-Bolt1-2.jpg\";}}'),(2732,1219,'_thumbnail_id','1223'),(2169,1207,'_wp_attached_file','2016/08/google-ceo-1-e1511961376579.jpg'),(2160,1202,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:39:\"Deliver, Extra Mile, Expectations, WOW \";s:20:\"seo_meta_description\";s:34:\"Exceed your Customer\'s Expectatons\";}'),(2161,1202,'_kad_blog_head','default'),(2162,1202,'_kad_post_summery','img_portrait'),(2163,1202,'_kad_post_sidebar','default'),(2164,1202,'_kad_sidebar_choice','sidebar-primary'),(2165,1202,'_kad_blog_author','no'),(2166,1202,'_kad_blog_carousel_similar','default'),(2320,1268,'_wp_attached_file','2017/03/Budget-2017.pdf'),(2177,328,'_kad_show_page_title','default'),(2178,1212,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2015] Click here[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2185,328,'_oembed_time_fb860945b5ef44884bcfcd6c14fd81cc','1471361074'),(2186,140,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2187,140,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2188,140,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2189,1216,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2190,77,'_kad_show_page_title','default'),(2191,114,'_kad_show_page_title','default'),(2200,1219,'_kad_image_gallery','1223,1222'),(2201,1219,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:65:\"believe in yourself, believe in your dreams, don\'t limit yourself\";s:20:\"seo_meta_description\";s:61:\"do not limit yourself, believe in yourself, not others think.\";}'),(2202,1219,'_kad_blog_head','default'),(2203,1219,'_kad_post_summery','img_portrait'),(2204,1219,'_kad_post_sidebar','default'),(2205,1219,'_kad_sidebar_choice','sidebar-primary'),(2206,1219,'_kad_blog_author','no'),(2207,1219,'_kad_blog_carousel_similar','default'),(2208,1222,'_wp_attached_file','2016/08/MPHELPS1.jpg'),(2209,1222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:669;s:6:\"height\";i:377;s:4:\"file\";s:20:\"2016/08/MPHELPS1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"MPHELPS1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"MPHELPS1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:18:\"MPHELPS1-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"MPHELPS1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2212,1223,'_wp_attached_file','2016/08/usain-Bolt1-2-e1511961606325.jpg'),(2213,1223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:150;s:4:\"file\";s:40:\"2016/08/usain-Bolt1-2-e1511961606325.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"usain-Bolt1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"usain-Bolt1-2-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"usain-Bolt1-2-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:23:\"usain-Bolt1-2-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"usain-Bolt1-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:5:\"© AP\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471715950\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2228,1226,'_kad_blog_carousel_similar','default'),(2235,1230,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2236,1231,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:285:\"[jbox color=\"green\" title=Autumn Statement 2016\"] The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\"  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2237,1232,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:286:\"[jbox color=\"green\" title=\"Autumn Statement 2016\"] The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\"  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2238,1233,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:287:\"[jbox color=\"rosy\" title=\"Autumn Statement 2016\"] The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\"  <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2335,1278,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"&lt;table width=\"100%\"&gt;\n&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;\n&lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".&lt;br /&gt;\n[btn text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;\n&lt;/table&gt;\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"58c6c9c87634a\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"dd8e467a-8f89-4eb6-a900-cc770016e1b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(2239,1234,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:287:\"[jbox color=\"orange\" title=\"Autumn Statement 2016\"] The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\"  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2252,1242,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:603:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/11/AutumnStatement.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\nKey measures that may have an impact on you and your business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:9:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(2240,1235,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2327,140,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2253,1243,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"[jbox color=\"platinum\" title=\"Autumn Statement 2016\"] The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\"  <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2345,1290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:62;s:6:\"height\";i:59;s:4:\"file\";s:36:\"2017/10/Numbersbalanced-sitelogo.jpg\";s:5:\"sizes\";a:1:{s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:34:\"Numbersbalanced-sitelogo-62x50.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2246,1238,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:9:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(2247,1239,'_wp_attached_file','2016/11/AutumnStatement.jpg'),(2248,1239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:465;s:6:\"height\";i:310;s:4:\"file\";s:27:\"2016/11/AutumnStatement.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"AutumnStatement-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"AutumnStatement-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:25:\"AutumnStatement-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"AutumnStatement-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2249,1240,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:605:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\nKey measures that may have an impact on you and your business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:9:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(2250,1239,'_edit_lock','1480099946:1'),(2251,1241,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:603:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/11/Autumnstatement.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\nKey measures that may have an impact on you and your business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:9:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(2254,1245,'_edit_last','1'),(2255,1245,'_edit_lock','1511964445:1'),(2256,1246,'_wp_attached_file','2016/12/business-card-e1511958186971.jpg'),(2257,1246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:40:\"2016/12/business-card-e1511958186971.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"business-card-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"business-card-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:23:\"business-card-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"business-card-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2282,1254,'_edit_lock','1511979041:1'),(2260,1245,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:35:\"business card, email, phone number \";s:20:\"seo_meta_description\";s:33:\"Do\'s and don\'ts of business cards\";}'),(2261,1245,'_kad_blog_head','default'),(2262,1245,'_kad_post_summery','img_portrait'),(2263,1245,'_kad_post_sidebar','default'),(2264,1245,'_kad_sidebar_choice','sidebar-primary'),(2265,1245,'_kad_blog_author','no'),(2266,1245,'_kad_blog_carousel_similar','default'),(2281,1254,'_edit_last','1'),(2283,1255,'_wp_attached_file','2017/01/without-fail-onlinembatoday.jpg'),(2284,1255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:757;s:6:\"height\";i:851;s:4:\"file\";s:39:\"2017/01/without-fail-onlinembatoday.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"without-fail-onlinembatoday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"without-fail-onlinembatoday-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:37:\"without-fail-onlinembatoday-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"without-fail-onlinembatoday-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483707049\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2302,1261,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:43:\"Cashflow, Fixed payments, Flexible payments\";s:20:\"seo_meta_description\";s:25:\"Tips on Managing Cashflow\";}'),(2301,1261,'_edit_lock','1511964117:1'),(2287,1254,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:16:\"Jennifer Muwonge\";s:16:\"seo_meta_keyword\";s:58:\"Accountability, Mistakes, Investigate, lessons, challenges\";s:20:\"seo_meta_description\";s:29:\"Mistakes are steps to success\";}'),(2288,1254,'_kad_blog_head','default'),(2289,1254,'_kad_post_summery','img_portrait'),(2290,1254,'_kad_post_sidebar','default'),(2291,1254,'_kad_sidebar_choice','sidebar-primary'),(2292,1254,'_kad_blog_author','no'),(2293,1254,'_kad_blog_carousel_similar','default'),(2300,1261,'_edit_last','1'),(2303,1261,'_kad_blog_head','default'),(2304,1261,'_kad_post_summery','img_portrait'),(2305,1261,'_kad_post_sidebar','default'),(2306,1261,'_kad_sidebar_choice','sidebar-primary'),(2307,1261,'_kad_blog_author','no'),(2308,1261,'_kad_blog_carousel_similar','default'),(2321,1268,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Budget-2017-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Budget-2017-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Budget-2017-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:19:\"Budget-2017-pdf.jpg\";s:5:\"width\";i:1497;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(2318,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[jbox color=\"platinum\" title=\"Autumn Statement 2016\"] The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\"  <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Autumn-Statement-2016\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2319,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[jbox color=\"platinum\" title=\"Autumn Statement 2016\"] The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\"  <p>[jbutton color=\"orange\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Autumn-Statement-2016\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2016\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2016] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2322,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget.\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2344,1290,'_wp_attached_file','2017/10/Numbersbalanced-sitelogo.jpg'),(2326,140,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:603:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/11/AutumnStatement.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\nKey measures that may have an impact on you and your business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:628:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; & Businesses doing business\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:9:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(2328,124,'_kad_show_page_title','default'),(2329,89,'_kad_show_page_title','default'),(2330,92,'_kad_show_page_title','default'),(2331,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2332,34,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2333,34,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2336,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2334,34,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"&lt;table width=\"100%\"&gt;\n&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;\n&lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".&lt;br /&gt;\n[btn text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;\n&lt;/table&gt;\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"58c6c9c87634a\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"dd8e467a-8f89-4eb6-a900-cc770016e1b8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(2339,1280,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2337,1279,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2340,1281,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2338,34,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"[jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"[jbox color=\"green\" title=Records Retention\"] Accounting Records must be kept. For details  <p>[jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/Recordsretention\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"[jbox color=\"red\" title=\"Brexit Means Brexit\"] Getting The Right Deal: The 12 UK Government Objectives <p>[jbutton color=\"gray\" size=\"medium\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"] Click here[/jbutton] [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"[jbox color=\"red\" title=\"Budget 2017\"]\nA summary of the UK Budget & The Tax Data Card\n[space  size=\"10px\"]\n[jbutton color=\"red\" size=\"medium \" link=http://numbersbalanced.com/knowledge-base/budget-2017] Click here[/jbutton]  [/jbox]\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"31ec16fc-8d33-40ad-9371-57f2cba5e4e7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2343,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:563:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2341,1282,'_wp_attached_file','2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg'),(2342,1282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:244;s:4:\"file\";s:59:\"2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:57:\"Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:59:\"Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489424334\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2346,1291,'_wp_attached_file','2017/10/cropped-Numbersbalanced-sitelogo.jpg'),(2347,1291,'_wp_attachment_context','site-icon'),(2348,1291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:44:\"2017/10/cropped-Numbersbalanced-sitelogo.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-Numbersbalanced-sitelogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-Numbersbalanced-sitelogo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:42:\"cropped-Numbersbalanced-sitelogo-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"cropped-Numbersbalanced-sitelogo-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:44:\"cropped-Numbersbalanced-sitelogo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:44:\"cropped-Numbersbalanced-sitelogo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:44:\"cropped-Numbersbalanced-sitelogo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:42:\"cropped-Numbersbalanced-sitelogo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2349,273,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b54dc3fd47\";s:19:\"_sow_form_timestamp\";s:13:\"1511740918426\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e9a2168e-3e14-4729-8dc4-8ba5f60cbc96\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2360,1298,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2355,1295,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2350,1293,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2351,273,'_kad_show_page_title','default'),(2352,1294,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2353,1294,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
INSERT INTO `wp_postmeta` VALUES (2354,1294,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2356,1296,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2357,1297,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2358,1297,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2359,1297,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:723:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. <br /><br /></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a8d87cb7\";s:19:\"_sow_form_timestamp\";s:13:\"1511729916625\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1052b903-e09a-4d11-8efb-89febca18da2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8311092f-0418-4646-918c-c28f986e1817\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2361,62,'_kad_show_page_title','default'),(2362,62,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:58:\"https://www.linkedin.com/company/numbers-balanced-limited/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b56fca78f3\";s:19:\"_sow_form_timestamp\";s:13:\"1511741301553\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b0af8eec-fcb5-4235-802c-f1394ca1bc80\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2364,1301,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2363,1300,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2365,1302,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2366,1302,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2367,1302,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2368,1303,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2369,1304,'_wp_attached_file','2017/11/pic4A17075-2.jpg'),(2370,1304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:810;s:4:\"file\";s:24:\"2017/11/pic4A17075-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pic4A17075-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"pic4A17075-2-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"pic4A17075-2-768x728.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:22:\"pic4A17075-2-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"pic4A17075-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1510052455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2371,1305,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1304\";s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2372,1305,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2373,1305,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:688:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.<br /><br />• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2378,1308,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2374,1306,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1304\";s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2375,1307,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2376,1307,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1304\";s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2377,1307,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1304\";s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2379,1309,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2380,1309,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2381,1309,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2387,1313,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2382,1310,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2383,1311,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2384,1312,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2385,1312,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2386,1312,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2388,1314,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2389,1315,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2390,1315,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2391,1315,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2392,1316,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2393,1317,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:725:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511731998275\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2394,1317,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2395,1317,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:711:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br>I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br>All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2396,1318,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:725:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511731998275\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2397,37,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cd9e6110-6a89-414c-84eb-033fee02c38f\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(2398,37,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cd9e6110-6a89-414c-84eb-033fee02c38f\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(2399,1319,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#acd68f\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2400,1319,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cd9e6110-6a89-414c-84eb-033fee02c38f\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(2401,1319,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n[/jbox]\n\n[jbox color=\"yellow\" ] Unlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cd9e6110-6a89-414c-84eb-033fee02c38f\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:4:{s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:10:\"border_top\";s:0:\"\";s:13:\"border_bottom\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}i:5;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(2409,1324,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2402,1320,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#acd68f\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2403,5,'_kad_show_page_title','default'),(2404,1321,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#acd68f\";s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2405,1322,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2406,1322,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#acd68f\";s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2407,1322,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#acd68f\";s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2408,1323,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2410,1325,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2411,17,'_kad_show_page_title','default'),(2412,17,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816872094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511905276289\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2418,1330,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2413,1328,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2414,35,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2415,1329,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2416,1329,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2417,1329,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2419,1331,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2420,35,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2421,35,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2422,1332,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2423,1332,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2424,1332,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2456,1349,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1053:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511739404344\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2433,1337,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2425,1333,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2426,1334,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#acd698\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2427,1334,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2428,1334,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2429,1335,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#acd698\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2430,1336,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2431,1336,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#acd698\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2432,1336,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#acd698\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2434,1338,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2435,1339,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2436,220,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1530:\"<p><strong><span style=\"text-decoration: underline;\">Financial Accounts</span></strong></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><strong><span style=\"text-decoration: underline;\">Management Accounts</span></strong></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511905681113\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511905616110\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2437,1340,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2438,220,'_kad_show_page_title','default'),(2439,1341,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2440,236,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2441,1342,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2442,1342,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2443,1342,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2444,1343,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2445,1344,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#eded71\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2446,1344,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2447,1344,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2448,1345,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#eded71\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2449,1346,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2450,1346,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#eded71\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2451,1346,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#eded71\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2452,1347,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2453,1348,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1053:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511739404344\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2454,1348,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2455,1348,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511736985068\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/numbersbalanced\";s:7:\"twitter\";s:31:\"www.twitter.com/NumbersBalanced\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:32:\"www.linkedin.com/NumbersBalanced\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b9a0f3cb-794d-4374-b651-277a091dc031\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2457,1350,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2458,1350,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:725:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511731998275\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2459,1350,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:725:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511731998275\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2464,1353,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2460,1351,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2461,1352,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2462,1352,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2463,1352,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2465,1354,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511739560807\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2466,1354,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2467,1354,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><br /><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511732302502\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2468,1355,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511739560807\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2469,1356,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:12:{s:12:\"widget_title\";s:31:\"Follow Numbers Balanced Limited\";s:9:\"flike_url\";s:39:\"http://www.facebook.com/numbersbalanced\";s:9:\"gplus_url\";s:0:\"\";s:9:\"tweet_url\";s:38:\"http://www.twitter.com/numbersbalanced\";s:10:\"tweet_text\";s:51:\"Numbers Balanced Limited - Bookkeeping and Accounts\";s:13:\"tweet_account\";s:0:\"\";s:18:\"tweet_hint_account\";s:0:\"\";s:15:\"tweet_hint_desc\";s:0:\"\";s:13:\"button_margin\";s:1:\"8\";s:11:\"box_padding\";s:2:\"20\";s:12:\"border_color\";s:6:\"D0D0D0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"SocialRing_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"08b8d010-d30e-4632-a1d9-8a4c6b17288a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2470,1356,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2471,1356,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2472,1357,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:12:{s:12:\"widget_title\";s:31:\"Follow Numbers Balanced Limited\";s:9:\"flike_url\";s:39:\"http://www.facebook.com/numbersbalanced\";s:9:\"gplus_url\";s:0:\"\";s:9:\"tweet_url\";s:38:\"http://www.twitter.com/numbersbalanced\";s:10:\"tweet_text\";s:51:\"Numbers Balanced Limited - Bookkeeping and Accounts\";s:13:\"tweet_account\";s:0:\"\";s:18:\"tweet_hint_account\";s:0:\"\";s:15:\"tweet_hint_desc\";s:0:\"\";s:13:\"button_margin\";s:1:\"8\";s:11:\"box_padding\";s:2:\"20\";s:12:\"border_color\";s:6:\"D0D0D0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"SocialRing_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"08b8d010-d30e-4632-a1d9-8a4c6b17288a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2473,236,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:12:{s:12:\"widget_title\";s:31:\"Follow Numbers Balanced Limited\";s:9:\"flike_url\";s:39:\"http://www.facebook.com/numbersbalanced\";s:9:\"gplus_url\";s:0:\"\";s:9:\"tweet_url\";s:38:\"http://www.twitter.com/numbersbalanced\";s:10:\"tweet_text\";s:51:\"Numbers Balanced Limited - Bookkeeping and Accounts\";s:13:\"tweet_account\";s:0:\"\";s:18:\"tweet_hint_account\";s:0:\"\";s:15:\"tweet_hint_desc\";s:0:\"\";s:13:\"button_margin\";s:1:\"8\";s:11:\"box_padding\";s:2:\"20\";s:12:\"border_color\";s:6:\"D0D0D0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"SocialRing_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"08b8d010-d30e-4632-a1d9-8a4c6b17288a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2474,1358,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2475,1358,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:12:{s:12:\"widget_title\";s:31:\"Follow Numbers Balanced Limited\";s:9:\"flike_url\";s:39:\"http://www.facebook.com/numbersbalanced\";s:9:\"gplus_url\";s:0:\"\";s:9:\"tweet_url\";s:38:\"http://www.twitter.com/numbersbalanced\";s:10:\"tweet_text\";s:51:\"Numbers Balanced Limited - Bookkeeping and Accounts\";s:13:\"tweet_account\";s:0:\"\";s:18:\"tweet_hint_account\";s:0:\"\";s:15:\"tweet_hint_desc\";s:0:\"\";s:13:\"button_margin\";s:1:\"8\";s:11:\"box_padding\";s:2:\"20\";s:12:\"border_color\";s:6:\"D0D0D0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"SocialRing_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"08b8d010-d30e-4632-a1d9-8a4c6b17288a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2476,1358,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:12:{s:12:\"widget_title\";s:31:\"Follow Numbers Balanced Limited\";s:9:\"flike_url\";s:39:\"http://www.facebook.com/numbersbalanced\";s:9:\"gplus_url\";s:0:\"\";s:9:\"tweet_url\";s:38:\"http://www.twitter.com/numbersbalanced\";s:10:\"tweet_text\";s:51:\"Numbers Balanced Limited - Bookkeeping and Accounts\";s:13:\"tweet_account\";s:0:\"\";s:18:\"tweet_hint_account\";s:0:\"\";s:15:\"tweet_hint_desc\";s:0:\"\";s:13:\"button_margin\";s:1:\"8\";s:11:\"box_padding\";s:2:\"20\";s:12:\"border_color\";s:6:\"D0D0D0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"SocialRing_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"08b8d010-d30e-4632-a1d9-8a4c6b17288a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2477,1359,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2478,1360,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2479,1360,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2480,1360,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1516:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511739060781\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2481,1361,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2482,1362,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2483,1362,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2484,1362,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:745:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511739448812\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2485,1363,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2486,276,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2487,1364,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b54dc3fd47\";s:19:\"_sow_form_timestamp\";s:13:\"1511740918426\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e9a2168e-3e14-4729-8dc4-8ba5f60cbc96\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2488,1364,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2489,1364,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2494,1367,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b54dc3fd47\";s:19:\"_sow_form_timestamp\";s:13:\"1511740918426\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e9a2168e-3e14-4729-8dc4-8ba5f60cbc96\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2490,1365,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b54dc3fd47\";s:19:\"_sow_form_timestamp\";s:13:\"1511740918426\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e9a2168e-3e14-4729-8dc4-8ba5f60cbc96\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2491,1366,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b54dc3fd47\";s:19:\"_sow_form_timestamp\";s:13:\"1511740918426\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e9a2168e-3e14-4729-8dc4-8ba5f60cbc96\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2492,1366,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b54dc3fd47\";s:19:\"_sow_form_timestamp\";s:13:\"1511740918426\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e9a2168e-3e14-4729-8dc4-8ba5f60cbc96\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2493,1366,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:735:\"<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b3309d6d28\";s:19:\"_sow_form_timestamp\";s:13:\"1511740580257\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7838d3af-e56b-473f-b281-5f43724db081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:274;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:82:\"This is what we do for you: Provide Accurate and Meaningful Financial information.\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2a949c5af\";s:19:\"_sow_form_timestamp\";s:13:\"1511729944681\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1be35ea-6786-4adb-b32d-d42d78bf2e95\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b54dc3fd47\";s:19:\"_sow_form_timestamp\";s:13:\"1511740918426\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e9a2168e-3e14-4729-8dc4-8ba5f60cbc96\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2495,262,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2496,1368,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:58:\"https://www.linkedin.com/company/numbers-balanced-limited/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b56fca78f3\";s:19:\"_sow_form_timestamp\";s:13:\"1511741301553\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b0af8eec-fcb5-4235-802c-f1394ca1bc80\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2497,1368,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2498,1368,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:23:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:32:\"www.facebook.com/jennifermuwonge\";s:7:\"twitter\";s:24:\"www.twitter.com/jmuwonge\";s:9:\"instagram\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:6:\"viadeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:4:\"yelp\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"Kadence_Social_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aff5b93c-cc23-4bc1-aa44-bad6965dade3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2499,1369,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:684:\"<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b2e2b20c87\";s:19:\"_sow_form_timestamp\";s:13:\"1511730957657\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79fffb33-e8e3-461f-814c-c0d440c770f5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:10:\"Join Us on\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:58:\"https://www.linkedin.com/company/numbers-balanced-limited/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b56fca78f3\";s:19:\"_sow_form_timestamp\";s:13:\"1511741301553\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b0af8eec-fcb5-4235-802c-f1394ca1bc80\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2500,1370,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:925:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511741412509\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2501,1370,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511739560807\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2502,1370,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:935:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511739560807\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2503,1371,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:925:\"<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b33bd32ebe\";s:19:\"_sow_form_timestamp\";s:13:\"1511741412509\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d846a94e-d255-4108-a8a0-2d99b36567e5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:310:\"[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"603f61c7-679d-4f98-a7e2-bd6bf2274c85\";s:5:\"style\";a:0:{}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"[iconbox icon=\"icon-pen\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/accounts/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"420b47da-8fd5-4f6a-af91-55b1a61b9f18\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"[iconbox icon=\"icon-coin\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/payroll/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"489e2a3c-8785-45a6-8267-c89e951863da\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"[iconbox icon=\"icon-credit\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/credit-control/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9f5059f5-c15a-4fde-8bfb-4a193c6c15c5\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:306:\"[iconbox icon=\"icon-library\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/cashflow-management/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]<h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p>[/iconbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:4;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5152bab3-34d0-417d-b8d5-56b070fe9665\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:5;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:3;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:4;s:6:\"weight\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"style\";a:0:{}}}}'),(2504,35,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1053:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511739404344\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2505,1372,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2506,1372,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1053:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511739404344\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2507,1372,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1053:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p>[socialring]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511739404344\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2512,1375,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2508,1373,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2509,1374,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2510,1374,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2511,1374,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2513,52,'_kad_show_page_title','default'),(2514,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1dda21efa75\";s:19:\"_sow_form_timestamp\";s:13:\"1511905948092\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"88c35feb-c2fd-4152-a4f5-82ff34605f61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2531,1385,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2527,1383,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2519,1379,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";s:7:\"#eded04\";s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816009487\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2515,1377,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";s:7:\"#eded04\";s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511815884833\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2516,1378,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";s:7:\"#eded04\";s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816009487\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2517,1378,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";s:7:\"#eded04\";s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511815884833\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2518,1378,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";s:7:\"#eded04\";s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511815884833\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2520,1380,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2521,1380,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";s:7:\"#eded04\";s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816009487\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2522,1380,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";s:7:\"#eded04\";s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816009487\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2523,1381,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2524,1382,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2525,1382,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2526,1382,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2528,1384,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2529,1384,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2530,1384,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2088:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2532,1386,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2533,35,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2534,1387,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2535,1387,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2536,1387,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2537,1388,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2538,1389,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2539,1389,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2540,1389,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2541,1390,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2542,1391,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2543,1391,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2544,1391,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2545,1392,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2546,1393,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2547,1393,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2548,1393,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511815389495\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2549,1394,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2550,1395,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816872094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2551,1395,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2552,1395,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816623079\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2553,1396,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816872094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2554,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2555,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2556,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2557,1397,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:0;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2558,1397,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2559,1397,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"[jbox color=\"green\" title=\"Bookkeeping & Accounts\"] <h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br />< We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a></center>\n[/jbox]\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e409ebc9-7f3d-4445-9bff-470b49b4155c\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:0;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(2560,1398,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:0;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2561,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:0;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2562,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:0;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2563,1399,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2564,1399,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:0;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2565,1399,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:0;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2574,1404,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2570,1402,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:10:\"new_window\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2566,1400,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2567,1401,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:10:\"new_window\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2568,1401,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2569,1401,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2571,1403,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2572,1403,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:10:\"new_window\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2573,1403,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:4:\"text\";s:10:\"Contact Us\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eeee22\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1dd05256d9c\";s:19:\"_sow_form_timestamp\";s:13:\"1511903474696\";s:10:\"new_window\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"99f34bb0-8dd3-4909-9a2b-71fe62969c39\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2575,1405,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2576,1405,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2577,1405,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2578,1406,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2579,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2580,34,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2581,1407,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:500;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;}i:3;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2582,1407,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2583,1407,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2592,1412,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2588,1410,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:150;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2584,1408,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:500;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2585,1409,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:150;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2586,1409,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:500;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2587,1409,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:500;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2589,1411,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2590,1411,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:150;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2591,1411,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:6:\"height\";i:150;s:9:\"image_url\";s:79:\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\";s:8:\"img_link\";s:0:\"\";s:20:\"img_background_color\";s:0:\"\";s:9:\"img_align\";s:4:\"left\";s:5:\"title\";s:15:\"Keeping Records\";s:11:\"description\";s:111:\"If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records\";s:8:\"btn_text\";s:10:\"Learn More\";s:8:\"btn_link\";s:41:\"www.numbersbalanced.com/records-retention\";s:11:\"link_target\";s:5:\"_self\";s:24:\"content_background_color\";s:7:\"#0c9100\";s:6:\"filter\";b:0;s:9:\"img_cover\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:24:\"kad_split_content_widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"884f77d9-0414-4aca-aeaa-f764e24fa22c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2593,229,'_kad_show_page_title','default'),(2594,229,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511982317072\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2595,1414,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2596,1415,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816872094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511905276289\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2597,1415,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816872094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2598,1415,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816872094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511816814597\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2599,1416,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1043:\"<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4602cb135\";s:19:\"_sow_form_timestamp\";s:13:\"1511815249943\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28485d2d-64dc-4148-a361-7647e6e23006\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c7d1b1eb78\";s:19:\"_sow_form_timestamp\";s:13:\"1511816872094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b80358af-4364-4926-81d6-9589bc0350e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:5:\"image\";i:515;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b46488cb51\";s:19:\"_sow_form_timestamp\";s:13:\"1511736925246\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4ac6c5c3-dae2-46d7-b9ab-dd66fc3902ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c786618211\";s:19:\"_sow_form_timestamp\";s:13:\"1511905276289\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"099a7501-570c-4b20-88c6-47ea1000c237\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2600,236,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2601,1417,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2602,1417,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2603,1417,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2604,1418,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2605,1419,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511905616110\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2606,1419,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2607,1419,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:11:\"Join Us on:\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511740434779\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2608,1420,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511905616110\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2609,1421,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1530:\"<p><strong><span style=\"text-decoration: underline;\">Financial Accounts</span></strong></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><strong><span style=\"text-decoration: underline;\">Management Accounts</span></strong></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511905681113\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511905616110\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2610,1421,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511905616110\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2611,1421,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1506:\"<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511740481902\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511905616110\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
INSERT INTO `wp_postmeta` VALUES (2612,1422,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1530:\"<p><strong><span style=\"text-decoration: underline;\">Financial Accounts</span></strong></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><strong><span style=\"text-decoration: underline;\">Management Accounts</span></strong></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1b4e7a2d587\";s:19:\"_sow_form_timestamp\";s:13:\"1511905681113\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0bb328df-81d9-43e4-8198-e18828bbe78e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1dd88696134\";s:19:\"_sow_form_timestamp\";s:13:\"1511905555233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfd5c19f-110c-40b6-8093-fea068886804\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:40:\"https://www.linkedin.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1b52e9f0c51\";s:19:\"_sow_form_timestamp\";s:13:\"1511905616110\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d33a4d4b-e02b-4762-b579-b7dc54b3a840\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2613,54,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2614,1423,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1dda21efa75\";s:19:\"_sow_form_timestamp\";s:13:\"1511905948092\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"88c35feb-c2fd-4152-a4f5-82ff34605f61\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2615,1423,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2616,1423,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2621,1426,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1dda21efa75\";s:19:\"_sow_form_timestamp\";s:13:\"1511905948092\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"88c35feb-c2fd-4152-a4f5-82ff34605f61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2617,1424,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1dda21efa75\";s:19:\"_sow_form_timestamp\";s:13:\"1511905948092\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"88c35feb-c2fd-4152-a4f5-82ff34605f61\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2618,1425,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1dda21efa75\";s:19:\"_sow_form_timestamp\";s:13:\"1511905948092\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"88c35feb-c2fd-4152-a4f5-82ff34605f61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2619,1425,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1dda21efa75\";s:19:\"_sow_form_timestamp\";s:13:\"1511905948092\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"88c35feb-c2fd-4152-a4f5-82ff34605f61\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2620,1425,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2006:\"<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1c79a2be845\";s:19:\"_sow_form_timestamp\";s:13:\"1511816325364\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b431dc3a-9b28-4ad9-9843-8b75ced56cef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#1c8400\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a Free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/contact-us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded00\";s:10:\"text_color\";s:7:\"#207027\";s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1c79c95c03d\";s:19:\"_sow_form_timestamp\";s:13:\"1511816215978\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"aea2afd1-219d-4308-b4cd-0dff36c1b429\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1dda21efa75\";s:19:\"_sow_form_timestamp\";s:13:\"1511905948092\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"88c35feb-c2fd-4152-a4f5-82ff34605f61\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2622,1427,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(2623,1427,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2624,1427,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2625,1428,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(2626,1429,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2627,1429,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(2628,1429,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(2629,1430,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2630,435,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2631,1431,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2632,1431,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2633,1431,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2638,1434,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2634,1432,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2635,1433,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2636,1433,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2637,1433,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2639,57,'_kad_show_page_title','default'),(2640,57,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:858:\"<p>To run your business effectively, you have to balance the timing and amount of your costs and income.</p><p><span style=\"color: #000000;\">Our cash management service allows you to:</span></p><ul><li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li><li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li><li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li></ul><p><span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span></p><p><span style=\"color: #000000;\">Contact us for a free consultation.</span></p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cae6a7e5-9d14-402c-9ddb-9a1f2b887bde\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2641,1436,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:858:\"<p>To run your business effectively, you have to balance the timing and amount of your costs and income.</p><p><span style=\"color: #000000;\">Our cash management service allows you to:</span></p><ul><li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li><li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li><li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li></ul><p><span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span></p><p><span style=\"color: #000000;\">Contact us for a free consultation.</span></p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cae6a7e5-9d14-402c-9ddb-9a1f2b887bde\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2644,1438,'_wp_trash_meta_status','publish'),(2645,1438,'_wp_trash_meta_time','1511908214'),(2646,1261,'_thumbnail_id','1095'),(2649,1440,'_wp_attached_file','2017/01/IT-simple-mistakes-e1511950851908.jpg'),(2650,1440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:133;s:4:\"file\";s:45:\"2017/01/IT-simple-mistakes-e1511950851908.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"IT-simple-mistakes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"IT-simple-mistakes-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:28:\"IT-simple-mistakes-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"IT-simple-mistakes-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2651,1254,'_thumbnail_id','1440'),(2654,1440,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:22:\"IT-simple-mistakes.jpg\";}}'),(2657,1441,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:713:\"<p>&lt;table width=\"100%\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;<br /> &lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;<br /> The Budget Summary and Tax Data Card\".&lt;br /&gt;<br /> [btn text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1e9814223fc\";s:19:\"_sow_form_timestamp\";s:13:\"1511954474313\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"52c61b4b-8980-4281-8d92-868cdcf07d6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2658,1441,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2659,1441,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2660,1442,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:713:\"<p>&lt;table width=\"100%\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;<br /> &lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;<br /> The Budget Summary and Tax Data Card\".&lt;br /&gt;<br /> [btn text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1e9814223fc\";s:19:\"_sow_form_timestamp\";s:13:\"1511954474313\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"52c61b4b-8980-4281-8d92-868cdcf07d6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2661,34,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:713:\"<p>&lt;table width=\"100%\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;<br /> &lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;<br /> The Budget Summary and Tax Data Card\".&lt;br /&gt;<br /> [btn text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1e9814223fc\";s:19:\"_sow_form_timestamp\";s:13:\"1511954474313\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"52c61b4b-8980-4281-8d92-868cdcf07d6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2662,1443,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2663,1443,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:713:\"<p>&lt;table width=\"100%\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;<br /> &lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;<br /> The Budget Summary and Tax Data Card\".&lt;br /&gt;<br /> [btn text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1e9814223fc\";s:19:\"_sow_form_timestamp\";s:13:\"1511954474313\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"52c61b4b-8980-4281-8d92-868cdcf07d6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2664,1443,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:713:\"<p>&lt;table width=\"100%\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;<br /> &lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;<br /> The Budget Summary and Tax Data Card\".&lt;br /&gt;<br /> [btn text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1e9814223fc\";s:19:\"_sow_form_timestamp\";s:13:\"1511954474313\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"52c61b4b-8980-4281-8d92-868cdcf07d6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2681,1452,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2665,1444,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2666,1445,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2667,1445,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2668,1445,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2669,1446,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2682,1453,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2670,1447,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2671,1447,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2672,1447,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2673,1448,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2674,1449,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511955265087\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2675,1449,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2676,1449,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";i:1;s:8:\"row_span\";i:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";i:4;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";i:768;s:7:\"columns\";i:2;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";i:480;s:7:\"columns\";i:1;s:10:\"row_height\";i:0;s:6:\"gutter\";i:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511954982419\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2677,1450,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511955265087\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2678,1451,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2679,1451,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511955265087\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2680,1451,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:8:{s:12:\"widget_title\";s:0:\"\";s:5:\"items\";a:3:{i:0;a:6:{s:5:\"image\";i:1031;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:21:\"UK Autumn Budget 2017\";s:3:\"url\";s:57:\"http://www.numbersbalanced.com/knowledge-base/budget-2017\";s:10:\"new_window\";b:1;}i:1;a:6:{s:5:\"image\";i:1039;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Business Expenses\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/business-expenses\";s:10:\"new_window\";b:1;}i:2;a:6:{s:5:\"image\";i:1041;s:11:\"column_span\";d:1;s:8:\"row_span\";d:1;s:5:\"title\";s:17:\"Records Retention\";s:3:\"url\";s:63:\"http://www.numbersbalanced.com/knowledge-base/records-retention\";s:10:\"new_window\";b:0;}}s:14:\"desktop_layout\";a:4:{s:7:\"columns\";d:4;s:10:\"row_height\";d:0;s:6:\"gutter\";d:10;s:24:\"so_field_container_state\";s:4:\"open\";}s:13:\"tablet_layout\";a:5:{s:11:\"break_point\";d:768;s:7:\"columns\";d:2;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:13:\"mobile_layout\";a:5:{s:11:\"break_point\";d:480;s:7:\"columns\";d:1;s:10:\"row_height\";d:0;s:6:\"gutter\";d:0;s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1e98a1b95fb\";s:19:\"_sow_form_timestamp\";s:13:\"1511955265087\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:39:\"SiteOrigin_Widget_Simple_Masonry_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"002bba3a-989d-4e32-aee5-78fb3bac854c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#5bd604\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2683,1453,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2684,1453,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2685,1454,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2686,1455,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2687,1455,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2688,1455,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2689,1456,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2690,1457,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.</p>\n<p>We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957331962\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2691,1457,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2692,1457,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:0:{}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(2701,1462,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2697,1460,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#8ed65c\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2693,1458,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.</p>\n<p>We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957331962\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2694,1459,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#8ed65c\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2695,1459,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.</p>\n<p>We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957331962\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2696,1459,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help. [/jbox]\n\n\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da4a6206-3d14-4761-b69c-88085661ebdf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.</p>\n<p>We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957331962\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2698,1461,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2699,1461,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#8ed65c\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2700,1461,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#8ed65c\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2702,1245,'_thumbnail_id','1246'),(2707,1095,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:12:\"cashflow.jpg\";}}'),(2712,1246,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:595;s:6:\"height\";i:446;s:4:\"file\";s:17:\"business-card.jpg\";}}'),(2715,1464,'_wp_attached_file','2016/10/talent-e1511959078648.jpg'),(2716,1464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2016/10/talent-e1511959078648.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"talent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"widget-thumb\";a:4:{s:4:\"file\";s:16:\"talent-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"talent-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2717,1464,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:10:\"talent.jpg\";}}'),(2718,1226,'_thumbnail_id','1464'),(2725,1207,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:480;s:6:\"height\";i:271;s:4:\"file\";s:16:\"google-ceo-1.jpg\";}s:18:\"full-1511961358841\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:113;s:4:\"file\";s:31:\"google-ceo-1-e1511961221586.jpg\";}s:18:\"full-1511961366166\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:113;s:4:\"file\";s:31:\"google-ceo-1-e1511961358841.jpg\";}}'),(2726,1202,'_thumbnail_id','1207'),(2742,660,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"377\";s:6:\"height\";s:3:\"400\";s:4:\"file\";s:19:\"Priority-Matrix.jpg\";}}'),(2743,1181,'_thumbnail_id','660'),(2746,610,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:4:\"1314\";s:6:\"height\";s:4:\"1002\";s:4:\"file\";s:12:\"4colours.jpg\";}}'),(2749,944,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:405;s:4:\"file\";s:18:\"Bale_as_Batman.jpg\";}}'),(2754,752,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:929;s:6:\"height\";i:442;s:4:\"file\";s:20:\"attitude-numbers.jpg\";}}'),(2755,1192,'_thumbnail_id','752'),(2794,114,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"Records Must be Kept for 6 years\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966844565\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:13:\"1511967017205\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2795,1479,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2796,1480,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"How Long must you keep Records ?\";s:4:\"text\";s:621:\"<p>For how long must your company retain records?<br />You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966513184\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2797,1480,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2798,1480,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:8:\"networks\";a:0:{}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2799,1481,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"How Long must you keep Records ?\";s:4:\"text\";s:621:\"<p>For how long must your company retain records?<br />You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966513184\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2800,117,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"How Long must you keep Records ?\";s:4:\"text\";s:621:\"<p>For how long must your company retain records?<br />You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966513184\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2801,1482,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:40:\"Records Must be Kept for 6 years or more\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966721590\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2802,1482,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"How Long must you keep Records ?\";s:4:\"text\";s:621:\"<p>For how long must your company retain records?<br />You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966513184\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2803,1482,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"How Long must you keep Records ?\";s:4:\"text\";s:621:\"<p>For how long must your company retain records?<br />You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966513184\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2804,1483,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:40:\"Records Must be Kept for 6 years or more\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966721590\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2805,1484,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"Records Must be Kept for 6 years\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966844565\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2806,1484,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:40:\"Records Must be Kept for 6 years or more\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966721590\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2807,1484,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:40:\"Records Must be Kept for 6 years or more\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966721590\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2808,1485,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"Records Must be Kept for 6 years\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966844565\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2809,1486,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"Records Must be Kept for 6 years\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966844565\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:13:\"1511967017205\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2810,1486,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"Records Must be Kept for 6 years\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966844565\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2811,1486,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"Records Must be Kept for 6 years\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966844565\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:8:\"networks\";a:0:{}s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2812,1487,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:29:\"Accounting Records to be kept\";s:4:\"text\";s:1388:\"<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec6121e1ef\";s:19:\"_sow_form_timestamp\";s:13:\"1511966411710\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5971e405-737a-4042-b6b6-650fa7390dab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:32:\"Records Must be Kept for 6 years\";s:4:\"text\";s:803:\"<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec61629656\";s:19:\"_sow_form_timestamp\";s:13:\"1511966844565\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"448e48ba-015f-4425-af0e-77e76eb1a981\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:34:\"Records Kept for more than 6 years\";s:4:\"text\";s:1069:\"<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.<br /><br /><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ec623abfe3\";s:19:\"_sow_form_timestamp\";s:13:\"1511966802774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"9162d09f-b212-46c5-b538-f8c3673bf949\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ec6526e50b\";s:19:\"_sow_form_timestamp\";s:13:\"1511967017205\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"493356c9-00f1-4dd2-a189-aea686a32499\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ec667dc9fb\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4e5d2b83-e843-4fc8-9dfd-d30d843f6963\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2814,1488,'_customize_restore_dismissed','1'),(2815,1489,'_edit_lock','1511973134:1'),(2816,1489,'_wp_trash_meta_status','publish'),(2817,1489,'_wp_trash_meta_time','1511973135'),(2818,1100,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:404;s:4:\"file\";s:11:\"network.jpg\";}}'),(2821,1491,'_edit_last','1'),(2822,1491,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2823,1491,'_kad_blog_head','default'),(2824,1491,'_kad_post_summery','default'),(2825,1491,'_kad_post_sidebar','default'),(2826,1491,'_kad_sidebar_choice','sidebar-primary'),(2827,1491,'_kad_blog_author','default'),(2828,1491,'_kad_blog_carousel_similar','default'),(2829,1491,'_edit_lock','1511973478:1'),(2839,1493,'_kad_post_summery','default'),(2838,1493,'_kad_blog_head','default'),(2887,86,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7305:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9549:\"<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2><p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p><ul><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li><li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li></ul><p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p><p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p><ul><li><span style=\"color: #000000;\">Accountancy charges</span></li></ul><ul><li><span style=\"color: #000000;\">Advertising</span></li></ul><ul><li><span style=\"color: #000000;\">Cleaning of business premises</span></li></ul><ul><li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li></ul><ul><li><span style=\"color: #000000;\">Discounts allowed to customers</span></li></ul><ul><li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li></ul><ul><li><span style=\"color: #000000;\">Heating and lighting </span></li></ul><ul><li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li></ul><ul><li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li></ul><ul><li><span style=\"color: #000000;\">Legal fees associated with the business</span></li></ul><ul><li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li></ul><ul><li><span style=\"color: #000000;\">Rent and Rates</span></li></ul><ul><li><span style=\"color: #000000;\">Stationery</span></li></ul><ul><li><span style=\"color: #000000;\">Stock purchases</span></li></ul><ul><li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li></ul><ul><li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li></ul><ul><li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li></ul><ul><li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li></ul><ul><li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li></ul><ul><li style=\"list-style-type: none;\"><ul><li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li><li>No member of the employee or office holder’s family is present, and,</li><li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li></ul></li></ul><p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p><ul><li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li></ul><p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p><table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\"><strong>Type of vehicle </strong></td><td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td></tr><tr><td valign=\"top\" width=\"10\"><strong>Car</strong></td><td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td><td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Cycle</strong></td><td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td></tr></tbody></table><p> </p><p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p><p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p><p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p><p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p><p><span style=\"color: #000000;\">3) personal consumption </span></p><p><span style=\"color: #000000;\">4) personal drawings </span></p><p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p><p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p><h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2><ul><li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li><li><span style=\"color: #000000;\">Spectacles</span></li><li><span style=\"color: #000000;\">Car service and repairs</span></li><li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li><li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li><li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li></ul><p> </p><p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2840,1493,'_kad_post_sidebar','default'),(2841,1493,'_kad_sidebar_choice','sidebar-primary'),(2842,1493,'_kad_blog_author','default'),(2843,1493,'_kad_blog_carousel_similar','default'),(2844,1493,'_edit_lock','1511973753:1'),(2848,1495,'_edit_last','1'),(2849,1495,'_edit_lock','1511974080:1'),(2850,1495,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2851,1495,'_kad_blog_head','default'),(2852,1495,'_kad_post_summery','default'),(2853,1495,'_kad_post_sidebar','default'),(2854,1495,'_kad_sidebar_choice','sidebar-primary'),(2855,1495,'_kad_blog_author','default'),(2856,1495,'_kad_blog_carousel_similar','default'),(2860,1497,'_edit_last','1'),(2861,1497,'_edit_lock','1511974240:1'),(2862,1497,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2863,1497,'_kad_blog_head','default'),(2864,1497,'_kad_post_summery','default'),(2865,1497,'_kad_post_sidebar','default'),(2866,1497,'_kad_sidebar_choice','sidebar-primary'),(2867,1497,'_kad_blog_author','default'),(2868,1497,'_kad_blog_carousel_similar','default'),(2884,82,'_kad_show_page_title','default'),(2872,1499,'_edit_last','1'),(2873,1499,'_seo_meta','a:3:{s:15:\"seo_meta_author\";s:0:\"\";s:16:\"seo_meta_keyword\";s:0:\"\";s:20:\"seo_meta_description\";s:0:\"\";}'),(2874,1499,'_kad_blog_head','default'),(2875,1499,'_kad_post_summery','default'),(2876,1499,'_kad_post_sidebar','default'),(2877,1499,'_kad_sidebar_choice','sidebar-primary'),(2878,1499,'_kad_blog_author','default'),(2879,1499,'_kad_blog_carousel_similar','default'),(2880,1499,'_edit_lock','1511979147:1'),(2888,86,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7305:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9549:\"<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2><p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p><ul><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li><li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li></ul><p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p><p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p><ul><li><span style=\"color: #000000;\">Accountancy charges</span></li></ul><ul><li><span style=\"color: #000000;\">Advertising</span></li></ul><ul><li><span style=\"color: #000000;\">Cleaning of business premises</span></li></ul><ul><li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li></ul><ul><li><span style=\"color: #000000;\">Discounts allowed to customers</span></li></ul><ul><li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li></ul><ul><li><span style=\"color: #000000;\">Heating and lighting </span></li></ul><ul><li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li></ul><ul><li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li></ul><ul><li><span style=\"color: #000000;\">Legal fees associated with the business</span></li></ul><ul><li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li></ul><ul><li><span style=\"color: #000000;\">Rent and Rates</span></li></ul><ul><li><span style=\"color: #000000;\">Stationery</span></li></ul><ul><li><span style=\"color: #000000;\">Stock purchases</span></li></ul><ul><li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li></ul><ul><li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li></ul><ul><li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li></ul><ul><li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li></ul><ul><li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li></ul><ul><li style=\"list-style-type: none;\"><ul><li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li><li>No member of the employee or office holder’s family is present, and,</li><li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li></ul></li></ul><p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p><ul><li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li></ul><p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p><table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\"><strong>Type of vehicle </strong></td><td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td></tr><tr><td valign=\"top\" width=\"10\"><strong>Car</strong></td><td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td><td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Cycle</strong></td><td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td></tr></tbody></table><p> </p><p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p><p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p><p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p><p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p><p><span style=\"color: #000000;\">3) personal consumption </span></p><p><span style=\"color: #000000;\">4) personal drawings </span></p><p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p><p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p><h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2><ul><li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li><li><span style=\"color: #000000;\">Spectacles</span></li><li><span style=\"color: #000000;\">Car service and repairs</span></li><li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li><li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li><li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li></ul><p> </p><p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2889,86,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7305:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9549:\"<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2><p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p><ul><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li><li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li></ul><p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p><p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p><ul><li><span style=\"color: #000000;\">Accountancy charges</span></li></ul><ul><li><span style=\"color: #000000;\">Advertising</span></li></ul><ul><li><span style=\"color: #000000;\">Cleaning of business premises</span></li></ul><ul><li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li></ul><ul><li><span style=\"color: #000000;\">Discounts allowed to customers</span></li></ul><ul><li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li></ul><ul><li><span style=\"color: #000000;\">Heating and lighting </span></li></ul><ul><li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li></ul><ul><li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li></ul><ul><li><span style=\"color: #000000;\">Legal fees associated with the business</span></li></ul><ul><li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li></ul><ul><li><span style=\"color: #000000;\">Rent and Rates</span></li></ul><ul><li><span style=\"color: #000000;\">Stationery</span></li></ul><ul><li><span style=\"color: #000000;\">Stock purchases</span></li></ul><ul><li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li></ul><ul><li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li></ul><ul><li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li></ul><ul><li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li></ul><ul><li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li></ul><ul><li style=\"list-style-type: none;\"><ul><li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li><li>No member of the employee or office holder’s family is present, and,</li><li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li></ul></li></ul><p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p><ul><li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li></ul><p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p><table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\"><strong>Type of vehicle </strong></td><td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td></tr><tr><td valign=\"top\" width=\"10\"><strong>Car</strong></td><td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td><td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Cycle</strong></td><td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td></tr></tbody></table><p> </p><p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p><p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p><p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p><p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p><p><span style=\"color: #000000;\">3) personal consumption </span></p><p><span style=\"color: #000000;\">4) personal drawings </span></p><p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p><p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p><h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2><ul><li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li><li><span style=\"color: #000000;\">Spectacles</span></li><li><span style=\"color: #000000;\">Car service and repairs</span></li><li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li><li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li><li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li></ul><p> </p><p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2890,86,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7305:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9549:\"<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2><p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p><ul><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li><li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li></ul><p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p><p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p><ul><li><span style=\"color: #000000;\">Accountancy charges</span></li></ul><ul><li><span style=\"color: #000000;\">Advertising</span></li></ul><ul><li><span style=\"color: #000000;\">Cleaning of business premises</span></li></ul><ul><li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li></ul><ul><li><span style=\"color: #000000;\">Discounts allowed to customers</span></li></ul><ul><li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li></ul><ul><li><span style=\"color: #000000;\">Heating and lighting </span></li></ul><ul><li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li></ul><ul><li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li></ul><ul><li><span style=\"color: #000000;\">Legal fees associated with the business</span></li></ul><ul><li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li></ul><ul><li><span style=\"color: #000000;\">Rent and Rates</span></li></ul><ul><li><span style=\"color: #000000;\">Stationery</span></li></ul><ul><li><span style=\"color: #000000;\">Stock purchases</span></li></ul><ul><li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li></ul><ul><li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li></ul><ul><li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li></ul><ul><li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li></ul><ul><li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li></ul><ul><li style=\"list-style-type: none;\"><ul><li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li><li>No member of the employee or office holder’s family is present, and,</li><li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li></ul></li></ul><p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p><ul><li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li></ul><p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p><table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\"><strong>Type of vehicle </strong></td><td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td></tr><tr><td valign=\"top\" width=\"10\"><strong>Car</strong></td><td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td><td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Cycle</strong></td><td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td></tr></tbody></table><p> </p><p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p><p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p><p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p><p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p><p><span style=\"color: #000000;\">3) personal consumption </span></p><p><span style=\"color: #000000;\">4) personal drawings </span></p><p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p><p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p><h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2><ul><li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li><li><span style=\"color: #000000;\">Spectacles</span></li><li><span style=\"color: #000000;\">Car service and repairs</span></li><li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li><li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li><li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li></ul><p> </p><p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2891,1503,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:2680:\"<p> </p>\n<table style=\"height: 93px;\" border=\"1\" width=\"447\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><b> </b></td>\n<td valign=\"top\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:13:\"1511975720197\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2892,1503,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7305:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9549:\"<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2><p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p><ul><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li><li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li></ul><p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p><p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p><ul><li><span style=\"color: #000000;\">Accountancy charges</span></li></ul><ul><li><span style=\"color: #000000;\">Advertising</span></li></ul><ul><li><span style=\"color: #000000;\">Cleaning of business premises</span></li></ul><ul><li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li></ul><ul><li><span style=\"color: #000000;\">Discounts allowed to customers</span></li></ul><ul><li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li></ul><ul><li><span style=\"color: #000000;\">Heating and lighting </span></li></ul><ul><li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li></ul><ul><li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li></ul><ul><li><span style=\"color: #000000;\">Legal fees associated with the business</span></li></ul><ul><li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li></ul><ul><li><span style=\"color: #000000;\">Rent and Rates</span></li></ul><ul><li><span style=\"color: #000000;\">Stationery</span></li></ul><ul><li><span style=\"color: #000000;\">Stock purchases</span></li></ul><ul><li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li></ul><ul><li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li></ul><ul><li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li></ul><ul><li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li></ul><ul><li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li></ul><ul><li style=\"list-style-type: none;\"><ul><li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li><li>No member of the employee or office holder’s family is present, and,</li><li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li></ul></li></ul><p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p><ul><li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li></ul><p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p><table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\"><strong>Type of vehicle </strong></td><td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td></tr><tr><td valign=\"top\" width=\"10\"><strong>Car</strong></td><td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td><td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Cycle</strong></td><td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td></tr></tbody></table><p> </p><p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p><p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p><p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p><p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p><p><span style=\"color: #000000;\">3) personal consumption </span></p><p><span style=\"color: #000000;\">4) personal drawings </span></p><p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p><p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p><h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2><ul><li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li><li><span style=\"color: #000000;\">Spectacles</span></li><li><span style=\"color: #000000;\">Car service and repairs</span></li><li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li><li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li><li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li></ul><p> </p><p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2893,1503,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7305:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:9549:\"<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2><p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p><ul><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li><li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li><li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li></ul><p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p><p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p><ul><li><span style=\"color: #000000;\">Accountancy charges</span></li></ul><ul><li><span style=\"color: #000000;\">Advertising</span></li></ul><ul><li><span style=\"color: #000000;\">Cleaning of business premises</span></li></ul><ul><li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li></ul><ul><li><span style=\"color: #000000;\">Discounts allowed to customers</span></li></ul><ul><li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li></ul><ul><li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li></ul><ul><li><span style=\"color: #000000;\">Heating and lighting </span></li></ul><ul><li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li></ul><ul><li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li></ul><ul><li><span style=\"color: #000000;\">Legal fees associated with the business</span></li></ul><ul><li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li></ul><ul><li><span style=\"color: #000000;\">Rent and Rates</span></li></ul><ul><li><span style=\"color: #000000;\">Stationery</span></li></ul><ul><li><span style=\"color: #000000;\">Stock purchases</span></li></ul><ul><li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li></ul><ul><li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li></ul><ul><li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li></ul><ul><li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li></ul><ul><li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li></ul><ul><li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li></ul><ul><li style=\"list-style-type: none;\"><ul><li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li><li>No member of the employee or office holder’s family is present, and,</li><li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li></ul></li></ul><p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p><ul><li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li></ul><p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p><table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td valign=\"top\"><strong>Type of vehicle </strong></td><td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td></tr><tr><td valign=\"top\" width=\"10\"><strong>Car</strong></td><td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td><td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td></tr><tr><td valign=\"top\" width=\"10\"><strong>Cycle</strong></td><td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td></tr></tbody></table><p> </p><p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p><p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p><p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p><p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p><p><span style=\"color: #000000;\">3) personal consumption </span></p><p><span style=\"color: #000000;\">4) personal drawings </span></p><p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p><p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p><h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2><ul><li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li><li><span style=\"color: #000000;\">Spectacles</span></li><li><span style=\"color: #000000;\">Car service and repairs</span></li><li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li><li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li><li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li></ul><p> </p><p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2895,1505,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2896,1505,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:2680:\"<p> </p>\n<table style=\"height: 93px;\" border=\"1\" width=\"447\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><b> </b></td>\n<td valign=\"top\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:13:\"1511975720197\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2897,1505,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:2680:\"<p> </p>\n<table style=\"height: 93px;\" border=\"1\" width=\"447\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><b> </b></td>\n<td valign=\"top\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e203412\";s:19:\"_sow_form_timestamp\";s:13:\"1511975720197\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"55a69afe-6dee-4c8d-9b84-c6acbfd1a061\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2899,124,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1869:\"<p>Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.</p><p><strong> Corporation Tax Rates: 19%</strong></p><p>You must pay Corporation Tax on profits from doing business as:</p><ol><li>A limited company;</li><li>Any foreign company with a UK branch or office;</li><li>A club, co-operative or other unincorporated association; e.g. a community group or sports club.</li></ol><p>You don’t get a bill for Corporation Tax.</p><p>There are specific things you must do to work out, pay and report your tax.</p><ol><li>Register for Corporation Tax when you start doing business or restart a dormant business;</li></ol><p>Unincorporated associations must write to HMRC.</p><p>2. Keep Accounting records and prepare a Company Tax Return to work out how much Corporation Tax to pay.</p><p>3.Pay Corporation Tax or Report to HMRC if you have nothing to pay by your deadline</p><p>- this is usually 9 months and 1 day after the end of your ‘accounting period’.</p><p>4.File you Company Tax Return by your deadline- this is usually 12 months after the end of your accounting period.</p><p>Your Accounting Period is normally the same 12 months as the financial year covered by your annual accounts.</p><p> </p><p>Corporation Tax is payable on:</p><p>Taxable profits which include the money your company or association makes from:</p><ul><li>doing business (‘trading profits’)</li><li>investments</li><li>selling assets for more than they cost (‘chargeable gains’)</li></ul><p> </p><p>If your company is based in the UK, it pays Corporation Tax on all its profits from the UK and abroad.</p><p>If your company isn’t based in the UK but has an office or branch here, it only pays Corporation Tax on profits from its UK activities.</p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"788b75e8-d861-4b52-a661-aeaef237b9cd\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2900,1507,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1869:\"<p>Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.</p><p><strong> Corporation Tax Rates: 19%</strong></p><p>You must pay Corporation Tax on profits from doing business as:</p><ol><li>A limited company;</li><li>Any foreign company with a UK branch or office;</li><li>A club, co-operative or other unincorporated association; e.g. a community group or sports club.</li></ol><p>You don’t get a bill for Corporation Tax.</p><p>There are specific things you must do to work out, pay and report your tax.</p><ol><li>Register for Corporation Tax when you start doing business or restart a dormant business;</li></ol><p>Unincorporated associations must write to HMRC.</p><p>2. Keep Accounting records and prepare a Company Tax Return to work out how much Corporation Tax to pay.</p><p>3.Pay Corporation Tax or Report to HMRC if you have nothing to pay by your deadline</p><p>- this is usually 9 months and 1 day after the end of your ‘accounting period’.</p><p>4.File you Company Tax Return by your deadline- this is usually 12 months after the end of your accounting period.</p><p>Your Accounting Period is normally the same 12 months as the financial year covered by your annual accounts.</p><p> </p><p>Corporation Tax is payable on:</p><p>Taxable profits which include the money your company or association makes from:</p><ul><li>doing business (‘trading profits’)</li><li>investments</li><li>selling assets for more than they cost (‘chargeable gains’)</li></ul><p> </p><p>If your company is based in the UK, it pays Corporation Tax on all its profits from the UK and abroad.</p><p>If your company isn’t based in the UK but has an office or branch here, it only pays Corporation Tax on profits from its UK activities.</p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"788b75e8-d861-4b52-a661-aeaef237b9cd\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2901,1508,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:12:\"[socialring]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ceb4aef4-c281-4274-86fd-43dd7b09e3c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2902,1508,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2903,1508,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2932,1523,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2904,1509,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:12:\"[socialring]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ceb4aef4-c281-4274-86fd-43dd7b09e3c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2905,1510,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2906,1510,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2907,1510,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2920,1517,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:587:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\n\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2908,1511,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2909,1512,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2910,1512,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2911,1512,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2916,1515,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2912,1513,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2913,1514,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2914,1514,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2915,1514,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e0cb583c-b23c-467f-a057-39750bcaa5c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9a3b1590-11ab-4060-95d3-73a3c0d60538\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2917,1516,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:587:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\n\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2918,1516,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2919,1516,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:586:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2921,1518,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ba548940-93cb-4d9a-9b62-442ce94a93a5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2922,1518,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:587:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\n\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2923,1518,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:587:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\n\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1c05b90a-edf2-493e-8956-83e39a65f81c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2928,1521,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ba548940-93cb-4d9a-9b62-442ce94a93a5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2924,1519,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ba548940-93cb-4d9a-9b62-442ce94a93a5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2925,1520,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ba548940-93cb-4d9a-9b62-442ce94a93a5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2926,1520,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ba548940-93cb-4d9a-9b62-442ce94a93a5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2927,1520,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1dcea896918\";s:19:\"_sow_form_timestamp\";s:13:\"1511903131579\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"be4a3866-eb42-4723-bd57-38a1636f8089\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0741d5d3-0cca-43ff-94a3-107164787756\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4f237024-c8f3-4cb5-a30c-aebfa1606300\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb6d8064-a188-47fb-b563-522458e41802\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ba548940-93cb-4d9a-9b62-442ce94a93a5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2929,1522,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2930,1522,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:12:\"[socialring]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ceb4aef4-c281-4274-86fd-43dd7b09e3c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2931,1522,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:7:{s:5:\"title\";s:27:\"Allowable Business Expenses\";s:4:\"text\";s:7295:\"<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ee8e70c2c7\";s:19:\"_sow_form_timestamp\";s:13:\"1511975240493\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d0e3b753-cb78-4d2b-8d03-eb06ba9ae9c7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:22:\"Non Allowable Expenses\";s:4:\"text\";s:1231:\"<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1eeaa86f4ee\";s:19:\"_sow_form_timestamp\";s:13:\"1511975885713\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c1a25750-53cb-4a67-87c6-956eeef6f92a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:12:\"[socialring]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ceb4aef4-c281-4274-86fd-43dd7b09e3c0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2933,1524,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511982317072\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2934,1524,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2935,1524,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511907215086\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2936,1525,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1602:\"<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p><p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p><p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p><p> </p><p> </p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5c5570c6-6b96-4403-9ee4-e25962e1636d\";s:5:\"style\";a:0:{}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:34:\"Contact Us for a free Consultation\";s:3:\"url\";s:41:\"http://www.numbersbalanced.com/Contact-Us\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:17:\"fontawesome-phone\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"new_window\";b:0;}s:12:\"_sow_form_id\";s:13:\"5a1ddbadd6bb3\";s:19:\"_sow_form_timestamp\";s:13:\"1511982317072\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4ec92582-3247-4086-94da-39a1795f85c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:5:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:40:\"https://www.facebook.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#3a5795\";}i:1;a:5:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:35:\"https://twitter.com/numbersbalanced\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#78bdf1\";}i:2;a:5:{s:4:\"name\";s:8:\"linkedin\";s:3:\"url\";s:57:\"https://www.linkedin.com/company/numbers-balanced-limited\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#0177b4\";}}s:6:\"design\";a:9:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"atom\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:4:\"1.66\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"5a1ddbb2cc3cb\";s:19:\"_sow_form_timestamp\";s:13:\"1511906716561\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c2eac4e3-935c-471c-af97-68a9303b1d56\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666996032830638796440325677394866943359375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2937,1526,'_wp_attached_file','2017/11/Autumn-Budget-2017.pdf'),(2938,328,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2795:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England<br /><br /></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511998658941\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}');
INSERT INTO `wp_postmeta` VALUES (2955,1537,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2639:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511997400574\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2943,1531,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2939,1529,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:40:\"Click here to download the Tax Data Card\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997022959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309509963637310647754929959774017333984375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.292893217626904955874778124780277721583843231201171875;s:5:\"style\";a:0:{}}}}'),(2940,1530,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2941,1530,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:40:\"Click here to download the Tax Data Card\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997022959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309509963637310647754929959774017333984375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.292893217626904955874778124780277721583843231201171875;s:5:\"style\";a:0:{}}}}'),(2942,1530,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:40:\"Click here to download the Tax Data Card\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";b:0;s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997022959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309509963637310647754929959774017333984375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.292893217626904955874778124780277721583843231201171875;s:5:\"style\";a:0:{}}}}'),(2944,1532,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2945,1532,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2946,1532,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";s:7:\"#128702\";s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2947,1533,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2948,1534,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2949,1534,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2950,1534,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997161562\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2951,1535,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2952,1536,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2639:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511997400574\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2953,1536,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2954,1536,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2756:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511996965103\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2956,1538,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2795:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England<br /><br /></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511998658941\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2957,1538,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2639:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511997400574\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2958,1538,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2639:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511997400574\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2959,1539,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2795:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England<br /><br /></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511998658941\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2960,1540,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2795:\"<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England<br /><br /></p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1f3c3b445ab\";s:19:\"_sow_form_timestamp\";s:13:\"1511998658941\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a60ee72-d414-465b-8930-975a5acd5613\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:10:\"Click here\";s:9:\"sub_title\";s:0:\"\";s:6:\"design\";a:6:{s:16:\"background_color\";b:0;s:12:\"border_color\";b:0;s:11:\"title_color\";b:0;s:14:\"subtitle_color\";b:0;s:12:\"button_align\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"button\";a:6:{s:4:\"text\";s:22:\"Download Tax-Data Card\";s:3:\"url\";s:80:\"http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:29:\"fontawesome-arrow-circle-down\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:11:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"atom\";s:12:\"button_color\";s:7:\"#eded07\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:4:\"1.15\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}}s:12:\"_sow_form_id\";s:13:\"5a1f3c6515da9\";s:19:\"_sow_form_timestamp\";s:13:\"1511997312687\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:28:\"SiteOrigin_Widget_Cta_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f44fddfd-4ba2-4078-aa00-f9e6f6f9c1eb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}s:5:\"ratio\";d:0.41421355999999998065419504200690425932407379150390625;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.70710678237309998461768145716632716357707977294921875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.29289321762690001538231854283367283642292022705078125;s:5:\"style\";a:0:{}}}}'),(2961,1541,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2962,1541,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2963,1541,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:609:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:16:\"background_image\";b:0;s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2964,1542,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2965,1543,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2966,1543,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2967,1543,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2968,1544,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2969,140,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2970,1545,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2971,1545,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2972,1545,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6ad8180f-95bb-40db-b9bb-5922087c6be2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2977,1548,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2973,1546,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2974,1547,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2975,1547,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2976,1547,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"88d2de56-0153-46a4-aeb4-a3f2b6b83918\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2978,1549,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2979,140,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2980,1550,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2981,1550,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2982,1550,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2987,1553,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2983,1551,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2984,1552,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2985,1552,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2986,1552,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0877d71d-da79-46da-89d4-af9d10f9de0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"5293a1a1-ff9c-4d08-8e9b-d2ad47adc0a6\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2988,1554,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:6:\"visual\";b:0;s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2989,1554,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2990,1554,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:0:{}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2995,1557,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2991,1555,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2992,1556,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2993,1556,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2994,1556,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5a1ea34163219\";s:19:\"_sow_form_timestamp\";s:13:\"1511957419578\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a00ccb45-63f1-4533-a2f2-7cab14a776d2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d688c882-f5db-48ea-9288-fe54c726110f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c8dee057-0771-4dc4-83f7-17df02a3dbeb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a4aada3d-5e4b-4860-8d85-fc087c2c8342\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:643:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1771c6f8-508c-491b-89fb-824c8fe6231f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:618:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/vat/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"14e7b500-292a-4e1e-88f5-175b259cff6e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:559:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e25fb7b-802a-4756-bf54-cdd790cdaff2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:599:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"0835e51f-51dc-4315-a49a-b400c5dc5f6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:704:\"<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n[btn  text=\"Read More\" tcolor=\"#ffffff\" bcolor=\"#33743c\" link=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" size=\"small\" icon=\"icon-link3\"]</td>\n</tr>\n</tbody>\n</table>\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"b79c570e-24d7-4c84-aa88-c41e1e4b562c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:14:\"cell_alignment\";s:10:\"flex-start\";s:25:\"background_image_position\";s:10:\"center top\";s:22:\"background_image_style\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1558 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (535,1,'2012-05-12 16:38:05','2012-05-12 15:38:05','[jbox color=\"blue\" ]\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or email given below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft  wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" /></a>\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-05-12 16:38:05','2012-05-12 15:38:05','',292,'http://numbersbalanced.com/292-revision-14/',0,'revision','',0),(366,1,'2012-03-12 17:35:43','2012-03-12 17:35:43','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong> for year ended 5th April 2012:  31st January 2013\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong> after the Incorporation date EVERY YEAR\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month</strong> after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft size-full wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" width=\"320\" height=\"275\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-03-12 17:35:43','2012-03-12 17:35:43','',77,'http://numbersbalanced.com/77-revision-18/',0,'revision','',0),(335,1,'2012-03-10 18:15:32','2012-03-10 18:15:32','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful information and save you paying too much tax.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone size-full wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" width=\"536\" height=\"559\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-03-10 18:15:32','2012-03-10 18:15:32','',273,'http://numbersbalanced.com/wp/273-revision-5/',0,'revision','',0),(184,1,'2012-02-17 17:53:21','2012-02-17 17:53:21','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Tax Centre','','inherit','open','open','','77-revision-v1','','','2012-02-17 17:53:21','2012-02-17 17:53:21','',77,'http://numbersbalanced.com/wp/77-revision-8/',0,'revision','',0),(52,1,'2017-11-27 20:51:51','2017-11-27 20:51:51','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div></div></div><div id=\"pg-52-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-52-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-52-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1dda21efa75&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905948092&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','publish','closed','closed','','payroll','','','2017-11-28 21:53:52','2017-11-28 21:53:52','',5,'http://numbersbalanced.com/wp/?page_id=52',3,'page','',0),(187,1,'2012-02-24 12:00:00','2012-02-24 12:00:00','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','open','open','','32-revision-v1','','','2012-02-24 12:00:00','2012-02-24 12:00:00','',32,'http://numbersbalanced.com/wp/32-revision-14/',0,'revision','',0),(5,1,'2017-11-26 21:41:46','2017-11-26 21:41:46','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-14 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-14 {background:#33743c;} .kad-icon-box-14, .kad-icon-box-14 h1, .kad-icon-box-14 h2, .kad-icon-box-14 h3, .kad-icon-box-14 h4, .kad-icon-box-14 h5 {color:#ffffff !important;} .kad-icon-box-14:hover {background:;} .kad-icon-box-14:hover, .kad-icon-box-14:hover h1, .kad-icon-box-14:hover h2, .kad-icon-box-14:hover h3, .kad-icon-box-14:hover h4, .kad-icon-box-14:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-69 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-69 {background:#33743c;} .kad-icon-box-69, .kad-icon-box-69 h1, .kad-icon-box-69 h2, .kad-icon-box-69 h3, .kad-icon-box-69 h4, .kad-icon-box-69 h5 {color:#ffffff !important;} .kad-icon-box-69:hover {background:;} .kad-icon-box-69:hover, .kad-icon-box-69:hover h1, .kad-icon-box-69:hover h2, .kad-icon-box-69:hover h3, .kad-icon-box-69:hover h4, .kad-icon-box-69:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-26 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-26 {background:#33743c;} .kad-icon-box-26, .kad-icon-box-26 h1, .kad-icon-box-26 h2, .kad-icon-box-26 h3, .kad-icon-box-26 h4, .kad-icon-box-26 h5 {color:#ffffff !important;} .kad-icon-box-26:hover {background:;} .kad-icon-box-26:hover, .kad-icon-box-26:hover h1, .kad-icon-box-26:hover h2, .kad-icon-box-26:hover h3, .kad-icon-box-26:hover h4, .kad-icon-box-26:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-100 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-100 {background:#33743c;} .kad-icon-box-100, .kad-icon-box-100 h1, .kad-icon-box-100 h2, .kad-icon-box-100 h3, .kad-icon-box-100 h4, .kad-icon-box-100 h5 {color:#ffffff !important;} .kad-icon-box-100:hover {background:;} .kad-icon-box-100:hover, .kad-icon-box-100:hover h1, .kad-icon-box-100:hover h2, .kad-icon-box-100:hover h3, .kad-icon-box-100:hover h4, .kad-icon-box-100:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-73 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-73 {background:#33743c;} .kad-icon-box-73, .kad-icon-box-73 h1, .kad-icon-box-73 h2, .kad-icon-box-73 h3, .kad-icon-box-73 h4, .kad-icon-box-73 h5 {color:#ffffff !important;} .kad-icon-box-73:hover {background:;} .kad-icon-box-73:hover, .kad-icon-box-73:hover h1, .kad-icon-box-73:hover h2, .kad-icon-box-73:hover h3, .kad-icon-box-73:hover h4, .kad-icon-box-73:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','publish','closed','closed','','services','','','2017-11-27 00:10:19','2017-11-27 00:10:19','',0,'http://numbersbalanced.com/wp/?page_id=5',3,'page','',0),(6,1,'2012-01-22 13:54:27','2012-01-22 13:54:27','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\n\n<strong>BOOKKEEPING</strong>\n\nOur Bookkeeping services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n&nbsp;\n\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 13:54:27','2012-01-22 13:54:27','',5,'http://numbersbalanced.com/wp/?p=6',0,'revision','',0),(21,1,'2012-01-22 17:07:39','2012-01-22 17:07:39','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\n\n&nbsp;\n\nAs standard practice, we can do the following for you:\n<ol start=\"1\">\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\n	<li>Reconcile the Bank Account with the Bank Statement</li>\n	<li>Management Accounts</li>\n</ol>\n&nbsp;\n\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:07:39','2012-01-22 17:07:39','',17,'http://numbersbalanced.com/wp/?p=21',0,'revision','',0),(186,1,'2012-02-05 18:35:45','2012-02-05 18:35:45','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.','Services','','inherit','open','open','','5-revision-v1','','','2012-02-05 18:35:45','2012-02-05 18:35:45','',5,'http://numbersbalanced.com/wp/5-revision-13/',0,'revision','',0),(9,1,'2012-01-22 13:54:46','2012-01-22 13:54:46','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n<strong>BOOKKEEPING</strong>\r\n\r\nOur Bookkeeping services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 13:54:46','2012-01-22 13:54:46','',5,'http://numbersbalanced.com/wp/?p=9',0,'revision','',0),(11,1,'2012-01-22 14:04:34','2012-01-22 14:04:34','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n<strong>BOOKKEEPING</strong>\r\n\r\nOur Bookkeeping services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 14:04:34','2012-01-22 14:04:34','',5,'http://numbersbalanced.com/wp/?p=11',0,'revision','',0),(13,1,'2012-01-22 14:22:30','2012-01-22 14:22:30','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n<strong>BOOKKEEPING</strong>\r\n\r\nOur Bookkeeping services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 14:22:30','2012-01-22 14:22:30','',5,'http://numbersbalanced.com/wp/?p=13',0,'revision','',0),(17,1,'2017-11-26 22:45:18','2017-11-26 22:45:18','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816872094&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905276289&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','publish','closed','closed','','bookkeeping','','','2017-11-28 21:41:42','2017-11-28 21:41:42','',5,'http://numbersbalanced.com/wp/?page_id=17',1,'page','',0),(1326,1,'2017-11-26 22:46:32','2017-11-26 22:46:32','&nbsp;\r\n\r\n&nbsp;','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 22:46:32','2017-11-26 22:46:32','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1327,1,'2017-11-26 22:49:13','2017-11-26 22:49:13','','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 22:49:13','2017-11-26 22:49:13','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(18,1,'2012-01-22 16:54:13','2012-01-22 16:54:13','','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 16:54:13','2012-01-22 16:54:13','',17,'http://numbersbalanced.com/wp/?p=18',0,'revision','',0),(19,1,'2012-01-22 16:54:18','2012-01-22 16:54:18','','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 16:54:18','2012-01-22 16:54:18','',17,'http://numbersbalanced.com/wp/?p=19',0,'revision','',0),(20,1,'2012-01-22 17:06:39','2012-01-22 17:06:39','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\n\n&nbsp;\n\nAs standard practice, we can do the following for you:\n<ol start=\"1\">\n	<li>Preparation and processing of Sales Invoices      and posting and allocation of sales receipts to customer accounts.</li>\n	<li>Processing and posting of supplier invoices      and allocation of payments to supplier accounts</li>\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\n	<li>Reconcile the Bank Account with the Bank Statement</li>\n	<li>Management Accounts</li>\n</ol>\n&nbsp;\n\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:06:39','2012-01-22 17:06:39','',17,'http://numbersbalanced.com/wp/?p=20',0,'revision','',0),(22,1,'2012-01-22 17:14:20','2012-01-22 17:14:20','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\n\n&nbsp;\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\n&nbsp;\n\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 17:14:20','2012-01-22 17:14:20','',5,'http://numbersbalanced.com/wp/?p=22',0,'revision','',0),(23,1,'2012-01-22 17:23:28','2012-01-22 17:23:28','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 17:23:28','2012-01-22 17:23:28','',5,'http://numbersbalanced.com/wp/?p=23',0,'revision','',0),(25,1,'2012-01-22 17:18:55','2012-01-22 17:18:55','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\n\n&nbsp;\n\nAs standard practice, we can do the following for you:\n<ol start=\"1\">\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\n	<li>Reconcile the Bank Account with the Bank Statement</li>\n	<li>Management Accounts</li>\n</ol>\n&nbsp;\n\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:18:55','2012-01-22 17:18:55','',17,'http://numbersbalanced.com/wp/?p=25',0,'revision','',0),(26,1,'2012-01-22 17:25:31','2012-01-22 17:25:31','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\n&nbsp;\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol start=\"1\">\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:25:31','2012-01-22 17:25:31','',17,'http://numbersbalanced.com/wp/?p=26',0,'revision','',0),(27,1,'2012-01-22 17:31:07','2012-01-22 17:31:07','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\n\n&nbsp;\n\nAs standard practice, we can do the following for you:\n<ol start=\"1\">\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\n	<li>Reconcile the Bank Account with the Bank Statement</li>\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement</li>\n</ol>\n&nbsp;\n\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:31:07','2012-01-22 17:31:07','',17,'http://numbersbalanced.com/wp/?p=27',0,'revision','',0),(28,1,'2012-01-22 17:24:43','2012-01-22 17:24:43','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 17:24:43','2012-01-22 17:24:43','',5,'http://numbersbalanced.com/wp/?p=28',0,'revision','',0),(30,1,'2012-01-22 17:32:27','2012-01-22 17:32:27','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\n&nbsp;\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol start=\"1\">\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:32:27','2012-01-22 17:32:27','',17,'http://numbersbalanced.com/wp/?p=30',0,'revision','',0),(185,1,'2012-02-05 18:33:45','2012-02-05 18:33:45','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','open','open','','32-revision-v1','','','2012-02-05 18:33:45','2012-02-05 18:33:45','',32,'http://numbersbalanced.com/wp/32-revision-13/',0,'revision','',0),(32,1,'2017-03-13 17:20:23','2017-03-13 17:20:23','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','publish','closed','closed','','home','','','2017-11-29 18:51:39','2017-11-29 18:51:39','',0,'http://numbersbalanced.com/wp/?page_id=32',0,'page','',0),(1201,1,'2016-08-14 19:53:06','2016-08-14 18:53:06','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-08-14 19:53:06','2016-08-14 18:53:06','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1199,1,'2016-08-14 18:53:26','2016-08-14 17:53:26','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. Find all the details here <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget giving you all those important numbers for 2016 is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-08-14 18:53:26','2016-08-14 17:53:26','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(33,1,'2012-01-22 17:38:10','2012-01-22 17:38:10','','Home','','inherit','open','open','','32-revision-v1','','','2012-01-22 17:38:10','2012-01-22 17:38:10','',32,'http://numbersbalanced.com/wp/?p=33',0,'revision','',0),(34,1,'2017-11-29 11:23:47','2017-11-29 11:23:47','<div id=\"pl-32\" class=\"panel-layout\">\n<div id=\"pg-32-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" data-ratio-direction=\"right\" data-ratio=\"0.5\">\n<div id=\"pgc-32-0-0\" class=\"panel-grid-cell panel-grid-cell-mobile-last\" data-weight=\"0.66666666666667\">\n<div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\n<strong>Bookkeeping &amp; Accounts</strong>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\nWe take the time to visit each business in order to offer an individual service to you.\nWe offer free consultations.\n\n</div>\n</div>\n</div>\n</div>\n<div id=\"pgc-32-0-1\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\"></div>\n</div>\n<div id=\"pg-32-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\">\n<div id=\"pgc-32-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"textwidget\">\n<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\">\n<div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></div></td>\n<td width=\"65%\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".\n<a id=\"kadbtn37\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>\n<div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"textwidget\">\n<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\">\n<div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></div></td>\n<td width=\"65%\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a id=\"kadbtn27\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>\n<div id=\"panel-32-1-0-2\" class=\"so-panel widget widget_sow-editor\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\"></div>\n</div>\n</div>\n<div id=\"panel-32-1-0-3\" class=\"so-panel widget widget_sow-simple-masonry panel-last-child\" data-index=\"4\">[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:[],&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-3\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-last-child\\&quot; data-index=\\&quot;4\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-3&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n<div id=\"pgc-32-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"textwidget\">\n<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\">\n<div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></div></td>\n<td width=\"65%\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\n<a id=\"kadbtn47\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>\n<div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"textwidget\">\n<table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\">\n<div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\" /></div></td>\n<td width=\"65%\">\n<h4></h4>\n\"Brexit Means Brexit\" Getting The Right Deal: The 12 UK Government Objectives\n<a id=\"kadbtn52\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-32-2\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\">\n<div class=\"panel-row-style panel-row-style-for-32-2\">\n<div id=\"pgc-32-2-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"1\"></div>\n</div>\n</div>\n</div>','Home','','inherit','open','open','','32-autosave-v1','','','2017-11-29 11:23:47','2017-11-29 11:23:47','',32,'http://numbersbalanced.com/wp/?p=34',0,'revision','',0),(35,1,'2017-11-27 21:02:03','2017-11-27 21:02:03','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-1-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','open','open','','17-autosave-v1','','','2017-11-27 21:02:03','2017-11-27 21:02:03','',17,'http://numbersbalanced.com/wp/?p=35',0,'revision','',0),(36,1,'2012-01-22 17:33:45','2012-01-22 17:33:45','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\n&nbsp;\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol start=\"1\">\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:33:45','2012-01-22 17:33:45','',17,'http://numbersbalanced.com/wp/?p=36',0,'revision','',0),(37,1,'2017-11-26 21:38:54','2017-11-26 21:38:54','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-80 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-80 {background:#33743c;} .kad-icon-box-80, .kad-icon-box-80 h1, .kad-icon-box-80 h2, .kad-icon-box-80 h3, .kad-icon-box-80 h4, .kad-icon-box-80 h5 {color:#ffffff !important;} .kad-icon-box-80:hover {background:;} .kad-icon-box-80:hover, .kad-icon-box-80:hover h1, .kad-icon-box-80:hover h2, .kad-icon-box-80:hover h3, .kad-icon-box-80:hover h4, .kad-icon-box-80:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-54 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-54 {background:#33743c;} .kad-icon-box-54, .kad-icon-box-54 h1, .kad-icon-box-54 h2, .kad-icon-box-54 h3, .kad-icon-box-54 h4, .kad-icon-box-54 h5 {color:#ffffff !important;} .kad-icon-box-54:hover {background:;} .kad-icon-box-54:hover, .kad-icon-box-54:hover h1, .kad-icon-box-54:hover h2, .kad-icon-box-54:hover h3, .kad-icon-box-54:hover h4, .kad-icon-box-54:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-26 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-26 {background:#33743c;} .kad-icon-box-26, .kad-icon-box-26 h1, .kad-icon-box-26 h2, .kad-icon-box-26 h3, .kad-icon-box-26 h4, .kad-icon-box-26 h5 {color:#ffffff !important;} .kad-icon-box-26:hover {background:;} .kad-icon-box-26:hover, .kad-icon-box-26:hover h1, .kad-icon-box-26:hover h2, .kad-icon-box-26:hover h3, .kad-icon-box-26:hover h4, .kad-icon-box-26:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-20 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-20 {background:#33743c;} .kad-icon-box-20, .kad-icon-box-20 h1, .kad-icon-box-20 h2, .kad-icon-box-20 h3, .kad-icon-box-20 h4, .kad-icon-box-20 h5 {color:#ffffff !important;} .kad-icon-box-20:hover {background:;} .kad-icon-box-20:hover, .kad-icon-box-20:hover h1, .kad-icon-box-20:hover h2, .kad-icon-box-20:hover h3, .kad-icon-box-20:hover h4, .kad-icon-box-20:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-36 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-36 {background:#33743c;} .kad-icon-box-36, .kad-icon-box-36 h1, .kad-icon-box-36 h2, .kad-icon-box-36 h3, .kad-icon-box-36 h4, .kad-icon-box-36 h5 {color:#ffffff !important;} .kad-icon-box-36:hover {background:;} .kad-icon-box-36:hover, .kad-icon-box-36:hover h1, .kad-icon-box-36:hover h2, .kad-icon-box-36:hover h3, .kad-icon-box-36:hover h4, .kad-icon-box-36:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','open','open','','5-autosave-v1','','','2017-11-26 21:38:54','2017-11-26 21:38:54','',5,'http://numbersbalanced.com/wp/?p=37',0,'revision','',0),(38,1,'2012-01-22 17:32:54','2012-01-22 17:32:54','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 17:32:54','2012-01-22 17:32:54','',5,'http://numbersbalanced.com/wp/?p=38',0,'revision','',0),(39,1,'2012-01-22 17:48:03','2012-01-22 17:48:03','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe also provide a description and expalnation of your accounts to ensure you can make decisions with your accounts uptodate.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:48:03','2012-01-22 17:48:03','',17,'http://numbersbalanced.com/wp/?p=39',0,'revision','',0),(223,1,'2012-02-26 19:15:44','2012-02-26 19:15:44','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe also provide a description and expalnation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system.','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-02-26 19:15:44','2012-02-26 19:15:44','',17,'http://numbersbalanced.com/wp/17-revision-14/',0,'revision','',0),(53,1,'2012-01-29 22:51:25','2012-01-29 22:51:25','','Payroll','','inherit','open','open','','52-revision-v1','','','2012-01-29 22:51:25','2012-01-29 22:51:25','',52,'http://numbersbalanced.com/wp/52-revision/',0,'revision','',0),(41,1,'2012-01-22 17:38:23','2012-01-22 17:38:23','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businessess.\r\n\r\nWe take the time to visit each business in order to offer an individula service to you.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-22 17:38:23','2012-01-22 17:38:23','',32,'http://numbersbalanced.com/wp/?p=41',0,'revision','',0),(43,1,'2012-01-22 17:52:46','2012-01-22 17:52:46','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are already included in our price, so please feel free to call us whenever you have a question or concern.','Services','','inherit','open','open','','5-revision-v1','','','2012-01-22 17:52:46','2012-01-22 17:52:46','',5,'http://numbersbalanced.com/wp/?p=43',0,'revision','',0),(44,1,'2012-01-29 20:31:22','2012-01-29 20:31:22','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businessess.\r\n\r\nWe take the time to visit each business in order to offer an individula service to you.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-29 20:31:22','2012-01-29 20:31:22','',32,'http://numbersbalanced.com/wp/?p=44',0,'revision','',0),(45,1,'2012-01-29 20:35:25','2012-01-29 20:35:25','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individula service to you.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-29 20:35:25','2012-01-29 20:35:25','',32,'http://numbersbalanced.com/wp/?p=45',0,'revision','',0),(302,1,'2012-03-11 14:06:32','2012-03-11 14:06:32','It would be great to hear from you!\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft size-full wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" width=\"426\" height=\"365\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 14:06:32','2012-03-11 14:06:32','',292,'http://numbersbalanced.com/wp/292-revision-6/',0,'revision','',0),(71,1,'2012-01-30 00:16:19','2012-01-30 00:16:19','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are already included in our price, so please feel free to call us whenever you have a question or concern.','Services','','inherit','open','open','','5-revision-v1','','','2012-01-30 00:16:19','2012-01-30 00:16:19','',5,'http://numbersbalanced.com/wp/5-revision-11/',0,'revision','',0),(298,1,'2012-03-11 12:00:48','2012-03-11 12:00:48','It would be great to hear from you!\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 12:00:48','2012-03-11 12:00:48','',292,'http://numbersbalanced.com/wp/292-revision-3/',0,'revision','',0),(51,1,'2012-01-29 20:36:08','2012-01-29 20:36:08','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-29 20:36:08','2012-01-29 20:36:08','',32,'http://numbersbalanced.com/wp/32-revision-5/',0,'revision','',0),(75,1,'2012-01-30 01:27:09','2012-01-30 01:27:09','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe know what life is like for a small business owner, so we offer free consultations.\r\n\r\nJust give us a call.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-30 01:27:09','2012-01-30 01:27:09','',32,'http://numbersbalanced.com/wp/32-revision-8/',0,'revision','',0),(226,1,'2012-02-24 14:33:09','2012-02-24 14:33:09','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even destroy your business. </span><span style=\"color: #000000;\">If you\'ve ever had to borrow to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Call us for a free consultation</span>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-02-24 14:33:09','2012-02-24 14:33:09','',57,'http://numbersbalanced.com/wp/57-revision-8/',0,'revision','',0),(138,1,'2012-02-17 17:48:52','2012-02-17 17:48:52','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports. For a nominal fee, we will include union reports, certified payroll, workers\' compensation reports and much more.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','open','open','','52-revision-v1','','','2012-02-17 17:48:52','2012-02-17 17:48:52','',52,'http://numbersbalanced.com/wp/52-revision-6/',0,'revision','',0),(56,1,'2012-01-29 22:54:17','2012-01-29 22:54:17','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Federal, state and local payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Allows You To Focus On Core Competencies </span></strong><span style=\"color: #000000;\"> Our professional staff allow you to focus on the core competencies of your business. We are accounting professionals--you get the experts working for you and with you.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports. For a nominal fee, we will include union reports, certified payroll, workers\' compensation reports and much more.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','open','open','','52-revision-v1','','','2012-01-29 22:54:17','2012-01-29 22:54:17','',52,'http://numbersbalanced.com/wp/52-revision-3/',0,'revision','',0),(54,1,'2017-11-28 21:51:35','2017-11-28 21:51:35','<div id=\"pl-52\" class=\"panel-layout\">\n<div id=\"pg-52-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" data-ratio-direction=\"right\" data-ratio=\"1\">\n<div id=\"pgc-52-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\nOutsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\n\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\n\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\n\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\n<ul>\n 	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n 	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n 	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n 	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-52-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\">\n<div id=\"pgc-52-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-52-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n<div id=\"pgc-52-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-52-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1dda21efa75&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>','Payroll','','inherit','open','open','','52-autosave-v1','','','2017-11-28 21:51:35','2017-11-28 21:51:35','',52,'http://numbersbalanced.com/wp/52-autosave/',0,'revision','',0),(228,1,'2012-02-26 15:56:59','2012-02-26 15:56:59','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Contact Us</strong></span>\r\n\r\n[CONTACT-US-FORM]\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-02-26 15:56:59','2012-02-26 15:56:59','',5,'http://numbersbalanced.com/wp/5-revision-16/',0,'revision','',0),(137,1,'2012-01-30 00:16:56','2012-01-30 00:16:56','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Federal, state and local payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Allows You To Focus On Core Competencies </span></strong><span style=\"color: #000000;\"> Our professional staff allow you to focus on the core competencies of your business. We are accounting professionals--you get the experts working for you and with you.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports. For a nominal fee, we will include union reports, certified payroll, workers\' compensation reports and much more.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','open','open','','52-revision-v1','','','2012-01-30 00:16:56','2012-01-30 00:16:56','',52,'http://numbersbalanced.com/wp/52-revision-5/',0,'revision','',0),(55,1,'2012-01-29 22:51:51','2012-01-29 22:51:51','<span style=\"font-family: Arial;\">Outsourcing your <span style=\"font-size: x-small;\"> payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</span></span>\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Federal, state and local payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Allows You To Focus On Core Competencies </span></strong><span style=\"color: #000000;\"> Our professional staff allow you to focus on the core competencies of your business. We are accounting professionals--you get the experts working for you and with you.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports. For a nominal fee, we will include union reports, certified payroll, workers\' compensation reports and much more.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','open','open','','52-revision-v1','','','2012-01-29 22:51:51','2012-01-29 22:51:51','',52,'http://numbersbalanced.com/wp/52-revision-2/',0,'revision','',0),(224,1,'2012-02-26 19:17:16','2012-02-26 19:17:16','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe also provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system.','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-02-26 19:17:16','2012-02-26 19:17:16','',17,'http://numbersbalanced.com/wp/17-revision-15/',0,'revision','',0),(57,1,'2012-01-29 23:05:37','2012-01-29 23:05:37','<div id=\"pl-57\"  class=\"panel-layout\" ><div id=\"pg-57-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-57-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-57-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>To run your business effectively, you have to balance the timing and amount of your costs and income.</p>\n<p><span style=\"color: #000000;\">Our cash management service allows you to:</span></p>\n<ul>\n<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\n<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\n<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span></p>\n<p><span style=\"color: #000000;\">Contact us for a free consultation.</span></p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Cashflow Management','','publish','closed','closed','','cashflow-management','','','2017-11-28 22:18:27','2017-11-28 22:18:27','',5,'http://numbersbalanced.com/wp/?page_id=57',5,'page','',0),(58,1,'2012-01-29 23:05:04','2012-01-29 23:05:04','','Cashflow Management','','inherit','open','open','','57-revision-v1','','','2012-01-29 23:05:04','2012-01-29 23:05:04','',57,'http://numbersbalanced.com/wp/57-revision/',0,'revision','',0),(59,1,'2012-01-29 23:05:37','2012-01-29 23:05:37','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even kill your business. If you\'ve ever had to beg, borrow and steal to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to...</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know what the best sources are for meeting your additional cash needs.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Call us for a free consultation</span>','Cashflow Management','','inherit','open','open','','57-revision-v1','','','2012-01-29 23:05:37','2012-01-29 23:05:37','',57,'http://numbersbalanced.com/wp/57-revision-2/',0,'revision','',0),(114,1,'2016-08-16 16:36:39','2016-08-16 15:36:39','<div id=\"pl-114\"  class=\"panel-layout\" ><div id=\"pg-114-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-114-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-114-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-114-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Kept for more than 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.</p>\n<p><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\n</div>\n</div></div></div></div><div id=\"pg-114-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511967017205&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-114-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','publish','closed','closed','','records-retention','','','2017-11-29 14:50:27','2017-11-29 14:50:27','',77,'http://numbersbalanced.com/wp/?page_id=114',2,'page','',0),(1478,1,'2017-11-29 14:32:27','2017-11-29 14:32:27','','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:32:27','2017-11-29 14:32:27','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(62,1,'2017-11-26 21:06:47','2017-11-26 21:06:47','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b56fca78f3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511741301553&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-62-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-62-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','About Us','','publish','closed','closed','','about-us','','','2017-11-27 00:08:25','2017-11-27 00:08:25','',0,'http://numbersbalanced.com/wp/?page_id=62',2,'page','',0),(1299,1,'2017-11-26 21:06:38','2017-11-26 21:06:38','','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:06:38','2017-11-26 21:06:38','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(896,1,'2014-04-26 18:29:16','2014-04-26 17:29:16','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 30 years experience. I have worked with 2 of the Big 4 Firms of Accountants.\r\n\r\n[jbox color=\"yellow\" ]\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion &amp; the races; I love Wimbledon.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London.</li>\r\n	<li>I love my Blackberry.</li>\r\n	<li>My love for steak will never let me to become a vegetarian</li>\r\n</ul>\r\n[/jbox]','About Us','','inherit','closed','closed','','62-revision-v1','','','2014-04-26 18:29:16','2014-04-26 17:29:16','',62,'http://numbersbalanced.com/62-revision-v1/',0,'revision','',0),(594,1,'2012-07-20 07:22:22','2012-07-20 06:22:22','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-07-20 07:22:22','2012-07-20 06:22:22','',62,'http://numbersbalanced.com/62-revision-25/',0,'revision','',0),(63,1,'2012-01-29 23:57:29','2012-01-29 23:57:29','','Newsletter','','inherit','open','open','','62-revision-v1','','','2012-01-29 23:57:29','2012-01-29 23:57:29','',62,'http://numbersbalanced.com/wp/62-revision/',0,'revision','',0),(64,1,'2012-01-29 22:06:06','2012-01-29 22:06:06','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe know what life is like for a small business owner, so we offer free consultations.\r\n\r\nJust give us a call.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-29 22:06:06','2012-01-29 22:06:06','',32,'http://numbersbalanced.com/wp/32-revision-6/',0,'revision','',0),(949,1,'2014-06-30 15:15:23','2014-06-30 14:15:23','&nbsp;<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />\n\n<h1 style=\"  text-align:center;\">Bookkeeping & Accounts</h1><h5 style=\"  text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.</h5><a href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\">Contact Us </a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:15:23','2014-06-30 14:15:23','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(891,1,'2014-03-30 20:59:12','2014-03-30 19:59:12','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">http://numbersbalanced.com/knowledge-base/budget-2014</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-30 20:59:12','2014-03-30 19:59:12','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(66,1,'2012-01-29 20:32:42','2012-01-29 20:32:42','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are already included in our price, so please feel free to call us whenever you have a question or concern.','Services','','inherit','open','open','','5-revision-v1','','','2012-01-29 20:32:42','2012-01-29 20:32:42','',5,'http://numbersbalanced.com/wp/5-revision-10/',0,'revision','',0),(67,1,'2012-01-29 22:54:58','2012-01-29 22:54:58','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Federal, state and local payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Allows You To Focus On Core Competencies </span></strong><span style=\"color: #000000;\"> Our professional staff allow you to focus on the core competencies of your business. We are accounting professionals--you get the experts working for you and with you.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports. For a nominal fee, we will include union reports, certified payroll, workers\' compensation reports and much more.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','open','open','','52-revision-v1','','','2012-01-29 22:54:58','2012-01-29 22:54:58','',52,'http://numbersbalanced.com/wp/52-revision-4/',0,'revision','',0),(68,1,'2012-01-29 23:05:58','2012-01-29 23:05:58','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even kill your business. If you\'ve ever had to beg, borrow and steal to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know what the best sources are for meeting your additional cash needs.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Call us for a free consultation</span>','Cashflow Management','','inherit','open','open','','57-revision-v1','','','2012-01-29 23:05:58','2012-01-29 23:05:58','',57,'http://numbersbalanced.com/wp/57-revision-3/',0,'revision','',0),(69,1,'2012-04-30 23:18:57','2012-04-30 22:18:57','To run your business effectively, you have to balance the timing and amount of your costs and income.\n\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\n<ul>\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li>\n</ul>\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\n\n<span style=\"color: #000000;\">Contact us for a free consultation.          </span>\n\n[/jbox]\n\n&nbsp;','Cashflow Management','','inherit','open','open','','57-autosave-v1','','','2012-04-30 23:18:57','2012-04-30 22:18:57','',57,'http://numbersbalanced.com/wp/57-autosave/',0,'revision','',0),(243,1,'2012-03-05 22:31:47','2012-03-05 22:31:47','&nbsp;\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation</span>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-03-05 22:31:47','2012-03-05 22:31:47','',57,'http://numbersbalanced.com/wp/57-revision-12/',0,'revision','',0),(70,1,'2012-01-30 00:17:31','2012-01-30 00:17:31','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even kill your business. If you\'ve ever had to beg, borrow and steal to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know what the best sources are for meeting your additional cash needs.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Call us for a free consultation</span>','Cashflow Management','','inherit','open','open','','57-revision-v1','','','2012-01-30 00:17:31','2012-01-30 00:17:31','',57,'http://numbersbalanced.com/wp/57-revision-4/',0,'revision','',0),(73,1,'2012-01-30 00:15:10','2012-01-30 00:15:10','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe know what life is like for a small business owner, so we offer free consultations.\r\n\r\nJust give us a call.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-30 00:15:10','2012-01-30 00:15:10','',32,'http://numbersbalanced.com/wp/32-revision-7/',0,'revision','',0),(74,1,'2012-01-30 00:20:15','2012-01-30 00:20:15','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even destroy your business. </span><span style=\"color: #000000;\">If you\'ve ever had to borrow to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         know what the best sources are for meeting your additional cash needs.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Call us for a free consultation</span>','Cashflow Management','','inherit','open','open','','57-revision-v1','','','2012-01-30 00:20:15','2012-01-30 00:20:15','',57,'http://numbersbalanced.com/wp/57-revision-5/',0,'revision','',0),(77,1,'2017-03-13 15:54:21','2017-03-13 15:54:21','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','publish','closed','closed','','knowledge-base','','','2017-11-29 23:55:42','2017-11-29 23:55:42','',0,'http://numbersbalanced.com/wp/?page_id=77',4,'page','',0),(1165,1,'2016-06-14 18:23:28','2016-06-14 17:23:28','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\">Budget 2015</a></h4>\r\nThe Chancellor of the Exchequer said ”The Economy is taking another big step from Austerity to Prosperity\".\r\n<a id=\"kadbtn34\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn11\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn87\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn68\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn73\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn66\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-06-14 18:23:28','2016-06-14 17:23:28','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1105,1,'2014-11-18 15:53:27','2014-11-18 15:53:27','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-11-18 15:53:27','2014-11-18 15:53:27','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(78,1,'2012-02-05 16:23:11','2012-02-05 16:23:11','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provides a few resources to help','Resources','','inherit','open','open','','77-revision-v1','','','2012-02-05 16:23:11','2012-02-05 16:23:11','',77,'http://numbersbalanced.com/wp/77-revision/',0,'revision','',0),(109,1,'2012-02-05 18:39:21','2012-02-05 18:39:21','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Resources','','inherit','open','open','','77-revision-v1','','','2012-02-05 18:39:21','2012-02-05 18:39:21','',77,'http://numbersbalanced.com/wp/77-revision-4/',0,'revision','',0),(86,1,'2017-11-29 17:17:06','2017-11-29 17:17:06','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p> </p>\n<table style=\"height: 93px;\" border=\"1\" width=\"447\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><b> </b></td>\n<td valign=\"top\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\n</div>\n</div></div><div id=\"panel-82-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div>','Business Expenses','','inherit','open','open','','82-autosave-v1','','','2017-11-29 17:17:06','2017-11-29 17:17:06','',82,'http://numbersbalanced.com/wp/82-autosave/',0,'revision','',0),(85,1,'2012-02-05 16:54:49','2012-02-05 16:54:49','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></h2>\r\n&nbsp;\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         </span><span style=\"color: #000000;\">it was <strong><span style=\"font-family: Arial; font-size: x-small;\">reasonably incurred</span></strong></span><span style=\"color: #000000;\">: </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         it was <strong><span style=\"font-family: Arial; font-size: x-small;\">wholly and exclusively</span></strong>(only because of the demands of the business)</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         <strong>incurred</strong></span><span style=\"color: #000000;\"> for the purpose of the business <strong><span style=\"font-family: Arial; font-size: x-small;\">or</span></strong></span><strong><span style=\"color: #000000; font-family: Arial; font-size: x-small;\">spent</span></strong><span style=\"color: #000000;\"> for the purpose of the business </span><strong><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></strong></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         <span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period <strong><span style=\"font-family: Arial; font-size: x-small;\">or </span></strong></span><span style=\"color: #000000;\">spent in the assessment period</span></li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          </span><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial; font-size: x-small;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Employee vehicles: mileage payments for business travel</span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span><span style=\"color: #000000;\"> 2) income tax deductions for employees </span><span style=\"color: #000000;\"> 3) personal consumption </span><span style=\"color: #000000;\"> 4) personal drawings </span><span style=\"color: #000000;\"> 5) social security contributions: Class 1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-05 16:54:49','2012-02-05 16:54:49','',82,'http://numbersbalanced.com/wp/82-revision-3/',0,'revision','',0),(84,1,'2012-02-05 16:48:24','2012-02-05 16:48:24','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\n</span><span style=\"color: #000000;\"> </span></h2>\n<ul>\n	<li>\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\n</li>\n	<li>\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\n</li>\n	<li>\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\n</li>\n	<li>\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\n</li>\n</ul>\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\n<ul>\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<ul>\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n	<li>No member of the employee or office holder’s family is present, and,</li>\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</ul>\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\n<ul>\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\n\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\n\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\n\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\n\n<span style=\"color: #000000;\">3) personal consumption </span>\n\n<span style=\"color: #000000;\">4) personal drawings </span>\n\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\n\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\n\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\n<ul>\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\n\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></h2>\n&nbsp;\n<ul>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         </span><span style=\"color: #000000;\">it was <strong><span style=\"font-family: Arial; font-size: x-small;\">reasonably incurred</span></strong></span><span style=\"color: #000000;\">: </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         it was <strong><span style=\"font-family: Arial; font-size: x-small;\">wholly and exclusively</span></strong>(only because of the demands of the business)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         <strong>incurred</strong></span><span style=\"color: #000000;\"> for the purpose of the business <strong><span style=\"font-family: Arial; font-size: x-small;\">or</span></strong></span><strong><span style=\"color: #000000; font-family: Arial; font-size: x-small;\">spent</span></strong><span style=\"color: #000000;\"> for the purpose of the business </span><strong><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></strong></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         <span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period <strong><span style=\"font-family: Arial; font-size: x-small;\">or </span></strong></span><span style=\"color: #000000;\">spent in the assessment period</span></li>\n</ul>\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\n<ul>\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<ul>\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n	<li>No member of the employee or office holder’s family is present, and,</li>\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</ul>\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\n<ul>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          </span><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial; font-size: x-small;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<span style=\"color: #000000;\">Employee vehicles: mileage payments for business travel</span>\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\n<span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\n\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span><span style=\"color: #000000;\"> 2) income tax deductions for employees </span><span style=\"color: #000000;\"> 3) personal consumption </span><span style=\"color: #000000;\"> 4) personal drawings </span><span style=\"color: #000000;\"> 5) social security contributions: Class 1,Class 2 ,Class 3,Class 4</span>\n\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\n\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\n<ul>\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\n\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-05 16:48:24','2012-02-05 16:48:24','',82,'http://numbersbalanced.com/wp/82-revision-2/',0,'revision','',0),(82,1,'2012-02-05 16:54:49','2012-02-05 16:54:49','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Business Expenses','','publish','closed','closed','','business-expenses','','','2017-11-29 18:57:12','2017-11-29 18:57:12','',77,'http://numbersbalanced.com/wp/?page_id=82',1,'page','',0),(1506,1,'2017-11-29 17:19:29','2017-11-29 17:19:29','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 17:19:29','2017-11-29 17:19:29','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1501,1,'2017-11-29 17:04:44','2017-11-29 17:04:44','<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2>\r\n<span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\r\n 	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\r\n 	<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span>\r\n\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n 	<li>No member of the employee or office holder’s family is present, and,</li>\r\n 	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n 	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n 	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n 	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n 	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n 	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 17:04:44','2017-11-29 17:04:44','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1076,1,'2014-07-19 21:51:04','2014-07-19 20:51:04','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable Business Expenses</span></h2>\r\n<span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\r\n	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox][jbox color=\"green\" ]</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span>\r\n\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2014 -15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2014-07-19 21:51:04','2014-07-19 20:51:04','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1050,1,'2014-07-03 22:08:27','2014-07-03 21:08:27','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable Business Expenses</span></h2>\r\n<span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\r\n	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox]\r\n\r\n[jbox color=\"green\" ]</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span>\r\n\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2014-07-03 22:08:27','2014-07-03 21:08:27','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(470,1,'2012-04-30 23:02:24','2012-04-30 22:02:24','[jbox color=\"gray\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-30 23:02:24','2012-04-30 22:02:24','',273,'http://numbersbalanced.com/273-revision-15/',0,'revision','',0),(203,1,'2012-02-24 14:28:05','2012-02-24 14:28:05','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provide some information to help.','Tax Centre','','inherit','open','open','','77-revision-v1','','','2012-02-24 14:28:05','2012-02-24 14:28:05','',77,'http://numbersbalanced.com/wp/77-revision-10/',0,'revision','',0),(133,1,'2012-02-11 17:22:21','2012-02-11 17:22:21','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-11 17:22:21','2012-02-11 17:22:21','',82,'http://numbersbalanced.com/wp/82-revision-14/',0,'revision','',0),(131,1,'2012-02-11 17:20:33','2012-02-11 17:20:33','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-11 17:20:33','2012-02-11 17:20:33','',82,'http://numbersbalanced.com/wp/82-revision-12/',0,'revision','',0),(110,1,'2012-02-05 17:28:04','2012-02-05 17:28:04','PAYE tax and Class 1 NICs\r\n\r\n<strong>Tax thresholds, rates and codes</strong>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','PAYE: rates & thresholds','','inherit','open','open','','92-revision-v1','','','2012-02-05 17:28:04','2012-02-05 17:28:04','',92,'http://numbersbalanced.com/wp/92-revision-4/',0,'revision','',0),(111,1,'2012-02-05 18:47:56','2012-02-05 18:47:56','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-05 18:47:56','2012-02-05 18:47:56','',82,'http://numbersbalanced.com/wp/82-revision-7/',0,'revision','',0),(83,1,'2012-02-05 16:46:33','2012-02-05 16:46:33','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\n</span><span style=\"color: #000000;\"> </span></h2>\n<ul>\n	<li>\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\n</li>\n	<li>\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\n</li>\n	<li>\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\n</li>\n	<li>\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\n</li>\n</ul>\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\n<ul>\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<ul>\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n	<li>No member of the employee or office holder’s family is present, and,</li>\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</ul>\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\n<ul>\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mile\n\nFor NICs purposes: 45p for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\n\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\n\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\n\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\n\n<span style=\"color: #000000;\">3) personal consumption </span>\n\n<span style=\"color: #000000;\">4) personal drawings </span>\n\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\n\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\n\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\n<ul>\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\n\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\n\n</span></h2>\n<ul>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         </span><span style=\"color: #000000;\">it was <strong><span style=\"font-family: Arial; font-size: x-small;\">reasonably incurred</span></strong></span><span style=\"color: #000000;\">: </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         it was <strong><span style=\"font-family: Arial; font-size: x-small;\">wholly and exclusively</span></strong>(only because of the demands of the business)</span></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         <strong>incurred</strong></span><span style=\"color: #000000;\"> for the purpose of the business <strong><span style=\"font-family: Arial; font-size: x-small;\">or</span></strong></span><strong><span style=\"color: #000000; font-family: Arial; font-size: x-small;\">spent</span></strong><span style=\"color: #000000;\"> for the purpose of the business </span><strong><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></strong></li>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         <span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period <strong><span style=\"font-family: Arial; font-size: x-small;\">or </span></strong></span><span style=\"color: #000000;\">spent in the assessment period</span></li>\n</ul>\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\n<ul>\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<ul>\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n	<li>No member of the employee or office holder’s family is present, and,</li>\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</ul>\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\n<ul>\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          </span><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial; font-size: x-small;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<span style=\"color: #000000;\">Employee vehicles: mileage payments for business travel</span>\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mile\n\nFor NICs purposes: 45p for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\n<span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\n\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\n\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span><span style=\"color: #000000;\"> 2) income tax deductions for employees </span><span style=\"color: #000000;\"> 3) personal consumption </span><span style=\"color: #000000;\"> 4) personal drawings </span><span style=\"color: #000000;\"> 5) social security contributions: Class 1,Class 2 ,Class 3,Class 4</span>\n\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\n\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\n<ul>\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\n\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-05 16:46:33','2012-02-05 16:46:33','',82,'http://numbersbalanced.com/wp/82-revision/',0,'revision','',0),(445,1,'2012-05-01 13:34:00','2012-05-01 12:34:00','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: medium;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:34:00','2012-05-01 12:34:00','',82,'http://numbersbalanced.com/82-revision-26/',0,'revision','',0),(202,1,'2012-02-24 14:39:51','2012-02-24 14:39:51','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  Other Non-allowable Expenses</span><span style=\"color: #000000;\">:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-24 14:39:51','2012-02-24 14:39:51','',82,'http://numbersbalanced.com/wp/82-revision-21/',0,'revision','',0),(108,1,'2012-02-05 17:16:05','2012-02-05 17:16:05','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></h2>\r\n&nbsp;\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         </span><span style=\"color: #000000;\">it was <strong><span style=\"font-family: Arial; font-size: x-small;\">reasonably incurred</span></strong></span><span style=\"color: #000000;\">: </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         it was <strong><span style=\"font-family: Arial; font-size: x-small;\">wholly and exclusively</span></strong>(only because of the demands of the business)</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         <strong>incurred</strong></span><span style=\"color: #000000;\"> for the purpose of the business <strong><span style=\"font-family: Arial; font-size: x-small;\">or</span></strong></span><strong><span style=\"color: #000000; font-family: Arial; font-size: x-small;\">spent</span></strong><span style=\"color: #000000;\"> for the purpose of the business </span><strong><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></strong></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         <span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period <strong><span style=\"font-family: Arial; font-size: x-small;\">or </span></strong></span><span style=\"color: #000000;\">spent in the assessment period</span></li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial; font-size: xx-small;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Employee vehicles: mileage payments for business travel</span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<h1><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></h1>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span><span style=\"color: #000000;\"> 2) income tax deductions for employees </span><span style=\"color: #000000;\"> 3) personal consumption </span><span style=\"color: #000000;\"> 4) personal drawings </span><span style=\"color: #000000;\"> 5) social security contributions: Class 1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-05 17:16:05','2012-02-05 17:16:05','',82,'http://numbersbalanced.com/wp/82-revision-6/',0,'revision','',0),(87,1,'2012-02-05 16:56:32','2012-02-05 16:56:32','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></h2>\r\n&nbsp;\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         </span><span style=\"color: #000000;\">it was <strong><span style=\"font-family: Arial; font-size: x-small;\">reasonably incurred</span></strong></span><span style=\"color: #000000;\">: </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         it was <strong><span style=\"font-family: Arial; font-size: x-small;\">wholly and exclusively</span></strong>(only because of the demands of the business)</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         <strong>incurred</strong></span><span style=\"color: #000000;\"> for the purpose of the business <strong><span style=\"font-family: Arial; font-size: x-small;\">or</span></strong></span><strong><span style=\"color: #000000; font-family: Arial; font-size: x-small;\">spent</span></strong><span style=\"color: #000000;\"> for the purpose of the business </span><strong><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></strong></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         <span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period <strong><span style=\"font-family: Arial; font-size: x-small;\">or </span></strong></span><span style=\"color: #000000;\">spent in the assessment period</span></li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial; font-size: xx-small;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Employee vehicles: mileage payments for business travel</span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<h1><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></h1>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span><span style=\"color: #000000;\"> 2) income tax deductions for employees </span><span style=\"color: #000000;\"> 3) personal consumption </span><span style=\"color: #000000;\"> 4) personal drawings </span><span style=\"color: #000000;\"> 5) social security contributions: Class 1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-05 16:56:32','2012-02-05 16:56:32','',82,'http://numbersbalanced.com/wp/82-revision-4/',0,'revision','',0),(88,1,'2012-02-05 17:12:29','2012-02-05 17:12:29','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></h2>\r\n&nbsp;\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         </span><span style=\"color: #000000;\">it was <strong><span style=\"font-family: Arial; font-size: x-small;\">reasonably incurred</span></strong></span><span style=\"color: #000000;\">: </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         it was <strong><span style=\"font-family: Arial; font-size: x-small;\">wholly and exclusively</span></strong>(only because of the demands of the business)</span></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>         <strong>incurred</strong></span><span style=\"color: #000000;\"> for the purpose of the business <strong><span style=\"font-family: Arial; font-size: x-small;\">or</span></strong></span><strong><span style=\"color: #000000; font-family: Arial; font-size: x-small;\">spent</span></strong><span style=\"color: #000000;\"> for the purpose of the business </span><strong><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></strong></li>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: small;\">·</span>         <span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period <strong><span style=\"font-family: Arial; font-size: x-small;\">or </span></strong></span><span style=\"color: #000000;\">spent in the assessment period</span></li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\"><span style=\"font-family: Symbol; font-size: x-small;\">·</span>          Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial; font-size: xx-small;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Employee vehicles: mileage payments for business travel</span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<h2><strong><span style=\"font-family: Times New Roman; font-size: small;\"> </span></strong></h2>\r\n<h1><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></h1>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span><span style=\"color: #000000;\"> 2) income tax deductions for employees </span><span style=\"color: #000000;\"> 3) personal consumption </span><span style=\"color: #000000;\"> 4) personal drawings </span><span style=\"color: #000000;\"> 5) social security contributions: Class 1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-05 17:12:29','2012-02-05 17:12:29','',82,'http://numbersbalanced.com/wp/82-revision-5/',0,'revision','',0),(89,1,'2017-03-13 16:00:21','2017-03-13 16:00:21','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n 	<li>standard rate - 20 per cent</li>\r\n 	<li>reduced rate - 5 per cent</li>\r\n 	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n 	<li>zero-rated</li>\r\n 	<li>reduced-rated</li>\r\n 	<li>exempt from VAT</li>\r\n 	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£85,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n 	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n 	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£83,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to 83,000, or if you expect it to fall to £83,000 or less in the next 12 months, you can either:\r\n<ul>\r\n 	<li>stay registered for VAT</li>\r\n 	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','VAT','','publish','closed','closed','','vat','','','2017-11-29 14:26:17','2017-11-29 14:26:17','',77,'http://numbersbalanced.com/wp/?page_id=89',4,'page','',0),(872,1,'2014-03-25 18:13:21','2014-03-25 18:13:21','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£81,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£79,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £79,000, or if you expect it to fall to £79,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2014-03-25 18:13:21','2014-03-25 18:13:21','',89,'http://numbersbalanced.com/89-revision-v1/',0,'revision','',0),(871,1,'2014-03-25 18:11:21','2014-03-25 18:11:21','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£81,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£79,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £79,000, or if you expect it to fall to £79,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong></strong>\r\n\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2014-03-25 18:11:21','2014-03-25 18:11:21','',89,'http://numbersbalanced.com/89-revision-v1/',0,'revision','',0),(90,1,'2012-02-05 17:21:15','2012-02-05 17:21:15','VAT is a tax that\'s charged on most business transactions in theUK.\n\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\n\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\n\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\n\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\n\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\n\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\n\nThere are three VAT rates:\n<ul>\n	<li>standard rate - 20 per cent</li>\n	<li>reduced rate - 5 per cent</li>\n	<li>zero rate - 0 per cent</li>\n</ul>\nThe are the current rates.\n\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\n<ul>\n	<li>zero-rated</li>\n	<li>reduced-rated</li>\n	<li>exempt from VAT</li>\n	<li>outside the scope of VAT</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\n\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\n\nYou must also register for VAT if either of the following applies:\n<ul>\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\n	<li>you take over a VAT-registered business as a going concern</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\n\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\n<ul>\n	<li>stay registered for VAT</li>\n	<li>ask for your VAT registration to be cancelled</li>\n</ul>\nIf you decide to stay registered, you don\'t have to do anything.\n\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\n\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\n\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\n\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\n<ol start=\"1\">\n	<li><strong>Sales into the UK</strong></li>\n</ol>\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\n\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\n\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\n<ol start=\"2\">\n	<li><strong>Sales or movements to other EU countries</strong></li>\n</ol>\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\n\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\n\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\n\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\n\n<strong>Registration threshold for acquisitions from other EU countries</strong>\n\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\n\nYou must register if either of the following applies:\n<ul>\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\n</ul>\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\n\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\n\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\n\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\n\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\n<ul>\n	<li>the goods are business assets - or are incorporated into business assets</li>\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\n\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\n\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\n<ul>\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\n</ul>\n&nbsp;','VAT','','inherit','open','open','','89-revision-v1','','','2012-02-05 17:21:15','2012-02-05 17:21:15','',89,'http://numbersbalanced.com/wp/89-revision/',0,'revision','',0),(91,1,'2017-11-29 14:26:11','2017-11-29 14:26:11','VAT is a tax that\'s charged on most business transactions in theUK.\n\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\n\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\n\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\n\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\n\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\n\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\n\nThere are three VAT rates:\n<ul>\n 	<li>standard rate - 20 per cent</li>\n 	<li>reduced rate - 5 per cent</li>\n 	<li>zero rate - 0 per cent</li>\n</ul>\nThe are the current rates.\n\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\n<ul>\n 	<li>zero-rated</li>\n 	<li>reduced-rated</li>\n 	<li>exempt from VAT</li>\n 	<li>outside the scope of VAT</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\n\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£85,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\n\nYou must also register for VAT if either of the following applies:\n<ul>\n 	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\n 	<li>you take over a VAT-registered business as a going concern</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\n\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£83,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to 83,000, or if you expect it to fall to £83,000 or less in the next 12 months, you can either:\n<ul>\n 	<li>stay registered for VAT</li>\n 	<li>ask for your VAT registration to be cancelled</li>\n</ul>\nIf you decide to stay registered, you don\'t have to do anything.\n\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\n\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','VAT','','inherit','open','open','','89-autosave-v1','','','2017-11-29 14:26:11','2017-11-29 14:26:11','',89,'http://numbersbalanced.com/wp/89-autosave/',0,'revision','',0),(1134,1,'2015-03-24 16:05:19','2015-03-24 16:05:19','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£82,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£80,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to 80,000, or if you expect it to fall to £80,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2015-03-24 16:05:19','2015-03-24 16:05:19','',89,'http://www.numbersbalanced.com/89-revision-v1/',0,'revision','',0),(92,1,'2017-03-13 16:00:08','2017-03-13 16:00:08','<strong>Income Tax:</strong>\r\n\r\nFor more details, <span style=\"color: #ff0000;\"><strong>Download the Tax Data card here</strong></span>: <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">http://www.numbersbalanced.com/knowledge-base/budget-2017/</a></span>\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2017-18</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £11,500 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20% on annual earnings above the PAYE tax threshold and up to £33,500</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £33,501 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below :\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from April 2017\r\n</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.50</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">£3.50</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','publish','closed','closed','','incometax','','','2017-04-06 17:41:12','2017-04-06 16:41:12','',77,'http://numbersbalanced.com/wp/?page_id=92',3,'page','',0),(875,1,'2014-03-25 18:39:28','2014-03-25 18:39:28','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156 per week\r\n£675 per month\r\n£8,105 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr%','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 18:39:28','2014-03-25 18:39:28','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(93,1,'2012-02-05 17:25:02','2012-02-05 17:25:02','PAYE tax and Class 1 NICs\n\n<strong>Tax thresholds, rates and codes</strong>\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\n<td valign=\"top\" width=\"10\">£144   per week\n£623 per month\n£7,475 per year</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\n<td valign=\"top\" width=\"10\">747L</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n&nbsp;\n\nNational minimum wage\n\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Category of worker</strong></td>\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\n<td valign=\"top\" width=\"10\">£6.08</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\n<td valign=\"top\" width=\"10\">£4.98</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\n<td valign=\"top\" width=\"10\">£3.68</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\n<td valign=\"top\" width=\"10\">£2.60</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\n<td valign=\"top\" width=\"10\">£2.60</td>\n</tr>\n</tbody>\n</table>','PAYE: rates & thresholds','','inherit','open','open','','92-revision-v1','','','2012-02-05 17:25:02','2012-02-05 17:25:02','',92,'http://numbersbalanced.com/wp/92-revision/',0,'revision','',0),(94,1,'2017-03-13 16:17:35','2017-03-13 16:17:35','<strong>Income Tax:</strong>\n\nFor more details, <strong>Download the Tax Data card here</strong>: <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">http://www.numbersbalanced.com/knowledge-base/budget-2017/</a></span>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\n<td valign=\"top\"><strong>Figures to use 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\n<td valign=\"top\" width=\"10\"> £11,500 per year</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\n<td valign=\"top\" width=\"10\">20% on annual earnings above the PAYE tax threshold and up to £33,500</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £33,501 to £150,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"></td>\n<td valign=\"top\" width=\"10\"></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\nNational minimum wage\n\nThe rates below :\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Category of worker</strong></td>\n<td valign=\"top\"><strong>Hourly rate from April 2017\n</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\n</strong></td>\n<td valign=\"top\" width=\"10\">£7.20</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\n</strong></td>\n<td valign=\"top\" width=\"10\">£7.05</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\n</strong></td>\n<td valign=\"top\" width=\"10\">£5.60</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\n<td valign=\"top\" width=\"10\">£4.05</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\n<td valign=\"top\" width=\"10\">£3.50</td>\n</tr>\n</tbody>\n</table>','Income Tax','','inherit','open','open','','92-autosave-v1','','','2017-03-13 16:17:35','2017-03-13 16:17:35','',92,'http://numbersbalanced.com/wp/92-autosave/',0,'revision','',0),(1107,1,'2014-12-02 15:53:24','2014-12-02 15:53:24','Income Tax\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £10,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below apply from 1 October 2014\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2014</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.50</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.13</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.79</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.73</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">depends on age</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-12-02 15:53:24','2014-12-02 15:53:24','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(95,1,'2012-02-05 17:25:08','2012-02-05 17:25:08','PAYE tax and Class 1 NICs\r\n\r\n<strong>Tax thresholds, rates and codes</strong>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','PAYE: rates & thresholds','','inherit','open','open','','92-revision-v1','','','2012-02-05 17:25:08','2012-02-05 17:25:08','',92,'http://numbersbalanced.com/wp/92-revision-2/',0,'revision','',0),(121,1,'2012-02-06 16:49:12','2012-02-06 16:49:12','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','open','open','','92-revision-v1','','','2012-02-06 16:49:12','2012-02-06 16:49:12','',92,'http://numbersbalanced.com/wp/92-revision-6/',0,'revision','',0),(96,1,'2012-02-05 17:27:40','2012-02-05 17:27:40','PAYE tax and Class 1 NICs\r\n\r\n<strong>Tax thresholds, rates and codes</strong>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','PAYE: rates & thresholds','','inherit','open','open','','92-revision-v1','','','2012-02-05 17:27:40','2012-02-05 17:27:40','',92,'http://numbersbalanced.com/wp/92-revision-3/',0,'revision','',0),(97,1,'2012-02-05 17:21:21','2012-02-05 17:21:21','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','open','open','','89-revision-v1','','','2012-02-05 17:21:21','2012-02-05 17:21:21','',89,'http://numbersbalanced.com/wp/89-revision-2/',0,'revision','',0),(98,1,'2012-01-30 01:49:34','2012-01-30 01:49:34','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.','Home','','inherit','open','open','','32-revision-v1','','','2012-01-30 01:49:34','2012-01-30 01:49:34','',32,'http://numbersbalanced.com/wp/32-revision-9/',0,'revision','',0),(99,1,'2012-02-05 18:16:54','2012-02-05 18:16:54','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n&nbsp;\r\n\r\nJust give us a call.','Home','','inherit','open','open','','32-revision-v1','','','2012-02-05 18:16:54','2012-02-05 18:16:54','',32,'http://numbersbalanced.com/wp/32-revision-10/',0,'revision','',0),(100,1,'2012-02-05 18:30:50','2012-02-05 18:30:50','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n&nbsp;\r\n\r\nJust give us a call.','Home','','inherit','open','open','','32-revision-v1','','','2012-02-05 18:30:50','2012-02-05 18:30:50','',32,'http://numbersbalanced.com/wp/32-revision-11/',0,'revision','',0),(102,1,'2012-02-05 18:31:56','2012-02-05 18:31:56','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n&nbsp;','Home','','inherit','open','open','','32-revision-v1','','','2012-02-05 18:31:56','2012-02-05 18:31:56','',32,'http://numbersbalanced.com/wp/32-revision-12/',0,'revision','',0),(103,1,'2012-01-30 00:42:38','2012-01-30 00:42:38','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.','Services','','inherit','open','open','','5-revision-v1','','','2012-01-30 00:42:38','2012-01-30 00:42:38','',5,'http://numbersbalanced.com/wp/5-revision-12/',0,'revision','',0),(104,1,'2012-01-30 00:14:47','2012-01-30 00:14:47','','Newsletter','','inherit','open','open','','62-revision-v1','','','2012-01-30 00:14:47','2012-01-30 00:14:47','',62,'http://numbersbalanced.com/wp/62-revision-2/',0,'revision','',0),(105,1,'2012-02-05 16:23:21','2012-02-05 16:23:21','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Resources','','inherit','open','open','','77-revision-v1','','','2012-02-05 16:23:21','2012-02-05 16:23:21','',77,'http://numbersbalanced.com/wp/77-revision-2/',0,'revision','',0),(107,1,'2012-02-05 18:38:18','2012-02-05 18:38:18','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Resources','','inherit','open','open','','77-revision-v1','','','2012-02-05 18:38:18','2012-02-05 18:38:18','',77,'http://numbersbalanced.com/wp/77-revision-3/',0,'revision','',0),(112,1,'2012-02-05 17:32:03','2012-02-05 17:32:03','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','open','open','','89-revision-v1','','','2012-02-05 17:32:03','2012-02-05 17:32:03','',89,'http://numbersbalanced.com/wp/89-revision-3/',0,'revision','',0),(113,1,'2012-02-06 16:25:13','2012-02-06 16:25:13','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Tax Centre','','inherit','open','open','','77-revision-v1','','','2012-02-06 16:25:13','2012-02-06 16:25:13','',77,'http://numbersbalanced.com/wp/77-revision-5/',0,'revision','',0),(115,1,'2012-02-06 16:31:05','2012-02-06 16:31:05','Accounting records you must keep for Corporation Tax\n\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n\nYou have to do this even if your company is not currently trading or no longer trading.\n\nThese records include:\n<ul>\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\n	<li>a record of your company\'s liabilities</li>\n	<li>a record of your company\'s income and expenditure</li>\n	<li>details of any stock on hand at the end of your financial year</li>\n</ul>\nIn detail, these are:\n<ul>\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\n	<li>a cash book and any other account books you keep</li>\n	<li>a petty cash book</li>\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\n	<li>invoices and any record of daily takings such as till rolls</li>\n	<li>order records and delivery notes</li>\n	<li>other relevant business correspondence</li>\n</ul>\nThe business records must:\n<ul>\n	<li>be complete and up to date</li>\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim                         from HMRC</li>\n	<li>allow you to file an accurate Company Tax Return</li>\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\n</ul>\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\n\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\n\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\n<ul>\n	<li>scanned PDF</li>\n	<li>files saved on a CD-ROM</li>\n	<li>files saved on an optical imaging system</li>\n</ul>\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\n\n&nbsp;\n\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\n<ul>\n	<li>dividend vouchers</li>\n	<li>bank interest certificates</li>\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\n</ul>\n&nbsp;\n\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\n\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\n<ol start=\"1\">\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\n<ul>\n	<li>a loan       agreement where you claim your interest payments as a deduction over       several Corporation Tax accounting periods</li>\n	<li>an       insurance premium that straddles two Corporation Tax accounting periods</li>\n</ul>\n</ol>\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\n\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\n\n<span style=\"text-decoration: underline;\"> </span>\n\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\n\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\n\n&nbsp;','Records Retention','','inherit','open','open','','114-revision-v1','','','2012-02-06 16:31:05','2012-02-06 16:31:05','',114,'http://numbersbalanced.com/wp/114-revision/',0,'revision','',0),(116,1,'2012-02-06 16:31:39','2012-02-06 16:31:39','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim                         from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan       agreement where you claim your interest payments as a deduction over       several Corporation Tax accounting periods</li>\r\n	<li>an       insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','open','open','','114-revision-v1','','','2012-02-06 16:31:39','2012-02-06 16:31:39','',114,'http://numbersbalanced.com/wp/114-revision-2/',0,'revision','',0),(117,1,'2017-11-29 14:46:03','2017-11-29 14:46:03','<div id=\"pl-114\"  class=\"panel-layout\" ><div id=\"pg-114-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-114-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-114-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years or more</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-114-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-114-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-114-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','open','open','','114-autosave-v1','','','2017-11-29 14:46:03','2017-11-29 14:46:03','',114,'http://numbersbalanced.com/wp/114-autosave/',0,'revision','',0),(118,1,'2012-02-06 16:33:01','2012-02-06 16:33:01','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim                         from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan       agreement where you claim your interest payments as a deduction over       several Corporation Tax accounting periods</li>\r\n	<li>an       insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','open','open','','114-revision-v1','','','2012-02-06 16:33:01','2012-02-06 16:33:01','',114,'http://numbersbalanced.com/wp/114-revision-3/',0,'revision','',0),(120,1,'2012-02-06 16:25:56','2012-02-06 16:25:56','PAYE tax and Class 1 NICs\r\n\r\n<strong>Tax thresholds, rates and codes</strong>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','PAYE: rates & thresholds','','inherit','open','open','','92-revision-v1','','','2012-02-06 16:25:56','2012-02-06 16:25:56','',92,'http://numbersbalanced.com/wp/92-revision-5/',0,'revision','',0),(125,1,'2012-02-06 17:36:00','2012-02-06 17:36:00','<span style=\"text-decoration: underline;\">Corporation Tax</span>\n\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\n\n<strong> </strong>\n\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\n<ol start=\"1\">\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\n</ol>\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\n\n&nbsp;\n<ol start=\"2\">\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\n</ol>\nYou must normally pay your Corporation Tax for that period in instalments.\n\n&nbsp;\n\n&nbsp;\n\nCorporation Tax Rates\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"295\">Rate</td>\n<td valign=\"top\">2010</td>\n<td valign=\"top\">2011</td>\n<td valign=\"top\">2012</td>\n<td valign=\"top\">2013</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\n<td valign=\"top\">21%</td>\n<td valign=\"top\">20%</td>\n<td valign=\"top\">20%</td>\n<td valign=\"top\">&nbsp;</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\n<td valign=\"top\">£300,000</td>\n<td valign=\"top\">£300,000</td>\n<td valign=\"top\">£300,000</td>\n<td valign=\"top\">£300,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\n<td valign=\"top\">£300,000</td>\n<td valign=\"top\">300,000</td>\n<td valign=\"top\">£300,000</td>\n<td valign=\"top\">300,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\n<td valign=\"top\">1,500,000</td>\n<td valign=\"top\">1,500,000</td>\n<td valign=\"top\">1,500,000</td>\n<td valign=\"top\">1,500,000</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"295\">Standard fraction</td>\n<td valign=\"top\">7/400</td>\n<td valign=\"top\">3/200</td>\n<td valign=\"top\">1/80</td>\n<td valign=\"top\">&nbsp;</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\n<td valign=\"top\">28%</td>\n<td valign=\"top\">26%</td>\n<td valign=\"top\">25%</td>\n<td valign=\"top\">24%</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\n<td valign=\"top\">20%</td>\n<td valign=\"top\">20%</td>\n<td valign=\"top\">20%</td>\n<td valign=\"top\">20%</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Corporatio','','inherit','open','open','','124-revision-v1','','','2012-02-06 17:36:00','2012-02-06 17:36:00','',124,'http://numbersbalanced.com/wp/124-revision/',0,'revision','',0),(126,1,'2012-02-06 16:26:44','2012-02-06 16:26:44','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-06 16:26:44','2012-02-06 16:26:44','',82,'http://numbersbalanced.com/wp/82-revision-8/',0,'revision','',0),(124,1,'2017-03-13 16:00:23','2017-03-13 16:00:23','<div id=\"pl-124\"  class=\"panel-layout\" ><div id=\"pg-124-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-124-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-124-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.</p>\n<p><strong> Corporation Tax Rates: 19%</strong></p>\n<p>You must pay Corporation Tax on profits from doing business as:</p>\n<ol>\n<li>A limited company;</li>\n<li>Any foreign company with a UK branch or office;</li>\n<li>A club, co-operative or other unincorporated association; e.g. a community group or sports club.</li>\n</ol>\n<p>You don’t get a bill for Corporation Tax.</p>\n<p>There are specific things you must do to work out, pay and report your tax.</p>\n<ol>\n<li>Register for Corporation Tax when you start doing business or restart a dormant business;</li>\n</ol>\n<p>Unincorporated associations must write to HMRC.</p>\n<p>2. Keep Accounting records and prepare a Company Tax Return to work out how much Corporation Tax to pay.</p>\n<p>3.Pay Corporation Tax or Report to HMRC if you have nothing to pay by your deadline</p>\n<p>- this is usually 9 months and 1 day after the end of your ‘accounting period’.</p>\n<p>4.File you Company Tax Return by your deadline- this is usually 12 months after the end of your accounting period.</p>\n<p>Your Accounting Period is normally the same 12 months as the financial year covered by your annual accounts.</p>\n<p> </p>\n<p>Corporation Tax is payable on:</p>\n<p>Taxable profits which include the money your company or association makes from:</p>\n<ul>\n<li>doing business (‘trading profits’)</li>\n<li>investments</li>\n<li>selling assets for more than they cost (‘chargeable gains’)</li>\n</ul>\n<p> </p>\n<p>If your company is based in the UK, it pays Corporation Tax on all its profits from the UK and abroad.</p>\n<p>If your company isn’t based in the UK but has an office or branch here, it only pays Corporation Tax on profits from its UK activities.</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Corporation Tax','','publish','closed','closed','','corporation-tax','','','2017-11-29 17:26:54','2017-11-29 17:26:54','',77,'http://numbersbalanced.com/wp/?page_id=124',5,'page','',0),(1171,1,'2016-06-14 18:51:05','2016-06-14 17:51:05','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n\r\n<strong> Corporation Tax Rates: 20%</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n 	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n 	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2016-06-14 18:51:05','2016-06-14 17:51:05','',124,'http://www.numbersbalanced.com/124-revision-v1/',0,'revision','',0),(1170,1,'2016-06-14 18:49:13','2016-06-14 17:49:13','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n\r\n<strong> Corporation Tax Rates: 20%</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n 	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n 	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n<table style=\"height: 173px;\" border=\"1\" width=\"31\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2016-06-14 18:49:13','2016-06-14 17:49:13','',124,'http://www.numbersbalanced.com/124-revision-v1/',0,'revision','',0),(873,1,'2014-03-25 18:27:55','2014-03-25 18:27:55','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n<td valign=\"top\">2014</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"> 20%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2014-03-25 18:27:55','2014-03-25 18:27:55','',124,'http://numbersbalanced.com/124-revision-v1/',0,'revision','',0),(466,1,'2012-05-01 16:14:15','2012-05-01 15:14:15','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2010</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">21%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">7/400</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/80</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">28%</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">25%</td>\r\n<td valign=\"top\">24%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2012-05-01 16:14:15','2012-05-01 15:14:15','',124,'http://numbersbalanced.com/124-revision-8/',0,'revision','',0),(127,1,'2012-02-06 16:34:15','2012-02-06 16:34:15','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','open','open','','114-revision-v1','','','2012-02-06 16:34:15','2012-02-06 16:34:15','',114,'http://numbersbalanced.com/wp/114-revision-4/',0,'revision','',0),(129,1,'2012-02-11 17:09:48','2012-02-11 17:09:48','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\"><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></span></span></a>/factsheet/record-keeping.pdf','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-11 17:09:48','2012-02-11 17:09:48','',82,'http://numbersbalanced.com/wp/82-revision-10/',0,'revision','',0),(128,1,'2012-02-06 17:36:56','2012-02-06 17:36:56','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: x-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage. <span style=\"font-size: x-small;\"><span style=\"font-family: Arial;\">stationery</span></span></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/\"><span style=\"text-decoration: underline;\"><span style=\"color: #0000ff; font-family: Arial; font-size: x-small;\">www.hmrc.gov.uk</span></span></a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-06 17:36:56','2012-02-06 17:36:56','',82,'http://numbersbalanced.com/wp/82-revision-9/',0,'revision','',0),(130,1,'2012-02-11 17:19:43','2012-02-11 17:19:43','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses <strong><span style=\"font-family: Arial; font-size: xx-small;\">provided that</span></strong></span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-11 17:19:43','2012-02-11 17:19:43','',82,'http://numbersbalanced.com/wp/82-revision-11/',0,'revision','',0),(132,1,'2012-02-11 17:21:14','2012-02-11 17:21:14','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone, </span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">Mobile</span><span style=\"color: #000000;\">, telex, fax, Internet:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  </span><span style=\"color: #000000;\">Other non allowable expenses:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-11 17:21:14','2012-02-11 17:21:14','',82,'http://numbersbalanced.com/wp/82-revision-13/',0,'revision','',0),(134,1,'2012-02-11 17:23:05','2012-02-11 17:23:05','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n\r\n<span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  Other Non-allowable Expenses</span><span style=\"color: #000000;\">:</span></span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-11 17:23:05','2012-02-11 17:23:05','',82,'http://numbersbalanced.com/wp/82-revision-15/',0,'revision','',0),(139,1,'2012-02-06 16:28:23','2012-02-06 16:28:23','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Tax Centre','','inherit','open','open','','77-revision-v1','','','2012-02-06 16:28:23','2012-02-06 16:28:23','',77,'http://numbersbalanced.com/wp/77-revision-6/',0,'revision','',0),(140,1,'2017-11-29 23:51:30','2017-11-29 23:51:30','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn7\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn29\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-2-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn62\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-2-1-1\" class=\"so-panel widget widget_custom_html\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-2-1-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"7\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn40\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','open','open','','77-autosave-v1','','','2017-11-29 23:51:30','2017-11-29 23:51:30','',77,'http://numbersbalanced.com/wp/77-autosave/',0,'revision','',0),(1272,1,'2017-03-13 16:05:09','2017-03-13 16:05:09','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n\r\n<strong> Corporation Tax Rates: 19%</strong>\r\n\r\nYou must pay Corporation Tax on profits from doing business as:\r\n<ol>\r\n 	<li>A limited company;</li>\r\n 	<li>Any foreign company with a UK branch or office;</li>\r\n 	<li>A club, co-operative or other unincorporated association; e.g. a community group or sports club.</li>\r\n</ol>\r\nYou don’t get a bill for Corporation Tax.\r\n\r\nThere are specific things you must do to work out, pay and report your tax.\r\n<ol>\r\n 	<li>Register for Corporation Tax when you start doing business or restart a dormant business;</li>\r\n</ol>\r\nUnincorporated associations must write to HMRC.\r\n\r\n2. Keep Accounting records and prepare a Company Tax Return to work out how much Corporation Tax to pay.\r\n\r\n3.Pay Corporation Tax or Report to HMRC if you have nothing to pay by your deadline\r\n\r\n- this is usually 9 months and 1 day after the end of your ‘accounting period’.\r\n\r\n4.File you Company Tax Return by your deadline- this is usually 12 months after the end of your accounting period.\r\n\r\nYour Accounting Period is normally the same 12 months as the financial year covered by your annual accounts.\r\n\r\n&nbsp;\r\n\r\nCorporation Tax is payable on:\r\n\r\nTaxable profits which include the money your company or association makes from:\r\n<ul>\r\n 	<li>doing business (‘trading profits’)</li>\r\n 	<li>investments</li>\r\n 	<li>selling assets for more than they cost (‘chargeable gains’)</li>\r\n</ul>\r\n&nbsp;\r\n\r\nIf your company is based in the UK, it pays Corporation Tax on all its profits from the UK and abroad.\r\n\r\nIf your company isn’t based in the UK but has an office or branch here, it only pays Corporation Tax on profits from its UK activities.\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2017-03-13 16:05:09','2017-03-13 16:05:09','',124,'http://www.numbersbalanced.com/124-revision-v1/',0,'revision','',0),(141,1,'2012-02-17 17:50:23','2012-02-17 17:50:23','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Tax Centre','','inherit','open','open','','77-revision-v1','','','2012-02-17 17:50:23','2012-02-17 17:50:23','',77,'http://numbersbalanced.com/wp/77-revision-7/',0,'revision','',0),(142,1,'2012-01-30 01:41:03','2012-01-30 01:41:03','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even destroy your business. </span><span style=\"color: #000000;\">If you\'ve ever had to borrow to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Call us for a free consultation</span>','Cashflow Management','','inherit','open','open','','57-revision-v1','','','2012-01-30 01:41:03','2012-01-30 01:41:03','',57,'http://numbersbalanced.com/wp/57-revision-6/',0,'revision','',0),(143,1,'2012-01-22 17:55:59','2012-01-22 17:55:59','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe also provide a description and expalnation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-01-22 17:55:59','2012-01-22 17:55:59','',17,'http://numbersbalanced.com/wp/17-revision-11/',0,'revision','',0),(144,1,'2012-02-06 17:37:24','2012-02-06 17:37:24','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','open','open','','114-revision-v1','','','2012-02-06 17:37:24','2012-02-06 17:37:24','',114,'http://numbersbalanced.com/wp/114-revision-5/',0,'revision','',0),(145,1,'2012-02-11 17:25:18','2012-02-11 17:25:18','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  Other Non-allowable Expenses</span><span style=\"color: #000000;\">:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-11 17:25:18','2012-02-11 17:25:18','',82,'http://numbersbalanced.com/wp/82-revision-16/',0,'revision','',0),(146,1,'2012-02-06 17:36:23','2012-02-06 17:36:23','<span style=\"text-decoration: underline;\">Corporation Tax</span>\r\n\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2010</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">21%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">7/400</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/80</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">28%</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">25%</td>\r\n<td valign=\"top\">24%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','open','open','','124-revision-v1','','','2012-02-06 17:36:23','2012-02-06 17:36:23','',124,'http://numbersbalanced.com/wp/124-revision-2/',0,'revision','',0),(199,1,'2012-02-24 14:35:20','2012-02-24 14:35:20','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  Other Non-allowable Expenses</span><span style=\"color: #000000;\">:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-24 14:35:20','2012-02-24 14:35:20','',82,'http://numbersbalanced.com/wp/82-revision-18/',0,'revision','',0),(147,1,'2012-02-06 16:27:26','2012-02-06 16:27:26','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','open','open','','89-revision-v1','','','2012-02-06 16:27:26','2012-02-06 16:27:26','',89,'http://numbersbalanced.com/wp/89-revision-4/',0,'revision','',0),(148,1,'2012-02-06 16:49:49','2012-02-06 16:49:49','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','open','open','','92-revision-v1','','','2012-02-06 16:49:49','2012-02-06 16:49:49','',92,'http://numbersbalanced.com/wp/92-revision-7/',0,'revision','',0),(261,1,'2012-02-05 18:36:27','2012-02-05 18:36:27','','Newsletter','','inherit','closed','closed','','62-revision-v1','','','2012-02-05 18:36:27','2012-02-05 18:36:27','',62,'http://numbersbalanced.com/wp/62-revision-3/',0,'revision','',0),(262,1,'2017-11-27 00:07:33','2017-11-27 00:07:33','<div id=\"pl-62\" class=\"panel-layout\">\n<div id=\"pg-62-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" data-ratio-direction=\"right\" data-ratio=\"1\">\n<div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\">\n<div id=\"pgc-62-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" data-index=\"0\">\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\nHi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.\n\n• I am British.\n• I am Anglican and my Church is St Paul\'s Cathedral In London.\n• I love fashion. I design and make some of my clothes.\n• I go to Royal Ascot Ladies Day, for the fashion.\n• I love Wimbledon.\n• I love my Blackberry.\n• My love for steak will never let me to become a vegetarian\n\n</div>\n</div>\n</div>\n<div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\">[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:[],&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n<div id=\"pg-62-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" data-ratio-direction=\"right\" data-ratio=\"1\">\n<div id=\"pgc-62-1-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"1\"></div>\n</div>\n</div>','About Us','','inherit','closed','closed','','62-autosave-v1','','','2017-11-27 00:07:33','2017-11-27 00:07:33','',62,'http://numbersbalanced.com/wp/62-autosave/',0,'revision','',0),(897,1,'2014-04-26 18:32:19','2014-04-26 17:32:19','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 30 years experience. I have worked with 2 of the Big 4 Firms of Accountants.\r\n\r\n[jbox color=\"yellow\" ]\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion.</li>\r\n	<li>I love Wimbledon.</li>\r\n	<li>I love my Blackberry.</li>\r\n	<li>My love for steak will never let me to become a vegetarian</li>\r\n</ul>\r\n[/jbox]','About Us','','inherit','closed','closed','','62-revision-v1','','','2014-04-26 18:32:19','2014-04-26 17:32:19','',62,'http://numbersbalanced.com/62-revision-v1/',0,'revision','',0),(300,1,'2012-03-11 13:25:19','2012-03-11 13:25:19','It would be great to hear from you!\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 13:25:19','2012-03-11 13:25:19','',292,'http://numbersbalanced.com/wp/292-revision-4/',0,'revision','',0),(304,1,'2012-03-11 14:08:49','2012-03-11 14:08:49','It would be great to hear from you!\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft size-full wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" width=\"426\" height=\"365\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 14:08:49','2012-03-11 14:08:49','',292,'http://numbersbalanced.com/wp/292-revision-7/',0,'revision','',0),(305,1,'2012-03-11 14:16:07','2012-03-11 14:16:07','','Sidebar2','','publish','closed','closed','','sidebar2','','','2012-05-13 16:04:40','2012-05-13 15:04:40','',0,'http://numbersbalanced.com/wp/?post_type=sidebar&#038;p=305',0,'sidebar','',0),(301,1,'2012-03-11 14:04:06','2012-03-11 14:04:06','It would be great to hear from you! Please contact us using the form on the right\r\n\r\nor by any means below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft size-full wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" width=\"426\" height=\"365\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 14:04:06','2012-03-11 14:04:06','',292,'http://numbersbalanced.com/wp/292-revision-5/',0,'revision','',0),(338,1,'2012-03-27 17:39:34','2012-03-27 16:39:34','&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-03-27 17:39:34','2012-03-27 16:39:34','',32,'http://numbersbalanced.com/wp/32-revision-16/',0,'revision','',0),(307,1,'2012-03-11 16:15:36','2012-03-11 16:15:36','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n<script charset=\"utf-8\" src=\"http://widgets.twimg.com/j/2/widget.js\"></script>\r\n<script>\r\nnew TWTR.Widget({\r\n  version: 2,\r\n  type: \'profile\',\r\n  rpp: 4,\r\n  interval: 30000,\r\n  width: 250,\r\n  height: 300,\r\n  theme: {\r\n    shell: {\r\n      background: \'#333333\',\r\n      color: \'#ffffff\'\r\n    },\r\n    tweets: {\r\n      background: \'#000000\',\r\n      color: \'#ffffff\',\r\n      links: \'#4aed05\'\r\n    }\r\n  },\r\n  features: {\r\n    scrollbar: false,\r\n    loop: false,\r\n    live: false,\r\n    behavior: \'all\'\r\n  }\r\n}).render().setUser(\'JMuwonge\').start();\r\n</script>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\nYou can view my Linkedin Profile here: <a href=\"http://www.linkedin/in/jmuwonge.com\">www.linkedin/in/jmuwonge.com</a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-11 16:15:36','2012-03-11 16:15:36','',62,'http://numbersbalanced.com/wp/62-revision-12/',0,'revision','',0),(309,1,'2012-03-11 14:09:07','2012-03-11 14:09:07','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. Here are The Important  dates:\r\n\r\n<strong><span style=\"text-decoration: underline;\">Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong> after the Incorporation date EVERY YEAR\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT RETURNS:</span></strong> The return must be filed within <strong>one month</strong> after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Tax Centre','','inherit','closed','closed','','77-revision-v1','','','2012-03-11 14:09:07','2012-03-11 14:09:07','',77,'http://numbersbalanced.com/wp/77-revision-14/',0,'revision','',0),(297,1,'2014-07-05 17:13:16','2014-07-05 16:13:16','[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\n\nEmail us:  Info@numbersbalanced.com\n\n&nbsp;\n\n&nbsp;\n\n[/iconbox]\n\n[iconbox icon=\"icon-phone\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\n\n&nbsp;\n\nWe\'d love to hear from you!\n\n<strong>+44 7799 485741</strong>\n\n[/iconbox]','Contact Us','','inherit','closed','closed','','292-autosave-v1','','','2014-07-05 17:13:16','2014-07-05 16:13:16','',292,'http://numbersbalanced.com/wp/292-autosave/',0,'revision','',0),(296,1,'2012-03-11 11:59:22','2012-03-11 11:59:22','It would be great to hear from you!\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/nbl-bc2.jpg\"><img class=\"alignleft size-full wp-image-294\" title=\"nbl bc2\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/nbl-bc2.jpg\" alt=\"\" width=\"502\" height=\"325\" /></a>','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 11:59:22','2012-03-11 11:59:22','',292,'http://numbersbalanced.com/wp/292-revision-2/',0,'revision','',0),(295,1,'2012-03-11 11:58:59','2012-03-11 11:58:59','It would be great to hear from you!\n\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/nbl-bc2.jpg\"><img class=\"alignleft size-full wp-image-294\" title=\"nbl bc2\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/nbl-bc2.jpg\" alt=\"\" width=\"502\" height=\"325\" /></a>','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 11:58:59','2012-03-11 11:58:59','',292,'http://numbersbalanced.com/wp/292-revision/',0,'revision','',0),(324,1,'2012-03-12 17:56:57','2012-03-12 17:56:57','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2012-03-12 17:56:57','2012-03-12 17:56:57','',89,'http://numbersbalanced.com/wp/89-revision-9/',0,'revision','',0),(292,1,'2016-05-25 07:42:22','2016-05-25 06:42:22','[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n\r\nEmail us:  Info@numbersbalanced.com\r\n\r\nWrite to us at :\r\n\r\nThe Director,\r\n\r\nNumbers Balanced Limited\r\n\r\n27 Old Gloucester Street, London WC1N 3AX\r\n\r\n[/iconbox]\r\n\r\n[iconbox icon=\"icon-phone\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n\r\n&nbsp;\r\n\r\nWe\'d love to hear from you!\r\n\r\n<strong>+44 7799 485741</strong>\r\n\r\n[/iconbox]','Contact Us','','publish','closed','closed','','contact-us','','','2016-05-25 07:42:54','2016-05-25 06:42:54','',0,'http://numbersbalanced.com/wp/?page_id=292',5,'page','',0),(288,1,'2012-02-24 14:47:01','2012-02-24 14:47:01','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provide some information to help.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Tax Centre','','inherit','closed','closed','','77-revision-v1','','','2012-02-24 14:47:01','2012-02-24 14:47:01','',77,'http://numbersbalanced.com/wp/77-revision-12/',0,'revision','',0),(222,1,'2012-02-24 14:32:47','2012-02-24 14:32:47','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe also provide a description and expalnation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-02-24 14:32:47','2012-02-24 14:32:47','',17,'http://numbersbalanced.com/wp/17-revision-13/',0,'revision','',0),(337,1,'2012-02-24 14:20:55','2012-02-24 14:20:55','Welcome to our page.\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-02-24 14:20:55','2012-02-24 14:20:55','',32,'http://numbersbalanced.com/wp/32-revision-15/',0,'revision','',0),(221,1,'2012-02-26 19:04:20','2012-02-26 19:04:20','','Auto Draft','','inherit','closed','closed','','220-revision-v1','','','2012-02-26 19:04:20','2012-02-26 19:04:20','',220,'http://numbersbalanced.com/wp/220-revision/',0,'revision','',0),(334,1,'2012-03-11 14:14:12','2012-03-11 14:14:12','It would be great to hear from you!\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft size-full wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" width=\"426\" height=\"365\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-11 14:14:12','2012-03-11 14:14:12','',292,'http://numbersbalanced.com/wp/292-revision-8/',0,'revision','',0),(188,1,'2012-02-24 12:27:52','2012-02-24 12:27:52','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n[CONTACT-US-FORM]\r\n\r\n&nbsp;','Services','','inherit','open','open','','5-revision-v1','','','2012-02-24 12:27:52','2012-02-24 12:27:52','',5,'http://numbersbalanced.com/wp/5-revision-14/',0,'revision','',0),(248,1,'2012-03-05 13:43:44','2012-03-05 13:43:44','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system.','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-03-05 13:43:44','2012-03-05 13:43:44','',17,'http://numbersbalanced.com/wp/17-revision-16/',0,'revision','',0),(359,1,'2012-04-17 19:59:05','2012-04-17 18:59:05','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-04-17 19:59:05','2012-04-17 18:59:05','',62,'http://numbersbalanced.com/62-revision-15/',0,'revision','',0),(189,1,'2012-02-24 11:58:33','2012-02-24 11:58:33','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provides a few resources to help','Tax Centre','','inherit','open','open','','77-revision-v1','','','2012-02-24 11:58:33','2012-02-24 11:58:33','',77,'http://numbersbalanced.com/wp/77-revision-9/',0,'revision','',0),(190,1,'2012-02-17 17:56:44','2012-02-17 17:56:44','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile the Bank Account with the Bank Statement</li>\r\n	<li>Management Accounts: Regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe also provide a description and expalnation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system. You can customize the package of services you receive by adding payroll, tax planning, tax preparation, or any of our other services.','Bookkeeping','','inherit','open','open','','17-revision-v1','','','2012-02-17 17:56:44','2012-02-17 17:56:44','',17,'http://numbersbalanced.com/wp/17-revision-12/',0,'revision','',0),(191,1,'2012-02-17 17:49:08','2012-02-17 17:49:08','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports. For a nominal fee, we will include union reports, certified payroll, workers\' compensation reports and much more.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','open','open','','52-revision-v1','','','2012-02-17 17:49:08','2012-02-17 17:49:08','',52,'http://numbersbalanced.com/wp/52-revision-7/',0,'revision','',0),(192,1,'2012-02-17 17:56:29','2012-02-17 17:56:29','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even destroy your business. </span><span style=\"color: #000000;\">If you\'ve ever had to borrow to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Call us for a free consultation</span>','Cashflow Management','','inherit','open','open','','57-revision-v1','','','2012-02-17 17:56:29','2012-02-17 17:56:29','',57,'http://numbersbalanced.com/wp/57-revision-7/',0,'revision','',0),(193,1,'2012-02-17 17:57:33','2012-02-17 17:57:33','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','open','open','','92-revision-v1','','','2012-02-17 17:57:33','2012-02-17 17:57:33','',92,'http://numbersbalanced.com/wp/92-revision-8/',0,'revision','',0),(194,1,'2012-02-17 17:57:25','2012-02-17 17:57:25','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','open','open','','89-revision-v1','','','2012-02-17 17:57:25','2012-02-17 17:57:25','',89,'http://numbersbalanced.com/wp/89-revision-5/',0,'revision','',0),(195,1,'2012-02-17 17:57:16','2012-02-17 17:57:16','<span style=\"text-decoration: underline;\">Corporation Tax</span>\r\n\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2010</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">21%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">7/400</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/80</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">28%</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">25%</td>\r\n<td valign=\"top\">24%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','open','open','','124-revision-v1','','','2012-02-17 17:57:16','2012-02-17 17:57:16','',124,'http://numbersbalanced.com/wp/124-revision-3/',0,'revision','',0),(196,1,'2012-02-17 17:57:07','2012-02-17 17:57:07','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  Other Non-allowable Expenses</span><span style=\"color: #000000;\">:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-17 17:57:07','2012-02-17 17:57:07','',82,'http://numbersbalanced.com/wp/82-revision-17/',0,'revision','',0),(197,1,'2012-02-17 17:56:59','2012-02-17 17:56:59','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','open','open','','114-revision-v1','','','2012-02-17 17:56:59','2012-02-17 17:56:59','',114,'http://numbersbalanced.com/wp/114-revision-6/',0,'revision','',0),(198,1,'2012-02-24 14:35:11','2012-02-24 14:35:11','<span style=\"text-decoration: underline;\">Corporation Tax</span>\r\n\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2010</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">21%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">7/400</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/80</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">28%</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">25%</td>\r\n<td valign=\"top\">24%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','open','open','','124-revision-v1','','','2012-02-24 14:35:11','2012-02-24 14:35:11','',124,'http://numbersbalanced.com/wp/124-revision-4/',0,'revision','',0),(200,1,'2012-02-24 14:38:27','2012-02-24 14:38:27','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h1><span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  Other Non-allowable Expenses</span><span style=\"color: #000000;\">:</span></span></h1>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-24 14:38:27','2012-02-24 14:38:27','',82,'http://numbersbalanced.com/wp/82-revision-19/',0,'revision','',0),(201,1,'2012-02-24 14:39:10','2012-02-24 14:39:10','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h6><span style=\"color: #000000;\">7)</span><span style=\"font-size: x-small;\"><span style=\"color: #000000; font-family: Arial;\">  Other Non-allowable Expenses</span><span style=\"color: #000000;\">:</span></span></h6>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','open','open','','82-revision-v1','','','2012-02-24 14:39:10','2012-02-24 14:39:10','',82,'http://numbersbalanced.com/wp/82-revision-20/',0,'revision','',0),(204,1,'2012-02-24 14:46:03','2012-02-24 14:46:03','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provide some information to help.\r\n\r\n<a href=\"http://nds.coi.gov.uk/rss/default.aspx?feedid=60C241A1-7699-4AD6-BF9D-E2C57A036F52\">http://nds.coi.gov.uk/rss/default.aspx?feedid=60C241A1-7699-4AD6-BF9D-E2C57A036F52</a>\r\n\r\n&nbsp;','Tax Centre','','inherit','open','open','','77-revision-v1','','','2012-02-24 14:46:03','2012-02-24 14:46:03','',77,'http://numbersbalanced.com/wp/77-revision-11/',0,'revision','',0),(900,1,'2014-04-26 19:06:59','2014-04-26 18:06:59','[socialring]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Five leadership lessons you can learn from Batman.</strong></span>\r\n\r\n1. Organizations Need To Be Built Around Ideas, Not People;\r\n\r\n2. Actions Matter More Than Intentions;\r\n\r\n3. Trust People with being able to handle The Truth;\r\n\r\n4. You need to risk Failure in order to Succeed;\r\n\r\n5. When You Do Fail, Don’t Let It Destroy you.','Leadership Lessons from Batman','','inherit','closed','closed','','899-revision-v1','','','2014-04-26 19:06:59','2014-04-26 18:06:59','',899,'http://numbersbalanced.com/899-revision-v1/',0,'revision','',0),(229,1,'2012-03-05 15:58:07','2012-03-05 15:58:07','<div id=\"pl-229\"  class=\"panel-layout\" ><div id=\"pg-229-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-229-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-229-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-229-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-229-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/Contact-Us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511982317072&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-229-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','publish','closed','closed','','credit-control','','','2017-11-29 19:05:32','2017-11-29 19:05:32','',5,'http://numbersbalanced.com/wp/?page_id=229',4,'page','',0),(220,1,'2012-02-26 19:11:23','2012-02-26 19:11:23','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong><span style=\"text-decoration: underline;\">Financial Accounts</span></strong></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><strong><span style=\"text-decoration: underline;\">Management Accounts</span></strong></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905555233&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-220-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905616110&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','publish','closed','closed','','accounts','','','2017-11-28 21:48:06','2017-11-28 21:48:06','',5,'http://numbersbalanced.com/wp/?page_id=220',2,'page','',0),(213,1,'2012-02-24 14:26:18','2012-02-24 14:26:18','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns, Annual Returns, and Accounts to be prepared and filed quickly and accurately.\r\n\r\n&nbsp;\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Contact Us</strong></span>\r\n\r\n[CONTACT-US-FORM]\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-02-24 14:26:18','2012-02-24 14:26:18','',5,'http://numbersbalanced.com/wp/5-revision-15/',0,'revision','',0),(387,1,'2012-04-20 22:45:34','2012-04-20 21:45:34','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. [/jbox]\r\n\r\n&nbsp;\r\n\r\nHi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-04-20 22:45:34','2012-04-20 21:45:34','',62,'http://numbersbalanced.com/62-revision-18/',0,'revision','',0),(308,1,'2012-03-11 16:18:23','2012-03-11 16:18:23','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\nYou can view my Linkedin Profile here: <a href=\"http://www.linkedin/in/jmuwonge.com\">www.linkedin/in/jmuwonge.com</a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-11 16:18:23','2012-03-11 16:18:23','',62,'http://numbersbalanced.com/wp/62-revision-13/',0,'revision','',0),(306,1,'2012-03-10 18:21:39','2012-03-10 18:21:39','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\nYou can view my Linkedin Profile here: <a href=\"http://www.linkedin/in/jmuwonge.com\">www.linkedin/in/jmuwonge.com</a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 18:21:39','2012-03-10 18:21:39','',62,'http://numbersbalanced.com/wp/62-revision-11/',0,'revision','',0),(303,1,'2012-03-11 01:58:13','2012-03-11 01:58:13','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. Here are The Important  dates:\r\n\r\n<strong><span style=\"text-decoration: underline;\">Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong> after the Incorporation date EVERY YEAR\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT RETURNS:</span></strong> The return must be filed within <strong>one month</strong> after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Tax Centre','','inherit','closed','closed','','77-revision-v1','','','2012-03-11 01:58:13','2012-03-11 01:58:13','',77,'http://numbersbalanced.com/wp/77-revision-13/',0,'revision','',0),(225,1,'2012-02-24 14:33:00','2012-02-24 14:33:00','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports. For a nominal fee, we will include union reports, certified payroll, workers\' compensation reports and much more.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2012-02-24 14:33:00','2012-02-24 14:33:00','',52,'http://numbersbalanced.com/wp/52-revision-8/',0,'revision','',0),(227,1,'2012-03-05 13:46:03','2012-03-05 13:46:03','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">For a free consultation, Contact us.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2012-03-05 13:46:03','2012-03-05 13:46:03','',52,'http://numbersbalanced.com/wp/52-revision-9/',0,'revision','',0),(230,1,'2012-03-05 15:57:44','2012-03-05 15:57:44','<span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due. </span></span>\n\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-03-05 15:57:44','2012-03-05 15:57:44','',229,'http://numbersbalanced.com/wp/229-revision/',0,'revision','',0),(231,1,'2012-03-05 13:48:22','2012-03-05 13:48:22','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even destroy your business. </span><span style=\"color: #000000;\">If you\'ve ever had to borrow to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation</span>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-03-05 13:48:22','2012-03-05 13:48:22','',57,'http://numbersbalanced.com/wp/57-revision-9/',0,'revision','',0),(232,1,'2012-03-05 13:49:03','2012-03-05 13:49:03','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Contact us for a free consultation.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2012-03-05 13:49:03','2012-03-05 13:49:03','',52,'http://numbersbalanced.com/wp/52-revision-10/',0,'revision','',0),(233,1,'2012-03-05 15:58:07','2012-03-05 15:58:07','<span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due. </span></span>\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-03-05 15:58:07','2012-03-05 15:58:07','',229,'http://numbersbalanced.com/wp/229-revision-2/',0,'revision','',0),(234,1,'2012-03-05 15:59:04','2012-03-05 15:59:04','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even destroy your business. </span><span style=\"color: #000000;\">If you\'ve ever had to borrow to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation</span>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-03-05 15:59:04','2012-03-05 15:59:04','',57,'http://numbersbalanced.com/wp/57-revision-10/',0,'revision','',0),(887,1,'2014-03-30 20:52:15','2014-03-30 19:52:15','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">http://numbersbalanced.com/knowledge-base/budget-2014</a>/] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-30 20:52:15','2014-03-30 19:52:15','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(236,1,'2017-11-28 21:45:10','2017-11-28 21:45:10','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-220-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740434779&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-autosave-v1','','','2017-11-28 21:45:10','2017-11-28 21:45:10','',220,'http://numbersbalanced.com/wp/220-autosave/',0,'revision','',0),(237,1,'2012-02-26 19:11:23','2012-02-26 19:11:23','','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-02-26 19:11:23','2012-02-26 19:11:23','',220,'http://numbersbalanced.com/wp/220-revision-2/',0,'revision','',0),(238,1,'2012-03-05 17:18:56','2012-03-05 17:18:56','<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where you stand.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan      more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis.\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\">Financial Accounts</span>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-03-05 17:18:56','2012-03-05 17:18:56','',220,'http://numbersbalanced.com/wp/220-revision-3/',0,'revision','',0),(239,1,'2012-03-05 19:01:43','2012-03-05 19:01:43','Financial Accounts\r\n\r\nWe will prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you may have used.\r\n<ul>\r\n	<li>Prepare your annual accounts and financial statements and file at Companies House;</li>\r\n	<li>Prepare accounts to help complete your self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where you stand.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-03-05 19:01:43','2012-03-05 19:01:43','',220,'http://numbersbalanced.com/wp/220-revision-4/',0,'revision','',0),(240,1,'2012-03-05 19:03:17','2012-03-05 19:03:17','<span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n<ul>\r\n	<li>Prepare your annual accounts and financial statements and file at Companies House;</li>\r\n	<li>Prepare accounts to help complete your self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-03-05 19:03:17','2012-03-05 19:03:17','',220,'http://numbersbalanced.com/wp/220-revision-5/',0,'revision','',0),(241,1,'2012-03-05 19:20:08','2012-03-05 19:20:08','<span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n\r\nFinancial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.\r\n<ul>\r\n	<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\r\n	<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-03-05 19:20:08','2012-03-05 19:20:08','',220,'http://numbersbalanced.com/wp/220-revision-6/',0,'revision','',0),(242,1,'2012-03-05 16:01:26','2012-03-05 16:01:26','<span style=\"color: #000000;\">A wise business owner once said, \"Happiness is a positive cash flow.\" As a business owner, I\'m sure you agree. Everything is better when your cash-in exceeds your cash-out.</span>\r\n\r\n<span style=\"color: #000000;\">A cash crisis can be emotionally devastating and it can even destroy your business. </span><span style=\"color: #000000;\">If you\'ve ever had to borrow to cover tomorrows payroll you know what I mean.</span>\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur, by keeping good relationships with bankers and other creditors.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation</span>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-03-05 16:01:26','2012-03-05 16:01:26','',57,'http://numbersbalanced.com/wp/57-revision-11/',0,'revision','',0),(328,1,'2017-11-29 22:20:40','2017-11-29 22:20:40','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England</p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','publish','closed','closed','','budget-2017','','','2017-11-29 23:38:19','2017-11-29 23:38:19','',77,'http://numbersbalanced.com/wp/?page_id=328',1,'page','',0),(1528,1,'2017-11-29 23:00:38','2017-11-29 23:00:38','The Chancellor presented his Budget to Parliament on 22nd November 2017\r\n\r\n<strong><span style=\"color: #ff0000;\">CLICK HERE FOR THE TAX DATACARD</span></strong>: http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\r\n\r\n<strong>Here\'s a summary of what was announced.</strong>\r\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\r\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\r\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\r\n4. £425 million investment in the NHS in the next three years\r\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\r\n6. £300 million investment for new academic research placements\r\n7. Loans for part time and doctoral students from 2018\r\n8. £536 million for new free schools and to maintain existing schools\r\n9. Free transport for children from poorer families who go to selective schools\r\n10. Tax-Free Childcare will soon be available to working parents\r\n11. New ways to protect consumer from un necessary costs and inefficiencies.\r\n12. £270 million to launch the Industrial Strategy Challenge Fund\r\n13. Improving transport with the National Productivity Investment Fund\r\n14. A new strategy to make the UK a world leader in 5G technology\r\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\r\n16. The Lifetime ISA will be available from 6 April this year\r\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\r\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\r\n19. £435 million to support businesses affected by the business rates relief revaluation\r\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\r\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\r\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:00:38','2017-11-29 23:00:38','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1527,1,'2017-11-29 22:58:12','2017-11-29 22:58:12','The Chancellor presented his Budget to Parliament on 22nd November 2017\r\n\r\n<strong><span style=\"color: #ff0000;\">CLICK HERE FOR THE TAX DATACARD</span></strong>:\r\n\r\n<strong>Here\'s a summary of what was announced.</strong>\r\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\r\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\r\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\r\n4. £425 million investment in the NHS in the next three years\r\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\r\n6. £300 million investment for new academic research placements\r\n7. Loans for part time and doctoral students from 2018\r\n8. £536 million for new free schools and to maintain existing schools\r\n9. Free transport for children from poorer families who go to selective schools\r\n10. Tax-Free Childcare will soon be available to working parents\r\n11. New ways to protect consumer from un necessary costs and inefficiencies.\r\n12. £270 million to launch the Industrial Strategy Challenge Fund\r\n13. Improving transport with the National Productivity Investment Fund\r\n14. A new strategy to make the UK a world leader in 5G technology\r\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\r\n16. The Lifetime ISA will be available from 6 April this year\r\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\r\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\r\n19. £435 million to support businesses affected by the business rates relief revaluation\r\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\r\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\r\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span>\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf\">http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf</a>\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 22:58:12','2017-11-29 22:58:12','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1265,1,'2017-03-13 14:47:46','2017-03-13 14:47:46','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-03-13 14:47:46','2017-03-13 14:47:46','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1156,1,'2016-06-12 19:42:03','2016-06-12 18:42:03','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage will be raised to £6.70 </strong>.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2015/03/Budget2015.pdf\">Budget2015</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-06-12 19:42:03','2016-06-12 18:42:03','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1127,1,'2015-03-24 13:43:42','2015-03-24 13:43:42','UK BUDGET 2015\r\nChancellor George Osborne presented his 2015 Budget to Parliament on 18<sup>th</sup> March 2015.\r\n\r\nHe opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\".\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage will be raised to £6.70</strong>.\r\n\r\n<strong>- ‘Google’ tax has been introduced</strong>, preventing businesses moving profits abroad\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- There will be no NI payments for employing under 21s</strong>, getting more young people into work\r\n\r\n<strong>- Class 2 tax contributions for the self-employed</strong> to be abolished. This will help 5 million self-employed!\r\n\r\n<strong>- Traditional tax return to be abolished</strong> - it will all be done digitally, making things easier for small businesses\r\n\r\n<strong>- Beer duty is to cut </strong>by a penny a pint; cider duty is cut by 2% and wine duty frozen\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 10,600: will raise to £10,800 next year, and then to £11,000 the year after\r\n\r\n<strong>- Personal savings allowance introduced</strong> – people will be able to save £1,000 without having to pay tax\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2015','','inherit','closed','closed','','328-revision-v1','','','2015-03-24 13:43:42','2015-03-24 13:43:42','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1125,1,'2015-03-24 13:39:53','2015-03-24 13:39:53','UK BUDGET 2015\r\nChancellor George Osborne presented his 2015 Budget to Parliament on 18<sup>th</sup> March 2015.\r\n\r\nHe opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\".\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage will be raised to £6.70</strong>.\r\n\r\n<strong>- ‘Google’ tax has been introduced</strong>, preventing businesses moving profits abroad\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- There will be no NI payments for employing under 21s</strong>, getting more young people into work\r\n\r\n<strong>- Class 2 tax contributions for the self-employed</strong> to be abolished. This will help 5 million self-employed!\r\n\r\n<strong>- Traditional tax return to be abolished</strong> - it will all be done digitally, making things easier for small businesses\r\n\r\n<strong>- Beer duty is to cut </strong>by a penny a pint; cider duty is cut by 2% and wine duty frozen\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 10,600: will raise to £10,800 next year, and then to £11,000 the year after\r\n\r\n<strong>- Personal savings allowance introduced</strong> – people will be able to save £1,000 without having to pay tax\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2014/03/Budget2014.pdf\">Budget2014</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2014','','inherit','closed','closed','','328-revision-v1','','','2015-03-24 13:39:53','2015-03-24 13:39:53','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(245,1,'2012-03-05 23:18:52','2012-03-05 23:18:52','','Sidebar1','','publish','closed','closed','','services','','','2013-08-25 14:39:09','2013-08-25 13:39:09','',0,'http://numbersbalanced.com/wp/?post_type=sidebar&#038;p=245',0,'sidebar','',0),(246,1,'2012-03-05 13:56:59','2012-03-05 13:56:59','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Contact Us</strong></span>\r\n\r\n[CONTACT-US-FORM]\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-03-05 13:56:59','2012-03-05 13:56:59','',5,'http://numbersbalanced.com/wp/5-revision-17/',0,'revision','',0),(247,1,'2012-03-05 23:26:50','2012-03-05 23:26:50','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Contact Us</strong></span>\r\n\r\n[CONTACT-US-FORM]\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-03-05 23:26:50','2012-03-05 23:26:50','',5,'http://numbersbalanced.com/wp/5-revision-18/',0,'revision','',0),(249,1,'2012-03-05 19:24:23','2012-03-05 19:24:23','<span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n\r\nFinancial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.\r\n<ul>\r\n	<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\r\n	<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-03-05 19:24:23','2012-03-05 19:24:23','',220,'http://numbersbalanced.com/wp/220-revision-7/',0,'revision','',0),(250,1,'2012-03-05 16:00:00','2012-03-05 16:00:00','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Contact us for a free consultation.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2012-03-05 16:00:00','2012-03-05 16:00:00','',52,'http://numbersbalanced.com/wp/52-revision-11/',0,'revision','',0),(251,1,'2012-03-05 16:01:04','2012-03-05 16:01:04','<span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due. </span></span>\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-03-05 16:01:04','2012-03-05 16:01:04','',229,'http://numbersbalanced.com/wp/229-revision-3/',0,'revision','',0),(252,1,'2012-03-05 22:35:38','2012-03-05 22:35:38','To run your business effectively, you have to balance the timing and amount of your costs and income.\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation</span>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-03-05 22:35:38','2012-03-05 22:35:38','',57,'http://numbersbalanced.com/wp/57-revision-13/',0,'revision','',0),(253,1,'2012-02-24 14:34:55','2012-02-24 14:34:55','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2012-02-24 14:34:55','2012-02-24 14:34:55','',92,'http://numbersbalanced.com/wp/92-revision-9/',0,'revision','',0),(254,1,'2012-02-24 14:35:03','2012-02-24 14:35:03','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2012-02-24 14:35:03','2012-02-24 14:35:03','',89,'http://numbersbalanced.com/wp/89-revision-6/',0,'revision','',0),(255,1,'2012-03-06 19:06:56','2012-03-06 19:06:56','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2012-03-06 19:06:56','2012-03-06 19:06:56','',89,'http://numbersbalanced.com/wp/89-revision-7/',0,'revision','',0),(256,1,'2012-02-24 14:37:00','2012-02-24 14:37:00','<span style=\"text-decoration: underline;\">Corporation Tax</span>\r\n\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2010</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">21%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">7/400</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/80</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">28%</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">25%</td>\r\n<td valign=\"top\">24%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2012-02-24 14:37:00','2012-02-24 14:37:00','',124,'http://numbersbalanced.com/wp/124-revision-5/',0,'revision','',0),(257,1,'2012-02-24 14:41:21','2012-02-24 14:41:21','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-02-24 14:41:21','2012-02-24 14:41:21','',82,'http://numbersbalanced.com/wp/82-revision-22/',0,'revision','',0),(258,1,'2012-02-24 14:35:29','2012-02-24 14:35:29','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2012-02-24 14:35:29','2012-02-24 14:35:29','',114,'http://numbersbalanced.com/wp/114-revision-7/',0,'revision','',0),(259,1,'2012-03-06 19:07:59','2012-03-06 19:07:59','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2012-03-06 19:07:59','2012-03-06 19:07:59','',114,'http://numbersbalanced.com/wp/114-revision-8/',0,'revision','',0),(370,1,'2012-04-18 06:59:00','2012-04-18 05:59:00','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"small\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"small\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"small\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"small\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-18 06:59:00','2012-04-18 05:59:00','',32,'http://numbersbalanced.com/32-revision-36/',0,'revision','',0),(265,1,'2012-03-10 16:23:19','2012-03-10 16:23:19','','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 16:23:19','2012-03-10 16:23:19','',62,'http://numbersbalanced.com/wp/62-revision-4/',0,'revision','',0),(266,1,'2012-03-10 16:32:41','2012-03-10 16:32:41','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 16:32:41','2012-03-10 16:32:41','',62,'http://numbersbalanced.com/wp/62-revision-5/',0,'revision','',0),(267,1,'2012-03-06 18:57:56','2012-03-06 18:57:56','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-03-06 18:57:56','2012-03-06 18:57:56','',5,'http://numbersbalanced.com/wp/5-revision-19/',0,'revision','',0),(268,1,'2012-03-10 17:09:43','2012-03-10 17:09:43','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-03-10 17:09:43','2012-03-10 17:09:43','',5,'http://numbersbalanced.com/wp/5-revision-20/',0,'revision','',0),(270,1,'2012-03-10 17:09:20','2012-03-10 17:09:20','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 17:09:20','2012-03-10 17:09:20','',62,'http://numbersbalanced.com/wp/62-revision-6/',0,'revision','',0),(271,1,'2012-03-10 17:34:15','2012-03-10 17:34:15','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.co.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never allow me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 17:34:15','2012-03-10 17:34:15','',62,'http://numbersbalanced.com/wp/62-revision-7/',0,'revision','',0),(272,1,'2012-03-10 17:36:43','2012-03-10 17:36:43','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.co.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 17:36:43','2012-03-10 17:36:43','',62,'http://numbersbalanced.com/wp/62-revision-8/',0,'revision','',0),(273,1,'2017-11-26 21:01:25','2017-11-26 21:01:25','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-273-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b54dc3fd47&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740918426&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','publish','closed','closed','','what-we-do','','','2017-11-27 00:03:51','2017-11-27 00:03:51','',0,'http://numbersbalanced.com/wp/?page_id=273',0,'page','',0),(274,1,'2012-03-10 18:06:44','2012-03-10 18:06:44','','Services','','inherit','closed','closed','','services-2','','','2012-03-10 18:06:44','2012-03-10 18:06:44','',273,'http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg',0,'attachment','image/jpeg',0),(275,1,'2012-03-10 18:05:53','2012-03-10 18:05:53','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\n\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\n\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can run their business ...\n\nThis is what I am to do f\n\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-03-10 18:05:53','2012-03-10 18:05:53','',273,'http://numbersbalanced.com/wp/273-revision/',0,'revision','',0),(276,1,'2017-11-26 23:57:37','2017-11-26 23:57:37','<div id=\"pl-273\" class=\"panel-layout\">\n<div id=\"pg-273-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" data-ratio-direction=\"right\" data-ratio=\"1\">\n<div id=\"pgc-273-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" data-index=\"0\">\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\nHaving worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\nAll businesses have to files tax returns and pay tax. It is a legal requirement.\n\nTax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.\n\nOnce a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\n\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>\n<div id=\"pgc-273-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" data-index=\"1\">[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n<div id=\"pg-273-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" data-ratio-direction=\"right\" data-ratio=\"1\">\n<div id=\"pgc-273-1-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-273-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\">[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:[],&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>','What we do','','inherit','closed','closed','','273-autosave-v1','','','2017-11-26 23:57:37','2017-11-26 23:57:37','',273,'http://numbersbalanced.com/wp/273-autosave/',0,'revision','',0),(277,1,'2012-03-10 18:07:25','2012-03-10 18:07:25','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can run their business ...\r\n\r\nThis is what I aim to do for you:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone size-full wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" width=\"536\" height=\"559\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-03-10 18:07:25','2012-03-10 18:07:25','',273,'http://numbersbalanced.com/wp/273-revision-2/',0,'revision','',0),(278,1,'2012-03-10 18:09:40','2012-03-10 18:09:40','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can run their business ...\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what I aim to do for you:</span></strong> Provide Accurate and Meaningful information and save you paying too much tax.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone size-full wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" width=\"536\" height=\"559\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-03-10 18:09:40','2012-03-10 18:09:40','',273,'http://numbersbalanced.com/wp/273-revision-3/',0,'revision','',0),(343,1,'2012-03-11 16:24:58','2012-03-11 16:24:58','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\nYou can view my Linkedin Profile here: <a href=\"http://www.linkedin/in/jmuwonge.com\">www.linkedin/in/jmuwonge.com</a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-11 16:24:58','2012-03-11 16:24:58','',62,'http://numbersbalanced.com/62-revision-14/',0,'revision','',0),(336,1,'2012-03-25 14:10:43','2012-03-25 13:10:43','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone size-full wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" width=\"536\" height=\"559\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-03-25 14:10:43','2012-03-25 13:10:43','',273,'http://numbersbalanced.com/wp/273-revision-6/',0,'revision','',0),(279,1,'2012-03-10 18:14:04','2012-03-10 18:14:04','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what I aim to do for you:</span></strong> Provide Accurate and Meaningful information and save you paying too much tax.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone size-full wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" width=\"536\" height=\"559\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-03-10 18:14:04','2012-03-10 18:14:04','',273,'http://numbersbalanced.com/wp/273-revision-4/',0,'revision','',0),(280,1,'2012-03-10 17:37:53','2012-03-10 17:37:53','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.co.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 17:37:53','2012-03-10 17:37:53','',62,'http://numbersbalanced.com/wp/62-revision-9/',0,'revision','',0),(388,1,'2012-04-20 22:47:40','2012-04-20 21:47:40','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-04-20 22:47:40','2012-04-20 21:47:40','',62,'http://numbersbalanced.com/62-revision-19/',0,'revision','',0),(281,1,'2012-03-10 18:18:42','2012-03-10 18:18:42','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date. Here are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone size-full wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" width=\"846\" height=\"432\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-03-10 18:18:42','2012-03-10 18:18:42','',62,'http://numbersbalanced.com/wp/62-revision-10/',0,'revision','',0),(365,1,'2012-03-24 16:32:02','2012-03-24 16:32:02','It would be great to hear from you!\r\n\r\nYou can contact us by filling in the form on the right, or\r\n\r\nby by phone or email given below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft size-full wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" width=\"426\" height=\"365\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-03-24 16:32:02','2012-03-24 16:32:02','',292,'http://numbersbalanced.com/292-revision-9/',0,'revision','',0),(360,1,'2012-04-17 21:22:53','2012-04-17 20:22:53','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"small\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"small\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"small\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"small\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:22:53','2012-04-17 20:22:53','',32,'http://numbersbalanced.com/32-revision-32/',0,'revision','',0),(310,1,'2012-03-12 14:59:37','2012-03-12 14:59:37','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<span style=\"text-decoration: underline;\">Deadline for Online Submission of Tax Return &amp; payment of tax</span> : 31st January 2013\r\n\r\nThis is for the year ended 5th April 2012.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong> after the Incorporation date EVERY YEAR\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT Returns:</span></strong> The return must be filed within <strong>one month</strong> after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n<span style=\"text-decoration: underline;\">PAYE/NIC Payment Deadlines ( Quarterly)</span>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-03-12 14:59:37','2012-03-12 14:59:37','',77,'http://numbersbalanced.com/wp/77-revision-15/',0,'revision','',0),(311,1,'2012-03-12 15:09:57','2012-03-12 15:09:57','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong> for year ended 5th April 2012:  31st January 2013\r\n\r\n<strong><span style=\"text-decoration: underline;\">Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong> after the Incorporation date EVERY YEAR\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT Returns:</span></strong> The return must be filed within <strong>one month</strong> after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n<span style=\"text-decoration: underline;\">PAYE/NIC Payment Deadlines ( Quarterly)</span>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-03-12 15:09:57','2012-03-12 15:09:57','',77,'http://numbersbalanced.com/wp/77-revision-16/',0,'revision','',0),(1181,1,'2016-08-12 14:49:16','2016-08-12 13:49:16','<h4 style=\"text-align: left;\"><a href=\"http://www.numbersbalanced.com/blog/priority-matrix/\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660 alignright\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a></h4>\r\n<h3>“The key is not to prioritize what’s on your schedule, but to schedule your priorities.”   ~ Stephen Covey</h3>\r\n<h3>Schedule your priorities.</h3>\r\n<h3>If it’s important, it must be scheduled.</h3>\r\n<h3>What you don’t schedule won’t get done.</h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"><span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span></h3>\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','publish','closed','closed','','schedule-your-priorities','','','2017-11-29 14:13:02','2017-11-29 14:13:02','',0,'http://www.numbersbalanced.com/?p=1181',0,'post','',0),(313,1,'2012-03-12 15:20:05','2012-03-12 15:20:05','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong> for year ended 5th April 2012:  31st January 2013\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong> after the Incorporation date EVERY YEAR\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month</strong> after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Corporation Tax</strong></span>\r\n\r\nDue Nine months and a day after the end of the Company\'s accounting period end date.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-03-12 15:20:05','2012-03-12 15:20:05','',77,'http://numbersbalanced.com/wp/77-revision-17/',0,'revision','',0),(314,1,'2012-03-06 19:03:55','2012-03-06 19:03:55','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2012-03-06 19:03:55','2012-03-06 19:03:55','',92,'http://numbersbalanced.com/wp/92-revision-10/',0,'revision','',0),(315,1,'2012-03-06 19:07:45','2012-03-06 19:07:45','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-03-06 19:07:45','2012-03-06 19:07:45','',82,'http://numbersbalanced.com/wp/82-revision-23/',0,'revision','',0),(316,1,'2012-03-06 19:08:11','2012-03-06 19:08:11','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2012-03-06 19:08:11','2012-03-06 19:08:11','',114,'http://numbersbalanced.com/wp/114-revision-9/',0,'revision','',0),(318,1,'2012-03-12 17:55:31','2012-03-12 17:55:31','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2012-03-12 17:55:31','2012-03-12 17:55:31','',92,'http://numbersbalanced.com/wp/92-revision-11/',0,'revision','',0),(319,1,'2012-03-06 19:07:24','2012-03-06 19:07:24','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nFrom 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£73,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£71,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £71,000, or if you expect it to fall to £71,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2012-03-06 19:07:24','2012-03-06 19:07:24','',89,'http://numbersbalanced.com/wp/89-revision-8/',0,'revision','',0),(320,1,'2012-03-06 19:07:33','2012-03-06 19:07:33','<span style=\"text-decoration: underline;\">Corporation Tax</span>\r\n\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2010</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">21%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">7/400</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/80</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">28%</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">25%</td>\r\n<td valign=\"top\">24%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2012-03-06 19:07:33','2012-03-06 19:07:33','',124,'http://numbersbalanced.com/wp/124-revision-6/',0,'revision','',0),(325,1,'2012-03-12 17:56:47','2012-03-12 17:56:47','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£144   per week\r\n£623 per month\r\n£7,475 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £35,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £35,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2012-03-12 17:56:47','2012-03-12 17:56:47','',92,'http://numbersbalanced.com/wp/92-revision-12/',0,'revision','',0),(326,1,'2012-03-24 15:58:41','2012-03-24 15:58:41','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2012-13</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156   per week\r\n£675 per month\r\n£8,105 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £34,370</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £34,371 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2012-03-24 15:58:41','2012-03-24 15:58:41','',92,'http://numbersbalanced.com/wp/92-revision-13/',0,'revision','',0),(327,1,'2012-03-24 15:58:58','2012-03-24 15:58:58','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2012-13</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156 per week\r\n£675 per month\r\n£8,105 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £34,370</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £34,371 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2011 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2012-03-24 15:58:58','2012-03-24 15:58:58','',92,'http://numbersbalanced.com/wp/92-revision-14/',0,'revision','',0),(330,1,'2012-03-24 16:15:20','2012-03-24 16:15:20','<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Budget2012.pdf\">Budget2012</a>','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-03-24 16:15:20','2012-03-24 16:15:20','',328,'http://numbersbalanced.com/wp/328-revision/',0,'revision','',0),(941,1,'2014-06-30 14:03:01','2014-06-30 13:03:01','','background','','inherit','closed','closed','','background','','','2014-06-30 14:03:01','2014-06-30 13:03:01','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/06/background.jpg',0,'attachment','image/jpeg',0),(1000,1,'2014-06-30 21:06:21','2014-06-30 20:06:21',' ','','','publish','closed','closed','','1000','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',0,'http://www.numbersbalanced.com/?p=1000',18,'nav_menu_item','',0),(1003,1,'2014-06-30 21:17:35','2014-06-30 20:17:35','[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"#ffffff\"]\r\n<h4>Stop in and see us!</h4>\r\nSuite 34, 67- 68 Hatton Garden, London, EC1N 8JY\r\n\r\n[/iconbox]\r\n\r\n[iconbox icon=\"icon-phone\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"#ffffff\"]\r\n<h4>Drop us a line</h4>\r\nWe\'d love to hear from you!\r\n\r\n<strong>+44 7799 485741</strong>\r\n\r\n[/iconbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2014-06-30 21:17:35','2014-06-30 20:17:35','',292,'http://www.numbersbalanced.com/292-revision-v1/',0,'revision','',0),(944,1,'2014-06-30 14:34:32','2014-06-30 13:34:32','','Bale_as_Batman','','inherit','closed','closed','','bale_as_batman','','','2014-06-30 14:34:32','2014-06-30 13:34:32','',899,'http://www.numbersbalanced.com/wp-content/uploads/2014/06/Bale_as_Batman.jpg',0,'attachment','image/jpeg',0),(945,1,'2014-06-30 14:35:43','2014-06-30 13:35:43','<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\"><img class=\"alignleft  wp-image-705\" src=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\" alt=\"yoda4\" width=\"291\" height=\"410\" /></a>\"TRY NOT; DO OR DO NOT; There is no try .\" ~ Yoda from StarWars\r\n\r\nIf your mind-set is that you will \"try\" to do something, you are setting yourself up for failure by admitting that failing is an option.\r\n\r\nSo the best way to succeed is to eliminate the option of failing in your mind. That\'s the point Yoda is trying to make when he says \"there is no try.\"\r\n\r\n<!--more-->He means, take the option of failing out of the equation. Luke is unable to do this, and thus is unable to lift the ship with his mind. After he fails, Yoda easily moves the ship out of the swamp with his mind, to prove it can be done. Upon seeing this, Luke says \"I can\'t believe it,\" to which Yoda responds: \"That is why you fail.\" You must believe that you can do something in order to succeed. Don\'t just \"try\" to do it.','Failure is not an option','','inherit','closed','closed','','829-revision-v1','','','2014-06-30 14:35:43','2014-06-30 13:35:43','',829,'http://www.numbersbalanced.com/829-revision-v1/',0,'revision','',0),(937,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','937','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',77,'http://www.numbersbalanced.com/?p=937',14,'nav_menu_item','',0),(938,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','938','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',77,'http://www.numbersbalanced.com/?p=938',15,'nav_menu_item','',0),(939,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','939','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',77,'http://www.numbersbalanced.com/?p=939',16,'nav_menu_item','',0),(940,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','940','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',0,'http://www.numbersbalanced.com/?p=940',17,'nav_menu_item','',0),(333,1,'2012-03-24 16:15:40','2012-03-24 16:15:40','<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Budget2012.pdf\">Budget2012</a>','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-03-24 16:15:40','2012-03-24 16:15:40','',328,'http://numbersbalanced.com/wp/328-revision-2/',0,'revision','',0),(339,1,'2012-03-27 17:40:21','2012-03-27 16:40:21','&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','closed','closed','','32-revision-v1','','','2012-03-27 17:40:21','2012-03-27 16:40:21','',32,'http://numbersbalanced.com/wp/32-revision-17/',0,'revision','',0),(524,1,'2012-05-12 13:28:45','2012-05-12 12:28:45','','customers','','inherit','closed','closed','','customers','','','2012-05-12 13:28:45','2012-05-12 12:28:45','',774,'http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg',0,'attachment','image/jpeg',0),(342,1,'2012-03-27 17:38:13','2012-03-27 16:38:13','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone size-full wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" width=\"536\" height=\"559\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-03-27 17:38:13','2012-03-27 16:38:13','',273,'http://numbersbalanced.com/273-revision-7/',0,'revision','',0),(344,1,'2012-03-27 17:44:44','2012-03-27 16:44:44','&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-03-27 17:44:44','2012-03-27 16:44:44','',32,'http://numbersbalanced.com/32-revision-18/',0,'revision','',0),(362,1,'2012-04-17 15:57:54','2012-04-17 14:57:54','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-17 15:57:54','2012-04-17 14:57:54','',273,'http://numbersbalanced.com/273-revision-8/',0,'revision','',0),(346,1,'2012-04-17 20:40:14','2012-04-17 19:40:14','<a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>, <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>, <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>,<a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a>\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 20:40:14','2012-04-17 19:40:14','',32,'http://numbersbalanced.com/32-revision-19/',0,'revision','',0),(351,1,'2012-04-17 21:01:57','2012-04-17 20:01:57','<div class=\"mceTemp\">[<em></em>jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>,[<em></em>jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[<em></em>jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[<em></em>jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [<em></em>/jcolumns]</div>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:01:57','2012-04-17 20:01:57','',32,'http://numbersbalanced.com/32-revision-24/',0,'revision','',0),(350,1,'2012-04-17 20:50:02','2012-04-17 19:50:02','[caption id=\"attachment_345\" align=\"alignleft\" width=\"128\" caption=\"Services\"]<img class=\"size-full wp-image-345\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/1334691806_log.png\" alt=\"Link to Services\" width=\"128\" height=\"128\" />[/caption]\r\n\r\n<a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>, <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>, <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>,<a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a>\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 20:50:02','2012-04-17 19:50:02','',32,'http://numbersbalanced.com/32-revision-23/',0,'revision','',0),(349,1,'2012-04-17 20:48:31','2012-04-17 19:48:31','[caption id=\"attachment_345\" align=\"alignleft\" width=\"128\" caption=\"Services\"]<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/01/1334691806_log.png\"><img class=\"size-full wp-image-345\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/1334691806_log.png\" alt=\"Link to Services\" width=\"128\" height=\"128\" /></a>[/caption]\r\n\r\n<a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>, <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>, <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>,<a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a>\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 20:48:31','2012-04-17 19:48:31','',32,'http://numbersbalanced.com/32-revision-22/',0,'revision','',0),(347,1,'2012-04-17 20:46:09','2012-04-17 19:46:09','[caption id=\"attachment_345\" align=\"alignleft\" width=\"128\" caption=\"Services\"]<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/01/1334691806_log.png\"><img class=\"size-full wp-image-345\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/1334691806_log.png\" alt=\"Link to Services\" width=\"128\" height=\"128\" /></a>[/caption]\r\n\r\n<a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>, <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>, <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>,<a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a>\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 20:46:09','2012-04-17 19:46:09','',32,'http://numbersbalanced.com/32-revision-20/',0,'revision','',0),(348,1,'2012-04-17 20:47:42','2012-04-17 19:47:42','[caption id=\"attachment_345\" align=\"alignleft\" width=\"128\" caption=\"Services\"]<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/01/1334691806_log.png\"><img class=\"size-full wp-image-345\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/1334691806_log.png\" alt=\"Link to Services\" width=\"128\" height=\"128\" /></a>[/caption]\r\n\r\n<a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>, <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>, <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>,<a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a>\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 20:47:42','2012-04-17 19:47:42','',32,'http://numbersbalanced.com/32-revision-21/',0,'revision','',0),(354,1,'2012-04-17 21:10:27','2012-04-17 20:10:27','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>[jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\" icon=\"/_IMAGES/bird-l.png\" size=\"large\"] Services[/jbutton] [jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\n[jbutton color=\"orange\" icon=\"/_IMAGES/bird-l.png\" size=\"large\"]\r\nor custom icon[/jbutton]\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:10:27','2012-04-17 20:10:27','',32,'http://numbersbalanced.com/32-revision-27/',0,'revision','',0),(353,1,'2012-04-17 21:06:18','2012-04-17 20:06:18','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>[jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:06:18','2012-04-17 20:06:18','',32,'http://numbersbalanced.com/32-revision-26/',0,'revision','',0),(352,1,'2012-04-17 21:05:56','2012-04-17 20:05:56','<div class=\"mceTemp\">[<em></em>jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>,[<em></em>jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[<em></em>jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[<em></em>jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [<em></em>/jcolumns]</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>[jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:05:56','2012-04-17 20:05:56','',32,'http://numbersbalanced.com/32-revision-25/',0,'revision','',0),(355,1,'2012-04-17 21:15:51','2012-04-17 20:15:51','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>[jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [[jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:15:51','2012-04-17 20:15:51','',32,'http://numbersbalanced.com/32-revision-28/',0,'revision','',0),(356,1,'2012-04-17 21:17:43','2012-04-17 20:17:43','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>[jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:17:43','2012-04-17 20:17:43','',32,'http://numbersbalanced.com/32-revision-29/',0,'revision','',0),(357,1,'2012-04-17 21:19:15','2012-04-17 20:19:15','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>[jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:19:15','2012-04-17 20:19:15','',32,'http://numbersbalanced.com/32-revision-30/',0,'revision','',0),(358,1,'2012-04-17 21:21:17','2012-04-17 20:21:17','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] <a title=\"Services\" href=\"http://numbersbalanced.com/services/\">services</a>[jcol/] <a title=\"About Us\" href=\"http://numbersbalanced.com/about-us/\">about us</a>[jcol/] <a title=\"Contact Us\" href=\"http://numbersbalanced.com/contact-us/\">contact us</a>[jcol/] <a title=\"What we do\" href=\"http://numbersbalanced.com/what-we-do/\">what we do</a> [/jcolumns]\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"small\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"small\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"small\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"small\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n[polldaddy poll=5912600]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-17 21:21:17','2012-04-17 20:21:17','',32,'http://numbersbalanced.com/32-revision-31/',0,'revision','',0),(361,1,'2012-04-18 06:42:44','2012-04-18 05:42:44','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"small\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"small\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"small\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"small\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-18 06:42:44','2012-04-18 05:42:44','',32,'http://numbersbalanced.com/32-revision-33/',0,'revision','',0),(363,1,'2012-04-18 06:48:29','2012-04-18 05:48:29','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-18 06:48:29','2012-04-18 05:48:29','',273,'http://numbersbalanced.com/273-revision-9/',0,'revision','',0),(364,1,'2012-04-17 21:36:55','2012-04-17 20:36:55','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone size-full wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" width=\"500\" height=\"400\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-04-17 21:36:55','2012-04-17 20:36:55','',62,'http://numbersbalanced.com/62-revision-16/',0,'revision','',0),(367,1,'2012-04-18 06:56:12','2012-04-18 05:56:12','http://numbersbalanced.com/wp-content/uploads/2012/04/Numbersbalanced.jpg','Numbersbalanced.jpg','','inherit','closed','closed','','numbersbalanced-jpg-2','','','2012-04-18 06:56:12','2012-04-18 05:56:12','',0,'http://numbersbalanced.com/wp-content/uploads/2012/04/Numbersbalanced.jpg',0,'attachment','image/jpeg',0),(368,1,'2012-04-18 06:43:03','2012-04-18 05:43:03','<div class=\"mceTemp\"></div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"small\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"small\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"small\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"small\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-18 06:43:03','2012-04-18 05:43:03','',32,'http://numbersbalanced.com/32-revision-34/',0,'revision','',0),(369,1,'2012-04-18 06:58:15','2012-04-18 05:58:15','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"small\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"small\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"small\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"small\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-18 06:58:15','2012-04-18 05:58:15','',32,'http://numbersbalanced.com/32-revision-35/',0,'revision','',0),(371,1,'2012-04-20 21:54:28','2012-04-20 20:54:28','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 21:54:28','2012-04-20 20:54:28','',32,'http://numbersbalanced.com/32-revision-37/',0,'revision','',0),(373,1,'2012-04-20 22:07:44','2012-04-20 21:07:44','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:07:44','2012-04-20 21:07:44','',32,'http://numbersbalanced.com/32-revision-39/',0,'revision','',0),(372,1,'2012-04-20 21:59:24','2012-04-20 20:59:24','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[<em></em>jcolumns model=\"1,3,1\" inbordercss=\"1px solid #555555\"]column 1...[<em></em>jcol/]column 2...[<em></em>jcol/]column 3...[<em></em>/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 21:59:24','2012-04-20 20:59:24','',32,'http://numbersbalanced.com/32-revision-38/',0,'revision','',0),(374,1,'2012-04-20 22:09:00','2012-04-20 21:09:00','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[<em></em>jbox color=\"red\" title=\"Call to action boxes\"]...[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:09:00','2012-04-20 21:09:00','',32,'http://numbersbalanced.com/32-revision-40/',0,'revision','',0),(375,1,'2012-04-20 22:10:37','2012-04-20 21:10:37','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[<em></em>jbox color=\"red\" title=\"Budget 2012\"]...[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:10:37','2012-04-20 21:10:37','',32,'http://numbersbalanced.com/32-revision-41/',0,'revision','',0),(376,1,'2012-04-20 22:11:04','2012-04-20 21:11:04','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"large\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"large\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"large\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"]...[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:11:04','2012-04-20 21:11:04','',32,'http://numbersbalanced.com/32-revision-42/',0,'revision','',0),(377,1,'2012-04-20 22:13:02','2012-04-20 21:13:02','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"]...[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:13:02','2012-04-20 21:13:02','',32,'http://numbersbalanced.com/32-revision-43/',0,'revision','',0),(378,1,'2012-04-20 22:23:46','2012-04-20 21:23:46','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year..[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:23:46','2012-04-20 21:23:46','',32,'http://numbersbalanced.com/32-revision-44/',0,'revision','',0),(379,1,'2012-04-20 22:27:30','2012-04-20 21:27:30','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year.[jbutton colour=\"red\" size=\"small\"] Budget 2012.[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:27:30','2012-04-20 21:27:30','',32,'http://numbersbalanced.com/32-revision-45/',0,'revision','',0),(395,1,'2012-04-20 23:03:08','2012-04-20 22:03:08','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here. [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 23:03:08','2012-04-20 22:03:08','',32,'http://numbersbalanced.com/32-revision-58/',0,'revision','',0),(392,1,'2012-04-20 22:58:24','2012-04-20 21:58:24','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here. [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:58:24','2012-04-20 21:58:24','',32,'http://numbersbalanced.com/32-revision-55/',0,'revision','',0),(390,1,'2012-04-20 22:53:17','2012-04-20 21:53:17','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"blue\" size=\"medium\"] <a title=\"Budget 2012\" href=\"http://numbersbalanced.com/knowledge-base/budget-2012/\">Budget </a>[/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:53:17','2012-04-20 21:53:17','',32,'http://numbersbalanced.com/32-revision-53/',0,'revision','',0),(386,1,'2012-04-18 06:50:02','2012-04-18 05:50:02','Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers.\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-04-18 06:50:02','2012-04-18 05:50:02','',62,'http://numbersbalanced.com/62-revision-17/',0,'revision','',0),(380,1,'2012-04-20 22:30:37','2012-04-20 21:30:37','<div class=\"mceTemp\">\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year.[jbutton colour=\"red\" size=\"medium\"] Click [/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:30:37','2012-04-20 21:30:37','',32,'http://numbersbalanced.com/32-revision-46/',0,'revision','',0),(384,1,'2012-04-20 22:37:37','2012-04-20 21:37:37','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year.[jbutton colour=\"red\" size=\"medium\"] Click [/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:37:37','2012-04-20 21:37:37','',32,'http://numbersbalanced.com/32-revision-50/',0,'revision','',0),(381,1,'2012-04-20 22:33:55','2012-04-20 21:33:55','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year.[jbutton colour=\"red\" size=\"medium\"] Click [/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:33:55','2012-04-20 21:33:55','',32,'http://numbersbalanced.com/32-revision-47/',0,'revision','',0),(382,1,'2012-04-20 22:34:17','2012-04-20 21:34:17','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" title=\"Budget 2012\"]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year.[jbutton colour=\"red\" size=\"medium\"] Click [/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:34:17','2012-04-20 21:34:17','',32,'http://numbersbalanced.com/32-revision-48/',0,'revision','',0),(383,1,'2012-04-20 22:35:35','2012-04-20 21:35:35','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nJust give us a call.\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year.[jbutton colour=\"red\" size=\"medium\"] Click [/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:35:35','2012-04-20 21:35:35','',32,'http://numbersbalanced.com/32-revision-49/',0,'revision','',0),(385,1,'2012-04-20 22:38:35','2012-04-20 21:38:35','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton colour=\"red\" size=\"medium\"] Budget [/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:38:35','2012-04-20 21:38:35','',32,'http://numbersbalanced.com/32-revision-51/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (389,1,'2012-04-20 22:39:14','2012-04-20 21:39:14','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton colour=\"red\" size=\"medium\"] <a title=\"Budget 2012\" href=\"http://numbersbalanced.com/knowledge-base/budget-2012/\">Budget </a>[/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:39:14','2012-04-20 21:39:14','',32,'http://numbersbalanced.com/32-revision-52/',0,'revision','',0),(391,1,'2012-04-20 22:56:00','2012-04-20 21:56:00','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here. [jbutton color=\"green\" size=\"medium\"] <a title=\"Budget 2012\" href=\"http://numbersbalanced.com/knowledge-base/budget-2012/\">Budget </a>[/jbutton].[/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 22:56:00','2012-04-20 21:56:00','',32,'http://numbersbalanced.com/32-revision-54/',0,'revision','',0),(393,1,'2012-04-20 23:00:35','2012-04-20 22:00:35','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[<em></em>jbutton]Budget[/jbutton] [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 23:00:35','2012-04-20 22:00:35','',32,'http://numbersbalanced.com/32-revision-56/',0,'revision','',0),(394,1,'2012-04-20 23:02:07','2012-04-20 22:02:07','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[<em></em>jbutton] Budget [/jbutton] [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-20 23:02:07','2012-04-20 22:02:07','',32,'http://numbersbalanced.com/32-revision-57/',0,'revision','',0),(396,1,'2012-04-21 16:19:20','2012-04-21 15:19:20','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us.\r\n\r\n..[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[<em></em>jbutton] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:19:20','2012-04-21 15:19:20','',32,'http://numbersbalanced.com/32-revision-59/',0,'revision','',0),(397,1,'2012-04-21 16:20:13','2012-04-21 15:20:13','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us. [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[<em></em>jbutton] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:20:13','2012-04-21 15:20:13','',32,'http://numbersbalanced.com/32-revision-60/',0,'revision','',0),(398,1,'2012-04-21 16:21:27','2012-04-21 15:21:27','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us. [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[<em></em>jbutton color=\"grey\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:21:27','2012-04-21 15:21:27','',32,'http://numbersbalanced.com/32-revision-61/',0,'revision','',0),(399,1,'2012-04-21 16:22:01','2012-04-21 15:22:01','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us. [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"grey\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:22:01','2012-04-21 15:22:01','',32,'http://numbersbalanced.com/32-revision-62/',0,'revision','',0),(400,1,'2012-04-21 16:23:01','2012-04-21 15:23:01','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us. [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"white\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:23:01','2012-04-21 15:23:01','',32,'http://numbersbalanced.com/32-revision-63/',0,'revision','',0),(401,1,'2012-04-21 16:24:05','2012-04-21 15:24:05','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us. [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:24:05','2012-04-21 15:24:05','',32,'http://numbersbalanced.com/32-revision-64/',0,'revision','',0),(403,1,'2012-04-21 16:39:36','2012-04-21 15:39:36','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us. [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:39:36','2012-04-21 15:39:36','',32,'http://numbersbalanced.com/32-revision-66/',0,'revision','',0),(402,1,'2012-04-21 16:37:39','2012-04-21 15:37:39','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\nContact us. [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] <a title=\"Budget 2012\" href=\"http://numbersbalanced.com/knowledge-base/budget-2012/\">Click here</a>[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:37:39','2012-04-21 15:37:39','',32,'http://numbersbalanced.com/32-revision-65/',0,'revision','',0),(404,1,'2012-04-21 16:41:42','2012-04-21 15:41:42','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:41:42','2012-04-21 15:41:42','',32,'http://numbersbalanced.com/32-revision-67/',0,'revision','',0),(405,1,'2012-04-21 16:42:33','2012-04-21 15:42:33','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:42:33','2012-04-21 15:42:33','',32,'http://numbersbalanced.com/32-revision-68/',0,'revision','',0),(407,1,'2012-04-21 16:46:20','2012-04-21 15:46:20','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"]  [jcol/]  [jcol/]  [jcol/] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:46:20','2012-04-21 15:46:20','',32,'http://numbersbalanced.com/32-revision-70/',0,'revision','',0),(406,1,'2012-04-21 16:45:31','2012-04-21 15:45:31','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"]  [jcol/]  [jcol/]  [jcol/] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"orange\"  size=\"medium\"] Services[/jbutton] [jcol/] [jbutton color=\"green\" size=\"medium\"] About Us[/jbutton] [jcol/] [jbutton color=\"blue\" size=\"medium\"] Contact Us[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] What we do[/jbutton] [/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:45:31','2012-04-21 15:45:31','',32,'http://numbersbalanced.com/32-revision-69/',0,'revision','',0),(410,1,'2012-04-21 16:53:42','2012-04-21 15:53:42','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"red\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on as we make our journey up the professional ladder.\r\n\r\nAs the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back. Remember – working a room is work. It’s exhausting, and it can be overwhelming, but with a few conversation skills you can be sure that you’ll be communicating with 100% of your people skills.[/jbox]  [jcol/] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:53:42','2012-04-21 15:53:42','',32,'http://numbersbalanced.com/32-revision-73/',0,'revision','',0),(408,1,'2012-04-21 16:46:37','2012-04-21 15:46:37','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"]  [jcol/]  [jcol/]  [jcol/] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:46:37','2012-04-21 15:46:37','',32,'http://numbersbalanced.com/32-revision-71/',0,'revision','',0),(499,1,'2012-05-01 16:30:19','2012-05-01 15:30:19','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2012:  31st January 2013[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-05-01 16:30:19','2012-05-01 15:30:19','',77,'http://numbersbalanced.com/77-revision-24/',0,'revision','',0),(409,1,'2012-04-21 16:52:45','2012-04-21 15:52:45','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"red\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on as we make our journey up the professional ladder.\r\n\r\nAs the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back. Remember – working a room is work. It’s exhausting, and it can be overwhelming, but with a few conversation skills you can be sure that you’ll be communicating with 100% of your people skills.[/jbox]\r\n\r\n[jcol/]  [jcol/]  [jcol/] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:52:45','2012-04-21 15:52:45','',32,'http://numbersbalanced.com/32-revision-72/',0,'revision','',0),(498,1,'2012-05-05 16:24:16','2012-05-05 15:24:16','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 16:24:16','2012-05-05 15:24:16','',32,'http://numbersbalanced.com/32-revision-93/',0,'revision','',0),(411,1,'2012-04-21 16:56:31','2012-04-21 15:56:31','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"red\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 16:56:31','2012-04-21 15:56:31','',32,'http://numbersbalanced.com/32-revision-74/',0,'revision','',0),(412,1,'2012-04-21 17:01:08','2012-04-21 16:01:08','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"grey\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 17:01:08','2012-04-21 16:01:08','',32,'http://numbersbalanced.com/32-revision-75/',0,'revision','',0),(413,1,'2012-04-21 17:06:35','2012-04-21 16:06:35','<div class=\"mceTemp\">\r\n\r\n[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 17:06:35','2012-04-21 16:06:35','',32,'http://numbersbalanced.com/32-revision-76/',0,'revision','',0),(414,1,'2012-04-21 17:13:18','2012-04-21 16:13:18','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n</div>\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 17:13:18','2012-04-21 16:13:18','',32,'http://numbersbalanced.com/32-revision-77/',0,'revision','',0),(415,1,'2012-03-10 17:09:49','2012-03-10 17:09:49','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-03-10 17:09:49','2012-03-10 17:09:49','',5,'http://numbersbalanced.com/5-revision-21/',0,'revision','',0),(418,1,'2012-04-21 17:21:25','2012-04-21 16:21:25','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton] [jbutton color=\"red\" size=\"large\"] Accounts[/jbutton]  [jbutton color=\"red\" size=\"large\"] Payroll[/jbutton] [jbutton color=\"red\" size=\"large\"] Credit Control[/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:21:25','2012-04-21 16:21:25','',5,'http://numbersbalanced.com/5-revision-24/',0,'revision','',0),(416,1,'2012-04-21 17:17:48','2012-04-21 16:17:48','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"red\" size=\"medium\"] Bookkeeping[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] Accounts[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] Payroll[/jbutton] [jcol/] [jbutton color=\"red\" size=\"medium\"] Credit Control[/jbutton] [/jcolumns]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:17:48','2012-04-21 16:17:48','',5,'http://numbersbalanced.com/5-revision-22/',0,'revision','',0),(417,1,'2012-04-21 17:19:32','2012-04-21 16:19:32','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] Accounts[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] Payroll[/jbutton] [jcol/] [jbutton color=\"red\" size=\"large\"] Credit Control[/jbutton] [/jcolumns]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:19:32','2012-04-21 16:19:32','',5,'http://numbersbalanced.com/5-revision-23/',0,'revision','',0),(419,1,'2012-04-21 17:23:00','2012-04-21 16:23:00','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton] [jbutton color=\"red\" size=\"large\"] Accounts[/jbutton]  [jbutton color=\"red\" size=\"large\"] Payroll[/jbutton] [jbutton color=\"red\" size=\"large\"] Credit Control[/jbutton] [jbutton color=\"red\" size=\"large\"] Cashflow Management [/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:23:00','2012-04-21 16:23:00','',5,'http://numbersbalanced.com/5-revision-25/',0,'revision','',0),(420,1,'2012-04-21 17:24:15','2012-04-21 16:24:15','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"red\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"red\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"red\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"red\" size=\"large\"] Cashflow Management [/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:24:15','2012-04-21 16:24:15','',5,'http://numbersbalanced.com/5-revision-26/',0,'revision','',0),(421,1,'2012-04-21 17:31:57','2012-04-21 16:31:57','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"gray\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:31:57','2012-04-21 16:31:57','',5,'http://numbersbalanced.com/5-revision-27/',0,'revision','',0),(422,1,'2012-04-21 17:33:03','2012-04-21 16:33:03','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:33:03','2012-04-21 16:33:03','',5,'http://numbersbalanced.com/5-revision-28/',0,'revision','',0),(423,1,'2012-04-21 17:36:33','2012-04-21 16:36:33','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\n<span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:36:33','2012-04-21 16:36:33','',5,'http://numbersbalanced.com/5-revision-29/',0,'revision','',0),(424,1,'2012-04-21 17:38:48','2012-04-21 16:38:48','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements. [/jbox]\r\n\r\n[jbox color=\"green\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\nFor more information on our services, click on the buttons below:  [/jbox]\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:38:48','2012-04-21 16:38:48','',5,'http://numbersbalanced.com/5-revision-30/',0,'revision','',0),(425,1,'2012-04-21 17:39:45','2012-04-21 16:39:45','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements. [/jbox]\r\n\r\n[jbox color=\"green\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\r\n\r\nFor more information on our services, click on the buttons below:  [/jbox]\r\n\r\n&nbsp;\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:39:45','2012-04-21 16:39:45','',5,'http://numbersbalanced.com/5-revision-31/',0,'revision','',0),(426,1,'2012-04-21 17:43:24','2012-04-21 16:43:24','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton] [jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton] [jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton] [jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton] [jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]  [/jbox]\r\n\r\n[jbox color=\"green\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:43:24','2012-04-21 16:43:24','',5,'http://numbersbalanced.com/5-revision-32/',0,'revision','',0),(427,1,'2012-04-18 06:48:56','2012-04-18 05:48:56','Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-18 06:48:56','2012-04-18 05:48:56','',273,'http://numbersbalanced.com/273-revision-10/',0,'revision','',0),(428,1,'2012-04-30 22:57:21','2012-04-30 21:57:21','[jbox color=\"yellow\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-30 22:57:21','2012-04-30 21:57:21','',273,'http://numbersbalanced.com/273-revision-11/',0,'revision','',0),(429,1,'2012-04-30 22:58:43','2012-04-30 21:58:43','[jbox color=\"blue\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-30 22:58:43','2012-04-30 21:58:43','',273,'http://numbersbalanced.com/273-revision-12/',0,'revision','',0),(430,1,'2012-04-30 22:59:34','2012-04-30 21:59:34','[jbox color=\"orange\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-30 22:59:34','2012-04-30 21:59:34','',273,'http://numbersbalanced.com/273-revision-13/',0,'revision','',0),(431,1,'2012-04-30 23:00:08','2012-04-30 22:00:08','[jbox color=\"red\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-04-30 23:00:08','2012-04-30 22:00:08','',273,'http://numbersbalanced.com/273-revision-14/',0,'revision','',0),(432,1,'2012-03-06 18:58:27','2012-03-06 18:58:27','As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\n&nbsp;\r\n\r\nThese tasks form the solid foundation of your small business accounting system.','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-03-06 18:58:27','2012-03-06 18:58:27','',17,'http://numbersbalanced.com/17-revision-17/',0,'revision','',0),(433,1,'2012-03-06 18:59:23','2012-03-06 18:59:23','<span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n\r\nFinancial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.\r\n<ul>\r\n	<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\r\n	<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-03-06 18:59:23','2012-03-06 18:59:23','',220,'http://numbersbalanced.com/220-revision-8/',0,'revision','',0),(434,1,'2012-03-06 18:59:47','2012-03-06 18:59:47','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Contact us for a free consultation.</span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2012-03-06 18:59:47','2012-03-06 18:59:47','',52,'http://numbersbalanced.com/52-revision-12/',0,'revision','',0),(435,1,'2017-11-28 22:12:55','2017-11-28 22:12:55','<div id=\"pl-229\" class=\"panel-layout\">\n<div id=\"pg-229-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" data-ratio-direction=\"right\" data-ratio=\"0.5\">\n<div id=\"pgc-229-0-0\" class=\"panel-grid-cell panel-grid-cell-mobile-last\" data-weight=\"0.66666666666667\">\n<div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\n\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\n\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span>\n\n&nbsp;\n\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>\n<div id=\"pgc-229-0-1\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\"></div>\n</div>\n<div id=\"pg-229-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\">\n<div id=\"pgc-229-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-229-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n<div id=\"pgc-229-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\">\n<div id=\"panel-229-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>','Credit Control','','inherit','closed','closed','','229-autosave-v1','','','2017-11-28 22:12:55','2017-11-28 22:12:55','',229,'http://numbersbalanced.com/229-autosave/',0,'revision','',0),(436,1,'2012-03-06 19:00:12','2012-03-06 19:00:12','<span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due. </span></span>\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-03-06 19:00:12','2012-03-06 19:00:12','',229,'http://numbersbalanced.com/229-revision-4/',0,'revision','',0),(437,1,'2012-03-06 19:00:40','2012-03-06 19:00:40','To run your business effectively, you have to balance the timing and amount of your costs and income.\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation</span>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-03-06 19:00:40','2012-03-06 19:00:40','',57,'http://numbersbalanced.com/57-revision-14/',0,'revision','',0),(438,1,'2012-04-18 06:51:26','2012-04-18 05:51:26','It would be great to hear from you!\r\n\r\nYou can contact us by filling in the form on the right, or\r\n\r\nby by phone or email given below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft  wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-04-18 06:51:26','2012-04-18 05:51:26','',292,'http://numbersbalanced.com/292-revision-10/',0,'revision','',0),(442,1,'2012-04-30 23:06:20','2012-04-30 22:06:20','[jbox color=\"red\" ] As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\nThese tasks form the solid foundation of your small business accounting system.\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-04-30 23:06:20','2012-04-30 22:06:20','',17,'http://numbersbalanced.com/17-revision-18/',0,'revision','',0),(439,1,'2012-04-30 23:19:42','2012-04-30 22:19:42','[jbox color=\"green\" ] To run your business effectively, you have to balance the timing and amount of your costs and income.\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation.    </span>[/jbox]\r\n\r\n&nbsp;','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2012-04-30 23:19:42','2012-04-30 22:19:42','',57,'http://numbersbalanced.com/57-revision-15/',0,'revision','',0),(440,1,'2012-04-30 23:27:55','2012-04-30 22:27:55','[jbox color=\"white\" ]\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by filling in the form on the right, or\r\n\r\nby by phone or email given below: [/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft  wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-04-30 23:27:55','2012-04-30 22:27:55','',292,'http://numbersbalanced.com/292-revision-11/',0,'revision','',0),(441,1,'2012-04-30 23:30:58','2012-04-30 22:30:58','[jbox color=\"white\" ]\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by filling in the form on the right, or\r\n\r\nby by phone or email given below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft  wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" /></a>\r\n[/jbox]\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-04-30 23:30:58','2012-04-30 22:30:58','',292,'http://numbersbalanced.com/292-revision-12/',0,'revision','',0),(443,1,'2012-03-12 17:55:58','2012-03-12 17:55:58','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: xx-small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-03-12 17:55:58','2012-03-12 17:55:58','',82,'http://numbersbalanced.com/82-revision-24/',0,'revision','',0),(444,1,'2012-05-01 13:33:52','2012-05-01 12:33:52','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred (</span></span>To be reasonably incurred, an expense must be:appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span>(only because of the demands of the business)</span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: medium;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:33:52','2012-05-01 12:33:52','',82,'http://numbersbalanced.com/82-revision-25/',0,'revision','',0),(446,1,'2012-05-01 13:38:07','2012-05-01 12:38:07','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: medium;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:38:07','2012-05-01 12:38:07','',82,'http://numbersbalanced.com/82-revision-27/',0,'revision','',0),(447,1,'2012-05-01 13:38:53','2012-05-01 12:38:53','<h2><span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.</span></h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: medium;\"> </span><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\"> </span></span></span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:38:53','2012-05-01 12:38:53','',82,'http://numbersbalanced.com/82-revision-28/',0,'revision','',0),(448,1,'2012-05-01 13:44:01','2012-05-01 12:44:01','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox]</h2>\r\n<h2>[jbox color=\"green\" ]</h2>\r\n<h2><span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n</li>\r\n</ul>\r\n<span style=\"color: #000000;\">all day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:44:01','2012-05-01 12:44:01','',82,'http://numbersbalanced.com/82-revision-29/',0,'revision','',0),(449,1,'2012-05-01 13:48:16','2012-05-01 12:48:16','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox]</h2>\r\n<h2>[jbox color=\"green\" ] <span style=\"text-decoration: underline;\">Allowable business expenses</span></h2>\r\n</li>\r\n</ul>\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:48:16','2012-05-01 12:48:16','',82,'http://numbersbalanced.com/82-revision-30/',0,'revision','',0),(450,1,'2012-05-01 13:54:56','2012-05-01 12:54:56','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable business expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox]</h2>\r\n<h2>[jbox color=\"green\" ]</h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></h2>\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:54:56','2012-05-01 12:54:56','',82,'http://numbersbalanced.com/82-revision-31/',0,'revision','',0),(453,1,'2012-05-01 15:01:33','2012-05-01 14:01:33','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2012:  31st January 2013[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month</strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n[jbox color=\"dark gray\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n[/jbox]','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-05-01 15:01:33','2012-05-01 14:01:33','',77,'http://numbersbalanced.com/77-revision-21/',0,'revision','',0),(451,1,'2012-04-18 06:53:22','2012-04-18 05:53:22','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong> for year ended 5th April 2012:  31st January 2013\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong> after the Incorporation date EVERY YEAR\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month</strong> after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-04-18 06:53:22','2012-04-18 05:53:22','',77,'http://numbersbalanced.com/77-revision-19/',0,'revision','',0),(452,1,'2012-05-01 14:57:16','2012-05-01 13:57:16','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2012:  31st January 2013[/jbox]\r\n\r\n[jbox color=”red” ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=”green” ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month</strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=”red” ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n[jbox color=”gray” ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n[/jbox]','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-05-01 14:57:16','2012-05-01 13:57:16','',77,'http://numbersbalanced.com/77-revision-20/',0,'revision','',0),(454,1,'2012-05-01 15:04:49','2012-05-01 14:04:49','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2012:  31st January 2013[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days</strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month</strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-05-01 15:04:49','2012-05-01 14:04:49','',77,'http://numbersbalanced.com/77-revision-22/',0,'revision','',0),(705,1,'2013-04-09 14:59:22','2013-04-09 13:59:22','','yoda4','','inherit','closed','closed','','yoda4','','','2013-04-09 14:59:22','2013-04-09 13:59:22','',557,'http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg',0,'attachment','image/jpeg',0),(456,1,'2012-04-20 22:49:27','2012-04-20 21:49:27','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-04-20 22:49:27','2012-04-20 21:49:27','',62,'http://numbersbalanced.com/62-revision-20/',0,'revision','',0),(460,1,'2012-04-21 17:46:50','2012-04-21 16:46:50','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton] [jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton] [jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton] [jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton] [jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]  [/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-04-21 17:46:50','2012-04-21 16:46:50','',5,'http://numbersbalanced.com/5-revision-33/',0,'revision','',0),(457,1,'2012-05-01 15:44:08','2012-05-01 14:44:08','[jbox color=\"yellow\" icon=<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/picture-51.jpg\">http://numbersbalanced.com/wp-content/uploads/2012/05/picture-51.jpg</a> ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-05-01 15:44:08','2012-05-01 14:44:08','',62,'http://numbersbalanced.com/62-revision-21/',0,'revision','',0),(458,1,'2012-05-01 15:45:28','2012-05-01 14:45:28','[jbox color=\"yellow\" icon=\"<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/picture-51.jpg\">http://numbersbalanced.com/wp-content/uploads/2012/05/picture-51.jpg</a>\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-05-01 15:45:28','2012-05-01 14:45:28','',62,'http://numbersbalanced.com/62-revision-22/',0,'revision','',0),(459,1,'2012-05-01 15:47:37','2012-05-01 14:47:37','[jbox color=\"yellow\" icon=<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/picture-51.jpg\">http://numbersbalanced.com/wp-content/uploads/2012/05/picture-51.jpg</a> ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-05-01 15:47:37','2012-05-01 14:47:37','',62,'http://numbersbalanced.com/62-revision-23/',0,'revision','',0),(465,1,'2012-03-12 17:57:13','2012-03-12 17:57:13','<span style=\"text-decoration: underline;\">Corporation Tax</span>\r\n\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2010</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">21%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">7/400</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/80</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">28%</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">25%</td>\r\n<td valign=\"top\">24%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2012-03-12 17:57:13','2012-03-12 17:57:13','',124,'http://numbersbalanced.com/124-revision-7/',0,'revision','',0),(464,1,'2012-05-01 15:58:28','2012-05-01 14:58:28','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]\r\n\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-05-01 15:58:28','2012-05-01 14:58:28','',5,'http://numbersbalanced.com/5-revision-37/',0,'revision','',0),(461,1,'2012-05-01 15:49:55','2012-05-01 14:49:55','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n[jbutton color=\"red\" size=\"large\"] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]\r\n\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-05-01 15:49:55','2012-05-01 14:49:55','',5,'http://numbersbalanced.com/5-revision-34/',0,'revision','',0),(462,1,'2012-05-01 15:56:07','2012-05-01 14:56:07','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n[jbutton color=\"red\" size=\"large\" link=<a href=\"http://numbersbalanced.com/services/bookkeeping\">http://numbersbalanced.com/services/bookkeeping</a>] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]\r\n\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-05-01 15:56:07','2012-05-01 14:56:07','',5,'http://numbersbalanced.com/5-revision-35/',0,'revision','',0),(463,1,'2012-05-01 15:57:27','2012-05-01 14:57:27','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the buttons below:\r\n\r\n[jbutton color=\"red\" size=\"large\" link=<a href=\"http://numbersbalanced.com/services/bookkeeping\">http://numbersbalanced.com/services/bookkeeping</a>/] Bookkeeping[/jbutton]\r\n\r\n[jbutton color=\"orange\" size=\"large\"] Accounts[/jbutton]\r\n\r\n[jbutton color=\"blue\" size=\"large\"] Payroll[/jbutton]\r\n\r\n[jbutton color=\"green\" size=\"large\"] Credit Control[/jbutton]\r\n\r\n[jbutton color=\"rosy\" size=\"large\"] Cashflow Management [/jbutton]\r\n\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-05-01 15:57:27','2012-05-01 14:57:27','',5,'http://numbersbalanced.com/5-revision-36/',0,'revision','',0),(467,1,'2012-03-12 17:56:12','2012-03-12 17:56:12','Accounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n<span style=\"text-decoration: underline;\"> </span>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2012-03-12 17:56:12','2012-03-12 17:56:12','',114,'http://numbersbalanced.com/114-revision-10/',0,'revision','',0),(468,1,'2012-05-01 16:20:09','2012-05-01 15:20:09','[jbox color=\"platinum\" ]\r\n\r\nAccounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs  [/jbox]</li>\r\n</ul>\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>. These include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n[/jbox]\r\n\r\n<span style=\"text-decoration: underline;\"> </span><strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2012-05-01 16:20:09','2012-05-01 15:20:09','',114,'http://numbersbalanced.com/114-revision-11/',0,'revision','',0),(469,1,'2012-05-01 13:56:50','2012-05-01 12:56:50','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable Business Expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox]</h2>\r\n<h2>[jbox color=\"green\" ]</h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></h2>\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a><a href=\"http://www.hmrc.gov.uk/\">/factsheet/record-keeping.pdf</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 13:56:50','2012-05-01 12:56:50','',82,'http://numbersbalanced.com/82-revision-32/',0,'revision','',0),(471,1,'2012-05-01 16:28:38','2012-05-01 15:28:38','[jbox color=\"darkgray\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-05-01 16:28:38','2012-05-01 15:28:38','',273,'http://numbersbalanced.com/273-revision-16/',0,'revision','',0),(472,1,'2012-05-01 15:06:38','2012-05-01 14:06:38','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2012:  31st January 2013[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-05-01 15:06:38','2012-05-01 14:06:38','',77,'http://numbersbalanced.com/77-revision-23/',0,'revision','',0),(473,1,'2012-05-01 13:20:49','2012-05-01 12:20:49','[jbox color=\"red\" ] As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\nThese tasks form the solid foundation of your small business accounting system.\r\n\r\n[/jbox]','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-05-01 13:20:49','2012-05-01 12:20:49','',17,'http://numbersbalanced.com/17-revision-19/',0,'revision','',0),(474,1,'2012-03-24 16:18:44','2012-03-24 16:18:44','You can find all the numbers here. <a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/Budget2012.pdf\">Budget2012</a>','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-03-24 16:18:44','2012-03-24 16:18:44','',328,'http://numbersbalanced.com/328-revision-3/',0,'revision','',0),(477,1,'2012-05-01 16:53:40','2012-05-01 15:53:40','','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-05-01 16:53:40','2012-05-01 15:53:40','',328,'http://numbersbalanced.com/328-revision-6/',0,'revision','',0),(478,1,'2012-05-01 16:57:49','2012-05-01 15:57:49','You can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-05-01 16:57:49','2012-05-01 15:57:49','',328,'http://numbersbalanced.com/328-revision-7/',0,'revision','',0),(486,1,'2012-05-04 18:05:51','2012-05-04 17:05:51','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"<a href=\"http://www.numbersbalanced.com/contact-us\">http://numbersbalanced.com/contact-us</a>\" ]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:05:51','2012-05-04 17:05:51','',32,'http://numbersbalanced.com/32-revision-85/',0,'revision','',0),(479,1,'2012-04-21 17:13:25','2012-04-21 16:13:25','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"] Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-04-21 17:13:25','2012-04-21 16:13:25','',32,'http://numbersbalanced.com/32-revision-78/',0,'revision','',0),(483,1,'2012-05-02 21:01:41','2012-05-02 20:01:41','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n&nbsp;\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-02 21:01:41','2012-05-02 20:01:41','',32,'http://numbersbalanced.com/32-revision-82/',0,'revision','',0),(480,1,'2012-05-02 20:58:22','2012-05-02 19:58:22','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\"]link=\"*#|http://numbersbalanced.com/contactus/jump.on/click\"]Contact Us [/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-02 20:58:22','2012-05-02 19:58:22','',32,'http://numbersbalanced.com/32-revision-79/',0,'revision','',0),(481,1,'2012-05-02 20:59:14','2012-05-02 19:59:14','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\" link=\"*#|http://numbersbalanced.com/contactus/jump.on/click\"]Contact Us [/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-02 20:59:14','2012-05-02 19:59:14','',32,'http://numbersbalanced.com/32-revision-80/',0,'revision','',0),(482,1,'2012-05-02 21:00:32','2012-05-02 20:00:32','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size=\"medium\" link=\"*#|http://numbersbalanced.com/contact-us/jump.on/click\"]Contact Us [/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-02 21:00:32','2012-05-02 20:00:32','',32,'http://numbersbalanced.com/32-revision-81/',0,'revision','',0),(487,1,'2012-05-04 18:07:29','2012-05-04 17:07:29','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" ]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:07:29','2012-05-04 17:07:29','',32,'http://numbersbalanced.com/32-revision-86/',0,'revision','',0),(484,1,'2012-05-04 18:03:29','2012-05-04 17:03:29','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=<a href=\"http://www.numbersbalanced.com/contact-us\">http://www.numbersbalanced.com/contact-us</a> ]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:03:29','2012-05-04 17:03:29','',32,'http://numbersbalanced.com/32-revision-83/',0,'revision','',0),(485,1,'2012-05-04 18:04:45','2012-05-04 17:04:45','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=<a href=\"http://www.numbersbalanced.com/contact-us\">http://numbersbalanced.com/contact-us</a>/ ]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:04:45','2012-05-04 17:04:45','',32,'http://numbersbalanced.com/32-revision-84/',0,'revision','',0),(488,1,'2012-05-04 18:09:08','2012-05-04 17:09:08','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:09:08','2012-05-04 17:09:08','',32,'http://numbersbalanced.com/32-revision-87/',0,'revision','',0),(489,1,'2012-05-04 18:09:22','2012-05-04 17:09:22','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:09:22','2012-05-04 17:09:22','',32,'http://numbersbalanced.com/32-revision-88/',0,'revision','',0),(490,1,'2012-05-04 18:12:37','2012-05-04 17:12:37','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledgebase/Budget2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:12:37','2012-05-04 17:12:37','',32,'http://numbersbalanced.com/32-revision-89/',0,'revision','',0),(558,1,'2012-05-13 15:44:16','2012-05-13 14:44:16','','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-05-13 15:44:16','2012-05-13 14:44:16','',557,'http://numbersbalanced.com/557-revision/',0,'revision','',0),(559,1,'2012-05-13 15:45:02','2012-05-13 14:45:02','','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-05-13 15:45:02','2012-05-13 14:45:02','',557,'http://numbersbalanced.com/557-revision-2/',0,'revision','',0),(557,1,'2014-09-07 09:20:02','2014-09-07 08:20:02','','Blog','','publish','closed','closed','','blog','','','2014-11-22 17:45:23','2014-11-22 17:45:23','',0,'http://numbersbalanced.com/?page_id=557',6,'page','',0),(496,1,'2012-05-05 16:20:28','2012-05-05 15:20:28','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh.[/jbox</a>]  [/jbox]  [jcol/] [jbox color=\"red\" title=\"We are on Facebook\"] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 16:20:28','2012-05-05 15:20:28','',32,'http://numbersbalanced.com/32-revision-91/',0,'revision','',0),(495,1,'2012-05-04 18:13:52','2012-05-04 17:13:52','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"]\r\n\r\nWhether it’s official business or social, making conversations can make or break how we build a network of people to call on .As the old saying goes, “You never get a second chance to make a first impression.” Likewise, what comes out of your mouth can never taken back...read more <a href=\"http://www.facebook.com/l.php?u=http%3A%2F%2Fonforb.es%2FJ5j7BQ&amp;h=mAQF9kIr7AQG8oBR8EBWd0zMyKYEjdZzE8kh770UhVlG9Kw\" rel=\"nofollow nofollow\" target=\"_blank\">http://onforb.es/J5j7BQ</a>.[/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"]Berners-Lee, the British born MIT professor who invented the web three decades ago, says that while there has been an explosion of public data made available in recent years, individuals have not yet understood the value to them of the personal data held about them by different web companies.Read more <a href=\"http://bit.ly/IONRHh\">http://bit.ly/IONRHh</a>.[/jbox] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-04 18:13:52','2012-05-04 17:13:52','',32,'http://numbersbalanced.com/32-revision-90/',0,'revision','',0),(497,1,'2012-05-05 16:22:56','2012-05-05 15:22:56','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"The Key to Networking is Talking\"] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Demand your data from Web companies\"] [/jbox]  [jcol/] [jbox color=\"red\" title=\"We are on Facebook\"] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 16:22:56','2012-05-05 15:22:56','',32,'http://numbersbalanced.com/32-revision-92/',0,'revision','',0),(500,1,'2012-05-05 16:31:31','2012-05-05 15:31:31','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Deadlines\"] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 16:31:31','2012-05-05 15:31:31','',32,'http://numbersbalanced.com/32-revision-94/',0,'revision','',0),(501,1,'2012-05-05 16:48:39','2012-05-05 15:48:39','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Deadlines\"]For Companies and sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 16:48:39','2012-05-05 15:48:39','',32,'http://numbersbalanced.com/32-revision-95/',0,'revision','',0),(475,1,'2012-05-01 16:33:34','2012-05-01 15:33:34','You can find all the numbers here.\r\n\r\n&nbsp;','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-05-01 16:33:34','2012-05-01 15:33:34','',328,'http://numbersbalanced.com/328-revision-4/',0,'revision','',0),(510,1,'2012-05-05 17:17:42','2012-05-05 16:17:42','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:17:42','2012-05-05 16:17:42','',32,'http://numbersbalanced.com/32-revision-104/',0,'revision','',0),(505,1,'2012-05-05 17:02:15','2012-05-05 16:02:15','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Deadlines\"]For Companies and Sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:02:15','2012-05-05 16:02:15','',32,'http://numbersbalanced.com/32-revision-99/',0,'revision','',0),(502,1,'2012-05-05 16:58:29','2012-05-05 15:58:29','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=<a href=\"http://numbersbalanced.com/knowledge base/business expenses\">http://numbersbalanced.com/knowledge base/business expenses</a>] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Deadlines\"]For Companies and Sole traders [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 16:58:29','2012-05-05 15:58:29','',32,'http://numbersbalanced.com/32-revision-96/',0,'revision','',0),(504,1,'2012-05-05 17:01:13','2012-05-05 16:01:13','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=<a href=\"http://numbersbalanced.com/knowledge base/business expenses\">http://numbersbalanced.com/knowledge base/business expenses</a>] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Deadlines\"]For Companies and Sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:01:13','2012-05-05 16:01:13','',32,'http://numbersbalanced.com/32-revision-98/',0,'revision','',0),(503,1,'2012-05-05 17:00:04','2012-05-05 16:00:04','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=<a href=\"http://numbersbalanced.com/knowledge base/business expenses\">http://numbersbalanced.com/knowledge base/business expenses</a>] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Deadlines\"]For Companies and Sole traders             [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:00:04','2012-05-05 16:00:04','',32,'http://numbersbalanced.com/32-revision-97/',0,'revision','',0),(507,1,'2012-05-05 17:04:06','2012-05-05 16:04:06','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:04:06','2012-05-05 16:04:06','',32,'http://numbersbalanced.com/32-revision-101/',0,'revision','',0),(506,1,'2012-05-05 17:03:00','2012-05-05 16:03:00','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Filing Deadlines\"]For Companies and Sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:03:00','2012-05-05 16:03:00','',32,'http://numbersbalanced.com/32-revision-100/',0,'revision','',0),(508,1,'2012-05-05 17:05:21','2012-05-05 16:05:21','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"2px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:05:21','2012-05-05 16:05:21','',32,'http://numbersbalanced.com/32-revision-102/',0,'revision','',0),(509,1,'2012-05-05 17:16:34','2012-05-05 16:16:34','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"1px solid gray\"] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders[jbutton color=\"red\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:16:34','2012-05-05 16:16:34','',32,'http://numbersbalanced.com/32-revision-103/',0,'revision','',0),(511,1,'2012-05-05 17:18:41','2012-05-05 16:18:41','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders[jbutton color=\"yellow\" size=\"medium \"link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:18:41','2012-05-05 16:18:41','',32,'http://numbersbalanced.com/32-revision-105/',0,'revision','',0),(512,1,'2012-05-05 17:20:43','2012-05-05 16:20:43','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:20:43','2012-05-05 16:20:43','',32,'http://numbersbalanced.com/32-revision-106/',0,'revision','',0),(513,1,'2012-05-05 17:22:53','2012-05-05 16:22:53','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"blue\" title=\"We are on Facebook\"] [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:22:53','2012-05-05 16:22:53','',32,'http://numbersbalanced.com/32-revision-107/',0,'revision','',0),(514,1,'2012-05-05 17:57:50','2012-05-05 16:57:50','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"blue\" title=\"Quote for the Day\"]“Plan your work. Work your plan.”Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:57:50','2012-05-05 16:57:50','',32,'http://numbersbalanced.com/32-revision-108/',0,'revision','',0),(515,1,'2012-05-07 20:36:54','2012-05-07 19:36:54','','Debits_&_Credits','','inherit','closed','closed','','debits__credits','','','2012-05-07 20:36:54','2012-05-07 19:36:54','',17,'http://numbersbalanced.com/wp-content/uploads/2012/01/Debits__Credits.jpg',0,'attachment','image/jpeg',0),(516,1,'2012-05-01 16:32:09','2012-05-01 15:32:09','[jbox color=\"platinum\" ] As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\nThese tasks form the solid foundation of your small business accounting system.\r\n\r\n[/jbox]','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-05-01 16:32:09','2012-05-01 15:32:09','',17,'http://numbersbalanced.com/17-revision-20/',0,'revision','',0),(521,1,'2012-05-07 21:42:03','2012-05-07 20:42:03','','Twitter','','publish','closed','closed','','twitter','','','2012-07-14 16:05:02','2012-07-14 15:05:02','',0,'http://numbersbalanced.com/?post_type=sidebar&#038;p=521',0,'sidebar','',0),(696,1,'2013-03-22 09:07:24','2013-03-22 09:07:24','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget-2013</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 09:07:24','2013-03-22 09:07:24','',32,'http://numbersbalanced.com/32-revision-117/',0,'revision','',0),(697,1,'2013-03-22 09:09:30','2013-03-22 09:09:30','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 09:09:30','2013-03-22 09:09:30','',32,'http://numbersbalanced.com/32-revision-118/',0,'revision','',0),(694,1,'2013-03-22 09:02:59','2013-03-22 09:02:59','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 09:02:59','2013-03-22 09:02:59','',32,'http://numbersbalanced.com/32-revision-115/',0,'revision','',0),(695,1,'2013-03-22 09:03:33','2013-03-22 09:03:33','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 09:03:33','2013-03-22 09:03:33','',32,'http://numbersbalanced.com/32-revision-116/',0,'revision','',0),(692,1,'2013-03-22 08:57:22','2013-03-22 08:57:22','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 08:57:22','2013-03-22 08:57:22','',32,'http://numbersbalanced.com/32-revision-113/',0,'revision','',0),(689,1,'2013-03-22 08:41:59','2013-03-22 08:41:59','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 08:41:59','2013-03-22 08:41:59','',32,'http://numbersbalanced.com/32-revision-110/',0,'revision','',0),(690,1,'2013-03-22 08:55:18','2013-03-22 08:55:18','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 08:55:18','2013-03-22 08:55:18','',32,'http://numbersbalanced.com/32-revision-111/',0,'revision','',0),(693,1,'2013-03-22 09:00:21','2013-03-22 09:00:21','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>/] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 09:00:21','2013-03-22 09:00:21','',32,'http://numbersbalanced.com/32-revision-114/',0,'revision','',0),(691,1,'2013-03-22 08:55:39','2013-03-22 08:55:39','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 08:55:39','2013-03-22 08:55:39','',32,'http://numbersbalanced.com/32-revision-112/',0,'revision','',0),(476,1,'2012-05-01 16:51:14','2012-05-01 15:51:14','You can find all the numbers here.\r\n<table width=\"579\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup><col width=\"233\" /> <col width=\"118\" /> <col width=\"52\" /> <col width=\"126\" /> <col width=\"50\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"5\" width=\"579\" height=\"42\">Budget   2012</td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">INCOME TAX</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Bands</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td colspan=\"2\">2012/13</td>\r\n<td colspan=\"2\">2011/12</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">The first:</td>\r\n<td>£0-£34,370</td>\r\n<td>20%</td>\r\n<td>£0-£35,000</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>£34,371-£150,000</td>\r\n<td>40%</td>\r\n<td>£35,001-£150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over:</td>\r\n<td>£150,000</td>\r\n<td>50%</td>\r\n<td>£150,000</td>\r\n<td>50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends<span>   are taxed at </span></td>\r\n<td></td>\r\n<td>10%</td>\r\n<td></td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">or</td>\r\n<td></td>\r\n<td>32.5%</td>\r\n<td></td>\r\n<td>32.5%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">or as the top slice of   income.</td>\r\n<td></td>\r\n<td>42.5%</td>\r\n<td></td>\r\n<td>42.5%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Other savings income:</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">bank and building society   interest</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td colspan=\"2\">2012/13</td>\r\n<td colspan=\"2\">2011/12</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">is taxed at:</td>\r\n<td>up to £2,710</td>\r\n<td>10%</td>\r\n<td>up to £2,560</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">This   10% rate is not available if taxable non-savings income exceeds the above   amounts.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">There   are special rules for trusts, and also for individuals with income assessable   on</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">the remittance basis.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">From   6 April 2013<span>, the </span><span>50% r</span><span>ate of income tax is expected to reduce to </span><span>45%</span><span>.</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">From   7 January 2013<span>, an additional tax charge will apply to   claw back </span><span>child benefit</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">where   one income in a household exceeds <span>£50,000.</span></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Personal allowances</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td colspan=\"2\">2012/13</td>\r\n<td colspan=\"2\">2011/12</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Personal</td>\r\n<td align=\"right\">£8,105</td>\r\n<td></td>\r\n<td align=\"right\">£7,475</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income limit for personal   allowance (a)</td>\r\n<td align=\"right\">£100,000</td>\r\n<td></td>\r\n<td align=\"right\">£100,000</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Age   allowance (age at end of tax year) (b):</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Personal:   age 65-74</td>\r\n<td align=\"right\">£10,500</td>\r\n<td></td>\r\n<td align=\"right\">£9,940</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Personal: age 75 or over</td>\r\n<td align=\"right\">£10,660</td>\r\n<td></td>\r\n<td align=\"right\">£10,090</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Married couple’s ©</td>\r\n<td align=\"right\">£7,705</td>\r\n<td></td>\r\n<td align=\"right\">£7,295</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income limit for age   allowances</td>\r\n<td align=\"right\">£25,400</td>\r\n<td></td>\r\n<td align=\"right\">£24,000</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Blind person’s allowance</td>\r\n<td align=\"right\">£2,100</td>\r\n<td></td>\r\n<td align=\"right\">£1,980</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(a)   The personal allowance is reduced by £1 for each £2 by which income exceeds</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£100,000, irrespective of   age.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(b)   Age-related allowances first reduce by £1 for each £2 by which income exceeds</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">the   income limit, reducing to a minimum of the personal allowance. Such</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">allowances   can be reduced further under (a).</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(c)   Relief is limited to 10%, and extends to civil partnerships. At least one   spouse/</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">partner   must have been born before 6 April 1935. The allowance is reduced</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">where   income exceeds the income limit, subject to an absolute minimum of</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">£2,960   (£2,800 in 2011/2012). In certain circumstances couples may determine how the</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">allowance may best be used.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">National   insurance contributions (NIC)</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Class 1 employees:</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Weekly earnings</td>\r\n<td>Contracted in</td>\r\n<td></td>\r\n<td>Contracted out</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to   £107</td>\r\n<td>Nil</td>\r\n<td></td>\r\n<td>Nil</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£107.01-£146</td>\r\n<td>Nil</td>\r\n<td></td>\r\n<td>Rebate 1.4%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£146.01-£770</td>\r\n<td>n/a</td>\r\n<td></td>\r\n<td>10.6%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£770.01-£817</td>\r\n<td>n/a</td>\r\n<td></td>\r\n<td>12%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£146.01-£817</td>\r\n<td>12%</td>\r\n<td></td>\r\n<td>n/a</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £817</td>\r\n<td>2%</td>\r\n<td></td>\r\n<td>2%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Class 1 employers:</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Weekly earnings</td>\r\n<td>Contracted in</td>\r\n<td></td>\r\n<td>Contracted out</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to   £107</td>\r\n<td>Nil</td>\r\n<td></td>\r\n<td>Nil</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£107.01-£144</td>\r\n<td>Nil</td>\r\n<td></td>\r\n<td>Rebate 3.4%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£144.01-£770</td>\r\n<td>n/a</td>\r\n<td></td>\r\n<td>10.6%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£770.01-£817</td>\r\n<td>n/a</td>\r\n<td></td>\r\n<td>13.8%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£144.01-£817</td>\r\n<td>13.8%</td>\r\n<td></td>\r\n<td>n/a</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £817</td>\r\n<td>13.8%</td>\r\n<td></td>\r\n<td>13.8%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Other:</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Class   1A (employers only):<span> 13.8%  based on the amounts of taxable benefits.</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Class   1B (employers only):<span> 13.8%  in respect of amounts in a PAYE</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">settlement   agreement and the income tax thereon.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Class   2 (flat rate for self-employed):<span> £2.65 per week.</span></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Class   3 (voluntary)<span>: £13.25 per week.</span></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Class   4 (self-employed):<span> 9%    of profits between £7,605  and   £42,475</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">per   annum and 2% on profits above £42,475.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Pensions</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td colspan=\"2\">2012/13</td>\r\n<td colspan=\"2\">2011/12</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Lifetime allowance (a)</td>\r\n<td align=\"right\">£1,500,000</td>\r\n<td></td>\r\n<td align=\"right\">£1,800,000</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Equivalent to defined benefit   pension</td>\r\n<td align=\"right\">£90,000</td>\r\n<td></td>\r\n<td align=\"right\">£90,000</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Maximum contribution annual   allowance (b)</td>\r\n<td align=\"right\">£50,000</td>\r\n<td></td>\r\n<td align=\"right\">£50,000</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Tax on excess Marginal rate</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Normal minimum pension age 55</td>\r\n<td align=\"right\">£2,100</td>\r\n<td></td>\r\n<td align=\"right\">£1,980</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(a)   Special rules can apply to individuals with larger benefits at 5 April 2006,   and</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">for   those with benefits over £1,500,000 on 5 April 2012. Excess over the lifetime</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">allowance   may be subject to a 25% charge plus income tax on balances drawn,</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">or 55% for lump sum benefits.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(b)   Unused allowances from the previous three years (by reference to a limit of</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">£50,000   p.a.) may be carried forward, potentially increasing the current year’s</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">allowance   in 2012/13 and subsequent tax years.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Company cars – annual   benefits</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">The   annual benefit is a percentage of list price, with the percentage dependent   on</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">the level of CO2 emissions.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">The   minimum benefit is 5% for emissions of 75g/km or less.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Emissions   of over 75 and up to 99g/km, the rate is 10%.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Emissions   of 100-104g/km, the rate is 11% and increases by 1% for each additional full</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">5g/km   up to a maximum charge of 35% for emissions of 220g/km or more.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Emission   levels are rounded down to the nearest multiple of five. List price includes   certain</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">accessories,   but is reduced for capital contributions of up to £5,000.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">There   is a diesel supplement of 3% for all bands, subject to a maximum charge</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">of 35%.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">For   vans, the taxable benefit for significant private use is £3,000.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">The   benefit charge for electric cars and vans is nil until 5 April 2015.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">If   fuel is provided for private use in a company car, the car benefit percentage   is</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">applied to £20,200.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">The   benefit for fuel provided for a van with significant private use is £550.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Corporation tax</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Financial year from 1 April</td>\r\n<td colspan=\"2\">2012/13</td>\r\n<td colspan=\"2\">2011/12</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Small profits rate</td>\r\n<td>£0-£300,000</td>\r\n<td>20%</td>\r\n<td>£0-£300,000</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Marginal   rate</td>\r\n<td>£300,001-£1,500,000</td>\r\n<td>25%</td>\r\n<td>£300,001-£1,500,000</td>\r\n<td>27.5%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Main   rate (a) Over</td>\r\n<td>£150,000</td>\r\n<td>24%</td>\r\n<td>£150,000</td>\r\n<td>26%</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(a)   The main rate will further decrease by 1% in each year until financial year   2014</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">when the main rate will be   22%.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Value added tax</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"><span style=\"text-decoration: underline;\"> </span></td>\r\n<td>2012/13</td>\r\n<td></td>\r\n<td>2011/12</td>\r\n<td><span style=\"text-decoration: underline;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Standard rate</td>\r\n<td>20%</td>\r\n<td></td>\r\n<td>20%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Lower rate</td>\r\n<td>5%</td>\r\n<td></td>\r\n<td>5%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Zero rate</td>\r\n<td>0%</td>\r\n<td></td>\r\n<td>0%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Registration   threshold changes from 1 April 2012<span>: taxable supplies at   the end</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">of   any month exceed <span>£77,000 </span><span>in   the past 12 months, or will at any time</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">exceed   £77,000 in the next 30 days. These thresholds also apply for</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">supplies   from other EU Member States.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Capital gains tax</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td colspan=\"2\">2012/13</td>\r\n<td>2011/12</td>\r\n<td><span style=\"text-decoration: underline;\"> </span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">For standard rate taxpayers</td>\r\n<td>18%</td>\r\n<td></td>\r\n<td>18%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">For trustees and   higher/additional</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">rate taxpayers</td>\r\n<td>28%</td>\r\n<td></td>\r\n<td>28%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Annual exempt amount –   individuals</td>\r\n<td>£10,600</td>\r\n<td></td>\r\n<td>£10,600</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Annual exempt amount – trusts</td>\r\n<td>£5,300</td>\r\n<td></td>\r\n<td>£5,300</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Entrepreneurs’ relief   lifetime limit</td>\r\n<td>£10,000,000</td>\r\n<td></td>\r\n<td>£10,000,000</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Entrepreneurs’ rate</td>\r\n<td>10%</td>\r\n<td></td>\r\n<td>10%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Air passenger duty</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Air   passenger duty is a departure tax levied on air travel. Rates per passenger:</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">From 1 April 2012 (a)</td>\r\n<td>Reduced Rate</td>\r\n<td></td>\r\n<td>Standard Rate</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Band A (0-2,000 miles from   London) (b)</td>\r\n<td>£13</td>\r\n<td></td>\r\n<td>£26</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Band B (2,001-4,000 miles   from London)</td>\r\n<td>£65</td>\r\n<td></td>\r\n<td>£130</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Band C (4,001-6,000 miles   from London)</td>\r\n<td>£81</td>\r\n<td></td>\r\n<td>£162</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Band D (over 6,000 miles from   London)</td>\r\n<td>£92</td>\r\n<td></td>\r\n<td>£184</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(a)   Flights from airports in the Scottish Highlands and Islands are exempt.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">(b)   Includes all long haul flights from Northern Ireland.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Inheritance tax</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"><span style=\"text-decoration: underline;\"> </span></td>\r\n<td colspan=\"2\">2012/13</td>\r\n<td colspan=\"2\">2011/12</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Nil   rate band: up to</td>\r\n<td align=\"right\">£325,000</td>\r\n<td align=\"right\">0%</td>\r\n<td align=\"right\">£325,000</td>\r\n<td align=\"right\">0%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over</td>\r\n<td align=\"right\">£325,000</td>\r\n<td align=\"right\">40%</td>\r\n<td align=\"right\">£325,000</td>\r\n<td align=\"right\">40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">Reduced   charge on lifetime gifts within seven years of death applies.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">A   surviving spouse or civil partner may claim the unused proportion of an   earlier</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">deceased   spouse’s or civil partner’s nil rate band up to the current nil rate band.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">From   6 April 2012, a reduced rate of 36% applies when 10% or more of a net estate</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">is left to charity.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Capital allowances</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Expenditure on:</td>\r\n<td></td>\r\n<td>2012/13</td>\r\n<td>2011/12</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Plant and machinery: (a)</td>\r\n<td></td>\r\n<td align=\"right\">18%</td>\r\n<td>20%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Plant   and machinery in certain enterprise zones</td>\r\n<td align=\"right\">100%</td>\r\n<td>n/a</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Motor   cars on or after April 2009 – CO2 emissions</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">&lt; 110g/km</td>\r\n<td></td>\r\n<td align=\"right\">100%</td>\r\n<td>100%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">110g/km-160g/km   (a)</td>\r\n<td></td>\r\n<td align=\"right\">18%</td>\r\n<td>20%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">&gt;   160g/km (a)</td>\r\n<td></td>\r\n<td align=\"right\">8%</td>\r\n<td>10%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Motor cars pre April 2009 (a)   (b)</td>\r\n<td></td>\r\n<td align=\"right\">18%</td>\r\n<td>20%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">New   and unused zero emission goods vehicles</td>\r\n<td align=\"right\">100%</td>\r\n<td>100%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Long life   assets/integral features in buildings (a)</td>\r\n<td align=\"right\">8%</td>\r\n<td>10%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Patent rights and know-how (a)   (c)</td>\r\n<td></td>\r\n<td align=\"right\">25%</td>\r\n<td>25%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Mines, oil wells, mineral   rights (a) (d)</td>\r\n<td></td>\r\n<td align=\"right\">25%</td>\r\n<td>25%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Research and development</td>\r\n<td></td>\r\n<td align=\"right\">100%</td>\r\n<td>100%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Energy-saving   and water efficient plant and machinery</td>\r\n<td align=\"right\">100%</td>\r\n<td>100%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Renovation   of business premises (disadvantaged areas)</td>\r\n<td align=\"right\">100%</td>\r\n<td>100%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">There   is a 100% annual investment allowance on the first <span>£25,000</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">per   group of companies or related entities, of capital expenditure on plant and</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">machinery   including long life assets and integral features, but excluding cars.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">(a)   These allowances are given on a reducing balance basis.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">(b)   Subject to a maximum allowance of £3,000 p.a. per vehicle.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(c)   For expenditure from April 2002 accounting write downs (and not capital</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">allowances)   are allowable deductions for tax.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">(d)   Acquisition of mineral deposits and rights qualify for 10% p.a.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Insurance premium tax</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Standard rate</td>\r\n<td>6%</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher rate</td>\r\n<td>20%</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Climate change levy</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"><span style=\"text-decoration: underline;\"> </span></td>\r\n<td>2012/13</td>\r\n<td></td>\r\n<td>2011/12</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Electricity  per kWh</td>\r\n<td>0.509p</td>\r\n<td></td>\r\n<td>0.485p</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Gas per kWh</td>\r\n<td>0.177p</td>\r\n<td></td>\r\n<td>0.169p</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Coal,lignite,coke &amp;   semi-coke per kg</td>\r\n<td>1.387p</td>\r\n<td></td>\r\n<td>1.321p</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Liquid petroleum gas per kg</td>\r\n<td>1.1137p</td>\r\n<td></td>\r\n<td>1.083p</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Climate   change levy is a single stage tax on supplies of various fuels to industrial</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">and commercial consumers.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Landfill tax</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>2012/13</td>\r\n<td></td>\r\n<td>2011/12</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Standard rate</td>\r\n<td>£64/tonne</td>\r\n<td></td>\r\n<td>£56/tonne</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Lower rate</td>\r\n<td>£2.50/tonne</td>\r\n<td></td>\r\n<td>£2.50/tonne</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">The   lower rate applies to inactive waste.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Bank levy</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Annual   tax on certain short-term chargeable liabilities and long-term chargeable</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">equity   and liabilities above an aggregate of £20 billion of most UK based banks.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Short-term liabilities</td>\r\n<td align=\"right\">0.078%</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Long-term equity and   liabilities</td>\r\n<td align=\"right\">0.039%</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Lower   rates applied prior to 1 January 2012.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">From   1 January 2013, the rates will increase to 0.105% and 0.0525% for short-term</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">liabilities   and long-term equity and liabilities respectively.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Tax-efficient investments</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>2012/13</td>\r\n<td></td>\r\n<td>2011/12</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">ISA investment limit</td>\r\n<td align=\"right\">£11,280</td>\r\n<td></td>\r\n<td>£10,680</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Cash ISA maximum investment</td>\r\n<td align=\"right\">£5,640</td>\r\n<td></td>\r\n<td>£5,340</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Junior ISA investment limit   cash or</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">shares (a)</td>\r\n<td align=\"right\">£3,600</td>\r\n<td></td>\r\n<td>£3,600</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(a)   From 1 November 2011, for children aged under 18 without a Child Trust Fund.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Venture   capital trusts (VCTs): income tax relief at up to 30% on investment up</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">to £200,000.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Enterprise   investment scheme (EIS): income tax relief at up to 30% on qualifying</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">share   subscription between £500 and £1,000,000.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">Seed   enterprise investment scheme (SEIS): income tax relief of 50% on</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">investment   up to £100,000, together with rollover of gains made in 2012-13 into</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">the subscription.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Stamp duties</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td>2012/13</td>\r\n<td>2011/12</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">Stamp   duty land tax on non-residential land &amp; buildings (a,b):</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£0 - £150,000</td>\r\n<td></td>\r\n<td align=\"right\">0%</td>\r\n<td align=\"right\">0%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£150,001-£250,000</td>\r\n<td></td>\r\n<td align=\"right\">1%</td>\r\n<td align=\"right\">1%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£250,001-£500,000</td>\r\n<td></td>\r\n<td align=\"right\">3%</td>\r\n<td align=\"right\">3%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £500,000</td>\r\n<td></td>\r\n<td align=\"right\">4%</td>\r\n<td align=\"right\">4%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">Stamp   duty land tax on residential land &amp; buildings (a,b,c):</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£0 - £125,000</td>\r\n<td></td>\r\n<td align=\"right\">0%</td>\r\n<td align=\"right\">0%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£125,001-£250,000</td>\r\n<td></td>\r\n<td align=\"right\">1%</td>\r\n<td align=\"right\">1%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£250,001-£500,000</td>\r\n<td></td>\r\n<td align=\"right\">3%</td>\r\n<td align=\"right\">3%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£500,001-£1,000,000</td>\r\n<td></td>\r\n<td align=\"right\">4%</td>\r\n<td align=\"right\">4%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£1,000,001-£2,000,000</td>\r\n<td></td>\r\n<td align=\"right\">5%</td>\r\n<td align=\"right\">5%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over   £2,000,000 (f)</td>\r\n<td></td>\r\n<td align=\"right\">7%</td>\r\n<td align=\"right\">5%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(a)   All figures are calculated inclusive of any VAT. Rates apply to the full   amount.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(b)   On leases, the rate is (broadly) 1% of the discounted rental values under the</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">lease over the <span>£150,000/£125,000</span><span> limit.</span></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(c)   For new zero carbon homes, including flats, the 0% threshold extends to</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">£500,000<span> until 30 September 2012; for such properties over </span><span>£500,000</span><span> there is</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">a £15,000 reduction.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(d)   For residential property in disadvantaged areas, the 0% threshold extends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">to £150,000.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(e)   The 0% threshold extended to £250,000 for first time buyers only for   purchases</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">where   the date of completion was between 25 March 2010 and 24 March 2012.</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"4\" height=\"17\">(f)   Rate applies from 22 March 2012. Where residential property over £2 million   is</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\" height=\"17\">purchased   by a company (or similar entity), a 15% rate applies.</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Stamp duty – shares and   securities</td>\r\n<td></td>\r\n<td align=\"right\">0.50%</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Stamp duty reserve tax</td>\r\n<td></td>\r\n<td colspan=\"2\">0.5%/1.5%</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">This data   is a brief overview for temporary reference and</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"17\">general   guidance on matters of interest only, and does not</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">constitute professional advice.</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-05-01 16:51:14','2012-05-01 15:51:14','',328,'http://numbersbalanced.com/328-revision-5/',0,'revision','',0),(687,1,'2012-05-01 17:01:29','2012-05-01 16:01:29','You can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Budget2012.pdf\">Budget2012</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2012','','inherit','closed','closed','','328-revision-v1','','','2012-05-01 17:01:29','2012-05-01 16:01:29','',328,'http://numbersbalanced.com/328-revision-8/',0,'revision','',0),(688,1,'2013-03-22 08:49:33','2013-03-22 08:49:33','UK BUDGET 2013\r\nThe Chancellor of the Exchequer said \" this is a Budget for people who aspire to work hard and get on.\r\nIt’s a Budget for people who realise there are no easy answers to problems built up over many years.\"\r\nSome of the keys points are here.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Budget2012.pdf\">Budget2012</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2013','','inherit','closed','closed','','328-revision-v1','','','2013-03-22 08:49:33','2013-03-22 08:49:33','',328,'http://numbersbalanced.com/328-revision-9/',0,'revision','',0),(729,1,'2013-03-22 09:13:44','2013-03-22 09:13:44','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge-base/budget-2013\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 09:13:44','2013-03-22 09:13:44','',32,'http://numbersbalanced.com/32-revision-120/',0,'revision','',0),(683,1,'2012-12-27 18:34:33','2012-12-27 18:34:33','[jbox color=\"blue\" ] <span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n\r\nFinancial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.\r\n<ul>\r\n	<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\r\n	<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability    [/jbox]</li>\r\n</ul>\r\n[jbox color=\"green\" ]\r\n\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.        [/jbox]\r\n\r\n[socialring]\r\n\r\n&nbsp;\r\n','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-12-27 18:34:33','2012-12-27 18:34:33','',220,'http://numbersbalanced.com/220-revision-11/',0,'revision','',0),(953,1,'2014-06-30 15:22:49','2014-06-30 14:22:49','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\"text-align:center\">Bookkeeping &amp; Accounts</h1>\n<h5 style=\"text-align:center\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. We take the time to visit each business in order to offer an individual service to you. We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:;color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:22:49','2014-06-30 14:22:49','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(952,1,'2014-06-30 15:21:59','2014-06-30 14:21:59','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" /><h3 class=\"widget-title\">About Us</h3>			<h1 style=\"text-align:center\">Bookkeeping &amp; Accounts</h1>\n<h5 style=\"text-align:center\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. We take the time to visit each business in order to offer an individual service to you. We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:;color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:21:59','2014-06-30 14:21:59','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(946,1,'2014-06-30 14:35:56','2014-06-30 13:35:56','<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\"><img class=\"alignleft  wp-image-705\" src=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\" alt=\"yoda4\" width=\"291\" height=\"410\" /></a>\"TRY NOT; DO OR DO NOT; There is no try .\" ~ Yoda from StarWars\r\n\r\nIf your mind-set is that you will \"try\" to do something, you are setting yourself up for failure by admitting that failing is an option.\r\n\r\nSo the best way to succeed is to eliminate the option of failing in your mind. That\'s the point Yoda is trying to make when he says \"there is no try.\"\r\n\r\nHe means, take the option of failing out of the equation. Luke is unable to do this, and thus is unable to lift the ship with his mind. After he fails, Yoda easily moves the ship out of the swamp with his mind, to prove it can be done. Upon seeing this, Luke says \"I can\'t believe it,\" to which Yoda responds: \"That is why you fail.\" You must believe that you can do something in order to succeed. Don\'t just \"try\" to do it.','Failure is not an option','','inherit','closed','closed','','829-revision-v1','','','2014-06-30 14:35:56','2014-06-30 13:35:56','',829,'http://www.numbersbalanced.com/829-revision-v1/',0,'revision','',0),(1001,1,'2014-06-30 21:12:37','2014-06-30 20:12:37','[jbox color=\"platinum\" ]\r\n\r\n[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"#ffffff\"]\r\n<h4>Stop in and see us!</h4>\r\nSuite 34, 67- 68 Hatton Garden London EC1N 8JY\r\n\r\n[/iconbox]\r\n\r\nAddress:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 34,</strong>\r\n<strong>67- 68 Hatton Garden</strong>\r\n<strong>London EC1N 8JY</strong>\r\n\r\nTelephone: <strong>+44 7799 485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form on the right:\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2014-06-30 21:12:37','2014-06-30 20:12:37','',292,'http://www.numbersbalanced.com/292-revision-v1/',0,'revision','',0),(1002,1,'2014-06-30 21:15:56','2014-06-30 20:15:56','[columns] [span6]\r\n\r\n[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"#ffffff\"]\r\n<h4>Stop in and see us!</h4>\r\nSuite 34, 67- 68 Hatton Garden, London, EC1N 8JY\r\n\r\n[/iconbox]\r\n\r\n[/span6][span6]\r\n\r\n[iconbox icon=\"icon-phone\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"#ffffff\"]\r\n<h4>Drop us a line</h4>\r\nWe\'d love to hear from you!\r\n\r\n<strong>+44 7799 485741</strong>\r\n\r\n[/iconbox]\r\n\r\n[/span6][/columns]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2014-06-30 21:15:56','2014-06-30 20:15:56','',292,'http://www.numbersbalanced.com/292-revision-v1/',0,'revision','',0),(948,1,'2014-06-30 15:12:30','2014-06-30 14:12:30','','10-practical-travel-tips-black-business-lady','','inherit','closed','closed','','10-practical-travel-tips-black-business-lady','','','2014-06-30 15:12:30','2014-06-30 14:12:30','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady.jpg',0,'attachment','image/jpeg',0),(682,1,'2012-11-25 17:31:31','2012-11-25 17:31:31','[jbox color=\"blue\" ] <span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n\r\nFinancial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.\r\n<ul>\r\n	<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\r\n	<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability    [/jbox]</li>\r\n</ul>\r\n[jbox color=\"green\" ]\r\n\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.        [/jbox]\r\n\r\n[socialring]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-11-25 17:31:31','2012-11-25 17:31:31','',220,'http://numbersbalanced.com/220-revision-10/',0,'revision','',0),(533,1,'2012-07-14 16:04:28','2012-07-14 15:04:28','','Twitter','','inherit','closed','closed','','521-autosave','','','2012-07-14 16:04:28','2012-07-14 15:04:28','',521,'http://numbersbalanced.com/521-autosave/',0,'revision','',0),(534,1,'2012-04-30 23:32:18','2012-04-30 22:32:18','[jbox color=\"blue\" ]\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by filling in the form on the right, or\r\n\r\nby by phone or email given below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft  wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-04-30 23:32:18','2012-04-30 22:32:18','',292,'http://numbersbalanced.com/292-revision-13/',0,'revision','',0),(885,1,'2014-03-30 20:42:06','2014-03-30 19:42:06','UK BUDGET 2014\r\nThe Chancellor of the Exchequer said \" this is a Budget for Makers, Doers and Savers.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed</li>\r\n</ul>\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2014/03/Budget2014.pdf\">Budget2014</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2014','','inherit','closed','closed','','328-revision-v1','','','2014-03-30 20:42:06','2014-03-30 19:42:06','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(623,1,'2012-08-28 13:18:05','2012-08-28 12:18:05','','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-08-28 13:18:05','2012-08-28 12:18:05','',557,'http://numbersbalanced.com/557-revision-5/',0,'revision','',0),(882,1,'2014-03-25 19:04:00','2014-03-25 19:04:00','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £10,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2013</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.21</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.03</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.72</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">depends on age</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 19:04:00','2014-03-25 19:04:00','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(883,1,'2014-03-25 19:05:16','2014-03-25 19:05:16','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £10,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nNational minimum wage\r\n\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2013</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.21</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.03</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.72</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">depends on age</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 19:05:16','2014-03-25 19:05:16','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(626,1,'2012-10-26 08:39:20','2012-10-26 07:39:20','','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-10-26 08:39:20','2012-10-26 07:39:20','',557,'http://numbersbalanced.com/557-revision-6/',0,'revision','',0),(889,1,'2014-03-30 20:54:57','2014-03-30 19:54:57','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-30 20:54:57','2014-03-30 19:54:57','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(886,1,'2014-03-30 20:44:08','2014-03-30 19:44:08','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">http://numbersbalanced.com/knowledge-base/budget-2014</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-30 20:44:08','2014-03-30 19:44:08','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(637,1,'2012-10-26 08:46:18','2012-10-26 07:46:18','','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-10-26 08:46:18','2012-10-26 07:46:18','',557,'http://numbersbalanced.com/557-revision-7/',0,'revision','',0),(640,1,'2012-11-25 17:13:00','2012-11-25 17:13:00','','bill gates','','inherit','closed','closed','','bill-gates','','','2012-11-25 17:13:00','2012-11-25 17:13:00','',557,'http://numbersbalanced.com/wp-content/uploads/2012/11/bill-gates.jpg',0,'attachment','image/jpeg',0),(890,1,'2014-03-30 20:57:44','2014-03-30 19:57:44','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/?p=328\">http://numbersbalanced.com/?p=328</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-30 20:57:44','2014-03-30 19:57:44','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(644,1,'2012-04-30 23:09:44','2012-04-30 22:09:44','[jbox color=\"blue\" ] <span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n\r\nFinancial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.\r\n<ul>\r\n	<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\r\n	<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability    [/jbox]</li>\r\n</ul>\r\n[jbox color=\"green\" ]\r\n\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.        [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-04-30 23:09:44','2012-04-30 22:09:44','',220,'http://numbersbalanced.com/220-revision-9/',0,'revision','',0),(685,1,'2012-05-05 17:59:04','2012-05-05 16:59:04','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2012\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge base/Budget 2012\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2012-05-05 17:59:04','2012-05-05 16:59:04','',32,'http://numbersbalanced.com/32-revision-109/',0,'revision','',0),(645,1,'2013-11-19 17:46:31','2013-11-19 17:46:31','','Blog','','inherit','closed','closed','','557-autosave-v1','','','2013-11-19 17:46:32','2013-11-19 17:46:32','',557,'http://numbersbalanced.com/557-autosave/',0,'revision','',0),(646,1,'2012-10-29 13:13:55','2012-10-29 13:13:55','[socialring]','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-10-29 13:13:55','2012-10-29 13:13:55','',557,'http://numbersbalanced.com/557-revision-8/',0,'revision','',0),(647,1,'2012-11-27 14:21:57','2012-11-27 14:21:57','[socialring]\r\n\r\n“You don’t write because you want to say something, you write because you have something to say.”- F. Scott Fitzgerald\r\n\r\nWelcome to my blogs.\r\n\r\nI hope you find the advice useful.\r\n\r\nAs always , do not hesitate to contact me if you have a question.\r\n\r\nJennifer','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-11-27 14:21:57','2012-11-27 14:21:57','',557,'http://numbersbalanced.com/557-revision-9/',0,'revision','',0),(812,1,'2013-11-19 17:46:43','2013-11-19 17:46:43','','Blog','','inherit','closed','closed','','557-revision-v1','','','2013-11-19 17:46:43','2013-11-19 17:46:43','',557,'http://numbersbalanced.com/557-revision-v1/',0,'revision','',0),(649,1,'2012-05-05 16:34:29','2012-05-05 15:34:29','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2012\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2012\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2012:  31st January 2013[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-05-05 16:34:29','2012-05-05 15:34:29','',77,'http://numbersbalanced.com/77-revision-25/',0,'revision','',0),(757,1,'2012-12-27 18:35:14','2012-12-27 18:35:14','[jbox color=\"blue\" ] <span style=\"text-decoration: underline;\">Financial Accounts</span>\r\n\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.\r\n\r\nFinancial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.\r\n<ul>\r\n	<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\r\n	<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\r\n</ul>\r\nAnd the benefits for you...\r\n<ul>\r\n	<li>You remain compliant and will not face any fines or penalties</li>\r\n	<li>We can identify areas to help reduce your tax liability    [/jbox]</li>\r\n</ul>\r\n[jbox color=\"green\" ]\r\n\r\n<span style=\"text-decoration: underline;\">Management Accounts</span>\r\n\r\nIn this business climate, it is important that you know where your business stands.\r\n\r\nRegular financial information on your business will help you\r\n<ul>\r\n	<li>Analyse recent performance</li>\r\n	<li>identify trends, which will allow you to plan more effectively for the future;</li>\r\n	<li>Make comparisons with forecast or budgets</li>\r\n</ul>\r\nThere is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.\r\n\r\nWe will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.        [/jbox]\r\n\r\n[socialring]','Accounts','','inherit','closed','closed','','220-revision-v1','','','2012-12-27 18:35:14','2012-12-27 18:35:14','',220,'http://numbersbalanced.com/220-revision-v1/',0,'revision','',0),(652,1,'2012-12-26 19:08:11','2012-12-26 19:08:11','','mr bean','','inherit','closed','closed','','mr-bean','','','2012-12-26 19:08:11','2012-12-26 19:08:11','',557,'http://numbersbalanced.com/wp-content/uploads/2012/12/mr-bean.jpg',0,'attachment','image/jpeg',0),(562,1,'2012-05-12 16:38:15','2012-05-12 15:38:15','[jbox color=\"blue\" ]\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or email given below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft  wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" /></a>\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-05-12 16:38:15','2012-05-12 15:38:15','',292,'http://numbersbalanced.com/292-revision-15/',0,'revision','',0),(563,1,'2012-04-30 23:14:39','2012-04-30 22:14:39','[jbox color=\"red\" ] <span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.  </span></span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-04-30 23:14:39','2012-04-30 22:14:39','',229,'http://numbersbalanced.com/229-revision-5/',0,'revision','',0),(566,1,'2012-06-02 15:12:14','2012-06-02 14:12:14','[jbox color=\"red\" ] <span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.  </span></span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-06-02 15:12:14','2012-06-02 14:12:14','',229,'http://numbersbalanced.com/229-revision-8/',0,'revision','',0),(565,1,'2012-06-02 15:11:25','2012-06-02 14:11:25','[jbox color=\"red\" ] <span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.  </span></span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [jcol/] title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton]  [jcol/]  [/jcolumns]\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-06-02 15:11:25','2012-06-02 14:11:25','',229,'http://numbersbalanced.com/229-revision-7/',0,'revision','',0),(564,1,'2012-06-02 15:09:16','2012-06-02 14:09:16','[jbox color=\"red\" ] <span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.  </span></span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [jcol/] title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton]  [jcol/]  title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher [/jcolumns]\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-06-02 15:09:16','2012-06-02 14:09:16','',229,'http://numbersbalanced.com/229-revision-6/',0,'revision','',0),(567,1,'2012-06-02 15:13:08','2012-06-02 14:13:08','[jbox color=\"red\" ] <span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.  </span></span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"1px dotted gray\"] column 1 content [jcol/] column 2 content [jcol/] column 3 content [/jcolumns]\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-06-02 15:13:08','2012-06-02 14:13:08','',229,'http://numbersbalanced.com/229-revision-9/',0,'revision','',0),(568,1,'2012-06-02 15:14:18','2012-06-02 14:14:18','[jbox color=\"red\" ] <span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.  </span></span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns inbordercss=\"1px dotted gray\"] column 1 The Queens is celebrating 60 years on the throne [jcol/] column 2 content [jcol/] column 3 content [/jcolumns]\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-06-02 15:14:18','2012-06-02 14:14:18','',229,'http://numbersbalanced.com/229-revision-10/',0,'revision','',0),(870,1,'2014-03-25 18:08:34','2014-03-25 18:08:34','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£81,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£79,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £79,000, or if you expect it to fall to £79,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2014-03-25 18:08:34','2014-03-25 18:08:34','',89,'http://numbersbalanced.com/89-revision-v1/',0,'revision','',0),(869,1,'2014-03-25 18:06:14','2014-03-25 18:06:14','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nSince 1 April 2012, ALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n	<li>standard rate - 20 per cent</li>\r\n	<li>reduced rate - 5 per cent</li>\r\n	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n	<li>zero-rated</li>\r\n	<li>reduced-rated</li>\r\n	<li>exempt from VAT</li>\r\n	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£81,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£79,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to £79,000, or if you expect it to fall to £79,000 or less in the next 12 months, you can either:\r\n<ul>\r\n	<li>stay registered for VAT</li>\r\n	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Registration threshold for distance selling </span></strong>\r\n\r\nDistance selling is when you sell goods from one European Union (EU) country to customers in another EU country who aren\'t registered - and don\'t have to be registered - for VAT.\r\n<ol start=\"1\">\r\n	<li><strong>Sales into the UK</strong></li>\r\n</ol>\r\nIf you\'re a supplier from another EU country selling to customers who aren\'t registered for VAT in theUK, then until the value of your distance sales goes over theUKdistance selling registration threshold - currently £70,000 - you pay VAT in theMemberStatein which you\'re registered.\r\n\r\nIf the value of your distance sales toUKcustomers in a calendar year from 1 January is more than £70,000, then you must register and account for VAT in theUKas soon as they go over the threshold. You may apply to be registered for your distance sales in theUKbefore they reach the threshold. If your distance sales to theUKinclude excise goods, such as tobacco or alcohol you must register for VAT whatever their value.\r\n\r\nYou can apply to cancel your registration if the annual value of your distance sales to theUKfalls to £70,000 or less and doesn\'t include excise goods or you expect that your distance sales will be less than £70,000 in the current year.\r\n<ol start=\"2\">\r\n	<li><strong>Sales or movements to other EU countries</strong></li>\r\n</ol>\r\nEach EU country has a distance selling threshold. If you are registered for VAT in theUKand supply goods from theUKto customers in another EU country who aren\'t VAT registered, you must charge VAT atUKrates until your sales exceed the threshold for that country. Once they exceed the threshold, you must register for VAT in that country and charge their rate of VAT on the sales. You\'ll have to record your sales for every EU country and check regularly to see if they go over that country\'s threshold.\r\n\r\nYou might transfer your own goods to another part of your organisation, or put them in storage, in another EU country. This is treated as if you\'d made an acquisition there and you\'ll have to account for VAT in that country.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT on acquisitions from EU countries</span></strong>\r\n\r\nYou may have to register for VAT if you acquire goods from other EU countries and you aren\'t already registered for VAT.\r\n\r\n<strong>Registration threshold for acquisitions from other EU countries</strong>\r\n\r\nYou may have to register and account for VAT if you acquire goods (not services) from other EU countries and their total value is over the VAT registration threshold for acquisitions - currently £73,000.\r\n\r\nYou must register if either of the following applies:\r\n<ul>\r\n	<li>at the end of any month, the total value of your acquisitions from all other EU countries in the year, or part of the year, from 1 January exceeded the threshold</li>\r\n	<li>you estimate that the value of your acquisitions in the next 30 days alone will be over the threshold</li>\r\n</ul>\r\nIf you\'re not already registered for VAT you must register as soon as the total value of your acquisitions exceeds, or is expected to exceed, the threshold. You may also register voluntarily where the value of those acquisitions is below the threshold.\r\n\r\nYou can apply to cancel your registration if the annual value of your acquisitions falls to £73,000 or less or you expect your acquisitions to fall below £73,000 in the next year, unless you would be required to be registered in respect of your UK VAT taxable sales.\r\n\r\n<strong>Disposing of assets on which Eighth or Thirteenth Directive refunds have been claimed </strong>\r\n\r\nThe Eighth Directive allows someone registered for VAT in one EU country to reclaim VAT they\'ve paid in another EU country. The Thirteenth Directive allows businesses established outside the EU to reclaim VAT paid within the EU.\r\n\r\nYou\'ll have to register for VAT if you claimed, or intend to claim, a repayment under either of these Directives on goods, and both the following apply:\r\n<ul>\r\n	<li>the goods are business assets - or are incorporated into business assets</li>\r\n	<li>you make a VAT taxable supply of those goods, or intend to make one in the next 30 days</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Threshold for simplified EC Sales Lists</span></strong>\r\n\r\nIf you make supplies of goods to VAT-registered traders in other EU countries, including transfers of your own goods, or you arrange for goods to be delivered direct from your supplier to your customer who is in another EU country, you must complete an EC Sales List (ESL).\r\n\r\nYou may apply to HMRC for permission to submit a simplified annual ESL provided all the following three conditions are met:\r\n<ul>\r\n	<li>your annual VAT taxable turnover does not exceed £72,500</li>\r\n	<li>the annual value of your supplies to other EU countries is not more than £11,000</li>\r\n	<li>the supplies do not include New Means of Transport (boats, aircraft and motorized land vehicles)</li>\r\n</ul>\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2014-03-25 18:06:14','2014-03-25 18:06:14','',89,'http://numbersbalanced.com/89-revision-v1/',0,'revision','',0),(868,1,'2014-03-25 17:59:52','2014-03-25 17:59:52','UK BUDGET 2014\r\nThe Chancellor of the Exchequer said \" this is a Budget for Makers, Doers and Savers.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed</li>\r\n</ul>\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/08/Budget2013.pdf\">Budget2013</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2014','','inherit','closed','closed','','328-revision-v1','','','2014-03-25 17:59:52','2014-03-25 17:59:52','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(867,1,'2014-03-25 17:58:45','2014-03-25 17:58:45','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge-base/budget-2013\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-25 17:58:45','2014-03-25 17:58:45','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(866,1,'2014-03-25 17:44:08','2014-03-25 17:44:08','UK BUDGET 2014\r\nThe Chancellor of the Exchequer said \" this is a Budget for Makers, Doers and Savers.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpaers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpaers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed</li>\r\n</ul>\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/08/Budget2013.pdf\">Budget2013</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2014','','inherit','closed','closed','','328-revision-v1','','','2014-03-25 17:44:08','2014-03-25 17:44:08','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(865,1,'2014-03-25 17:43:35','2014-03-25 17:43:35','UK BUDGET 2014\r\nThe Chancellor of the Exchequer said \" this is\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpaers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpaers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed</li>\r\n</ul>\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/08/Budget2013.pdf\">Budget2013</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2014','','inherit','closed','closed','','328-revision-v1','','','2014-03-25 17:43:35','2014-03-25 17:43:35','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(864,1,'2014-03-25 17:41:32','2014-03-25 17:41:32','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpaers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpaers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge-base/budget-2013\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-25 17:41:32','2014-03-25 17:41:32','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(862,1,'2014-03-25 17:37:02','2014-03-25 17:37:02','UK BUDGET 2014\r\nThe Chancellor of the Exchequer said \" this is a Budget for people who aspire to work hard and get on.\r\nIt’s a Budget for people who realise there are no easy answers to problems built up over many years.\"\r\nSome of the keys points are here.\r\n\r\n<a href=\"http://numbersbalanced.com/knowledge-base/budget-2013/numbersbalanced-budget2013/\" rel=\"attachment wp-att-686\"><img class=\"alignleft size-full wp-image-686\" alt=\"Numbersbalanced-budget2013\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Numbersbalanced-budget2013.jpg\" width=\"999\" height=\"1415\" /></a>You can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/08/Budget2013.pdf\">Budget2013</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2014','','inherit','closed','closed','','328-revision-v1','','','2014-03-25 17:37:02','2014-03-25 17:37:02','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1507,1,'2017-11-29 17:25:34','2017-11-29 17:25:34','<div id=\"pl-124\"  class=\"panel-layout\" ><div id=\"pg-124-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-124-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-124-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.</p>\n<p><strong> Corporation Tax Rates: 19%</strong></p>\n<p>You must pay Corporation Tax on profits from doing business as:</p>\n<ol>\n<li>A limited company;</li>\n<li>Any foreign company with a UK branch or office;</li>\n<li>A club, co-operative or other unincorporated association; e.g. a community group or sports club.</li>\n</ol>\n<p>You don’t get a bill for Corporation Tax.</p>\n<p>There are specific things you must do to work out, pay and report your tax.</p>\n<ol>\n<li>Register for Corporation Tax when you start doing business or restart a dormant business;</li>\n</ol>\n<p>Unincorporated associations must write to HMRC.</p>\n<p>2. Keep Accounting records and prepare a Company Tax Return to work out how much Corporation Tax to pay.</p>\n<p>3.Pay Corporation Tax or Report to HMRC if you have nothing to pay by your deadline</p>\n<p>- this is usually 9 months and 1 day after the end of your ‘accounting period’.</p>\n<p>4.File you Company Tax Return by your deadline- this is usually 12 months after the end of your accounting period.</p>\n<p>Your Accounting Period is normally the same 12 months as the financial year covered by your annual accounts.</p>\n<p> </p>\n<p>Corporation Tax is payable on:</p>\n<p>Taxable profits which include the money your company or association makes from:</p>\n<ul>\n<li>doing business (‘trading profits’)</li>\n<li>investments</li>\n<li>selling assets for more than they cost (‘chargeable gains’)</li>\n</ul>\n<p> </p>\n<p>If your company is based in the UK, it pays Corporation Tax on all its profits from the UK and abroad.</p>\n<p>If your company isn’t based in the UK but has an office or branch here, it only pays Corporation Tax on profits from its UK activities.</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2017-11-29 17:25:34','2017-11-29 17:25:34','',124,'http://www.numbersbalanced.com/124-revision-v1/',0,'revision','',0),(1499,1,'2017-11-29 16:52:56','0000-00-00 00:00:00','“The main thing is to keep the main thing the main thing.”\r\nNever lose sight of the “big picture,” keep the main thing the main thing.\r\nBroken focus is the number one reason people fail. It’s not enough to start off on the right track; You must successfully avoid the unnecessary distractions and attractions of life which aim to sidetrack you.','The Main Thing','','draft','closed','closed','','','','','2017-11-29 16:52:56','2017-11-29 16:52:56','',0,'http://www.numbersbalanced.com/?p=1499',0,'post','',0),(1500,1,'2017-11-29 16:52:56','2017-11-29 16:52:56','“The main thing is to keep the main thing the main thing.”\r\nNever lose sight of the “big picture,” keep the main thing the main thing.\r\nBroken focus is the number one reason people fail. It’s not enough to start off on the right track; You must successfully avoid the unnecessary distractions and attractions of life which aim to sidetrack you.','The Main Thing','','inherit','closed','closed','','1499-revision-v1','','','2017-11-29 16:52:56','2017-11-29 16:52:56','',1499,'http://www.numbersbalanced.com/1499-revision-v1/',0,'revision','',0),(593,1,'2012-05-01 15:48:31','2012-05-01 14:48:31','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\nYou can view my Linkedin Profile here:\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British, Ugandan at Birth</li>\r\n	<li>I did my \'A\' levels in one of the best schools in Uganda <a href=\"http://www.gayazahs.co.ug\">www.gayazahs.sc.ug</a></li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-05-01 15:48:31','2012-05-01 14:48:31','',62,'http://numbersbalanced.com/62-revision-24/',0,'revision','',0),(923,1,'2014-06-30 13:23:24','2014-06-30 12:23:24','','Numbers Balanced Retina Logo','','inherit','closed','closed','','numbers-balanced-retina-logo','','','2014-06-30 13:23:24','2014-06-30 12:23:24','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/06/Numbers-Balanced-Retina-Logo.png',0,'attachment','image/png',0),(924,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','924','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',0,'http://www.numbersbalanced.com/?p=924',1,'nav_menu_item','',0),(925,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','925','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',0,'http://www.numbersbalanced.com/?p=925',2,'nav_menu_item','',0),(926,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','926','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',0,'http://www.numbersbalanced.com/?p=926',3,'nav_menu_item','',0),(927,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','927','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',0,'http://www.numbersbalanced.com/?p=927',4,'nav_menu_item','',0),(928,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','928','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',5,'http://www.numbersbalanced.com/?p=928',5,'nav_menu_item','',0),(929,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','929','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',5,'http://www.numbersbalanced.com/?p=929',6,'nav_menu_item','',0),(930,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','930','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',5,'http://www.numbersbalanced.com/?p=930',7,'nav_menu_item','',0),(931,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','931','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',5,'http://www.numbersbalanced.com/?p=931',8,'nav_menu_item','',0),(932,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','932','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',5,'http://www.numbersbalanced.com/?p=932',9,'nav_menu_item','',0),(922,1,'2014-06-30 13:23:10','2014-06-30 12:23:10','','Numbers Balanced Small Logo','','inherit','closed','closed','','numbers-balanced-small-logo','','','2014-06-30 13:23:10','2014-06-30 12:23:10','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/06/Numbers-Balanced-Small-Logo.png',0,'attachment','image/png',0),(596,1,'2012-05-13 15:45:13','2012-05-13 14:45:13','','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-05-13 15:45:13','2012-05-13 14:45:13','',557,'http://numbersbalanced.com/557-revision-3/',0,'revision','',0),(600,1,'2012-08-28 13:03:10','2012-08-28 12:03:10','','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-08-28 13:03:10','2012-08-28 12:03:10','',557,'http://numbersbalanced.com/557-revision-4/',0,'revision','',0),(664,1,'2012-12-27 18:02:50','2012-12-27 18:02:50','','main','','inherit','closed','closed','','main','','','2012-12-27 18:02:50','2012-12-27 18:02:50','',557,'http://numbersbalanced.com/wp-content/uploads/2012/12/main.jpg',0,'attachment','image/jpeg',0),(667,1,'2012-12-27 18:11:00','2012-12-27 18:11:00','','ladder','','inherit','closed','closed','','lad-text-outlined-300x450','','','2014-09-05 11:45:41','2014-09-05 10:45:41','',0,'http://numbersbalanced.com/wp-content/uploads/2012/12/lad-text-outlined-300x450.png',0,'attachment','image/png',0),(660,1,'2012-12-27 17:57:14','2012-12-27 17:57:14','','Schedule Your Priorities','','inherit','closed','closed','','priority-matrix','','','2016-08-12 16:47:59','2016-08-12 15:47:59','',557,'http://numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg',0,'attachment','image/jpeg',0),(1204,1,'2016-08-16 13:51:26','2016-08-16 12:51:26','When you go the extra mile — whether it’s at work, on a project at home, in an activity, or in your business — you really stand out.\r\nLarry Page, the CEO of Google says “always deliver more than expected”. This is called the “WOW” factor. And Google does just that!\r\nYou should continually seek ways to exceed your customer’s expectations,\r\nAnd they will talk about your business, tell their friends and bring in new customers, and keep coming back.','Go The Extra Mile','','inherit','closed','closed','','1202-revision-v1','','','2016-08-16 13:51:26','2016-08-16 12:51:26','',1202,'http://www.numbersbalanced.com/1202-revision-v1/',0,'revision','',0),(879,1,'2014-03-25 18:40:30','2014-03-25 18:40:30','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156 per week\r\n£675 per month\r\n£10,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 18:40:30','2014-03-25 18:40:30','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1208,1,'2016-08-16 13:58:46','2016-08-16 12:58:46','<a href=\"http://www.numbersbalanced.com/go-the-extra-mile/google-ceo-2/\" rel=\"attachment wp-att-1207\"><img class=\"alignleft size-full wp-image-1207\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/google-ceo-1.jpg\" alt=\"Go the extra mile\" width=\"480\" height=\"271\" /></a>When you go the extra mile — whether it’s at work, on a project at home, in an activity, or in your business — you really stand out.\r\nLarry Page, the CEO of Google says “always deliver more than expected”. This is called the “WOW” factor. And Google does just that!\r\nYou should continually seek ways to exceed your customer’s expectations,\r\nAnd they will talk about your business, tell their friends and bring in new customers, and keep coming back.','Go The Extra Mile','','inherit','closed','closed','','1202-revision-v1','','','2016-08-16 13:58:46','2016-08-16 12:58:46','',1202,'http://www.numbersbalanced.com/1202-revision-v1/',0,'revision','',0),(1205,1,'2016-08-16 13:54:40','2016-08-16 12:54:40','[caption id=\"attachment_1203\" align=\"alignleft\" width=\"480\"]<a href=\"http://www.numbersbalanced.com/go-the-extra-mile/google-ceo/\" rel=\"attachment wp-att-1203\"><img class=\"size-full wp-image-1203\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/google-ceo.jpg\" alt=\"Go the Extra Mile\" width=\"480\" height=\"360\" /></a> Go the Extra Mile[/caption]\r\n\r\nWhen you go the extra mile — whether it’s at work, on a project at home, in an activity, or in your business — you really stand out.\r\nLarry Page, the CEO of Google says “always deliver more than expected”. This is called the “WOW” factor. And Google does just that!\r\nYou should continually seek ways to exceed your customer’s expectations,\r\nAnd they will talk about your business, tell their friends and bring in new customers, and keep coming back.','Go The Extra Mile','','inherit','closed','closed','','1202-revision-v1','','','2016-08-16 13:54:40','2016-08-16 12:54:40','',1202,'http://www.numbersbalanced.com/1202-revision-v1/',0,'revision','',0),(1493,1,'2017-11-29 16:42:31','0000-00-00 00:00:00','ACCOUNTABILITY: The obligation of an individual or organization to account for its activities, accept responsibility for them, and to disclose the results in a transparent manner.\r\nIt also includes the responsibility for money or other entrusted property.\r\nAccountability = ( Responsibility + results ) trust.\r\nWhether you are a parent, a child, employee or employer, Accountabilty is ESSENTIAL in a healthy society, home or business.\r\nWhere do you stand on the ladder?\r\n\r\nAs an individual or business there is need for a level of accountability to ensure your life or business is governed above board.\r\nAccounting is part of the business systems every business must have to help manage the resources and processes.\r\nYou can only tell the health of the company if it has a correct Accounting system in place. And someone is responsible and can be held accountable for the business\' performance. A business should have clear accounting structures.\r\nAccounting enhances accountability - Accounting produces the much needed financial performance reporting which the Directors can use to make decisions.\r\nAccounting tells the health of a business - Before any investor gets involved in a business, they check the health status of the business they are about to invest in.\r\nAccuracy in Accounting is critical - With wrong data, wrong decisions are made. No one can be brought to account. It is costly to make decisions based on incomplete or wrong information.\r\nAccountability is for the entire workforce - Sometimes people assume that the finance people by virtue of dealing with accounts need to be accountable. Everyone has to account for what they do, how they do it and why.','Accountability','','draft','closed','closed','','','','','2017-11-29 16:42:31','2017-11-29 16:42:31','',0,'http://www.numbersbalanced.com/?p=1493',0,'post','',0),(1494,1,'2017-11-29 16:42:31','2017-11-29 16:42:31','ACCOUNTABILITY: The obligation of an individual or organization to account for its activities, accept responsibility for them, and to disclose the results in a transparent manner.\r\nIt also includes the responsibility for money or other entrusted property.\r\nAccountability = ( Responsibility + results ) trust.\r\nWhether you are a parent, a child, employee or employer, Accountabilty is ESSENTIAL in a healthy society, home or business.\r\nWhere do you stand on the ladder?\r\n\r\nAs an individual or business there is need for a level of accountability to ensure your life or business is governed above board.\r\nAccounting is part of the business systems every business must have to help manage the resources and processes.\r\nYou can only tell the health of the company if it has a correct Accounting system in place. And someone is responsible and can be held accountable for the business\' performance. A business should have clear accounting structures.\r\nAccounting enhances accountability - Accounting produces the much needed financial performance reporting which the Directors can use to make decisions.\r\nAccounting tells the health of a business - Before any investor gets involved in a business, they check the health status of the business they are about to invest in.\r\nAccuracy in Accounting is critical - With wrong data, wrong decisions are made. No one can be brought to account. It is costly to make decisions based on incomplete or wrong information.\r\nAccountability is for the entire workforce - Sometimes people assume that the finance people by virtue of dealing with accounts need to be accountable. Everyone has to account for what they do, how they do it and why.','Accountability','','inherit','closed','closed','','1493-revision-v1','','','2017-11-29 16:42:31','2017-11-29 16:42:31','',1493,'http://www.numbersbalanced.com/1493-revision-v1/',0,'revision','',0),(888,1,'2014-03-30 20:53:04','2014-03-30 19:53:04','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpayers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpayers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=<a href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">http://numbersbalanced.com/knowledge-base/budget-2014</a>] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-30 20:53:04','2014-03-30 19:53:04','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(610,1,'2012-10-26 08:08:35','2012-10-26 07:08:35','','4colours','','inherit','closed','closed','','4colours','','','2012-10-26 08:08:35','2012-10-26 07:08:35','',557,'http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg',0,'attachment','image/jpeg',0),(1496,1,'2017-11-29 16:47:59','2017-11-29 16:47:59','1) Be Approachable.\r\nIf Kirk has an office on the starship Enterprise, we never see it. He spends his time in a chair in the middle of a circular room, surrounded by his top deputies. He is in touch with everything, and he is very approachable when his staff bring him information.\r\n2) Your Team should have multiple skills\r\n‘Diversity’ in business usually means ethnic, gender, age and ability when it comes to recruiting. Kirk also has surrounded himself with officers representing a variety of backgrounds and talents. Uhura speaks many languages. Spock is a scientist. Sulu is an ace pilot and a swordsman. Build a team representing a host of skills.\r\n3) Surround yourself with people you trust, and who are different from yourself\r\nKirk and Spock could not be more different. Spock is emotionless (or tries to be) and spouts rules and regulations. Kirk is a swashbuckling commander who looks for rules to break. They make up for each other\'s weaknesses, pull each other toward the center, and are stronger together than apart. The key to making the relationship work is the unshakable trust both men have in each other.\r\n4) Don\'t let technology dominate your actions.\r\nThe Enterprise has a talking computer, tricorders and medical scanners. But the officers know when to turn away from the gadgets and make decisions based on their own intelligence, skill and intuition.\r\n5) Have someone close to you who isn\'t afraid to tell you off.\r\n\"Bones\" McCoy is loyal to Kirk and an off-duty drinking buddy, but he doesn\'t shy away from telling his captain when he\'s wrong. And Kirk listens.\r\n6) Don\'t let your chain of command keep you from getting the best advice.\r\nThe Enterprise is run under a military hierarchy, but Kirk encourages his crew to speak up when they have important information or advice.\r\n7) Know your adversary.\r\nMany \"Star Trek\" episodes begin with the Enterprise in deadly peril from some alien race and end with a breakthrough of understanding by Kirk and his crew that saves the day. They could just fire away with all phasers (and sometimes they do), but more often they take the time to know what hidden issues their adversaries are dealing with and turn enemies into friends. Kirk is a two-fisted captain and a fierce warrior, but he also is a diplomat.\r\n8) Don\'t ask your Staff to do what you wouldn\'t do.\r\nKirk\'s willingness to place himself in harm\'s way alongside his shipmates demonstrates that he wouldn\'t ask them to take on tasks riskier than he himself would face.\r\n9) Find people who underpromise and overdeliver.\r\nScotty is always telling Kirk that \"I canna give you more than Warp 3\" when the Enterprise engines break down. Kirk usually smirks when he hears that, knowing that his chief engineer will have the engines going full blast in no time.\r\n10) Keep the Head office at arm\'s length.\r\nKirk reports to Starfleet. But he is the captain of the Enterprise. He is the man in charge at the scene, light years away from the bosses. He generally follows orders from his admirals (with some notable exceptions) but he allows himself a lot of leeway in how he interprets those orders. And the results are better -- both for his ship and for his superiors -- than if he had simply slavishly followed instructions from headquarters.','Leadership lessons from star trek','','inherit','closed','closed','','1495-revision-v1','','','2017-11-29 16:47:59','2017-11-29 16:47:59','',1495,'http://www.numbersbalanced.com/1495-revision-v1/',0,'revision','',0),(877,1,'2014-03-25 18:39:29','2014-03-25 18:39:29','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156 per week\r\n£675 per month\r\n£8,105 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £3866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 18:39:29','2014-03-25 18:39:29','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(878,1,'2014-03-25 18:40:14','2014-03-25 18:40:14','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156 per week\r\n£675 per month\r\n£10,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £3866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 18:40:14','2014-03-25 18:40:14','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(881,1,'2014-03-25 19:02:35','2014-03-25 19:02:35','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\"> £10,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2013</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.21</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.03</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.72</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">depends on age</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 19:02:35','2014-03-25 19:02:35','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(880,1,'2014-03-25 18:51:39','2014-03-25 18:51:39','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156 per week\r\n£675 per month\r\n£10,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2013</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.21</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.03</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.72</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">depends on age</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 18:51:39','2014-03-25 18:51:39','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(876,1,'2014-03-25 18:39:28','2014-03-25 18:39:28','Income Tax\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates, thresholds and codes</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2014-15</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>PAYE tax threshold</strong></td>\r\n<td valign=\"top\" width=\"10\">£156 per week\r\n£675 per month\r\n£8,105 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,865</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £3866 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">50%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Emergency tax code</strong></td>\r\n<td valign=\"top\" width=\"10\">747L</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h1>National minimum wage</h1>\r\nThe rates below apply from 1 October 2013 and are likely to change again on 1 October 2012.\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2011</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.08</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.98</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18 (but above compulsory school age)</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.68</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged 19 and over, but in the first year of their   apprenticeship</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.60</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2014-03-25 18:39:28','2014-03-25 18:39:28','',92,'http://numbersbalanced.com/92-revision-v1/',0,'revision','',0),(698,1,'2013-03-22 09:10:31','2013-03-22 09:10:31','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"<a href=\"http://numbersbalanced.com/knowledge base/Budget 2013\">http://numbersbalanced.com/knowledge base/Budget 2013</a>\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-03-22 09:10:31','2013-03-22 09:10:31','',32,'http://numbersbalanced.com/32-revision-119/',0,'revision','',0),(758,1,'2017-11-29 23:00:32','2017-11-29 23:00:32','The Chancellor presented his Budget to Parliament on 22nd November 2017\n\n<strong><span style=\"color: #ff0000;\">CLICK HERE FOR THE TAX DATACARD</span></strong>: http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf\n\n<strong>Here\'s a summary of what was announced.</strong>\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\n4. £425 million investment in the NHS in the next three years\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\n6. £300 million investment for new academic research placements\n7. Loans for part time and doctoral students from 2018\n8. £536 million for new free schools and to maintain existing schools\n9. Free transport for children from poorer families who go to selective schools\n10. Tax-Free Childcare will soon be available to working parents\n11. New ways to protect consumer from un necessary costs and inefficiencies.\n12. £270 million to launch the Industrial Strategy Challenge Fund\n13. Improving transport with the National Productivity Investment Fund\n14. A new strategy to make the UK a world leader in 5G technology\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\n16. The Lifetime ISA will be available from 6 April this year\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\n19. £435 million to support businesses affected by the business rates relief revaluation\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\n\n&nbsp;\n\n<span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span>\n\n&nbsp;\n\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-autosave-v1','','','2017-11-29 23:00:32','2017-11-29 23:00:32','',328,'http://numbersbalanced.com/328-autosave-v1/',0,'revision','',0),(1176,1,'2016-06-17 14:26:19','2016-06-17 13:26:19','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 83,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/budget2016/\">Budget2016</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-06-17 14:26:19','2016-06-17 13:26:19','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1157,1,'2016-06-12 19:57:40','2016-06-12 18:57:40','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2015/03/Budget2015.pdf\">Budget2015</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-06-12 19:57:40','2016-06-12 18:57:40','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(699,1,'2013-03-22 08:51:41','2013-03-22 08:51:41','UK BUDGET 2013\r\nThe Chancellor of the Exchequer said \" this is a Budget for people who aspire to work hard and get on.\r\nIt’s a Budget for people who realise there are no easy answers to problems built up over many years.\"\r\nSome of the keys points are here.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Budget2012.pdf\">Budget2012</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2013','','inherit','closed','closed','','328-revision-v1','','','2013-03-22 08:51:41','2013-03-22 08:51:41','',328,'http://numbersbalanced.com/328-revision-10/',0,'revision','',0),(759,1,'2013-08-25 18:13:42','2013-08-25 17:13:42','UK BUDGET 2013\r\nThe Chancellor of the Exchequer said \" this is a Budget for people who aspire to work hard and get on.\r\nIt’s a Budget for people who realise there are no easy answers to problems built up over many years.\"\r\nSome of the keys points are here.\r\n\r\n<a href=\"http://numbersbalanced.com/knowledge-base/budget-2013/numbersbalanced-budget2013/\" rel=\"attachment wp-att-686\"><img class=\"alignleft size-full wp-image-686\" alt=\"Numbersbalanced-budget2013\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Numbersbalanced-budget2013.jpg\" width=\"999\" height=\"1415\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2013','','inherit','closed','closed','','328-revision-v1','','','2013-08-25 18:13:42','2013-08-25 17:13:42','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(700,1,'2013-03-22 09:16:24','2013-03-22 09:16:24','UK BUDGET 2013\r\nThe Chancellor of the Exchequer said \" this is a Budget for people who aspire to work hard and get on.\r\nIt’s a Budget for people who realise there are no easy answers to problems built up over many years.\"\r\nSome of the keys points are here.\r\n\r\n<a href=\"http://numbersbalanced.com/knowledge-base/budget-2013/numbersbalanced-budget2013/\" rel=\"attachment wp-att-686\"><img class=\"alignleft size-full wp-image-686\" alt=\"Numbersbalanced-budget2013\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Numbersbalanced-budget2013.jpg\" width=\"999\" height=\"1415\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Budget2012.pdf\">Budget2012</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2013','','inherit','closed','closed','','328-revision-v1','','','2013-03-22 09:16:24','2013-03-22 09:16:24','',328,'http://numbersbalanced.com/328-revision-11/',0,'revision','',0),(860,1,'2014-03-25 17:24:05','2014-03-25 17:24:05','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000.</li>\r\n</ul>\r\nFor Doers:\r\n<table width=\"326\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup><col width=\"230\" /> <col width=\"96\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"230\" height=\"17\">PERSONAL   TAX</td>\r\n<td width=\"96\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Income Tax</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Up to £31,865</td>\r\n<td>20%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">£31866 to £ 150,000</td>\r\n<td>40%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Over £ 150,000</td>\r\n<td>45%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Dividends</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Savings &amp; Basic Rate   Taxpayers</td>\r\n<td>10%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Higher Rate Taxpaers</td>\r\n<td>32.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Additional Rate Taxpaers</td>\r\n<td>37.50%</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">PERSONAL ALLOWANCE</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\">Basic Personal Allowance</td>\r\n<td>£10,000</td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor Savers\r\n<ul>\r\n	<li>ISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.</li>\r\n	<li>Tax restrictions on Pensioners accessing their pension pots are removed.</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge-base/budget-2013\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-25 17:24:05','2014-03-25 17:24:05','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(959,1,'2014-06-30 15:47:09','2014-06-30 14:47:09','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nFor Doers:\n\nPERSONAL TAX\n\nIncome Tax\n\nUp to £31,86520%\n\n£31866 to £ 150,00040%\n\nOver £ 150,00045%\n\nDividends\n\nSavings &amp; Basic Rate   Taxpayers10%\n\nHigher Rate Taxpayers32.50%\n\nAdditional Rate Taxpayers37.50%\n\nPERSONAL ALLOWANCE\n\nBasic Personal Allowance£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:47:09','2014-06-30 14:47:09','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(950,1,'2014-06-30 15:19:01','2014-06-30 14:19:01','&nbsp;<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />\n\n<h1 style=\"  text-align:center;\">Bookkeeping & Accounts</h1><h5 style=\"  text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.</h5><a href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\">Contact Us </a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:19:01','2014-06-30 14:19:01','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(951,1,'2014-06-30 15:20:02','2014-06-30 14:20:02','&nbsp;<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />\n\n<h1 style=\"  text-align:center;\">Bookkeeping & Accounts</h1><h5 style=\"  text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.</h5><a href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\">Contact Us </a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:20:02','2014-06-30 14:20:02','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(713,1,'2012-12-25 12:07:15','2012-12-25 12:07:15','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2013\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2013\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2012: 31st October 2012\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2012:  31st January 2013[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2012          ( 19 July 2012 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2012  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2013     ( 19 January 2013  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2013          ( 19  April 2013  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/02/tax.jpg\"><img class=\"alignleft  wp-image-312\" title=\"tax\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/02/tax.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2012-12-25 12:07:15','2012-12-25 12:07:15','',77,'http://numbersbalanced.com/77-revision-26/',0,'revision','',0),(823,1,'2013-11-19 19:32:21','2013-11-19 19:32:21','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2013\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2013\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2013: 31st October 2013\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2013:  31st January 2014[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2013           ( 19 July 2013 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2013  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2014     ( 19 January 2014  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2014          ( 19  April 2014  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2013-11-19 19:32:21','2013-11-19 19:32:21','',77,'http://numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1505,1,'2017-11-29 17:19:29','2017-11-29 17:19:29','<div id=\"pl-1505\"  class=\"panel-layout\" ><div id=\"pg-1505-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1505-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1505-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-1505-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 17:19:29','2017-11-29 17:19:29','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1504,1,'2017-11-29 17:18:28','2017-11-29 17:18:28','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p> </p>\n<table style=\"height: 93px;\" border=\"1\" width=\"447\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><b> </b></td>\n<td valign=\"top\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\n</div>\n</div></div><div id=\"panel-82-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 17:18:28','2017-11-29 17:18:28','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(716,1,'2013-06-14 13:28:44','2013-06-14 12:28:44','','Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452','','inherit','closed','closed','','star-trek-into-darkness-official-teaser-trailer-realesed-625x452','','','2013-06-14 13:28:44','2013-06-14 12:28:44','',0,'http://numbersbalanced.com/wp-content/uploads/2013/06/Star-Trek-Into-Darkness-Official-Teaser-Trailer-realesed-625x452.jpg',0,'attachment','image/jpeg',0),(1503,1,'2017-11-29 17:18:27','2017-11-29 17:18:27','<div id=\"pl-1503\"  class=\"panel-layout\" ><div id=\"pg-1503-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1503-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1503-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-1503-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p> </p>\n<table style=\"height: 93px;\" border=\"1\" width=\"447\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><b> </b></td>\n<td valign=\"top\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"> </td>\n<td valign=\"top\" width=\"10\"> </td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\n</div>\n</div></div><div id=\"panel-1503-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 17:18:28','2017-11-29 17:18:28','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1502,1,'2017-11-29 17:07:30','2017-11-29 17:07:30','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n</div>\n</div></div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2><span style=\"font-size: large;\">Allowable Business Expenses</span></h2>\n<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if<br /> </span><span style=\"color: #000000;\"> </span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span></p>\n<p><span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span></p>\n<p><span style=\"color: #000000;\"> 1) income tax of the self-employed person </span></p>\n<p><span style=\"color: #000000;\">2) income tax deductions for employees </span></p>\n<p><span style=\"color: #000000;\">3) personal consumption </span></p>\n<p><span style=\"color: #000000;\">4) personal drawings </span></p>\n<p><span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span></p>\n<p><span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span></p>\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\n<ul>\n<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\n<li><span style=\"color: #000000;\">Spectacles</span></li>\n<li><span style=\"color: #000000;\">Car service and repairs</span></li>\n<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\n<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\n<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\n</ul>\n<p> </p>\n<p><span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a></p>\n</div>\n</div></div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 17:07:30','2017-11-29 17:07:30','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(899,1,'2014-06-24 11:18:48','2014-06-24 10:18:48','<span style=\"text-decoration: underline;\"><strong>Five leadership lessons you can learn from Batman.</strong></span>\r\n\r\n1. Organizations Need To Be Built Around Ideas, Not People;\r\n\r\n2. Actions Matter More Than Intentions;\r\n\r\n3. Trust People with being able to handle The Truth;\r\n\r\n4. You need to risk Failure in order to Succeed;\r\n\r\n5. When You Do Fail, Don’t Let It Destroy you.','Leadership Lessons from Batman','','publish','closed','closed','','leadership-lessons-from-batman','','','2017-11-29 14:15:52','2017-11-29 14:15:52','',0,'http://numbersbalanced.com/?p=899',0,'post','',0),(892,1,'2014-03-30 21:06:26','2014-03-30 20:06:26','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n<table width=\"584\" border=\"1\" cellspacing=\"2\" cellpadding=\"2\">\r\n<tbody>\r\n<tr>\r\n<td width=\"107\"><strong>Number of years</strong></td>\r\n<td width=\"190\"><strong>Name of company</strong></td>\r\n<td width=\"164\"><strong>Industry</strong></td>\r\n<td width=\"256\"><strong>Title</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>8</strong></td>\r\n<td>Reisman &amp; Co.</td>\r\n<td>Chartered Accountants</td>\r\n<td>Accountants</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Church of England Newspaper</td>\r\n<td>Publishers</td>\r\n<td>Subscriptions Manager</td>\r\n</tr>\r\n<tr>\r\n<td><strong>1</strong></td>\r\n<td>Pricewaterhousecoopers</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Information Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Arthur Andersen LLP</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Fairfax Meadow Ltd(Hillsdown Holdings)</td>\r\n<td>Food &amp; Distribution</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Parc Ltd (Dresdner Bank)</td>\r\n<td>Financial Services</td>\r\n<td>Assistant Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Sherman, Bass &amp; Trent</td>\r\n<td>Chartered Accountants</td>\r\n<td>Trainee &amp; Semi senior accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Shell Plc</td>\r\n<td>Oil Industry</td>\r\n<td>Assistant Statistician</td>\r\n</tr>\r\n<tr>\r\n<td><strong>31</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td nowrap=\"nowrap\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong>\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion &amp; the races; I love Wimbledon.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>\r\n<h3>Other things I indulge in are Theatre, Travel and Chocolate.[/jbox]</h3>\r\n</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2014-03-30 21:06:26','2014-03-30 20:06:26','',62,'http://numbersbalanced.com/62-revision-v1/',0,'revision','',0),(724,1,'2012-07-20 07:23:04','2012-07-20 06:23:04','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/Experience.jpg\"><img class=\"alignnone  wp-image-263\" title=\"Experience\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Experience.jpg\" alt=\"\" /></a>\r\n\r\nHere are my skills:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" alt=\"\" /></a>\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2012-07-20 07:23:04','2012-07-20 06:23:04','',62,'http://numbersbalanced.com/62-revision-26/',0,'revision','',0),(895,1,'2014-04-26 18:25:22','2014-04-26 17:25:22','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date with over 30 years experience.\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion &amp; the races; I love Wimbledon.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>\r\n<h3>Other things I indulge in are Theatre, Travel and Chocolate.[/jbox]</h3>\r\n</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2014-04-26 18:25:22','2014-04-26 17:25:22','',62,'http://numbersbalanced.com/62-revision-v1/',0,'revision','',0),(726,1,'2012-05-13 16:23:07','2012-05-13 15:23:07','[jbox color=\"blue\" ]\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or email given below:\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/03/contact.jpg\"><img class=\"alignleft  wp-image-299\" title=\"contact\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/contact.jpg\" alt=\"\" /></a>\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2012-05-13 16:23:07','2012-05-13 15:23:07','',292,'http://numbersbalanced.com/292-revision-16/',0,'revision','',0),(731,1,'2012-05-01 16:29:01','2012-05-01 15:29:01','[jbox color=\"dark gray\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2012-05-01 16:29:01','2012-05-01 15:29:01','',273,'http://numbersbalanced.com/273-revision-17/',0,'revision','',0),(732,1,'2012-05-01 16:01:05','2012-05-01 15:01:05','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the following pages:\r\n<ol>\r\n	<li>Bookkeping</li>\r\n	<li>Accounts</li>\r\n	<li>Payroll</li>\r\n	<li>Credit Control</li>\r\n	<li>Cashflow Management</li>\r\n</ol>\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2012-05-01 16:01:05','2012-05-01 15:01:05','',5,'http://numbersbalanced.com/5-revision-38/',0,'revision','',0),(733,1,'2013-06-25 20:09:19','2013-06-25 19:09:19','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Plan your work. Work your plan\" Margaret Thatcher[/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge-base/budget-2013\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-06-25 20:09:19','2013-06-25 19:09:19','',32,'http://numbersbalanced.com/32-revision-121/',0,'revision','',0),(734,1,'2012-05-07 20:37:34','2012-05-07 19:37:34','[jbox color=\"platinum\" ] As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\nThese tasks form the solid foundation of your small business accounting system.\r\n\r\n[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Debits__Credits.jpg\"><img class=\"aligncenter size-full wp-image-515\" title=\"Debits_&amp;_Credits\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Debits__Credits.jpg\" alt=\"\" width=\"499\" height=\"352\" /></a>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2012-05-07 20:37:34','2012-05-07 19:37:34','',17,'http://numbersbalanced.com/17-revision-21/',0,'revision','',0),(736,1,'2013-07-09 15:25:42','2013-07-09 14:25:42','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n<table width=\"584\" border=\"1\" cellspacing=\"2\" cellpadding=\"2\">\r\n<tbody>\r\n<tr>\r\n<td width=\"107\"><strong>Number of years</strong></td>\r\n<td width=\"190\"><strong>Name of company</strong></td>\r\n<td width=\"164\"><strong>Industry</strong></td>\r\n<td width=\"256\"><strong>Title</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>7</strong></td>\r\n<td>Reisman &amp; Co.</td>\r\n<td>Chartered Accountants</td>\r\n<td>Accountants</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Church of England Newspaper</td>\r\n<td>Publishers</td>\r\n<td>Subscriptions Manager</td>\r\n</tr>\r\n<tr>\r\n<td><strong>1</strong></td>\r\n<td>Pricewaterhousecoopers</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Information Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Arthur Andersen LLP</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Fairfax Meadow Ltd(Hillsdown Holdings)</td>\r\n<td>Food &amp; Distribution</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Parc Ltd (Dresdner Bank)</td>\r\n<td>Financial Services</td>\r\n<td>Assistant Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Sherman, Bass &amp; Trent</td>\r\n<td>Chartered Accountants</td>\r\n<td>Trainee &amp; Semi senior accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Shell Uganda Ltd</td>\r\n<td>Oil Industry</td>\r\n<td>Assistant Statistician</td>\r\n</tr>\r\n<tr>\r\n<td><strong>30</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td nowrap=\"nowrap\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> Here are my skills:</strong>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" alt=\"\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" /></a>\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion &amp; the races; I love Wimbledon.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>\r\n<h3>Other things I indulge in are Theatre, Travel and Chocolate.[/jbox]</h3>\r\n</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2013-07-09 15:25:42','2013-07-09 14:25:42','',62,'http://numbersbalanced.com/62-revision-28/',0,'revision','',0),(735,1,'2013-06-25 19:30:35','2013-06-25 18:30:35','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n<table width=\"584\" border=\"1\" cellspacing=\"2\" cellpadding=\"2\">\r\n<tbody>\r\n<tr>\r\n<td width=\"107\"><strong>Number of years</strong></td>\r\n<td width=\"190\"><strong>Name of company</strong></td>\r\n<td width=\"164\"><strong>Industry</strong></td>\r\n<td width=\"256\"><strong>Title</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>6</strong></td>\r\n<td>Reisman &amp; Co.</td>\r\n<td>Chartered Accountants</td>\r\n<td>Accountants</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Church of England Newspaper</td>\r\n<td>Publishers</td>\r\n<td>Subscriptions Manager</td>\r\n</tr>\r\n<tr>\r\n<td><strong>1</strong></td>\r\n<td>Pricewaterhousecoopers</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Information Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Arthur Andersen LLP</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Fairfax Meadow Ltd(Hillsdown Holdings)</td>\r\n<td>Food &amp; Distribution</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Parc Ltd (Dresdner Bank)</td>\r\n<td>Financial Services</td>\r\n<td>Assistant Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Sherman, Bass &amp; Trent</td>\r\n<td>Chartered Accountants</td>\r\n<td>Trainee &amp; Semi senior accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Shell Uganda Ltd</td>\r\n<td>Oil Industry</td>\r\n<td>Assistant Statistician</td>\r\n</tr>\r\n<tr>\r\n<td><strong>29</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td nowrap=\"nowrap\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> Here are my skills:</strong>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" alt=\"\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" /></a>\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion, not the races!</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>\r\n<h3>Other things I indulge in are Golf, Theatre, Travel and Chocolate.[/jbox]</h3>\r\n</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2013-06-25 19:30:35','2013-06-25 18:30:35','',62,'http://numbersbalanced.com/62-revision-27/',0,'revision','',0),(765,1,'2013-09-17 21:24:21','2013-09-17 20:24:21','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n<table width=\"584\" border=\"1\" cellspacing=\"2\" cellpadding=\"2\">\r\n<tbody>\r\n<tr>\r\n<td width=\"107\"><strong>Number of years</strong></td>\r\n<td width=\"190\"><strong>Name of company</strong></td>\r\n<td width=\"164\"><strong>Industry</strong></td>\r\n<td width=\"256\"><strong>Title</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>7</strong></td>\r\n<td>Reisman &amp; Co.</td>\r\n<td>Chartered Accountants</td>\r\n<td>Accountants</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Church of England Newspaper</td>\r\n<td>Publishers</td>\r\n<td>Subscriptions Manager</td>\r\n</tr>\r\n<tr>\r\n<td><strong>1</strong></td>\r\n<td>Pricewaterhousecoopers</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Information Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Arthur Andersen LLP</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Fairfax Meadow Ltd(Hillsdown Holdings)</td>\r\n<td>Food &amp; Distribution</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Parc Ltd (Dresdner Bank)</td>\r\n<td>Financial Services</td>\r\n<td>Assistant Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Sherman, Bass &amp; Trent</td>\r\n<td>Chartered Accountants</td>\r\n<td>Trainee &amp; Semi senior accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Shell Plc</td>\r\n<td>Oil Industry</td>\r\n<td>Assistant Statistician</td>\r\n</tr>\r\n<tr>\r\n<td><strong>30</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td nowrap=\"nowrap\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong>\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion &amp; the races; I love Wimbledon.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>\r\n<h3>Other things I indulge in are Theatre, Travel and Chocolate.[/jbox]</h3>\r\n</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2013-09-17 21:24:21','2013-09-17 20:24:21','',62,'http://numbersbalanced.com/62-revision-v1/',0,'revision','',0),(737,1,'2012-04-30 23:12:36','2012-04-30 22:12:36','[jbox color=\"yellow\" ] Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Contact us for a free consultation.   </span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2012-04-30 23:12:36','2012-04-30 22:12:36','',52,'http://numbersbalanced.com/52-revision-13/',0,'revision','',0),(933,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','933','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',0,'http://www.numbersbalanced.com/?p=933',10,'nav_menu_item','',0),(934,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','934','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',77,'http://www.numbersbalanced.com/?p=934',11,'nav_menu_item','',0),(935,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','935','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',77,'http://www.numbersbalanced.com/?p=935',12,'nav_menu_item','',0),(936,1,'2014-06-30 13:31:55','2014-06-30 12:31:55',' ','','','publish','closed','closed','','936','','','2014-06-30 21:06:21','2014-06-30 20:06:21','',77,'http://www.numbersbalanced.com/?p=936',13,'nav_menu_item','',0),(1038,1,'2014-07-02 10:38:23','2014-07-02 09:38:23','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\n\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:38:23','2014-07-02 09:38:23','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(741,1,'2013-06-25 19:42:54','2013-06-25 18:42:54','[jbox color=\"blue\" ]\r\n\r\nRegistered Address:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 36,</strong>\r\n<strong>88-90 Hatton Garden</strong>\r\n<strong>London EC1N 8PN</strong>\r\n\r\nTelephone: <strong>+44 (0) 7799485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form below:\r\n\r\n[contact_form]\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2013-06-25 19:42:54','2013-06-25 18:42:54','',292,'http://numbersbalanced.com/292-revision-17/',0,'revision','',0),(742,1,'2013-07-09 16:12:49','2013-07-09 15:12:49','[jbox color=\"blue\" ]\r\n\r\nRegistered Address:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 36,</strong>\r\n<strong>88-90 Hatton Garden</strong>\r\n<strong>London EC1N 8PN</strong>\r\n\r\nTelephone: <strong>+44 (0) 7799485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form below:\r\n\r\n[contact_form]\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2013-07-09 16:12:49','2013-07-09 15:12:49','',292,'http://numbersbalanced.com/292-revision-18/',0,'revision','',0),(743,1,'2013-07-09 16:13:15','2013-07-09 15:13:15','[jbox color=\"blue\" ]\r\n\r\nRegistered Address:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 36,</strong>\r\n<strong>88-90 Hatton Garden</strong>\r\n<strong>London EC1N 8PN</strong>\r\n\r\nTelephone: <strong>+44 (0) 7799485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form below:\r\n\r\n[contact_form]\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2013-07-09 16:13:15','2013-07-09 15:13:15','',292,'http://numbersbalanced.com/292-revision-19/',0,'revision','',0),(744,1,'2013-07-09 16:13:59','2013-07-09 15:13:59','[jbox color=\"yellow\" ]\r\n\r\nRegistered Address:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 36,</strong>\r\n<strong>88-90 Hatton Garden</strong>\r\n<strong>London EC1N 8PN</strong>\r\n\r\nTelephone: <strong>+44 (0) 7799485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form below:\r\n\r\n[contact_form]\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2013-07-09 16:13:59','2013-07-09 15:13:59','',292,'http://numbersbalanced.com/292-revision-20/',0,'revision','',0),(745,1,'2013-07-09 16:14:44','2013-07-09 15:14:44','[jbox color=\"green\" ]\r\n\r\nRegistered Address:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 36,</strong>\r\n<strong>88-90 Hatton Garden</strong>\r\n<strong>London EC1N 8PN</strong>\r\n\r\nTelephone: <strong>+44 (0) 7799485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form below:\r\n\r\n[contact_form]\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2013-07-09 16:14:44','2013-07-09 15:14:44','',292,'http://numbersbalanced.com/292-revision-21/',0,'revision','',0),(746,1,'2013-07-09 16:16:03','2013-07-09 15:16:03','[jbox color=\"blue\" ]\r\n\r\nRegistered Address:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 36,</strong>\r\n<strong>88-90 Hatton Garden</strong>\r\n<strong>London EC1N 8PN</strong>\r\n\r\nTelephone: <strong>+44 7799 485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form below:\r\n\r\n[contact_form]\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2013-07-09 16:16:03','2013-07-09 15:16:03','',292,'http://numbersbalanced.com/292-revision-22/',0,'revision','',0),(861,1,'2014-03-25 17:33:02','2014-03-25 17:33:02','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n<table width=\"677\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">1-May-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-03-25 17:33:02','2014-03-25 17:33:02','',77,'http://numbersbalanced.com/77-revision-v1/',0,'revision','',0),(748,1,'2013-07-09 15:22:13','2013-07-09 14:22:13','[jbox color=\"platinum\" ] As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\nThese tasks form the solid foundation of your small business accounting system.\r\n\r\n[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Debits__Credits.jpg\"><img class=\"aligncenter size-full wp-image-515\" title=\"Debits_&amp;_Credits\" alt=\"\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Debits__Credits.jpg\" width=\"499\" height=\"352\" /></a>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2013-07-09 15:22:13','2013-07-09 14:22:13','',17,'http://numbersbalanced.com/17-revision-22/',0,'revision','',0),(749,1,'2013-07-09 15:04:30','2013-07-09 14:04:30','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the following pages:\r\n<ol>\r\n	<li>Bookkeeping</li>\r\n	<li>Accounts</li>\r\n	<li>Payroll</li>\r\n	<li>Credit Control</li>\r\n	<li>Cashflow Management</li>\r\n</ol>\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2013-07-09 15:04:30','2013-07-09 14:04:30','',5,'http://numbersbalanced.com/5-revision-39/',0,'revision','',0),(1254,1,'2017-11-29 10:00:34','2017-11-29 10:00:34','M<a href=\"http://www.numbersbalanced.com/mistakes-are-stepping-stones-to-success/without-fail-onlinembatoday/\" rel=\"attachment wp-att-1255\"><img class=\"alignleft wp-image-1255 \" src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/01/without-fail-onlinembatoday.jpg\" width=\"581\" height=\"653\" /></a>istakes are a step toward your ultimate success.\r\n\r\nThey are lessons.\r\n\r\nThey are challenges.\r\n\r\nThey are opportunities to do better.\r\n\r\n<a href=\"http://www.numbersbalanced.com/mistakes-are-stepping-stones-to-success/without-fail-onlinembatoday/\" rel=\"attachment wp-att-1255\">\r\n</a>','Mistakes are stepping stones to Success','','publish','closed','closed','','mistakes-are-stepping-stones-to-success','','','2017-11-29 14:05:19','2017-11-29 14:05:19','',0,'http://www.numbersbalanced.com/?p=1254',0,'post','',0),(1226,1,'2016-10-19 16:28:42','2016-10-19 15:28:42','Brian Wong , a 25 year old CEO, will be the first to admit that you don\'t necessarily need skill or talent to become successful. “What you do need is a strong work ethic.”\r\n\"It\'s so easy for us to put up mental barriers, to make excuses to be lazy,\"\r\n\"Being on time, working hard — most of the things that can catapult you to success actually don\'t take a lot of skill or talent,\" he said.\r\nWong gives tips to be more successful — no talent required:\r\n1. <span style=\"text-decoration: underline;\">Get in over your head</span>\r\n\"If you jump in over your head, before you know it, you\'ll learn to swim,\" he said. \"Then you can jump in again, where the water\'s even deeper.\"\r\n2.<span style=\"text-decoration: underline;\"> Smile</span>\r\n\"I can\'t overemphasize the power of a smile!\" Wong said. Smiling shows that you are friendly and non-threatening. \"A good impression isn\'t about how you make people feel about you, it\'s about how you make them feel about themselves,\"\r\n3. <span style=\"text-decoration: underline;\">Look like you know what you\'re doing</span>\r\n\"Even some of the most impressive people on the planet have no idea what they are doing half the time. They are proof that if you want to be successful, you don\'t need to always know what you\'re doing: you just need to look like you know what you\'re doing.\"\r\nBrain Wong is a 25 year old CEO of Kiip. After skipping 4 years of school and graduating college at age 18, Wong founded a mobile advertising company called Kiip. The company has more than $32 million in venture capital funding and works with clients like Unilever and BMW. In his new book \"The Cheat Code,\" Wong shares more than 70 \"cheats,\" or tricks, to fast-track your career.\r\nYou can read more of this article here: http://cnb.cx/2dMpob2','You dont need talent to be successful','','publish','closed','closed','','you-dont-need-talent-to-be-successful','','','2017-11-29 14:08:00','2017-11-29 14:08:00','',0,'http://www.numbersbalanced.com/?p=1226',0,'post','',0),(752,1,'2013-08-25 14:24:46','2013-08-25 13:24:46','Have a positive attitude','Positive Attitude','','inherit','closed','closed','','attitude-numbers','','','2016-08-12 15:58:51','2016-08-12 14:58:51','',557,'http://numbersbalanced.com/wp-content/uploads/2013/08/attitude-numbers.jpg',0,'attachment','image/jpeg',0),(754,1,'2012-11-27 14:22:41','2012-11-27 14:22:41','[socialring]\r\n\r\n<strong>“You don’t write because you want to say something, you write because you have something to say.”-</strong> F. Scott Fitzgerald\r\n\r\nWelcome to my blogs.\r\n\r\nI hope you find the advice useful.\r\n\r\nAs always , do not hesitate to contact me if you have a question.\r\n\r\nJennifer','Blog','','inherit','closed','closed','','557-revision-v1','','','2012-11-27 14:22:41','2012-11-27 14:22:41','',557,'http://numbersbalanced.com/557-revision-v1/',0,'revision','',0),(755,1,'2013-07-09 15:08:42','2013-07-09 14:08:42','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2013\"] A summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge-base/budget-2013\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2013-07-09 15:08:42','2013-07-09 14:08:42','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1227,1,'2016-10-19 16:28:42','2016-10-19 15:28:42','Brian Wong , a 25 year old CEO, will be the first to admit that you don\'t necessarily need skill or talent to become successful. “What you do need is a strong work ethic.”\r\n\"It\'s so easy for us to put up mental barriers, to make excuses to be lazy,\"\r\n\"Being on time, working hard — most of the things that can catapult you to success actually don\'t take a lot of skill or talent,\" he said.\r\nWong gives tips to be more successful — no talent required:\r\n1. <span style=\"text-decoration: underline;\">Get in over your head</span>\r\n\"If you jump in over your head, before you know it, you\'ll learn to swim,\" he said. \"Then you can jump in again, where the water\'s even deeper.\"\r\n2.<span style=\"text-decoration: underline;\"> Smile</span>\r\n\"I can\'t overemphasize the power of a smile!\" Wong said. Smiling shows that you are friendly and non-threatening. \"A good impression isn\'t about how you make people feel about you, it\'s about how you make them feel about themselves,\"\r\n3. <span style=\"text-decoration: underline;\">Look like you know what you\'re doing</span>\r\n\"Even some of the most impressive people on the planet have no idea what they are doing half the time. They are proof that if you want to be successful, you don\'t need to always know what you\'re doing: you just need to look like you know what you\'re doing.\"\r\nBrain Wong is a 25 year old CEO of Kiip. After skipping 4 years of school and graduating college at age 18, Wong founded a mobile advertising company called Kiip. The company has more than $32 million in venture capital funding and works with clients like Unilever and BMW. In his new book \"The Cheat Code,\" Wong shares more than 70 \"cheats,\" or tricks, to fast-track your career.\r\nYou can read more of this article here: http://cnb.cx/2dMpob2','\"You dont need talent to be successful','','inherit','closed','closed','','1226-revision-v1','','','2016-10-19 16:28:42','2016-10-19 15:28:42','',1226,'http://www.numbersbalanced.com/1226-revision-v1/',0,'revision','',0),(863,1,'2014-03-25 17:38:00','2014-03-25 17:38:00','UK BUDGET 2014\r\nThe Chancellor of the Exchequer said \" this is\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/08/Budget2013.pdf\">Budget2013</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2014','','inherit','closed','closed','','328-revision-v1','','','2014-03-25 17:38:00','2014-03-25 17:38:00','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(762,1,'2013-08-25 19:25:05','2013-08-25 18:25:05','UK BUDGET 2013\r\nThe Chancellor of the Exchequer said \" this is a Budget for people who aspire to work hard and get on.\r\nIt’s a Budget for people who realise there are no easy answers to problems built up over many years.\"\r\nSome of the keys points are here.\r\n\r\n<a href=\"http://numbersbalanced.com/knowledge-base/budget-2013/numbersbalanced-budget2013/\" rel=\"attachment wp-att-686\"><img class=\"alignleft size-full wp-image-686\" alt=\"Numbersbalanced-budget2013\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Numbersbalanced-budget2013.jpg\" width=\"999\" height=\"1415\" /></a>You can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/08/Budget2013.pdf\">Budget2013</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2013','','inherit','closed','closed','','328-revision-v1','','','2013-08-25 19:25:05','2013-08-25 18:25:05','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(761,1,'2013-08-25 19:22:18','2013-08-25 18:22:18','UK BUDGET 2013\r\nThe Chancellor of the Exchequer said \" this is a Budget for people who aspire to work hard and get on.\r\nIt’s a Budget for people who realise there are no easy answers to problems built up over many years.\"\r\nSome of the keys points are here.\r\n\r\n<a href=\"http://numbersbalanced.com/knowledge-base/budget-2013/numbersbalanced-budget2013/\" rel=\"attachment wp-att-686\"><img class=\"alignleft size-full wp-image-686\" alt=\"Numbersbalanced-budget2013\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Numbersbalanced-budget2013.jpg\" width=\"999\" height=\"1415\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/08/Budget2013.pdf\">Budget2013</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2013','','inherit','closed','closed','','328-revision-v1','','','2013-08-25 19:22:18','2013-08-25 18:22:18','',328,'http://numbersbalanced.com/328-revision-v1/',0,'revision','',0),(764,1,'2013-07-09 15:27:30','2013-07-09 14:27:30','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with  a firm of Chartered Accountants, and have worked as an Accountant to date.\r\n\r\nHere are my numbers..[/jbox]\r\n<table width=\"584\" border=\"1\" cellspacing=\"2\" cellpadding=\"2\">\r\n<tbody>\r\n<tr>\r\n<td width=\"107\"><strong>Number of years</strong></td>\r\n<td width=\"190\"><strong>Name of company</strong></td>\r\n<td width=\"164\"><strong>Industry</strong></td>\r\n<td width=\"256\"><strong>Title</strong></td>\r\n</tr>\r\n<tr>\r\n<td><strong>7</strong></td>\r\n<td>Reisman &amp; Co.</td>\r\n<td>Chartered Accountants</td>\r\n<td>Accountants</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Church of England Newspaper</td>\r\n<td>Publishers</td>\r\n<td>Subscriptions Manager</td>\r\n</tr>\r\n<tr>\r\n<td><strong>1</strong></td>\r\n<td>Pricewaterhousecoopers</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Information Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Arthur Andersen LLP</td>\r\n<td>Chartered Accountants</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Fairfax Meadow Ltd(Hillsdown Holdings)</td>\r\n<td>Food &amp; Distribution</td>\r\n<td>Management Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Parc Ltd (Dresdner Bank)</td>\r\n<td>Financial Services</td>\r\n<td>Assistant Accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>4</strong></td>\r\n<td>Sherman, Bass &amp; Trent</td>\r\n<td>Chartered Accountants</td>\r\n<td>Trainee &amp; Semi senior accountant</td>\r\n</tr>\r\n<tr>\r\n<td><strong>3</strong></td>\r\n<td>Shell Plc</td>\r\n<td>Oil Industry</td>\r\n<td>Assistant Statistician</td>\r\n</tr>\r\n<tr>\r\n<td><strong>30</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td nowrap=\"nowrap\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> Here are my skills:</strong>\r\n\r\n<a href=\"http://numbersbalanced.com/wp/wp-content/uploads/2012/01/skills.jpg\"><img class=\"alignnone  wp-image-264\" title=\"skills\" alt=\"\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/skills.jpg\" /></a>\r\n\r\n[jbox color=\"yellow\" ]<span style=\"text-decoration: underline;\">FACTS ABOUT ME</span>\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion &amp; the races; I love Wimbledon.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London. I also serve in the Church once a month.</li>\r\n	<li>I love my Blackberry. I have never bought an apple product.</li>\r\n	<li>I still buy my music on CDs.</li>\r\n	<li>My love for steak will never let me to become a vegetarian.</li>\r\n	<li>\r\n<h3>Other things I indulge in are Theatre, Travel and Chocolate.[/jbox]</h3>\r\n</li>\r\n</ul>','About Us','','inherit','closed','closed','','62-revision-v1','','','2013-07-09 15:27:30','2013-07-09 14:27:30','',62,'http://numbersbalanced.com/62-revision-v1/',0,'revision','',0),(766,1,'2016-06-17 14:04:30','2016-06-17 13:04:30','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\n\n<strong> Corporation Tax Rates: 20%</strong>\n\nYou must pay Corporation Tax on profits from doing business as:\n<ol>\n 	<li>A limited company;</li>\n 	<li>Any foreign company with a UK branch or office;</li>\n 	<li>A club, co-operative or other unincorporated association; e.g. a community group or sports club.</li>\n</ol>\nYou don’t get a bill for Corporation Tax.\n\nThere are specific things you must do to work out, pay and report your tax.\n<ol>\n 	<li>Register for Corporation Tax when you start doing business or restart a dormant business;</li>\n</ol>\nUnincorporated associations must write to HMRC.\n\n2. Keep Accounting records and prepare a Company Tax Return to work out how much Corporation Tax to pay.\n\n3.Pay Corporation Tax or Report to HMRC if you have nothing to pay by your deadline\n\n- this is usually 9 months and 1 day after the end of your ‘accounting period’.\n\n4.File you Company Tax Return by your deadline- this is usually 12 months after the end of your accounting period.\n\nYour Accounting Period is normally the same 12 months as the financial year covered by your annual accounts.\n\n&nbsp;\n\nCorporation Tax is payable on:\n\nTaxable profits which include the money your company or association makes from:\n<ul>\n 	<li>doing business (‘trading profits’)</li>\n 	<li>investments</li>\n 	<li>selling assets for more than they cost (‘chargeable gains’)</li>\n</ul>\n&nbsp;\n\nIf your company is based in the UK, it pays Corporation Tax on all its profits from the UK and abroad.\n\nIf your company isn’t based in the UK but has an office or branch here, it only pays Corporation Tax on profits from its UK activities.\n\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-autosave-v1','','','2016-06-17 14:04:30','2016-06-17 13:04:30','',124,'http://numbersbalanced.com/124-autosave-v1/',0,'revision','',0),(767,1,'2013-09-17 21:37:36','2013-09-17 20:37:36','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\">2011</td>\r\n<td valign=\"top\">2012</td>\r\n<td valign=\"top\">2013</td>\r\n<td valign=\"top\">2014</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate*</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate can be claimed by   qualifying companies with profits at a rate not exceeding</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Lower Limit</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\">300,000</td>\r\n<td valign=\"top\">£300,000</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Marginal Relief Upper Limit</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\">1,500,000</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Standard fraction</td>\r\n<td valign=\"top\">3/200</td>\r\n<td valign=\"top\">1/100</td>\r\n<td valign=\"top\">3/400</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Main rate of Corporation Tax*</td>\r\n<td valign=\"top\">26%</td>\r\n<td valign=\"top\">24%</td>\r\n<td valign=\"top\">23%</td>\r\n<td valign=\"top\">21%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Special rate for unit trusts and open-ended investment companies</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2013-09-17 21:37:36','2013-09-17 20:37:36','',124,'http://numbersbalanced.com/124-revision-v1/',0,'revision','',0),(774,1,'2013-11-19 18:33:59','2013-11-19 18:33:59','<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\"><img class=\"alignleft size-full wp-image-524\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\" alt=\"customers\" width=\"250\" height=\"258\" /></a><span style=\"color: #000000;\">\'80% of your sales come from 20% of your customers\'.</span>\r\n\r\n<span style=\"color: #000000;\">It is important you know who these customers are. </span><span style=\"color: #000000;\"> Here are 6 strategies to help you research, interprete and handle information about your customers in the most effective manner.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>1.Get to know where they are coming from.</strong></span>\r\n\r\n<span style=\"color: #000000;\">It\'s essential to understand where your customers are  coming from.</span>\r\n\r\n<span style=\"color: #000000;\">What are their demographics and income ranges?</span>\r\n\r\n<span style=\"color: #000000;\">Do they live in particular locations?</span>\r\n\r\n<span style=\"color: #000000;\">Why have they chosen you over someone else?</span>\r\n\r\n<span style=\"color: #000000;\">Who will they patronise when they leave?</span>\r\n\r\n<span style=\"color: #000000;\">The answers give you a feel of the motivations of the people who buy from your company<i><span style=\"font-family: Arial; font-size: medium;\">.</span></i></span>\r\n\r\n<span style=\"color: #000000;\"><strong>2. Learn their motives for buying your product.</strong></span>\r\n\r\n<span style=\"color: #000000;\">Are they choosing your product or service because they are reacting to some sort of mistake they want corrected — or to achieve something more proactively?</span>\r\n\r\n<span style=\"color: #000000;\">The answer can speak volumes!</span>\r\n\r\n<span style=\"color: #000000;\">You need to know what kind of motivation so that you meet their unstated psychological needs.</span>\r\n\r\n<strong><span style=\"color: #000000; font-family: Arial; font-size: medium;\"> 3</span></strong><span style=\"color: #000000;\"><strong>. Do they want a lot of options or only a few?</strong></span>\r\n\r\n<span style=\"color: #000000;\">The consuming public has a decidedly split personality. </span><span style=\"color: #000000;\">Some want lots of options, while others are more comfortable with a limited range of tried and true choices. </span><span style=\"color: #000000;\">Above and beyond the product or service itself, it\'s important to know just how wide a menu to present to customers. </span><span style=\"color: #000000;\">Too much or too little can ultimately be alienating.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>4. Strive for a holistic understanding of your customers and their needs</strong></span>\r\n\r\n<span style=\"color: #000000;\">The salient point about customer service is simple — the more you know, the better positioned you are to move beyond mere selling and establish a relationship that\'s far more deeply embedded. </span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>5. Make gathering customer info an ongoing effort.</strong></span>\r\n\r\n<span style=\"color: #000000;\">Many business owners believe that customer information is limited to surveys, focus groups, feedback questionnaires and the like. Those are indeed part of the overall effort. </span><span style=\"color: #000000;\">But try to make customer information an ongoing focal point of attention. Listen to what they say, watch what they do and encourage everyone around you to do the same. From there, take what you\'ve seen and heard, couple it with information from other venues and try to draw as complete a picture as possible of what they genuinely value and why.</span>\r\n\r\n<span style=\"color: #000000;\">Don\'t take anything at face value. Assume what you have heard and observed is merely the tip of the iceberg. Then you need to drill down to a rigorous interpretation of what is going on below the water line.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>6. Be thorough — but above all, be ethical.</strong></span>\r\n\r\n<span style=\"color: #000000;\">How much information is too much and an intrusion into privacy? </span>\r\n\r\n<span style=\"color: #000000;\">Lay out an information code of ethics that specifies what you want to know, how you\'ll gather it and what you intend to do with it. </span>\r\n\r\n<span style=\"color: #000000;\">Remind them that anything they tell you is based entirely on their willingness to do so. As long as you start with a code of ethics, you\'ll be fine.</span>','Get to know your Customers','','publish','closed','closed','','get-to-know-your-customers','','','2017-11-29 14:17:16','2017-11-29 14:17:16','',0,'http://numbersbalanced.com/?p=774',0,'post','',0),(775,1,'2013-11-08 19:26:52','2013-11-08 19:26:52','<span style=\"color: #000000;\">\'80% of your sales come from 20% of your customers\'.</span>\r\n\r\n<span style=\"color: #000000;\">It is important you know who these customers are. </span><span style=\"color: #000000;\"> Here are 6 strategies to help you research, interprete and handle information about your customers in the most effective manner.</span>\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\"><img class=\"alignleft size-full wp-image-524\" alt=\"customers\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\" width=\"250\" height=\"258\" /></a>\r\n\r\n<strong><span style=\"color: #000000; font-family: Segoe UI; font-size: medium;\"> </span></strong><span style=\"color: #000000;\"><strong>1.Get to know where they are coming from.</strong>                                                             </span><span style=\"color: #000000;\">It\'s essential to understand where your customers are  coming from.                  </span><span style=\"color: #000000;\">What are their demographics and income ranges? <span style=\"font-size: medium;\"><span style=\"font-family: Arial;\">                                                     </span></span></span><span style=\"color: #000000;\">Do they live in particular locations?          </span><span style=\"color: #000000;\">Why have they chosen you over someone else?                                                        </span><span style=\"color: #000000;\">Who will they patronise when they leave?</span>\r\n\r\n<span style=\"color: #000000;\">The answers give you a feel of the motivations of the people who buy from your company<i><span style=\"font-family: Arial; font-size: medium;\">.</span></i></span>\r\n\r\n<span style=\"color: #000000;\"><strong>2. Learn their motives for buying your product.</strong>                                                       </span><span style=\"color: #000000;\">Are they choosing your product or service because they are reacting to some sort of mistake they want corrected — or to achieve something more proactively?                </span><span style=\"color: #000000;\">The answer can speak volumes!                                                                                   </span><span style=\"color: #000000;\">You need to know what kind of motivation so that you meet their unstated psychological needs.</span>\r\n\r\n<strong><span style=\"color: #000000; font-family: Arial; font-size: medium;\"> 3</span></strong><span style=\"color: #000000;\"><strong>. Do they want a lot of options or only a few?</strong>                                                        </span><span style=\"color: #000000;\">The consuming public has a decidedly split personality. </span><span style=\"color: #000000;\">Some want lots of options, while others are more comfortable with a limited range of tried and true choices. </span><span style=\"color: #000000;\">Above and beyond the product or service itself, it\'s important to know just how wide a menu to present to customers. </span><span style=\"color: #000000;\">Too much or too little can ultimately be alienating.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>4. Strive for a holistic understanding of your customers and their needs.</strong>          </span><span style=\"color: #000000;\">The salient point about customer service is simple — the more you know, the better positioned you are to move beyond mere selling and establish a relationship that\'s far more deeply embedded. </span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>5. Make gathering customer info an ongoing effort.</strong>                                             </span><span style=\"color: #000000;\">Many business owners believe that customer information is limited to surveys, focus groups, feedback questionnaires and the like. Those are indeed part of the overall effort.                                                                                                                              </span><span style=\"color: #000000;\">But try to make customer information an ongoing focal point of attention. Listen to what they say, watch what they do and encourage everyone around you to do the same. From there, take what you\'ve seen and heard, couple it with information from other venues and try to draw as complete a picture as possible of what they genuinely value and why.                                                                                                                       Don\'t take anything at face value. Assume what you have heard and observed is merely the tip of the iceberg. Then you need to drill down to a rigorous interpretation of what is going on below the water line.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>6. Be thorough — but above all, be ethical.</strong>                                                            </span><span style=\"color: #000000;\">How much information is too much and an intrusion into privacy? </span><span style=\"color: #000000;\">Lay out an information code of ethics that specifies what you want to know, how you\'ll gather it and what you intend to do with it. </span>\r\n\r\n<span style=\"color: #000000;\">Remind them that anything they tell you is based entirely on their willingness to do so. As long as you start with a code of ethics, you\'ll be fine.</span>','Get to know your Customers','','inherit','closed','closed','','774-revision-v1','','','2013-11-08 19:26:52','2013-11-08 19:26:52','',774,'http://numbersbalanced.com/774-revision-v1/',0,'revision','',0),(776,1,'2013-11-08 19:33:59','2013-11-08 19:33:59','<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\"><img class=\"alignleft size-full wp-image-524\" alt=\"customers\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\" width=\"250\" height=\"258\" /></a><span style=\"color: #000000;\">\'80% of your sales come from 20% of your customers\'.</span>\r\n\r\n<span style=\"color: #000000;\">It is important you know who these customers are. </span><span style=\"color: #000000;\"> Here are 6 strategies to help you research, interprete and handle information about your customers in the most effective manner.</span>\r\n\r\n<strong><span style=\"color: #000000; font-family: Segoe UI; font-size: medium;\"> </span></strong>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\"><strong>  1.Get to know where they are coming from.</strong>                                                             </span><span style=\"color: #000000;\">It\'s essential to understand where your customers are  coming from.                         </span><span style=\"color: #000000;\">What are their demographics and income ranges? <span style=\"font-size: medium;\"><span style=\"font-family: Arial;\">                                                       </span></span></span><span style=\"color: #000000;\">Do they live in particular locations?                                                                               </span><span style=\"color: #000000;\">Why have they chosen you over someone else?                                                         </span><span style=\"color: #000000;\">Who will they patronise when they leave?                                                                     </span><span style=\"color: #000000;\">The answers give you a feel of the motivations of the people who buy from your company<i><span style=\"font-family: Arial; font-size: medium;\">.</span></i></span>\r\n\r\n<span style=\"color: #000000;\"><strong>2. Learn their motives for buying your product.</strong>                                                       </span><span style=\"color: #000000;\">Are they choosing your product or service because they are reacting to some sort of mistake they want corrected — or to achieve something more proactively?                </span><span style=\"color: #000000;\">The answer can speak volumes!                                                                                   </span><span style=\"color: #000000;\">You need to know what kind of motivation so that you meet their unstated psychological needs.</span>\r\n\r\n<strong><span style=\"color: #000000; font-family: Arial; font-size: medium;\"> 3</span></strong><span style=\"color: #000000;\"><strong>. Do they want a lot of options or only a few?</strong>                                                        </span><span style=\"color: #000000;\">The consuming public has a decidedly split personality. </span><span style=\"color: #000000;\">Some want lots of options, while others are more comfortable with a limited range of tried and true choices. </span><span style=\"color: #000000;\">Above and beyond the product or service itself, it\'s important to know just how wide a menu to present to customers. </span><span style=\"color: #000000;\">Too much or too little can ultimately be alienating.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>4. Strive for a holistic understanding of your customers and their needs.</strong>          </span><span style=\"color: #000000;\">The salient point about customer service is simple — the more you know, the better positioned you are to move beyond mere selling and establish a relationship that\'s far more deeply embedded. </span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>5. Make gathering customer info an ongoing effort.</strong>                                             </span><span style=\"color: #000000;\">Many business owners believe that customer information is limited to surveys, focus groups, feedback questionnaires and the like. Those are indeed part of the overall effort.                                                                                                                              </span><span style=\"color: #000000;\">But try to make customer information an ongoing focal point of attention. Listen to what they say, watch what they do and encourage everyone around you to do the same. From there, take what you\'ve seen and heard, couple it with information from other venues and try to draw as complete a picture as possible of what they genuinely value and why.                                                                                                                       Don\'t take anything at face value. Assume what you have heard and observed is merely the tip of the iceberg. Then you need to drill down to a rigorous interpretation of what is going on below the water line.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>6. Be thorough — but above all, be ethical.</strong>                                                            </span><span style=\"color: #000000;\">How much information is too much and an intrusion into privacy? </span><span style=\"color: #000000;\">Lay out an information code of ethics that specifies what you want to know, how you\'ll gather it and what you intend to do with it. </span>\r\n\r\n<span style=\"color: #000000;\">Remind them that anything they tell you is based entirely on their willingness to do so. As long as you start with a code of ethics, you\'ll be fine.</span>','Get to know your Customers','','inherit','closed','closed','','774-revision-v1','','','2013-11-08 19:33:59','2013-11-08 19:33:59','',774,'http://numbersbalanced.com/774-revision-v1/',0,'revision','',0),(859,1,'2014-03-25 16:24:54','2014-03-25 16:24:54','[jbox color=\"yellow\" ]\r\n\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\r\n\r\nWe take the time to visit each business in order to offer an individual service to you.\r\n\r\nWe offer free consultations.\r\n\r\n[jbutton color=\"orange\" size =\"large\" link=\"http://numbersbalanced.com/contact us\"]Contact Us[/jbutton]\r\n\r\n[/jbox]\r\n\r\n&nbsp;\r\n\r\n[jcolumns] [jbox color=\"blue\" title=\"Business Expenses\"] All the Expenses you can claim [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base/business expenses\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"green\" title=\"Tax Dates &amp; Deadlines\"]For Companies and Sole traders [jbutton color=\"gray\" size=\"medium\" link=\"http://numbersbalanced.com/knowledge base\"] Click here[/jbutton] [/jbox]  [jcol/] [jbox color=\"platinum\" title=\"Quote for the Day\"]“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell [/jbox][/jcolumns]\r\n\r\n[jbox color=\"red\" title=\"Budget 2014\"] The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.[jbutton color=\"red\" size=\"medium \" link=\"http://numbersbalanced.com/knowledge-base/budget-2013\"] Click here[/jbutton]  [/jbox]','Home','','inherit','closed','closed','','32-revision-v1','','','2014-03-25 16:24:54','2014-03-25 16:24:54','',32,'http://numbersbalanced.com/32-revision-v1/',0,'revision','',0),(856,1,'2014-01-04 13:55:44','2014-01-04 13:55:44','','','','publish','closed','closed','','856','','','2014-01-04 13:55:44','2014-01-04 13:55:44','',245,'http://numbersbalanced.com/?post_type=sidebar_group&p=856',0,'sidebar_group','',0),(855,1,'2014-01-04 13:55:44','2014-01-04 13:55:44','','','','publish','closed','closed','','855','','','2014-01-04 13:55:44','2014-01-04 13:55:44','',305,'http://numbersbalanced.com/?post_type=sidebar_group&p=855',0,'sidebar_group','',0),(854,1,'2014-01-04 13:55:44','2014-01-04 13:55:44','','','','publish','closed','closed','','854','','','2014-01-04 13:55:44','2014-01-04 13:55:44','',521,'http://numbersbalanced.com/?post_type=sidebar_group&p=854',0,'sidebar_group','',0),(1267,1,'2017-03-13 15:27:20','2017-03-13 15:27:20','The Chancellor has presented his Budget to Parliament – here\'s a summary of what was announced.\r\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\r\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\r\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\r\n4. £425 million investment in the NHS in the next three years\r\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\r\n6. £300 million investment for new academic research placements\r\n7. Loans for part time and doctoral students from 2018\r\n8. £536 million for new free schools and to maintain existing schools\r\n9. Free transport for children from poorer families who go to selective schools\r\n10. Tax-Free Childcare will soon be available to working parents\r\n11. New ways to protect consumer from un necessary costs and inefficiencies.\r\n12. £270 million to launch the Industrial Strategy Challenge Fund\r\n13. Improving transport with the National Productivity Investment Fund\r\n14. A new strategy to make the UK a world leader in 5G technology\r\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\r\n16. The Lifetime ISA will be available from 6 April this year\r\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\r\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\r\n19. £435 million to support businesses affected by the business rates relief revaluation\r\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\r\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\r\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nClick here for a summary of the Tax Data Card for The Budget 2017\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-03-13 15:27:20','2017-03-13 15:27:20','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(809,1,'2014-09-07 12:37:37','2014-09-07 11:37:37','Colour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-610 alignnone\" style=\"background-color: transparent; color: #333333; float: left; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; height: 600.89px; letter-spacing: normal; max-width: 826px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 7px 14px 7px 0px;\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\" alt=\"4colours\" width=\"788\" height=\"601\" /><b></b><i></i><u></u>','What colour is your business?','','publish','closed','closed','','what-colour-is-your-business','','','2017-11-29 14:14:32','2017-11-29 14:14:32','',0,'http://numbersbalanced.com/?p=809',0,'post','',0),(818,1,'2013-11-19 18:11:13','2013-11-19 18:11:13','&nbsp;\r\n\r\nColour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\n&nbsp;','What colour is your business?','','inherit','closed','closed','','809-revision-v1','','','2013-11-19 18:11:13','2013-11-19 18:11:13','',809,'http://numbersbalanced.com/809-revision-v1/',0,'revision','',0),(810,1,'2013-11-11 22:43:21','2013-11-11 22:43:21','Colour has a powerful subconscious effect on every part of our lives, without even saying a word;\r\n\r\nColour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\nSome companies do not need to write their names on their logo anymore as shown below.','What colour is your business?','','inherit','closed','closed','','809-revision-v1','','','2013-11-11 22:43:21','2013-11-11 22:43:21','',809,'http://numbersbalanced.com/809-revision-v1/',0,'revision','',0),(874,1,'2014-03-25 18:32:59','2014-03-25 18:32:59','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Payment deadlines </span></strong>\r\n<ol start=\"1\">\r\n	<li>If your company or organisation\'s taxable profits are <strong><span style=\"text-decoration: underline;\">£1.5 million or less</span></strong></li>\r\n</ol>\r\nYou must pay your Corporation Tax by the normal due date, which is nine months after the end of your Corporation Tax accounting period.\r\n\r\n&nbsp;\r\n<ol start=\"2\">\r\n	<li>If your company or organisation\'s taxable profits are more <strong><span style=\"text-decoration: underline;\">than £1.5 million</span></strong></li>\r\n</ol>\r\nYou must normally pay your Corporation Tax for that period in instalments.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nCorporation Tax Rates\r\n<table width=\"590\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Rate</td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\">2013</td>\r\n<td valign=\"top\">2014          2015</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\">Small Profits Rate</td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\">20%</td>\r\n<td valign=\"top\"> 20%            20%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"> Marginal Rate (£300,001-£1,500,000)</td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\">23.75%</td>\r\n<td valign=\"top\"> 21.25%       20%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"> Main Rate  (Over £1,500,001 )</td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"> 23%</td>\r\n<td valign=\"top\"> 21%            20%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"295\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n<td valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2014-03-25 18:32:59','2014-03-25 18:32:59','',124,'http://numbersbalanced.com/124-revision-v1/',0,'revision','',0),(819,1,'2013-11-19 18:21:47','2013-11-19 18:21:47','<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\"><img class=\"alignleft size-full wp-image-610\" alt=\"4colours\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\" width=\"1314\" height=\"1002\" /></a>\r\n\r\nColour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\n&nbsp;','What colour is your business?','','inherit','closed','closed','','809-revision-v1','','','2013-11-19 18:21:47','2013-11-19 18:21:47','',809,'http://numbersbalanced.com/809-revision-v1/',0,'revision','',0),(1035,1,'2014-07-02 10:18:46','2014-07-02 09:18:46','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" class=\"kadinfolink\">\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" > 		 <h4>Budget 2014</h4> <p>The Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.</p>\n</a>\n&nbsp;&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:18:46','2014-07-02 09:18:46','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1030,1,'2014-07-02 09:39:58','2014-07-02 08:39:58','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jaccordion theme=\"smoothness\"]\r\nSelf Assessment::\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\r\n[jacc/]\r\nAnnual Returns::\r\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\r\n\r\n[jacc/]\r\n\r\nVAT Returns::\r\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n[jacc/]\r\n\r\nPAYE/NIC Payment Deadlines (Quarterly)::\r\n\r\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\r\n\r\n[jacc/]\r\n\r\nMonthly PAYE/NIC::\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\r\n\r\n[jacc/]\r\n\r\nCompanies House Accounts Filing &amp; Corporation Tax::\r\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">1-May-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jaccordion]','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 09:39:58','2014-07-02 08:39:58','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(824,1,'2013-11-19 19:34:44','2013-11-19 19:34:44','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2013\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2013\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2013: 31st October 2013\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2013:  31st January 2014[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2013           ( 19 July 2013 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2012     ( 19 October 2013  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2014     ( 19 January 2014  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2014          ( 19  April 2014  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n<table width=\"677\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup><col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-13</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-13</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-13</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-13</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-13</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-13</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-13</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-13</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-13</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-13</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-13</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-13</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">1-May-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-13</td>\r\n<td></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-13</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-13</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-13</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-13</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2013-11-19 19:34:44','2013-11-19 19:34:44','',77,'http://numbersbalanced.com/77-revision-v1/',0,'revision','',0),(828,1,'2013-11-19 22:47:07','2013-11-19 22:47:07','<img class=\"alignleft  wp-image-610\" alt=\"4colours\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\" width=\"788\" height=\"601\" />Colour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.<!--more-->\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\n&nbsp;','What colour is your business?','','inherit','closed','closed','','809-revision-v1','','','2013-11-19 22:47:07','2013-11-19 22:47:07','',809,'http://numbersbalanced.com/809-revision-v1/',0,'revision','',0),(825,1,'2013-11-19 22:18:21','2013-11-19 22:18:21','<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\"><img class=\"alignleft size-full wp-image-610\" alt=\"4colours\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\" width=\"1314\" height=\"1002\" /></a>\r\n\r\nColour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.<!--more-->\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\n&nbsp;','What colour is your business?','','inherit','closed','closed','','809-revision-v1','','','2013-11-19 22:18:21','2013-11-19 22:18:21','',809,'http://numbersbalanced.com/809-revision-v1/',0,'revision','',0),(1007,1,'2014-06-30 21:44:26','2014-06-30 20:44:26','<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\"><img class=\"alignleft size-full wp-image-524\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\" alt=\"customers\" width=\"250\" height=\"258\" /></a><span style=\"color: #000000;\">\'80% of your sales come from 20% of your customers\'.</span>\r\n\r\n<span style=\"color: #000000;\">It is important you know who these customers are. </span><span style=\"color: #000000;\"> Here are 6 strategies to help you research, interprete and handle information about your customers in the most effective manner.</span>\r\n\r\n<span style=\"color: #000000;\"><strong>1.Get to know where they are coming from.</strong></span>\r\n\r\n<span style=\"color: #000000;\">It\'s essential to understand where your customers are  coming from.</span>\r\n\r\n<span style=\"color: #000000;\">What are their demographics and income ranges?</span>\r\n\r\n<span style=\"color: #000000;\">Do they live in particular locations?</span>\r\n\r\n<span style=\"color: #000000;\">Why have they chosen you over someone else?</span>\r\n\r\n<span style=\"color: #000000;\">Who will they patronise when they leave?</span>\r\n\r\n<span style=\"color: #000000;\">The answers give you a feel of the motivations of the people who buy from your company<i><span style=\"font-family: Arial; font-size: medium;\">.</span></i></span>\r\n\r\n<span style=\"color: #000000;\"><strong>2. Learn their motives for buying your product.</strong></span>\r\n\r\n<span style=\"color: #000000;\">Are they choosing your product or service because they are reacting to some sort of mistake they want corrected — or to achieve something more proactively?</span>\r\n\r\n<span style=\"color: #000000;\">The answer can speak volumes!</span>\r\n\r\n<span style=\"color: #000000;\">You need to know what kind of motivation so that you meet their unstated psychological needs.</span>\r\n\r\n<strong><span style=\"color: #000000; font-family: Arial; font-size: medium;\"> 3</span></strong><span style=\"color: #000000;\"><strong>. Do they want a lot of options or only a few?</strong></span>\r\n\r\n<span style=\"color: #000000;\">The consuming public has a decidedly split personality. </span><span style=\"color: #000000;\">Some want lots of options, while others are more comfortable with a limited range of tried and true choices. </span><span style=\"color: #000000;\">Above and beyond the product or service itself, it\'s important to know just how wide a menu to present to customers. </span><span style=\"color: #000000;\">Too much or too little can ultimately be alienating.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>4. Strive for a holistic understanding of your customers and their needs</strong></span>\r\n\r\n<span style=\"color: #000000;\">The salient point about customer service is simple — the more you know, the better positioned you are to move beyond mere selling and establish a relationship that\'s far more deeply embedded. </span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>5. Make gathering customer info an ongoing effort.</strong></span>\r\n\r\n<span style=\"color: #000000;\">Many business owners believe that customer information is limited to surveys, focus groups, feedback questionnaires and the like. Those are indeed part of the overall effort. </span><span style=\"color: #000000;\">But try to make customer information an ongoing focal point of attention. Listen to what they say, watch what they do and encourage everyone around you to do the same. From there, take what you\'ve seen and heard, couple it with information from other venues and try to draw as complete a picture as possible of what they genuinely value and why.</span>\r\n\r\n<span style=\"color: #000000;\">Don\'t take anything at face value. Assume what you have heard and observed is merely the tip of the iceberg. Then you need to drill down to a rigorous interpretation of what is going on below the water line.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>6. Be thorough — but above all, be ethical.</strong></span>\r\n\r\n<span style=\"color: #000000;\">How much information is too much and an intrusion into privacy? </span>\r\n\r\n<span style=\"color: #000000;\">Lay out an information code of ethics that specifies what you want to know, how you\'ll gather it and what you intend to do with it. </span>\r\n\r\n<span style=\"color: #000000;\">Remind them that anything they tell you is based entirely on their willingness to do so. As long as you start with a code of ethics, you\'ll be fine.</span>','Get to know your Customers','','inherit','closed','closed','','774-revision-v1','','','2014-06-30 21:44:26','2014-06-30 20:44:26','',774,'http://www.numbersbalanced.com/774-revision-v1/',0,'revision','',0),(826,1,'2013-11-19 22:18:52','2013-11-19 22:18:52','<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\"><img class=\"alignleft size-full wp-image-524\" alt=\"customers\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\" width=\"250\" height=\"258\" /></a><span style=\"color: #000000;\">\'80% of your sales come from 20% of your customers\'.</span>\r\n\r\n<span style=\"color: #000000;\">It is important you know who these customers are. </span><span style=\"color: #000000;\"> Here are 6 strategies to help you research, interprete and handle information about your customers in the most effective manner.</span>\r\n\r\n<strong><span style=\"color: #000000; font-family: Segoe UI; font-size: medium;\"> </span></strong>\r\n\r\n<!--more-->\r\n\r\n<span style=\"color: #000000;\"><strong>  1.Get to know where they are coming from.</strong>                                                             </span><span style=\"color: #000000;\">It\'s essential to understand where your customers are  coming from.                         </span><span style=\"color: #000000;\">What are their demographics and income ranges? <span style=\"font-size: medium;\"><span style=\"font-family: Arial;\">                                                       </span></span></span><span style=\"color: #000000;\">Do they live in particular locations?                                                                               </span><span style=\"color: #000000;\">Why have they chosen you over someone else?                                                         </span><span style=\"color: #000000;\">Who will they patronise when they leave?                                                                     </span><span style=\"color: #000000;\">The answers give you a feel of the motivations of the people who buy from your company<i><span style=\"font-family: Arial; font-size: medium;\">.</span></i></span>\r\n\r\n<span style=\"color: #000000;\"><strong>2. Learn their motives for buying your product.</strong>                                                       </span><span style=\"color: #000000;\">Are they choosing your product or service because they are reacting to some sort of mistake they want corrected — or to achieve something more proactively?                </span><span style=\"color: #000000;\">The answer can speak volumes!                                                                                   </span><span style=\"color: #000000;\">You need to know what kind of motivation so that you meet their unstated psychological needs.</span>\r\n\r\n<strong><span style=\"color: #000000; font-family: Arial; font-size: medium;\"> 3</span></strong><span style=\"color: #000000;\"><strong>. Do they want a lot of options or only a few?</strong>                                                        </span><span style=\"color: #000000;\">The consuming public has a decidedly split personality. </span><span style=\"color: #000000;\">Some want lots of options, while others are more comfortable with a limited range of tried and true choices. </span><span style=\"color: #000000;\">Above and beyond the product or service itself, it\'s important to know just how wide a menu to present to customers. </span><span style=\"color: #000000;\">Too much or too little can ultimately be alienating.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>4. Strive for a holistic understanding of your customers and their needs.</strong>          </span><span style=\"color: #000000;\">The salient point about customer service is simple — the more you know, the better positioned you are to move beyond mere selling and establish a relationship that\'s far more deeply embedded. </span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>5. Make gathering customer info an ongoing effort.</strong>                                             </span><span style=\"color: #000000;\">Many business owners believe that customer information is limited to surveys, focus groups, feedback questionnaires and the like. Those are indeed part of the overall effort.                                                                                                                              </span><span style=\"color: #000000;\">But try to make customer information an ongoing focal point of attention. Listen to what they say, watch what they do and encourage everyone around you to do the same. From there, take what you\'ve seen and heard, couple it with information from other venues and try to draw as complete a picture as possible of what they genuinely value and why.                                                                                                                       Don\'t take anything at face value. Assume what you have heard and observed is merely the tip of the iceberg. Then you need to drill down to a rigorous interpretation of what is going on below the water line.</span>\r\n\r\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>6. Be thorough — but above all, be ethical.</strong>                                                            </span><span style=\"color: #000000;\">How much information is too much and an intrusion into privacy? </span><span style=\"color: #000000;\">Lay out an information code of ethics that specifies what you want to know, how you\'ll gather it and what you intend to do with it. </span>\r\n\r\n<span style=\"color: #000000;\">Remind them that anything they tell you is based entirely on their willingness to do so. As long as you start with a code of ethics, you\'ll be fine.</span>','Get to know your Customers','','inherit','closed','closed','','774-revision-v1','','','2013-11-19 22:18:52','2013-11-19 22:18:52','',774,'http://numbersbalanced.com/774-revision-v1/',0,'revision','',0),(829,1,'2013-11-20 21:43:33','2013-11-20 21:43:33','<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\"><img class=\"alignleft wp-image-705\" src=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\" alt=\"yoda4\" width=\"291\" height=\"410\" /></a>\"TRY NOT; DO OR DO NOT; There is no try .\" ~ Yoda from StarWars\r\n\r\nIf your mind-set is that you will \"try\" to do something, you are setting yourself up for failure by admitting that failing is an option.\r\n\r\nSo the best way to succeed is to eliminate the option of failing in your mind. That\'s the point Yoda is trying to make when he says \"there is no try.\"\r\n\r\nHe means, take the option of failing out of the equation. Luke is unable to do this, and thus is unable to lift the ship with his mind. After he fails, Yoda easily moves the ship out of the swamp with his mind, to prove it can be done. Upon seeing this, Luke says \"I can\'t believe it,\" to which Yoda responds: \"That is why you fail.\" You must believe that you can do something in order to succeed. Don\'t just \"try\" to do it.','Failure is not an option','','publish','closed','closed','','failure-is-not-an-option','','','2017-11-29 14:16:37','2017-11-29 14:16:37','',0,'http://numbersbalanced.com/?p=829',0,'post','',0),(830,1,'2013-11-20 21:43:33','2013-11-20 21:43:33','<a href=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\"><img class=\"alignleft  wp-image-705\" alt=\"yoda4\" src=\"http://numbersbalanced.com/wp-content/uploads/2013/04/yoda4.jpg\" width=\"291\" height=\"410\" /></a>\"TRY NOT; DO OR DO NOT; There is no try .\" ~ Yoda from StarWars\r\n\r\nIf your mind-set is that you will \"try\" to do something, you are setting yourself up for failure by admitting that failing is an option.\r\n\r\nSo the best way to succeed is to eliminate the option of failing in your mind. That\'s the point Yoda is trying to make when he says \"there is no try.\"\r\n\r\n<!--more-->He means, take the option of failing out of the equation. Luke is unable to do this, and thus is unable to lift the ship with his mind. After he fails, Yoda easily moves the ship out of the swamp with his mind, to prove it can be done. Upon seeing this, Luke says \"I can\'t believe it,\" to which Yoda responds: \"That is why you fail.\" You must believe that you can do something in order to succeed. Don\'t just \"try\" to do it.','Failure is not an option','','inherit','closed','closed','','829-revision-v1','','','2013-11-20 21:43:33','2013-11-20 21:43:33','',829,'http://numbersbalanced.com/829-revision-v1/',0,'revision','',0),(833,1,'2013-12-03 16:37:15','2013-12-03 16:37:15','[jbox color=\"blue\" ]\r\n\r\nAddress:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 34,</strong>\r\n<strong>67- 68 Hatton Garden</strong>\r\n<strong>London EC1N 8JY</strong>\r\n\r\nTelephone: <strong>+44 7799 485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form below:\r\n\r\n[contact_form]\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2013-12-03 16:37:15','2013-12-03 16:37:15','',292,'http://numbersbalanced.com/292-revision-v1/',0,'revision','',0),(954,1,'2014-06-30 15:23:38','2014-06-30 14:23:38','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\"text-align:center\">Bookkeeping &amp; Accounts</h1>\n<h5 style=\"text-align:center\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\"text-align:center\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\"text-align:center\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:;color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:23:38','2014-06-30 14:23:38','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(955,1,'2014-06-30 15:26:37','2014-06-30 14:26:37','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates &amp; DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:26:37','2014-06-30 14:26:37','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1095,1,'2014-09-07 10:56:06','2014-09-07 09:56:06','','cashflow','','inherit','closed','closed','','cashflow','','','2014-09-07 12:06:40','2014-09-07 11:06:40','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg',0,'attachment','image/jpeg',0),(1096,1,'2014-09-07 10:57:01','2014-09-07 09:57:01','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\n<a href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More','Home','','inherit','closed','closed','','32-revision-v1','','','2014-09-07 10:57:01','2014-09-07 09:57:01','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1013,1,'2014-07-02 08:20:33','2014-07-02 07:20:33','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-02 08:20:33','2014-07-02 07:20:33','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1010,1,'2014-07-01 10:55:49','2014-07-01 09:55:49','&nbsp;			<h1 style=\"text-align:center\">Bookkeeping &amp; Accounts</h1>\n<h5 style=\"text-align:center\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\"text-align:center\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\"text-align:center\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:;color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nFor Doers:\n\nPERSONAL TAX\n\nIncome Tax\n\nUp to £31,86520%\n\n£31866 to £ 150,00040%\n\nOver £ 150,00045%\n\nDividends\n\nSavings & Basic Rate   Taxpayers10%\n\nHigher Rate Taxpayers32.50%\n\nAdditional Rate Taxpayers37.50%\n\nPERSONAL ALLOWANCE\n\nBasic Personal Allowance£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-01 10:55:49','2014-07-01 09:55:49','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(956,1,'2014-06-30 15:28:20','2014-06-30 14:28:20','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .\nAll employers will be able to reduce their National Insurance bill by £2,000.\n\nFor Doers:\nPERSONAL   TAX\nIncome Tax\nUp to £31,865	20%\n£31866 to £ 150,000	40%\nOver £ 150,000	45%\n\nDividends\nSavings &amp; Basic Rate   Taxpayers	10%\nHigher Rate Taxpayers	32.50%\nAdditional Rate Taxpayers	37.50%\n\nPERSONAL ALLOWANCE\nBasic Personal Allowance	£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:28:20','2014-06-30 14:28:20','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(958,1,'2014-06-30 15:39:39','2014-06-30 14:39:39','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nFor Doers:\n\nPERSONAL   TAX\n\nIncome Tax\n\nUp to £31,86520%\n\n£31866 to £ 150,00040%\n\nOver £ 150,00045%\n\nDividends\nSavings &amp; Basic Rate   Taxpayers10%\n\nHigher Rate Taxpayers32.50%\n\nAdditional Rate Taxpayers37.50%\n\nPERSONAL ALLOWANCE\n\nBasic Personal Allowance£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:39:39','2014-06-30 14:39:39','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(957,1,'2014-06-30 15:36:32','2014-06-30 14:36:32','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for startups and small businesses.\n\nWe take the time to visit each business in order to offer an individual service to you.\n\nWe offer free consultations.\n\n<a   class=\"jbutton orange large  \" href=\"http://numbersbalanced.com/contact us\">Contact Us</a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>  Tax Dates &amp; DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>  Quote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\n\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief .\nAll employers will be able to reduce their National Insurance bill by £2,000.\n\nFor Doers:\nPERSONAL   TAX\nIncome Tax\n\nUp to £31,86520%\n\n£31866 to £ 150,00040%\n\nOver £ 150,00045%\n\nDividends\nSavings &amp; Basic Rate   Taxpayers10%\n\nHigher Rate Taxpayers32.50%\n\nAdditional Rate Taxpayers37.50%\n\nPERSONAL ALLOWANCE\n\nBasic Personal Allowance£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-06-30 15:36:32','2014-06-30 14:36:32','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(962,1,'2014-06-30 18:22:33','2014-06-30 17:22:33','','All the numbers in your business ... balanced!!','','publish','closed','closed','','44-7799-485741','','','2014-07-01 09:28:34','2014-07-01 08:28:34','',0,'http://www.numbersbalanced.com/?p=962',1,'nav_menu_item','',0),(963,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','963','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',0,'http://www.numbersbalanced.com/?p=963',1,'nav_menu_item','',0),(964,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','964','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',0,'http://www.numbersbalanced.com/?p=964',2,'nav_menu_item','',0),(965,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','965','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',0,'http://www.numbersbalanced.com/?p=965',3,'nav_menu_item','',0),(966,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','966','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',0,'http://www.numbersbalanced.com/?p=966',4,'nav_menu_item','',0),(967,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','967','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',5,'http://www.numbersbalanced.com/?p=967',5,'nav_menu_item','',0),(968,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','968','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',5,'http://www.numbersbalanced.com/?p=968',6,'nav_menu_item','',0),(969,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','969','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',5,'http://www.numbersbalanced.com/?p=969',7,'nav_menu_item','',0),(970,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','970','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',5,'http://www.numbersbalanced.com/?p=970',8,'nav_menu_item','',0),(971,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','971','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',5,'http://www.numbersbalanced.com/?p=971',9,'nav_menu_item','',0),(972,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','972','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',0,'http://www.numbersbalanced.com/?p=972',10,'nav_menu_item','',0),(973,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','973','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',77,'http://www.numbersbalanced.com/?p=973',11,'nav_menu_item','',0),(974,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','974','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',77,'http://www.numbersbalanced.com/?p=974',12,'nav_menu_item','',0),(975,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','975','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',77,'http://www.numbersbalanced.com/?p=975',13,'nav_menu_item','',0),(976,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','976','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',77,'http://www.numbersbalanced.com/?p=976',14,'nav_menu_item','',0),(977,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','977','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',77,'http://www.numbersbalanced.com/?p=977',15,'nav_menu_item','',0),(978,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','978','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',77,'http://www.numbersbalanced.com/?p=978',16,'nav_menu_item','',0),(979,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','979','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',0,'http://www.numbersbalanced.com/?p=979',17,'nav_menu_item','',0),(980,1,'2014-06-30 20:45:37','2014-06-30 19:45:37',' ','','','publish','closed','closed','','980','','','2014-06-30 20:45:37','2014-06-30 19:45:37','',0,'http://www.numbersbalanced.com/?p=980',18,'nav_menu_item','',0),(1266,1,'2017-03-13 15:21:19','2017-03-13 15:21:19','The Chancellor has presented his Budget to Parliament – here\'s a summary of what was announced.\r\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\r\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\r\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\r\n4. £425 million investment in the NHS in the next three years\r\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\r\n6. £300 million investment for new academic research placements\r\n7. Loans for part time and doctoral students from 2018\r\n8. £536 million for new free schools and to maintain existing schools\r\n9. Free transport for children from poorer families who go to selective schools\r\n10. Tax-Free Childcare will soon be available to working parents\r\n11. New ways to protect consumer from un necessary costs and inefficiencies.\r\n12. £270 million to launch the Industrial Strategy Challenge Fund\r\n13. Improving transport with the National Productivity Investment Fund\r\n14. A new strategy to make the UK a world leader in 5G technology\r\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\r\n16. The Lifetime ISA will be available from 6 April this year\r\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\r\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\r\n19. £435 million to support businesses affected by the business rates relief revaluation\r\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\r\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\r\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-03-13 15:21:19','2017-03-13 15:21:19','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(999,1,'2014-06-30 20:55:42','2014-06-30 19:55:42','[jbox color=\"platinum\" ]\r\n\r\nAddress:\r\n<strong>Numbers Balanced Limited</strong>\r\n<strong>Suite 34,</strong>\r\n<strong>67- 68 Hatton Garden</strong>\r\n<strong>London EC1N 8JY</strong>\r\n\r\nTelephone: <strong>+44 7799 485741</strong>\r\n\r\nIt would be great to hear from you!\r\n\r\nYou can contact us by by phone or by email using the contact form on the right:\r\n\r\n[/jbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2014-06-30 20:55:42','2014-06-30 19:55:42','',292,'http://www.numbersbalanced.com/292-revision-v1/',0,'revision','',0),(1051,1,'2014-07-05 17:15:09','2014-07-05 16:15:09','[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n\r\nEmail us:  Info@numbersbalanced.com\r\n\r\nWrite to us at our Registered Address :\r\n\r\nSuite34,\r\n\r\n67 - 68 Hatton Garden, London EC1N 8JY\r\n\r\n[/iconbox]\r\n\r\n[iconbox icon=\"icon-phone\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n\r\n&nbsp;\r\n\r\nWe\'d love to hear from you!\r\n\r\n<strong>+44 7799 485741</strong>\r\n\r\n[/iconbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2014-07-05 17:15:09','2014-07-05 16:15:09','',292,'http://www.numbersbalanced.com/292-revision-v1/',0,'revision','',0),(1004,1,'2014-06-30 21:19:03','2014-06-30 20:19:03','[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n<h4>Stop in and see us!</h4>\r\nSuite 34, 67- 68 Hatton Garden, London, EC1N 8JY\r\n\r\n[/iconbox]\r\n\r\n[iconbox icon=\"icon-phone\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n<h4>Drop us a line</h4>\r\nWe\'d love to hear from you!\r\n\r\n<strong>+44 7799 485741</strong>\r\n\r\n[/iconbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2014-06-30 21:19:03','2014-06-30 20:19:03','',292,'http://www.numbersbalanced.com/292-revision-v1/',0,'revision','',0),(1005,1,'2014-06-30 21:38:19','2014-06-30 20:38:19','<img class=\"wp-image-610 aligncenter\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\" alt=\"4colours\" width=\"788\" height=\"601\" />Colour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\n&nbsp;','What colour is your business?','','inherit','closed','closed','','809-revision-v1','','','2014-06-30 21:38:19','2014-06-30 20:38:19','',809,'http://www.numbersbalanced.com/809-revision-v1/',0,'revision','',0),(1006,1,'2014-06-30 21:43:04','2014-06-30 20:43:04','<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\"><img class=\"alignleft size-full wp-image-524\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/05/customers.jpg\" alt=\"customers\" width=\"250\" height=\"258\" /></a><span style=\"color: #000000;\">\'80% of your sales come from 20% of your customers\'.</span>\n\n<span style=\"color: #000000;\">It is important you know who these customers are. </span><span style=\"color: #000000;\"> Here are 6 strategies to help you research, interprete and handle information about your customers in the most effective manner.</span>\n\n<span style=\"color: #000000;\"><strong>1.Get to know where they are coming from.</strong></span>\n\n<span style=\"color: #000000;\">It\'s essential to understand where your customers are  coming from.</span>\n\n<span style=\"color: #000000;\">What are their demographics and income ranges?</span>\n\n<span style=\"color: #000000;\">Do they live in particular locations?</span>\n\n<span style=\"color: #000000;\">Why have they chosen you over someone else?</span>\n\n<span style=\"color: #000000;\">Who will they patronise when they leave?                                                                     </span><span style=\"color: #000000;\">The answers give you a feel of the motivations of the people who buy from your company<i><span style=\"font-family: Arial; font-size: medium;\">.</span></i></span>\n\n<span style=\"color: #000000;\"><strong>2. Learn their motives for buying your product.</strong>                                                       </span><span style=\"color: #000000;\">Are they choosing your product or service because they are reacting to some sort of mistake they want corrected — or to achieve something more proactively?                </span><span style=\"color: #000000;\">The answer can speak volumes!                                                                                   </span><span style=\"color: #000000;\">You need to know what kind of motivation so that you meet their unstated psychological needs.</span>\n\n<strong><span style=\"color: #000000; font-family: Arial; font-size: medium;\"> 3</span></strong><span style=\"color: #000000;\"><strong>. Do they want a lot of options or only a few?</strong>                                                        </span><span style=\"color: #000000;\">The consuming public has a decidedly split personality. </span><span style=\"color: #000000;\">Some want lots of options, while others are more comfortable with a limited range of tried and true choices. </span><span style=\"color: #000000;\">Above and beyond the product or service itself, it\'s important to know just how wide a menu to present to customers. </span><span style=\"color: #000000;\">Too much or too little can ultimately be alienating.</span>\n\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>4. Strive for a holistic understanding of your customers and their needs.</strong>          </span><span style=\"color: #000000;\">The salient point about customer service is simple — the more you know, the better positioned you are to move beyond mere selling and establish a relationship that\'s far more deeply embedded. </span>\n\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>5. Make gathering customer info an ongoing effort.</strong>                                             </span><span style=\"color: #000000;\">Many business owners believe that customer information is limited to surveys, focus groups, feedback questionnaires and the like. Those are indeed part of the overall effort.                                                                                                                              </span><span style=\"color: #000000;\">But try to make customer information an ongoing focal point of attention. Listen to what they say, watch what they do and encourage everyone around you to do the same. From there, take what you\'ve seen and heard, couple it with information from other venues and try to draw as complete a picture as possible of what they genuinely value and why.                                                                                                                       Don\'t take anything at face value. Assume what you have heard and observed is merely the tip of the iceberg. Then you need to drill down to a rigorous interpretation of what is going on below the water line.</span>\n\n<span style=\"color: #000000; font-family: Arial; font-size: medium;\"> </span><span style=\"color: #000000;\"><strong>6. Be thorough — but above all, be ethical.</strong>                                                            </span><span style=\"color: #000000;\">How much information is too much and an intrusion into privacy? </span><span style=\"color: #000000;\">Lay out an information code of ethics that specifies what you want to know, how you\'ll gather it and what you intend to do with it. </span>\n\n<span style=\"color: #000000;\">Remind them that anything they tell you is based entirely on their willingness to do so. As long as you start with a code of ethics, you\'ll be fine.</span>','Get to know your Customers','','inherit','closed','closed','','774-autosave-v1','','','2014-06-30 21:43:04','2014-06-30 20:43:04','',774,'http://www.numbersbalanced.com/774-autosave-v1/',0,'revision','',0),(1009,1,'2014-07-01 09:40:08','2014-07-01 08:40:08','<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/06/10-practical-travel-tips-black-business-lady-e1404137887376.jpg\" style=\"visibility:hidden\" data-animation=\"fade\" />			<h1 style=\" text-align:center;\">Bookkeeping & Accounts</h1>\n<h5 style=\" text-align:center;\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\" text-align:center;\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\" text-align:center;\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nFor Doers:\n\nPERSONAL TAX\n\nIncome Tax\n\nUp to £31,86520%\n\n£31866 to £ 150,00040%\n\nOver £ 150,00045%\n\nDividends\n\nSavings & Basic Rate   Taxpayers10%\n\nHigher Rate Taxpayers32.50%\n\nAdditional Rate Taxpayers37.50%\n\nPERSONAL ALLOWANCE\n\nBasic Personal Allowance£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-01 09:40:08','2014-07-01 08:40:08','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1012,1,'2014-07-01 11:11:36','2014-07-01 10:11:36','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align:center\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.&lt; We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:;color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nFor Doers:\n\nPERSONAL TAX\n\nIncome Tax\n\nUp to £31,86520%\n\n£31866 to £ 150,00040%\n\nOver £ 150,00045%\n\nDividends\n\nSavings & Basic Rate   Taxpayers10%\n\nHigher Rate Taxpayers32.50%\n\nAdditional Rate Taxpayers37.50%\n\nPERSONAL ALLOWANCE\n\nBasic Personal Allowance£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-01 11:11:36','2014-07-01 10:11:36','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1011,1,'2014-07-01 11:10:04','2014-07-01 10:10:04','&nbsp;			  Business Expenses<h1 style=\"text-align:center\">Bookkeeping &amp; Accounts</h1>\n<h5 style=\"text-align:center\">Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.</h5>\n<h5 style=\"text-align:center\"> We take the time to visit each business in order to offer an individual service to you. </h5>\n<h5 style=\"text-align:center\">We offer free consultations.</h5>\n\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:;color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nFor Doers:\n\nPERSONAL TAX\n\nIncome Tax\n\nUp to £31,86520%\n\n£31866 to £ 150,00040%\n\nOver £ 150,00045%\n\nDividends\n\nSavings & Basic Rate   Taxpayers10%\n\nHigher Rate Taxpayers32.50%\n\nAdditional Rate Taxpayers37.50%\n\nPERSONAL ALLOWANCE\n\nBasic Personal Allowance£10,000\n\nFor Savers\n\nISAs (Individual Savings Accoints) become more flexable and the allowance is increased to £15,000.\nTax restrictions on Pensioners accessing their pension pots are removed.\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-01 11:10:04','2014-07-01 10:10:04','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1014,1,'2014-07-02 08:35:26','2014-07-02 07:35:26','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the following pages:\r\n<ol>\r\n	<li>Bookkeeping</li>\r\n	<li>Accounts</li>\r\n	<li>Payroll</li>\r\n	<li>Credit Control</li>\r\n	<li>Cashflow Management</li>\r\n</ol>\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n[iconbox iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#33743c\"]\r\n<h4>Bookkeeping</h4>\r\nWe take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\n[/iconbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:35:26','2014-07-02 07:35:26','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1015,1,'2014-07-02 08:36:21','2014-07-02 07:36:21','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the following pages:\r\n<ol>\r\n	<li>Bookkeeping</li>\r\n	<li>Accounts</li>\r\n	<li>Payroll</li>\r\n	<li>Credit Control</li>\r\n	<li>Cashflow Management</li>\r\n</ol>\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n[iconbox iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]\r\n<h4>Bookkeeping</h4>\r\nWe take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\n[/iconbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:36:21','2014-07-02 07:36:21','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1017,1,'2014-07-02 08:43:04','2014-07-02 07:43:04','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kadinfolink\">\n<h4>Bookkeeping</h4> <p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p>\n</a>\n&nbsp;&nbsp;&nbsp;&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:43:04','2014-07-02 07:43:04','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1016,1,'2014-07-02 08:37:36','2014-07-02 07:37:36','[jbox color=\"green\" ]  Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexiblible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nFor more information on our services, click on the following pages:\r\n<ol>\r\n	<li>Bookkeeping</li>\r\n	<li>Accounts</li>\r\n	<li>Payroll</li>\r\n	<li>Credit Control</li>\r\n	<li>Cashflow Management</li>\r\n</ol>\r\n[/jbox]\r\n\r\n[jbox color=\"yellow\" ] <span style=\"text-decoration: underline;\">Unlimited Consultations</span>\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.  [/jbox]\r\n\r\n[iconbox icon=\"icon-pencil\" iconsize=\"48px\" link=\"http://www.numbersbalanced.com/services/bookkeeping/\" color=\"#ffffff\" background=\"#33743c\" hcolor=\"#ffffff\"]\r\n<h4>Bookkeeping</h4>\r\nWe take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\n[/iconbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:37:36','2014-07-02 07:37:36','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1018,1,'2014-07-02 08:45:39','2014-07-02 07:45:39','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-18 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n&nbsp;&nbsp;&nbsp;&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:45:39','2014-07-02 07:45:39','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1019,1,'2014-07-02 08:47:35','2014-07-02 07:47:35','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-38 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-99 kad-icon-box \"><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a>\n&nbsp;&nbsp;&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:47:35','2014-07-02 07:47:35','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1020,1,'2014-07-02 08:53:34','2014-07-02 07:53:34','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-73 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-38 kad-icon-box \"><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/payroll/\" class=\"kad-icon-box-61 kad-icon-box \"><h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p></a>\n&nbsp;&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:53:34','2014-07-02 07:53:34','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1021,1,'2014-07-02 08:54:37','2014-07-02 07:54:37','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-36 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-13 kad-icon-box \"><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/payroll/\" class=\"kad-icon-box-11 kad-icon-box \"><h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/credit-control/\" class=\"kad-icon-box-24 kad-icon-box \"><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a>\n&nbsp;','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:54:37','2014-07-02 07:54:37','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1022,1,'2014-07-02 08:56:03','2014-07-02 07:56:03','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-63 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-24 kad-icon-box \"><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/payroll/\" class=\"kad-icon-box-93 kad-icon-box \"><h4>Payroll</h4><p>Outsourcing your  payroll , will save you time and money. Avoid the hassle of keeping up with legislation and tax changes.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/credit-control/\" class=\"kad-icon-box-64 kad-icon-box \"><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" class=\"kad-icon-box-13 kad-icon-box \"><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a>','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 08:56:03','2014-07-02 07:56:03','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1023,1,'2014-07-02 09:04:11','2014-07-02 08:04:11','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-85 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<p><a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-100 kad-icon-box \">\n<h4>Accounts</h4>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>\n<p></a>\n\n<a href=\"http://www.numbersbalanced.com/services/payroll/\" class=\"kad-icon-box-24 kad-icon-box \"><h4>Payroll</h4><p>Save time and money by outsourcing your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/credit-control/\" class=\"kad-icon-box-37 kad-icon-box \"><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" class=\"kad-icon-box-85 kad-icon-box \"><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a>','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 09:04:11','2014-07-02 08:04:11','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1024,1,'2014-07-02 09:05:12','2014-07-02 08:05:12','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-63 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<p><a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-84 kad-icon-box \">\n<h4>Accounts</h4>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p>\n<p></a>\n\n<a href=\"http://www.numbersbalanced.com/services/payroll/\" class=\"kad-icon-box-67 kad-icon-box \"><h4>Payroll</h4><p>Save time and money by outsourcing your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/credit-control/\" class=\"kad-icon-box-41 kad-icon-box \"><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" class=\"kad-icon-box-19 kad-icon-box \"><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a>','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 09:05:12','2014-07-02 08:05:12','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1025,1,'2014-07-02 09:08:05','2014-07-02 08:08:05','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-11 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-60 kad-icon-box \"><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/payroll/\" class=\"kad-icon-box-90 kad-icon-box \"><h4>Payroll</h4><p>Save time and money by outsourcing your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/credit-control/\" class=\"kad-icon-box-36 kad-icon-box \"><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" class=\"kad-icon-box-27 kad-icon-box \"><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a>','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 09:08:05','2014-07-02 08:08:05','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1026,1,'2014-07-02 09:12:26','2014-07-02 08:12:26','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the  trade or profession.\n\nThis information must be kept for at least 6 years.\n\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\n\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\n\nUnlimited Consultations\n\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please  call us whenever you have a question or concern.\n<a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" class=\"kad-icon-box-70 kad-icon-box \"><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a>\n<a href=\"http://www.numbersbalanced.com/services/accounts/\" class=\"kad-icon-box-92 kad-icon-box \"><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/payroll/\" class=\"kad-icon-box-45 kad-icon-box \"><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/credit-control/\" class=\"kad-icon-box-46 kad-icon-box \"><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a>\n<a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" class=\"kad-icon-box-46 kad-icon-box \"><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a>','Services','','inherit','closed','closed','','5-revision-v1','','','2014-07-02 09:12:26','2014-07-02 08:12:26','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1029,1,'2014-07-02 09:28:03','2014-07-02 08:28:03','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jaccordion theme=\"smoothness\"]\r\nSelf Assessment::\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\r\n[jacc/]\r\nAnnual Returns::\r\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\r\n\r\n[jacc/]\r\n\r\nVAT Returns::\r\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n[jacc/]\r\n[/jaccordion]\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong>  [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">1-May-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 09:28:03','2014-07-02 08:28:03','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1027,1,'2014-07-02 09:22:04','2014-07-02 08:22:04','[jaccordion size=\"xsmall\" theme=\"cupertino\" active=\"2\"]\r\nTitle 1::\r\nThis is first pane content\r\n[jacc/]\r\nTitle 2::\r\nThis is second pane content\r\n[/jaccordion]\r\n[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">1-May-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 09:22:04','2014-07-02 08:22:04','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1028,1,'2014-07-02 09:22:43','2014-07-02 08:22:43','[jaccordion size=\"xsmall\" theme=\"smoothness\" active=\"2\"]\r\nTitle 1::\r\nThis is first pane content\r\n[jacc/]\r\nTitle 2::\r\nThis is second pane content\r\n[/jaccordion]\r\n[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>1.Self Assessment</strong></span>\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">2.Annual Returns:</span></strong> A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR  [/jbox]\r\n\r\n[jbox color=\"green\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">3.VAT Returns:</span></strong> The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE. [/jbox]\r\n\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">4.PAYE/NIC Payment Deadlines ( Quarterly)</span></strong>\r\n\r\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\r\n\r\n5: <span style=\"text-decoration: underline;\"><strong>Monthly PAYE/NIC</strong></span>\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque) [/jbox]\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline;\"><strong>6: Companies House Accounts filing &amp; Corporation Tax</strong></span>\r\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">1-May-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 09:22:43','2014-07-02 08:22:43','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1031,1,'2014-07-02 10:06:04','2014-07-02 09:06:04','','Budget 2014','','inherit','closed','closed','','budget-2014-2','','','2014-07-02 10:06:04','2014-07-02 09:06:04','',77,'http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg',0,'attachment','image/jpeg',0),(1032,1,'2014-07-02 10:08:32','2014-07-02 09:08:32','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jaccordion theme=\"smoothness\"]\r\nSelf Assessment::\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\r\n[jacc/]\r\nAnnual Returns::\r\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\r\n\r\n[jacc/]\r\n\r\nVAT Returns::\r\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n[jacc/]\r\n\r\nPAYE/NIC Payment Deadlines (Quarterly)::\r\n\r\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\r\n\r\n[jacc/]\r\n\r\nMonthly PAYE/NIC::\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\r\n\r\n[jacc/]\r\n\r\nCompanies House Accounts Filing &amp; Corporation Tax::\r\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">1-May-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jaccordion]\r\n\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"49%\" valign=\"top\" style=\"padding-bottom: 20px;\">\r\n<div class=\"thumbborder thumbpad\">\r\n<a href=\"clientportal.php\">\r\n<img border=\"0\" alt=\"Budget 2014\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\">\r\n</a>\r\n</div>\r\n<div class=\"caption\">\r\n<strong>\r\n<a target=\"_top\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a>\r\n</strong>\r\n<br>\r\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\r\n</div>\r\n<td width=\"2%\">   </td>\r\n<td width=\"49%\" valign=\"top\" style=\"padding-bottom: 20px;\">\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:08:32','2014-07-02 09:08:32','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1037,1,'2014-07-02 10:34:15','2014-07-02 09:34:15','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<strong><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></strong>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:34:15','2014-07-02 09:34:15','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1034,1,'2014-07-02 10:13:55','2014-07-02 09:13:55','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:13:55','2014-07-02 09:13:55','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1033,1,'2014-07-02 10:12:50','2014-07-02 09:12:50','[jbox color=\"dark gray\" ] We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help. [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">DEADLINES</span></strong>\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Here are The Important  dates:</strong></span>\r\n\r\n[jaccordion theme=\"smoothness\"]\r\nSelf Assessment::\r\n\r\n<span style=\"text-decoration: underline;\">First Payment on Account:</span> 31st January 2014\r\n\r\n<span style=\"text-decoration: underline;\">Second Payment on Account:</span> 31st July 2014\r\n\r\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\r\n\r\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015\r\n[jacc/]\r\nAnnual Returns::\r\nA Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR\r\n\r\n[jacc/]\r\n\r\nVAT Returns::\r\nThe return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.\r\n\r\n[jacc/]\r\n\r\nPAYE/NIC Payment Deadlines (Quarterly)::\r\n\r\nQuarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\r\n\r\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\r\n\r\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\r\n\r\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )\r\n\r\n[jacc/]\r\n\r\nMonthly PAYE/NIC::\r\n\r\nThis must be paid by the 22nd of Each month.( 19th if paying by cheque)\r\n\r\n[jacc/]\r\n\r\nCompanies House Accounts Filing &amp; Corporation Tax::\r\n<table border=\"0\" width=\"677\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"64\" /> <col span=\"2\" width=\"77\" /> <col span=\"2\" width=\"82\" /> <col span=\"2\" width=\"74\" /> <col width=\"83\" /> <col width=\"64\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"64\" height=\"18\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"77\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"82\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"74\"></td>\r\n<td width=\"83\"></td>\r\n<td width=\"64\"></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Accounting</td>\r\n<td></td>\r\n<td>Companies</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n<td>Corporation</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td>Reference</td>\r\n<td></td>\r\n<td>House</td>\r\n<td></td>\r\n<td>Tax</td>\r\n<td></td>\r\n<td>Tax Return</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td>Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n<td>Due Date</td>\r\n<td></td>\r\n<td>Filing Date</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jan-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jan-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">28-Feb-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Mar-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">1-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Apr-14</td>\r\n<td></td>\r\n<td align=\"right\">21-Jan-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-May-14</td>\r\n<td></td>\r\n<td align=\"right\">28-Feb-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Jun-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Mar-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Jul-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Apr-15</td>\r\n<td></td>\r\n<td align=\"right\">1-May-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Aug-14</td>\r\n<td></td>\r\n<td align=\"right\">31-May-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Sep-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Jun-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Oct-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Jul-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Oct-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">30-Nov-14</td>\r\n<td></td>\r\n<td align=\"right\">31-Aug-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">30-Nov-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td align=\"right\">31-Dec-14</td>\r\n<td></td>\r\n<td align=\"right\">30-Sep-15</td>\r\n<td></td>\r\n<td align=\"right\">1-Oct-15</td>\r\n<td></td>\r\n<td align=\"right\">31-Dec-15</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"18\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height=\"17\"></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jaccordion]\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-bottom: 20px;\" valign=\"top\" width=\"49%\">\r\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\"><img class=\"background: none repeat scroll 0 0 #fff; border: 1px solid #999; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); padding: 5px; aligncenter\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" alt=\"Budget 2014\" width=\"225\" height=\"225\" border=\"0\" /></a>\r\n<strong><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_top\">Budget 2014</a></strong>\r\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.</div></td>\r\n<td width=\"2%\"></td>\r\n<td style=\"padding-bottom: 20px;\" valign=\"top\" width=\"49%\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:12:50','2014-07-02 09:12:50','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1036,1,'2014-07-02 10:29:55','2014-07-02 09:29:55','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<strong><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></strong>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n\n&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:29:55','2014-07-02 09:29:55','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1039,1,'2014-07-02 10:43:34','2014-07-02 09:43:34','','business-expenses','','inherit','closed','closed','','business-expenses-2','','','2014-07-02 10:43:34','2014-07-02 09:43:34','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses.jpg',0,'attachment','image/jpeg',0),(1040,1,'2014-07-02 10:47:01','2014-07-02 09:47:01','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:47:01','2014-07-02 09:47:01','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1041,1,'2014-07-02 10:55:31','2014-07-02 09:55:31','','Records Retention','','inherit','closed','closed','','records-retention-2','','','2014-07-02 10:55:31','2014-07-02 09:55:31','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg',0,'attachment','image/jpeg',0),(1042,1,'2014-07-02 10:56:58','2014-07-02 09:56:58','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 10:56:58','2014-07-02 09:56:58','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1043,1,'2014-07-02 10:59:58','2014-07-02 09:59:58','','Tax','','inherit','closed','closed','','tax-2','','','2014-07-02 10:59:58','2014-07-02 09:59:58','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg',0,'attachment','image/jpeg',0),(1044,1,'2014-07-02 11:29:46','2014-07-02 10:29:46','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n&nbsp;&nbsp;','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 11:29:46','2014-07-02 10:29:46','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1045,1,'2014-07-02 11:31:53','2014-07-02 10:31:53','','vat','','inherit','closed','closed','','vat-2','','','2014-07-02 11:31:53','2014-07-02 10:31:53','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat.jpg',0,'attachment','image/jpeg',0),(1046,1,'2014-07-02 11:34:34','2014-07-02 10:34:34','','Corporation Tax','','inherit','closed','closed','','corporation-tax-2','','','2014-07-02 11:34:34','2014-07-02 10:34:34','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax.jpg',0,'attachment','image/jpeg',0),(1052,1,'2014-07-05 20:26:20','2014-07-05 19:26:20','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\n[jacc/]\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n[/jaccordion]\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-05 20:26:20','2014-07-05 19:26:20','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1047,1,'2014-07-02 11:37:02','2014-07-02 10:37:02','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-02 11:37:02','2014-07-02 10:37:02','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1049,1,'2012-05-01 16:24:28','2012-05-01 15:24:28','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable Business Expenses</span></h2>\r\n<h2><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span></h2>\r\n<ul>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></h2>\r\n</li>\r\n	<li>\r\n<h2><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox]</h2>\r\n<h2>[jbox color=\"green\" ]</h2>\r\n</li>\r\n</ul>\r\n<h2><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></h2>\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n	<li>No member of the employee or office holder’s family is present, and,</li>\r\n	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table width=\"98%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2011-12</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent mileFor NICs purposes: 45p for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2012-05-01 16:24:28','2012-05-01 15:24:28','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1053,1,'2014-07-05 20:29:24','2014-07-05 19:29:24','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nDeadlines for Filing\n\nCompanies House Accounts Filing &amp; Corporation Tax::\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n[/jaccordion]\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-05 20:29:24','2014-07-05 19:29:24','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1054,1,'2014-07-05 20:32:00','2014-07-05 19:32:00','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.\n\n<strong>DEADLINES</strong>\n\n<strong>Here are The Important  dates:</strong>\n\n<a href=\"#\">Self Assessment</a>First Payment on Account: 31st January 2014\n\nSecond Payment on Account: 31st July 2014\n\n<strong>PAPER Submission of Tax Return</strong> for year ended 5th April 2014: 31st October 2014\n\n<strong>ONLINE Submission of Tax Return</strong>for year ended 5th April 2014:  31st January 2015<a href=\"#\">Annual Returns</a>A Company must file an Annual Return within <strong>28 Days </strong>after the Incorporation date EVERY YEAR<a href=\"#\">VAT Returns</a>The return must be filed within <strong>one month </strong>after the end of the VAT quarter and VAT payable is due by that date. The Return can only be filed ONLINE.<a href=\"#\">PAYE/NIC Payment Deadlines (Quarterly)</a>Quarter 1 : 22 July 2014           ( 19 July 2014 if paying by Cheque )\n\nQuarter 2: 22 October 2014     ( 19 October 2014  if paying by Cheque )\n\nQuarter 3: 22 January 2015     ( 19 January 2015  if paying by Cheque )\n\nQuarter 4:  22 April 2015          ( 19  April 2015  if paying by Cheque )<a href=\"#\">Monthly PAYE/NIC</a>This must be paid by the 22nd of Each month.( 19th if paying by cheque)<a href=\"#\">Companies House Accounts Filing &amp; Corporation Tax</a>\n\nAccounting\n\nCompanies\n\nCorporation\n\nCorporation\n\nReference\n\nHouse\n\nTax\n\nTax Return\n\nDate\n\nFiling Date\n\nDue Date\n\nFiling Date\n\n31-Jan-14\n\n31-Oct-14\n\n1-Nov-14\n\n31-Jan-15\n\n28-Feb-14\n\n30-Nov-14\n\n1-Dec-14\n\n28-Feb-15\n\n31-Mar-14\n\n31-Dec-14\n\n1-Jan-15\n\n31-Mar-15\n\n30-Apr-14\n\n21-Jan-15\n\n1-Feb-15\n\n30-Apr-15\n\n31-May-14\n\n28-Feb-15\n\n1-Mar-15\n\n31-May-15\n\n30-Jun-14\n\n31-Mar-15\n\n1-Apr-15\n\n30-Jun-15\n\n31-Jul-14\n\n30-Apr-15\n\n1-May-15\n\n31-Jul-15\n\n31-Aug-14\n\n31-May-15\n\n1-Jun-15\n\n31-Aug-15\n\n30-Sep-14\n\n30-Jun-15\n\n1-Jul-15\n\n30-Sep-15\n\n31-Oct-14\n\n31-Jul-15\n\n1-Aug-15\n\n31-Oct-15\n\n30-Nov-14\n\n31-Aug-15\n\n1-Sep-15\n\n30-Nov-15\n\n31-Dec-14\n\n30-Sep-15\n\n1-Oct-15\n\n31-Dec-15\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\">Budget 2014</a></h4>\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2014/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More </a>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2014-07-05 20:32:00','2014-07-05 19:32:00','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1056,1,'2014-07-15 09:52:47','2014-07-15 08:52:47','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 09:52:47','2014-07-15 08:52:47','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1057,1,'2014-07-15 09:59:17','2014-07-15 08:59:17','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Click here</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 09:59:17','2014-07-15 08:59:17','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1058,1,'2014-07-15 10:03:29','2014-07-15 09:03:29','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:03:29','2014-07-15 09:03:29','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1060,1,'2014-07-15 10:11:01','2014-07-15 09:11:01','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:11:01','2014-07-15 09:11:01','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1059,1,'2014-07-15 10:08:22','2014-07-15 09:08:22','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:08:22','2014-07-15 09:08:22','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1061,1,'2014-07-15 10:19:41','2014-07-15 09:19:41','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:19:41','2014-07-15 09:19:41','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1062,1,'2014-07-15 10:45:59','2014-07-15 09:45:59','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Last month, Bank governor Mark Carney hinted that rates could increase later this year as the UK\'s economic recovery becomes more secure.\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:45:59','2014-07-15 09:45:59','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1067,1,'2014-07-15 11:17:34','2014-07-15 10:17:34','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a   class=\"jbutton rose medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 11:17:34','2014-07-15 10:17:34','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1065,1,'2014-07-15 10:58:30','2014-07-15 09:58:30','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this year as the UK\'s economic recovery becomes more secure. <a   class=\"jbutton gray medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:58:30','2014-07-15 09:58:30','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1063,1,'2014-07-15 10:50:38','2014-07-15 09:50:38','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Last month, Bank governor Mark Carney hinted that rates could increase later this year as the UK\'s economic recovery becomes more secure. <a   class=\"jbutton gray medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:50:38','2014-07-15 09:50:38','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1064,1,'2014-07-15 10:54:44','2014-07-15 09:54:44','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Bank Governor that rates could increase later this year as the UK\'s economic recovery becomes more secure. <a   class=\"jbutton gray medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 10:54:44','2014-07-15 09:54:44','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1066,1,'2014-07-15 11:13:48','2014-07-15 10:13:48','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this year as the UK\'s economic recovery becomes more secure. <a   class=\"jbutton rose medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 11:13:48','2014-07-15 10:13:48','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1068,1,'2014-07-15 11:47:45','2014-07-15 10:47:45','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton orange medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a   class=\"jbutton rose medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 11:47:45','2014-07-15 10:47:45','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1069,1,'2014-07-15 11:48:51','2014-07-15 10:48:51','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton orange medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a   class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 11:48:51','2014-07-15 10:48:51','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1070,1,'2014-07-15 11:51:41','2014-07-15 10:51:41','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton orange medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton rose medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a   class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 11:51:41','2014-07-15 10:51:41','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1071,1,'2014-07-15 11:54:08','2014-07-15 10:54:08','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton orange medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton platinum medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a   class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 11:54:08','2014-07-15 10:54:08','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1072,1,'2014-07-15 11:55:42','2014-07-15 10:55:42','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton orange medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nTime is the most valuable asset for the Business OwnerIt\'s therefore essential that as a small business owner you utilise your time as wisely as possible. The key to good time management is self-discipline. At the start of each day, write a plan of how you will allocate your time. <a   class=\"jbutton gray medium  \" href=\"http://bit.ly/1m3fKd7\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a   class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 11:55:42','2014-07-15 10:55:42','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1094,1,'2014-09-07 10:54:07','2014-09-07 09:54:07','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\n\n<img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/Accountladder.jpg\" width=\"100%\" height=\"150\">\n<h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\n<a href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; color:#ffffff\">Read More','Home','','inherit','closed','closed','','32-revision-v1','','','2014-09-07 10:54:07','2014-09-07 09:54:07','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1073,1,'2014-07-15 20:42:12','2014-07-15 19:42:12','&nbsp;			  Bookkeeping & Accounts<h1 style=\" text-align:center;\"></h1>\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.< We take the time to visit each business in order to offer an individual service to you. We offer free consultations.\n<a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" target=\"_blank\" href=\"http://www.numbersbalanced.com/contact-us/\">Contact Us </a>\nMarketing your business on a BudgetMarketing is a vitally important tool, and it can be expensive. However, there are ways in which a business can be exposed to the masses without breaking the bank. Some of these methords don\'t require any cost at all. <a   class=\"jbutton orange medium  \" href=\"http://bit.ly/1zvKhuo\">Read more..</a>\nBusiness ExpensesAll the Expenses you can claim <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a>\nHMRC publishes list of suspect tax avoidance schemes.The list of has more than 800 schemes that it believes are deliberately designed to avoid tax, and it consists of a series of numbers, allowing them to be identified by the tax-payers involved. As soon as it receives new legal powers in August, HMRC will be demanding the disputed tax as \"accelerated\" payments, to be paid within 90 days. <a   class=\"jbutton gray medium  \" href=\"http://bbc.in/1jN0h6Q\">Read more..</a>\nTax Dates & DeadlinesFor Companies and Sole traders <a   class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a>\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a   class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a>\nQuote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell\nBudget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\n\nFor Makers\n\nThe UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.\nEnergy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.\nVAT Registration threshold is increased to £81,000\nAnnual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief\nAll employers will be able to reduce their National Insurance bill by £2,000\n\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\n\n<a   class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2014-07-15 20:42:12','2014-07-15 19:42:12','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1078,1,'2014-09-05 10:58:11','2014-09-05 09:58:11','[jbox color=\"yellow\" ] Hi! My name is Jennifer Muwonge. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 30 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen.\r\n\r\n[jbox color=\"yellow\" ]\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion.</li>\r\n	<li>I love Wimbledon.</li>\r\n	<li>I love my Blackberry.</li>\r\n	<li>My love for steak will never let me to become a vegetarian</li>\r\n</ul>\r\n[/jbox]','About Us','','inherit','closed','closed','','62-revision-v1','','','2014-09-05 10:58:11','2014-09-05 09:58:11','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1523,1,'2017-11-29 18:57:12','2017-11-29 18:57:12','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 18:57:12','2017-11-29 18:57:12','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1522,1,'2017-11-29 18:57:12','2017-11-29 18:57:12','<div id=\"pl-1522\"  class=\"panel-layout\" ><div id=\"pg-1522-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1522-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1522-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-1522-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 18:57:12','2017-11-29 18:57:12','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1509,1,'2017-11-29 18:14:30','2017-11-29 18:14:30','<div id=\"pl-82\"  class=\"panel-layout\" ><div id=\"pg-82-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-82-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-82-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-82-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-82-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-82-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;[socialring]&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-82-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 18:14:30','2017-11-29 18:14:30','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1508,1,'2017-11-29 18:14:30','2017-11-29 18:14:30','<div id=\"pl-1508\"  class=\"panel-layout\" ><div id=\"pg-1508-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1508-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1508-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Allowable Business Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">In all cases an expense is allowable only if</span></p>\n<ul>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\n<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business and</span></li>\n<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period. </span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span></p>\n<p><span style=\"color: #000000;\">All day-to-day expenses of a business including</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Accountancy charges</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Advertising</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Heating and lighting </span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Hire or rental costs (but not<b></b></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but not<b></b></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Payment in kind for work done for<b></b></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Rent and Rates</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stationery</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Stock purchases</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\n</ul>\n<ul>\n<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\n</ul>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\n<li>No member of the employee or office holder’s family is present, and,</li>\n<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\n</ul>\n</li>\n</ul>\n<p><span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span></p>\n<ul>\n<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\n</ul>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span></p>\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\n<td valign=\"top\"><strong>Rate per business mile 2017-18</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div></div><div id=\"panel-1508-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Non Allowable Expenses</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Payments are NOT expenses of a business if they are:<br />1) income tax of the self-employed person <br />2) income tax deductions for employees <br />3) personal consumption <br />4) personal drawings <br />5) social security contributions: Class1,Class 2 ,Class 3,Class 4<br />6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments.</p>\n<p>7) <strong>Other Non- allowable Expenses:</strong><br />Office Clothing such as business suits (except safety clothing)<br />Spectacles<br />Car service and repairs<br />Training Courses not related to your employment - e.g. plumber claiming skiing instruction<br />Private club subscriptions - e.g. Golf Club membership<br />Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.<br />For details of these and more, please visit www.hmrc.gov.uk</p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-1508-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1508-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1508-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;[socialring]&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1508-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2017-11-29 18:14:30','2017-11-29 18:14:30','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1087,1,'2014-09-05 12:35:15','2014-09-05 11:35:15','','startrek','','inherit','closed','closed','','startrek','','','2014-09-05 12:35:15','2014-09-05 11:35:15','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/09/startrek.jpg',0,'attachment','image/jpeg',0),(1090,1,'2014-09-05 13:07:50','2014-09-05 12:07:50','','Accountladder','','inherit','closed','closed','','accountladder','','','2014-09-05 13:07:50','2014-09-05 12:07:50','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/09/Accountladder.jpg',0,'attachment','image/jpeg',0),(1097,1,'2014-09-07 11:43:32','2014-09-07 10:43:32','','SWOT_Analysis','','inherit','closed','closed','','swot_analysis','','','2014-09-07 11:43:32','2014-09-07 10:43:32','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/09/SWOT_Analysis.jpg',0,'attachment','image/jpeg',0),(1098,1,'2014-09-07 11:44:17','2014-09-07 10:44:17','','thinking hats','','inherit','closed','closed','','thinking-hats','','','2014-09-07 11:44:17','2014-09-07 10:44:17','',0,'http://www.numbersbalanced.com/wp-content/uploads/2014/09/thinking-hats.jpg',0,'attachment','image/jpeg',0),(1100,1,'2014-09-07 13:16:28','2014-09-07 12:16:28','','network','','inherit','closed','closed','','network','','','2014-09-07 13:16:28','2014-09-07 12:16:28','',557,'http://www.numbersbalanced.com/wp-content/uploads/2012/10/network.jpg',0,'attachment','image/jpeg',0),(1495,1,'2017-11-29 16:47:59','0000-00-00 00:00:00','1) Be Approachable.\r\nIf Kirk has an office on the starship Enterprise, we never see it. He spends his time in a chair in the middle of a circular room, surrounded by his top deputies. He is in touch with everything, and he is very approachable when his staff bring him information.\r\n2) Your Team should have multiple skills\r\n‘Diversity’ in business usually means ethnic, gender, age and ability when it comes to recruiting. Kirk also has surrounded himself with officers representing a variety of backgrounds and talents. Uhura speaks many languages. Spock is a scientist. Sulu is an ace pilot and a swordsman. Build a team representing a host of skills.\r\n3) Surround yourself with people you trust, and who are different from yourself\r\nKirk and Spock could not be more different. Spock is emotionless (or tries to be) and spouts rules and regulations. Kirk is a swashbuckling commander who looks for rules to break. They make up for each other\'s weaknesses, pull each other toward the center, and are stronger together than apart. The key to making the relationship work is the unshakable trust both men have in each other.\r\n4) Don\'t let technology dominate your actions.\r\nThe Enterprise has a talking computer, tricorders and medical scanners. But the officers know when to turn away from the gadgets and make decisions based on their own intelligence, skill and intuition.\r\n5) Have someone close to you who isn\'t afraid to tell you off.\r\n\"Bones\" McCoy is loyal to Kirk and an off-duty drinking buddy, but he doesn\'t shy away from telling his captain when he\'s wrong. And Kirk listens.\r\n6) Don\'t let your chain of command keep you from getting the best advice.\r\nThe Enterprise is run under a military hierarchy, but Kirk encourages his crew to speak up when they have important information or advice.\r\n7) Know your adversary.\r\nMany \"Star Trek\" episodes begin with the Enterprise in deadly peril from some alien race and end with a breakthrough of understanding by Kirk and his crew that saves the day. They could just fire away with all phasers (and sometimes they do), but more often they take the time to know what hidden issues their adversaries are dealing with and turn enemies into friends. Kirk is a two-fisted captain and a fierce warrior, but he also is a diplomat.\r\n8) Don\'t ask your Staff to do what you wouldn\'t do.\r\nKirk\'s willingness to place himself in harm\'s way alongside his shipmates demonstrates that he wouldn\'t ask them to take on tasks riskier than he himself would face.\r\n9) Find people who underpromise and overdeliver.\r\nScotty is always telling Kirk that \"I canna give you more than Warp 3\" when the Enterprise engines break down. Kirk usually smirks when he hears that, knowing that his chief engineer will have the engines going full blast in no time.\r\n10) Keep the Head office at arm\'s length.\r\nKirk reports to Starfleet. But he is the captain of the Enterprise. He is the man in charge at the scene, light years away from the bosses. He generally follows orders from his admirals (with some notable exceptions) but he allows himself a lot of leeway in how he interprets those orders. And the results are better -- both for his ship and for his superiors -- than if he had simply slavishly followed instructions from headquarters.','Leadership lessons from star trek','','draft','closed','closed','','','','','2017-11-29 16:47:59','2017-11-29 16:47:59','',0,'http://www.numbersbalanced.com/?p=1495',0,'post','',0),(1103,1,'2014-09-28 08:51:07','2014-09-28 07:51:07','[jbox color=\"yellow\" ] Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 30 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen.\r\n\r\n[jbox color=\"yellow\" ]\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion.</li>\r\n	<li>I love Wimbledon.</li>\r\n	<li>I love my Blackberry.</li>\r\n	<li>My love for steak will never let me to become a vegetarian</li>\r\n</ul>\r\n[/jbox]','About Us','','inherit','closed','closed','','62-revision-v1','','','2014-09-28 08:51:07','2014-09-28 07:51:07','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1118,1,'2015-02-24 15:07:19','2015-02-24 15:07:19','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a style=\"color: rgb(255, 255, 255);\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn57\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn57:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					  Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n					  HMRC Webinar on Expenses for EmployersFind out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/1383346520659973378\"><span>Sign Up Here.</span></a>\r\n					\r\n					  Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton blue medium  \" href=\"http://www.greatbusiness.gov.uk\"><span>Read more..</span></a>\r\n					  Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers\r\n					  Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n\r\n<ul>\r\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n    <li>VAT Registration threshold is increased to £81,000</li>\r\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\r\n\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"><span>Click here to read more</span></a>\r\n		','Home','','inherit','closed','closed','','32-revision-v1','','','2015-02-24 15:07:19','2015-02-24 15:07:19','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1139,1,'2015-03-24 17:22:40','2015-03-24 17:22:40','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\">Read More.</a> Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton red medium  \" href=\"http://www.greatbusiness.gov.uk\">Read more..</a> Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers Budget 2015The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015. He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". A summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-03-24 17:22:40','2015-03-24 17:22:40','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1138,1,'2015-03-24 17:20:34','2015-03-24 17:20:34','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\">A Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\r\n<a id=\"kadbtn5\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\">Read More.</a> Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton red medium  \" href=\"http://www.greatbusiness.gov.uk\">Read more..</a> Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers Budget 2015The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015. He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". A summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-03-24 17:20:34','2015-03-24 17:20:34','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1131,1,'2015-03-24 13:59:04','2015-03-24 13:59:04','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" alt=\"\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\r\n<a id=\"kadbtn62\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"border: 0px solid #000000; color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\">Read More.</a> Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton red medium  \" href=\"http://www.greatbusiness.gov.uk\">Read more..</a> Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers Budget 2015The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015. He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". A summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-03-24 13:59:04','2015-03-24 13:59:04','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1122,1,'2015-03-07 15:12:33','2015-03-07 15:12:33','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a style=\"color: rgb(255, 255, 255);\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn6\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn6:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					  Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n					  Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\"><span>Read More.</span></a>\r\n					\r\n					  Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton red medium  \" href=\"http://www.greatbusiness.gov.uk\"><span>Read more..</span></a>\r\n					  Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers\r\n					  Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n\r\n<ul>\r\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n    <li>VAT Registration threshold is increased to £81,000</li>\r\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\r\n\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"><span>Click here to read more</span></a>\r\n		','Home','','inherit','closed','closed','','32-revision-v1','','','2015-03-07 15:12:33','2015-03-07 15:12:33','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1110,1,'2015-01-03 13:12:48','2015-01-03 13:12:48','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" alt=\"\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\r\n<a id=\"kadbtn81\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> HMRC Webinar on Business Expenses for Sole TradersFind out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/7750757993758988033\">Sign Up Here.</a> Tax Dates &amp; DeadlinesFor Companies and Sole traders <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base\">Click here</a> UK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a> Quote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'. For Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-01-03 13:12:48','2015-01-03 13:12:48','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1111,1,'2015-01-03 13:25:43','2015-01-03 13:25:43','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" alt=\"\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\r\n<a id=\"kadbtn46\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> HMRC Webinar on Business Expenses for Sole TradersFind out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/7750757993758988033\">Sign Up Here.</a> Self Assessment DeadlineThe 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015\r\n\r\n&nbsp;\r\n\r\nUK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a> Quote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'. For Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-01-03 13:25:43','2015-01-03 13:25:43','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1112,1,'2015-01-03 13:28:06','2015-01-03 13:28:06','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" alt=\"\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\r\n<a id=\"kadbtn8\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> HMRC Webinar on Business Expenses for Sole TradersFind out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/7750757993758988033\">Sign Up Here.</a> Self Assessment DeadlineThe 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 UK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a> Quote for the Day“Excellence is not an exception; It is a prevailing Attitude\" Colin Powell Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'. For Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-01-03 13:28:06','2015-01-03 13:28:06','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1113,1,'2015-01-03 13:34:01','2015-01-03 13:34:01','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" alt=\"\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.\r\n<a id=\"kadbtn36\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"color: #ffffff; background-color: #33743c;\" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> HMRC Webinar on Business Expenses for Sole TradersFind out about allowable expenditure including, motor expenses, working from home and what happens when you use something privately and for business. The webinar is on 6th January 2015, From 2pm to 3pm. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/7750757993758988033\">Sign Up Here.</a> Self Assessment DeadlineThe 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015 UK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\">Read more..</a> Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'. For Makers\r\n<ul>\r\n	<li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n	<li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n	<li>VAT Registration threshold is increased to £81,000</li>\r\n	<li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n	<li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-01-03 13:34:01','2015-01-03 13:34:01','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1117,1,'2015-02-24 14:54:44','2015-02-24 14:54:44','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a style=\"color: rgb(255, 255, 255);\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn24\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn24:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					  Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n					  HMRC Webinar on Expenses for EmployersFind out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/1383346520659973378\"><span>Sign Up Here.</span></a>\r\n					\r\n					  UK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\"><span>Read more..</span></a>\r\n					  Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers\r\n					  Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n\r\n<ul>\r\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n    <li>VAT Registration threshold is increased to £81,000</li>\r\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\r\n\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"><span>Click here to read more</span></a>\r\n		','Home','','inherit','closed','closed','','32-revision-v1','','','2015-02-24 14:54:44','2015-02-24 14:54:44','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1116,1,'2015-02-24 14:52:27','2015-02-24 14:52:27','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a style=\"color: rgb(255, 255, 255);\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn76\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn76:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					  Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n					  HMRC Webinar on Expenses for EmployersFind out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/1383346520659973378\"><span>Sign Up Here.</span></a>\r\n					  Self Assessment DeadlineThe 2013 to 2014 Tax year ended on 5th April 2014. Online tax return must be filed by 31st January 2015\r\n					  UK Interest Rates at Record low of 0.05%“The Bank of England has held UK interest rates at a record low of 0.5% for another month. The size of the Bank\'s economic stimulus programme, known as quantitative easing, was also kept unchanged at £375bn. Rates could increase later this . <a class=\"jbutton red medium  \" href=\"http://bbc.in/1jB7N4o\"><span>Read more..</span></a>\r\n					  Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers\r\n					  Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n\r\n<ul>\r\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n    <li>VAT Registration threshold is increased to £81,000</li>\r\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\r\n\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"><span>Click here to read more</span></a>\r\n		','Home','','inherit','closed','closed','','32-revision-v1','','','2015-02-24 14:52:27','2015-02-24 14:52:27','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1123,1,'2015-03-07 15:25:16','2015-03-07 15:25:16','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a style=\"color: rgb(255, 255, 255);\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn13\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn13:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					  Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n					  Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\"><span>Read More.</span></a>\r\n					\r\n					  Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton red medium  \" href=\"http://www.greatbusiness.gov.uk\"><span>Read more..</span></a>\r\n					  Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers\r\n					  Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n\r\n<ul>\r\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n    <li>VAT Registration threshold is increased to £81,000</li>\r\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\r\n\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"><span>Click here to read more</span></a>\r\n		','Home','','inherit','closed','closed','','32-revision-v1','','','2015-03-07 15:25:16','2015-03-07 15:25:16','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1119,1,'2015-02-24 15:07:49','2015-02-24 15:07:49','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a style=\"color: rgb(255, 255, 255);\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn98\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn98:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					  Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n					  HMRC Webinar on Expenses for EmployersFind out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/1383346520659973378\"><span>Sign Up Here.</span></a>\r\n					\r\n					  Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton blue medium  \" href=\"http://www.greatbusiness.gov.uk\"><span>Read more..</span></a>\r\n					  Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers\r\n					  Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n\r\n<ul>\r\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n    <li>VAT Registration threshold is increased to £81,000</li>\r\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\r\n\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"><span>Click here to read more</span></a>\r\n		','Home','','inherit','closed','closed','','32-revision-v1','','','2015-02-24 15:07:49','2015-02-24 15:07:49','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1120,1,'2015-02-24 15:09:22','2015-02-24 15:09:22','&nbsp;			  Bookkeeping &amp; Accounts<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a style=\"color: rgb(255, 255, 255);\" class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/blog2/Cashflow/\">Cashflow</a></h4>\r\nA Small business owner must find time to keep an eye on the critical numbers that help the success of the business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn73\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/blog2/cashflow/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn73:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					  Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n					  HMRC Webinar on Expenses for EmployersFind out about taxable and non-taxable expenses and Benefits.. The webinar is on 4th March 2015, From 13.00 to 14.00. <a class=\"jbutton gray medium  \" href=\"https://attendee.gotowebinar.com/register/1383346520659973378\"><span>Sign Up Here.</span></a>\r\n					\r\n					  Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton red medium  \" href=\"http://www.greatbusiness.gov.uk\"><span>Read more..</span></a>\r\n					  Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers\r\n					  Budget 2014The Chancellor said it was a budget for \'Makers, Doers, and Savers\'.\r\n\r\nFor Makers\r\n\r\n<ul>\r\n    <li>The UK export finance is doubling its lending to 3 million and cutting lending rates to make it more enticing to get finance to trade abroad.</li>\r\n    <li>Energy costs are being reduced so that it’s cheaper for UK manufacturers to produce goods.</li>\r\n    <li>VAT Registration threshold is increased to £81,000</li>\r\n    <li>Annual Investment Allowance (AIA) is increased to £500,000. Businesses can invest in Plant and Machinery up to this amount and get 100% tax relief</li>\r\n    <li>All employers will be able to reduce their National Insurance bill by £2,000</li>\r\n</ul>\r\n\r\nA summary of the UK Budget giving you all those important numbers for the financial year is here.\r\n\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2014\"><span>Click here to read more</span></a>\r\n		','Home','','inherit','closed','closed','','32-revision-v1','','','2015-02-24 15:09:22','2015-02-24 15:09:22','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1126,1,'2015-03-24 13:40:11','2015-03-24 13:40:11','UK BUDGET 2015\r\nChancellor George Osborne presented his 2015 Budget to Parliament on 18<sup>th</sup> March 2015.\r\n\r\nHe opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\".\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage will be raised to £6.70</strong>.\r\n\r\n<strong>- ‘Google’ tax has been introduced</strong>, preventing businesses moving profits abroad\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- There will be no NI payments for employing under 21s</strong>, getting more young people into work\r\n\r\n<strong>- Class 2 tax contributions for the self-employed</strong> to be abolished. This will help 5 million self-employed!\r\n\r\n<strong>- Traditional tax return to be abolished</strong> - it will all be done digitally, making things easier for small businesses\r\n\r\n<strong>- Beer duty is to cut </strong>by a penny a pint; cider duty is cut by 2% and wine duty frozen\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 10,600: will raise to £10,800 next year, and then to £11,000 the year after\r\n\r\n<strong>- Personal savings allowance introduced</strong> – people will be able to save £1,000 without having to pay tax\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2014/03/Budget2014.pdf\">Budget2014</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2015','','inherit','closed','closed','','328-revision-v1','','','2015-03-24 13:40:11','2015-03-24 13:40:11','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1129,1,'2015-03-24 13:48:05','2015-03-24 13:48:05','UK BUDGET 2015\r\nChancellor George Osborne presented his 2015 Budget to Parliament on 18<sup>th</sup> March 2015.\r\n\r\nHe opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\".\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage will be raised to £6.70</strong>.\r\n\r\n<strong>- ‘Google’ tax has been introduced</strong>, preventing businesses moving profits abroad\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- There will be no NI payments for employing under 21s</strong>, getting more young people into work\r\n\r\n<strong>- Class 2 tax contributions for the self-employed</strong> to be abolished. This will help 5 million self-employed!\r\n\r\n<strong>- Traditional tax return to be abolished</strong> - it will all be done digitally, making things easier for small businesses\r\n\r\n<strong>- Beer duty is to cut </strong>by a penny a pint; cider duty is cut by 2% and wine duty frozen\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 10,600: will raise to £10,800 next year, and then to £11,000 the year after\r\n\r\n<strong>- Personal savings allowance introduced</strong> – people will be able to save £1,000 without having to pay tax\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2015/03/Budget2015.pdf\">Budget2015</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2015','','inherit','closed','closed','','328-revision-v1','','','2015-03-24 13:48:05','2015-03-24 13:48:05','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1130,1,'2015-03-24 13:48:55','2015-03-24 13:48:55','<strong>UK BUDGET 2015</strong>\r\nChancellor George Osborne presented his 2015 Budget to Parliament on 18<sup>th</sup> March 2015.\r\n\r\nHe opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\".\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage will be raised to £6.70</strong>.\r\n\r\n<strong>- ‘Google’ tax has been introduced</strong>, preventing businesses moving profits abroad\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- There will be no NI payments for employing under 21s</strong>, getting more young people into work\r\n\r\n<strong>- Class 2 tax contributions for the self-employed</strong> to be abolished. This will help 5 million self-employed!\r\n\r\n<strong>- Traditional tax return to be abolished</strong> - it will all be done digitally, making things easier for small businesses\r\n\r\n<strong>- Beer duty is to cut </strong>by a penny a pint; cider duty is cut by 2% and wine duty frozen\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 10,600: will raise to £10,800 next year, and then to £11,000 the year after\r\n\r\n<strong>- Personal savings allowance introduced</strong> – people will be able to save £1,000 without having to pay tax\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2015/03/Budget2015.pdf\">Budget2015</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2015','','inherit','closed','closed','','328-revision-v1','','','2015-03-24 13:48:55','2015-03-24 13:48:55','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1132,1,'2015-03-24 15:33:38','2015-03-24 15:33:38','			We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\">Budget 2015</a></h4>\r\nThe Chancellor of the Exchequer said ” this is a Budget for Makers, Doers and Savers.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn77\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn77:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn78\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn78:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn64\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn64:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn2\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn2:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn96\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn96:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn24\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn24:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n		','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2015-03-24 15:33:38','2015-03-24 15:33:38','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1133,1,'2015-03-24 15:53:00','2015-03-24 15:53:00','			We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\r\n\r\nWe have therefore provided some information to help.\r\n\r\n\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\">Budget 2015</a></h4>\r\nThe Chancellor of the Exchequer said ”The Economy is taking another big step from Austerity to Prosperity\".<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn34\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2015/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn34:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn11\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn11:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn87\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn87:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn68\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn68:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn73\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn73:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n					<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br>\r\n<a style=\"border: 0px solid rgb(0, 0, 0); color: rgb(255, 255, 255); background-color: rgb(51, 116, 60);\" id=\"kadbtn66\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\" ?=\"\"></i></a><style type=\"text/css\" media=\"screen\">#kadbtn66:hover {} </style></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n		','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2015-03-24 15:53:00','2015-03-24 15:53:00','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1135,1,'2015-03-24 16:14:41','2015-03-24 16:14:41','Income Tax\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2015-16</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £10,600 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,785</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,786 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below apply from 1 October 2015\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2015</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.70</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.13</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.79</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.73</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">depends on age</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2015-03-24 16:14:41','2015-03-24 16:14:41','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1136,1,'2015-03-24 16:19:44','2015-03-24 16:19:44','Income Tax\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2015-16</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £10,600 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £31,785</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £31,786 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below apply from 1 October 2014\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from 1 Oct 2014</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 and above</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.50</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20 inclusive</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.13</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.79</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 19</strong></td>\r\n<td valign=\"top\" width=\"10\">£2.73</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">depends on age</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2015-03-24 16:19:44','2015-03-24 16:19:44','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1137,1,'2015-03-24 16:22:11','2015-03-24 16:22:11','<strong>UK BUDGET 2015</strong>\r\nChancellor George Osborne presented his 2015 Budget to Parliament on 18<sup>th</sup> March 2015.\r\n\r\nHe opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\".\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage will be raised to £6.70 </strong>from October 2015.\r\n\r\n<strong>- ‘Google’ tax has been introduced</strong>, preventing businesses moving profits abroad\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- There will be no NI payments for employing under 21s</strong>, getting more young people into work\r\n\r\n<strong>- Class 2 tax contributions for the self-employed</strong> to be abolished. This will help 5 million self-employed!\r\n\r\n<strong>- Traditional tax return to be abolished</strong> - it will all be done digitally, making things easier for small businesses\r\n\r\n<strong>- Beer duty is cut </strong>by a penny a pint; cider duty is cut by 2% and wine duty frozen\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 10,600: will raise to £10,800 next year, and then to £11,000 the year after\r\n\r\n<strong>- Personal savings allowance introduced</strong> – people will be able to save £1,000 without having to pay tax\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 82,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2015/03/Budget2015.pdf\">Budget2015</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2015','','inherit','closed','closed','','328-revision-v1','','','2015-03-24 16:22:11','2015-03-24 16:22:11','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1140,1,'2015-03-24 17:26:33','2015-03-24 17:26:33','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. Find all the details here <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\">Read More.</a> Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton red medium  \" href=\"http://www.greatbusiness.gov.uk\">Read more..</a> Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers Budget 2015The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015. He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". A summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-03-24 17:26:33','2015-03-24 17:26:33','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1141,1,'2015-03-24 17:27:58','2015-03-24 17:27:58','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. Find all the details here <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\">Read More.</a> Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton gray medium  \" href=\"http://www.greatbusiness.gov.uk\">Read more..</a> Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers Budget 2015The Chancellor George Osborne presented his 2015 Budget to Parliament on 18th March 2015. He opened his speech by saying that the country is \"walking tall again\" and described this year\'s Budget as one of an economy \"taking another big step from austerity to prosperity\". A summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2015-03-24 17:27:58','2015-03-24 17:27:58','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1143,1,'2015-04-18 14:02:59','2015-04-18 13:02:59','[jbox color=\"yellow\" ] Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 20 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen.\r\n\r\n[jbox color=\"yellow\" ]\r\n<ul>\r\n	<li>I am British.</li>\r\n	<li>I am Anglican and my Church is St Paul\'s Cathedral In London.</li>\r\n	<li>I love fashion. I design and make some of my clothes.</li>\r\n	<li>I go to Royal Ascot Ladies Day, for the fashion.</li>\r\n	<li>I love Wimbledon.</li>\r\n	<li>I love my Blackberry.</li>\r\n	<li>My love for steak will never let me to become a vegetarian</li>\r\n</ul>\r\n[/jbox]','About Us','','inherit','closed','closed','','62-revision-v1','','','2015-04-18 14:02:59','2015-04-18 13:02:59','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1198,1,'2016-08-14 18:51:33','2016-08-14 17:51:33','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. Find all the details here <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016. A summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-08-14 18:51:33','2016-08-14 17:51:33','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1152,1,'2016-04-29 18:05:39','2016-04-29 17:05:39','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. Find all the details here <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Small Business CommunityRunning your business can be lonely. You can turn to your business community for help , support and advice. <a class=\"jbutton gray medium  \" href=\"https://www.yourbusinesscommunity.co.uk\">Read More.</a> Business is GREAT“Get all the Government support, advice and inspiration to grow your business at www.greatbusiness.gov.uk . <a class=\"jbutton gray medium  \" href=\"http://www.greatbusiness.gov.uk\">Read more..</a> Quote for the Day“Are you asking?; Are you listening?; Are you Taking Action? Be 100% certain that you are relevant to your Customers Budget 2016The Chancellor George Osborne presented his 2016 Budget to Parliament on 16th March 2016. He said it is a Budget: that reaches a surplus so the next generation doesn’t have to pay our debts; that reforms our tax system so that the next generation inherits a strong economy; that takes the imaginative steps so that the next generation is better educated; that takes bold decisions so that our children grow up fit and healthy; that gets investors investing, savers saving, businesses doing business. A summary of the UK Budget giving you all those important numbers for the financial year is here. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2015\">Click here to read more</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-04-29 18:05:39','2016-04-29 17:05:39','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1154,1,'2016-05-25 07:42:24','2016-05-25 06:42:24','[iconbox icon=\"icon-location\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n\r\nEmail us:  Info@numbersbalanced.com\r\n\r\nWrite to us at :\r\n\r\nThe Director,\r\n\r\nNumbers Balanced Limited\r\n\r\n27 Old Gloucester Street, London WC1N 3AX\r\n\r\n[/iconbox]\r\n\r\n[iconbox icon=\"icon-phone\" iconsize=\"48px\" color=\"#33743c\" background=\"#dddddd\" hcolor=\"\"#33743c\"]\r\n\r\n&nbsp;\r\n\r\nWe\'d love to hear from you!\r\n\r\n<strong>+44 7799 485741</strong>\r\n\r\n[/iconbox]','Contact Us','','inherit','closed','closed','','292-revision-v1','','','2016-05-25 07:42:24','2016-05-25 06:42:24','',292,'http://www.numbersbalanced.com/292-revision-v1/',0,'revision','',0),(1158,1,'2016-06-12 20:42:55','2016-06-12 19:42:55','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n 	<li>standard rate - 20 per cent</li>\r\n 	<li>reduced rate - 5 per cent</li>\r\n 	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n 	<li>zero-rated</li>\r\n 	<li>reduced-rated</li>\r\n 	<li>exempt from VAT</li>\r\n 	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£83,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n 	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n 	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£80,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to 80,000, or if you expect it to fall to £80,000 or less in the next 12 months, you can either:\r\n<ul>\r\n 	<li>stay registered for VAT</li>\r\n 	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2016-06-12 20:42:55','2016-06-12 19:42:55','',89,'http://www.numbersbalanced.com/89-revision-v1/',0,'revision','',0),(1159,1,'2016-06-12 20:43:58','2016-06-12 19:43:58','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 83,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2015/03/Budget2015.pdf\">Budget2015</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-06-12 20:43:58','2016-06-12 19:43:58','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1160,1,'2013-07-09 14:54:15','2013-07-09 13:54:15','[jbox color=\"dark gray\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone  wp-image-274\" title=\"Services\" alt=\"\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2013-07-09 14:54:15','2013-07-09 13:54:15','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1161,1,'2016-06-14 18:10:30','2016-06-14 17:10:30','[jbox color=\"dark gray\" ]Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.\r\n\r\nI decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.\r\n\r\nAll businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.    [/jbox]\r\n\r\n<strong><span style=\"text-decoration: underline;\">This is what we do for you:</span></strong> Provide Accurate and Meaningful Financial information.\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\"><img class=\"alignnone wp-image-274\" title=\"Services\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/03/Services.jpg\" alt=\"\" /></a>\r\n\r\n&nbsp;','What we do','','inherit','closed','closed','','273-revision-v1','','','2016-06-14 18:10:30','2016-06-14 17:10:30','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1162,1,'2016-06-14 18:13:35','2016-06-14 17:13:35','Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.\r\n\r\nThis information must be kept for at least 6 years.\r\n\r\nThese records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.\r\n\r\nOur services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.\r\n\r\nUnlimited Consultations\r\n\r\nWe are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.\r\n<a class=\"kad-icon-box-28 kad-icon-box \" href=\"http://www.numbersbalanced.com/services/bookkeeping/\">\r\n</a>\r\n<h4>Bookkeeping</h4>\r\nWe take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\n&nbsp;\r\n<a class=\"kad-icon-box-36 kad-icon-box \" href=\"http://www.numbersbalanced.com/services/accounts/\">\r\n</a>\r\n<h4>Accounts</h4>\r\nWe prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.\r\n\r\n&nbsp;\r\n<a class=\"kad-icon-box-93 kad-icon-box \" href=\"http://www.numbersbalanced.com/services/payroll/\">\r\n</a>\r\n<h4>Payroll</h4>\r\nSave time and money - outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.\r\n\r\n&nbsp;\r\n<a class=\"kad-icon-box-76 kad-icon-box \" href=\"http://www.numbersbalanced.com/services/credit-control/\">\r\n</a>\r\n<h4>Credit Control</h4>\r\nMonthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.\r\n\r\n&nbsp;\r\n<a class=\"kad-icon-box-15 kad-icon-box \" href=\"http://www.numbersbalanced.com/services/cashflow-management/\">\r\n</a>\r\n<h4>Cash flow</h4>\r\nThe starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you.','Services','','inherit','closed','closed','','5-revision-v1','','','2016-06-14 18:13:35','2016-06-14 17:13:35','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1163,1,'2016-06-14 18:14:26','2016-06-14 17:14:26','[jbox color=\"platinum\" ] As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!\r\n\r\nAs standard practice, we can do the following for you:\r\n<ol>\r\n 	<li>Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.</li>\r\n 	<li>Processing and posting of supplier invoices and allocation of payments to supplier accounts</li>\r\n 	<li>Give you a List of Debtors and Creditors each month or quarter.</li>\r\n 	<li>Reconcile your Cash Book with the Bank Statement</li>\r\n 	<li>Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.</li>\r\n</ol>\r\nWe provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.\r\n\r\nThese tasks form the solid foundation of your small business accounting system.\r\n\r\n[/jbox]\r\n\r\n<a href=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Debits__Credits.jpg\"><img class=\"aligncenter size-full wp-image-515\" title=\"Debits_&amp;_Credits\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/01/Debits__Credits.jpg\" alt=\"\" width=\"499\" height=\"352\" /></a>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2016-06-14 18:14:26','2016-06-14 17:14:26','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1164,1,'2012-06-02 15:15:58','2012-06-02 14:15:58','[jbox color=\"red\" ] <span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.  </span></span>[/jbox]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2012-06-02 15:15:58','2012-06-02 14:15:58','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1166,1,'2016-06-14 18:28:10','2016-06-14 17:28:10','<h2>[jbox color=\"yellow\" ] <span style=\"font-size: large;\">Allowable Business Expenses</span></h2>\r\n<span style=\"text-decoration: underline;\">In all cases an expense is allowable only if\r\n</span><span style=\"color: #000000;\"> </span>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">reasonably incurred  </span></span><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">(</span></span>To be reasonably incurred, an expense must be: appropriate to the business and necessary to the business and not excessive in relation to the nature of the business &amp; the level of trading &amp; the number of employees)</li>\r\n 	<li><span style=\"color: #000000;\">it was <span style=\"font-family: Arial;\">wholly and exculsively </span></span><span style=\"color: #000000;\">i</span><span style=\"color: #000000;\">ncurred</span><span style=\"color: #000000;\"> for the purpose of the business <span style=\"font-family: Arial;\">or spent </span></span><span style=\"color: #000000;\">for the purpose of the business </span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial;\">and</span></span></span></li>\r\n 	<li><span style=\"color: #000000;\"><span style=\"font-size: small;\">it </span></span><span style=\"color: #000000;\">was relevant to the assessment period or <span style=\"font-family: Arial; font-size: x-small;\"> </span></span><span style=\"color: #000000;\">spent in the assessment period.   </span>[/jbox][jbox color=\"green\" ]</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\">A List of Allowable business expenses :</span>\r\n\r\n<span style=\"color: #000000;\">All day-to-day expenses of a business including</span>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Accountancy charges</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Advertising</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Cleaning of business premises</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Difference between opening and closing stock (on accounts)</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Discounts allowed to customers</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Employees\' wages before any deductions are made, including any wages payable to the domestic partner</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Employer\'s contributions to employees\' pension scheme</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Employer\'s (secondary) Class 1 SS contributions</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Heating and lighting </span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Hire or rental costs (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> any capital or purchase elements)</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Interest payable under a credit sale, a consumer credit agreement or a hire purchase agreement (but <strong><span style=\"font-family: Arial; font-size: x-small;\">not</span></strong></span><span style=\"color: #000000;\"> the capital element of payments )</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Legal fees associated with the business</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Payment in kind for work done <strong><span style=\"font-family: Arial; font-size: x-small;\">for</span></strong></span><span style=\"color: #000000;\"> the business - the monetary value is allowable</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Rent and Rates</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Stationery</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Stock purchases</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Sundries, or miscellaneous items, </span><span style=\"color: #000000;\">which are small in relation to total allowable expenses provided that</span><span style=\"color: #000000;\"> the decision maker is satisfied that no non-allowable expenses, for example for business entertainment, are included.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Telephone,Mobile, Fax, Internet</span><span style=\"font-size: x-small;\"><span style=\"color: #000000;\">:</span></span><span style=\"color: #000000;\"> If the account is in the company name and any private use is not significant then there is no taxable benefit for internet usage. If the account is personal then you may only claim a proportion of the bill based on your business usage.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Reference Books and Journals</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">Reference books and journals provided these relate to the duties.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Professional Subscriptions:<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">Claims for subscriptions to professional bodies relevant to your employment are <span style=\"font-family: Arial; font-size: x-small;\">  </span></span><span style=\"color: #000000;\">permitted. This is restricted to certain professional bodies approved by HMRC</span><span style=\"color: #000000;\">.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Training</span><span style=\"font-family: Arial; font-size: x-small;\">: </span><span style=\"color: #000000;\">The cost of training courses provided these relate to the duties of your employment.</span></li>\r\n</ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Entertaining: Expenses related to bona fide business entertaining may be claimed if the entertainment meets all of the following criteria:</span></li>\r\n</ul>\r\n<ul>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Customers or potential customers are present, and </span></li>\r\n 	<li>No member of the employee or office holder’s family is present, and,</li>\r\n 	<li>Where the purpose of the event is not predominantly social, (e.g. reciprocal entertaining).</li>\r\n</ul>\r\n</ul>\r\n<span style=\"color: #000000;\">A full explanation of entertainment expenses should be documented and substantiated by original receipts.</span>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Transport <strong><span style=\"font-family: Arial;\">excluding</span></strong></span><span style=\"color: #000000;\"> any home-to-work costs - also if a vehicle is used partly for private purposes</span></li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><span style=\"color: #000000; text-decoration: underline;\">Employee vehicles: mileage payments for business travel</span></span>\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Type of vehicle </strong></td>\r\n<td valign=\"top\"><strong>Rate per business mile 2016 -17</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Car</strong></td>\r\n<td valign=\"top\" width=\"10\">For tax purposes: 45p for the first 10,000 business miles in a tax year, then 25p for each subsequent</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Motorcycle</strong></td>\r\n<td valign=\"top\" width=\"10\">24p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Cycle</strong></td>\r\n<td valign=\"top\" width=\"10\">20p for both tax and NICs purposes and for all business miles</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]  <span style=\"text-decoration: underline;\"><strong><span style=\"color: #000000;\">Non-allowable business expenses:</span></strong></span>\r\n\r\n<span style=\"color: #000000;\">Payments are <strong><span style=\"font-family: Arial; font-size: small;\">NOT</span></strong></span><span style=\"color: #000000;\"> expenses of a business if they are:</span>\r\n\r\n<span style=\"color: #000000;\"> 1) income tax of the self-employed person </span>\r\n\r\n<span style=\"color: #000000;\">2) income tax deductions for employees </span>\r\n\r\n<span style=\"color: #000000;\">3) personal consumption </span>\r\n\r\n<span style=\"color: #000000;\">4) personal drawings </span>\r\n\r\n<span style=\"color: #000000;\">5) social security contributions: Class1,Class 2 ,Class 3,Class 4</span>\r\n\r\n<span style=\"color: #000000;\">6) SSP or SMP paid to an employee to the extent that the employer has recovered these payments. </span>\r\n<h2><span style=\"font-size: medium;\"><span style=\"color: #000000;\">7) Other Non- allowable Expenses:</span></span></h2>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Office Clothing such as business suits (except safety clothing)</span></li>\r\n 	<li><span style=\"color: #000000;\">Spectacles</span></li>\r\n 	<li><span style=\"color: #000000;\">Car service and repairs</span></li>\r\n 	<li><span style=\"color: #000000;\">Training Courses not related to your employment - e.g. plumber claiming skiing instruction</span></li>\r\n 	<li><span style=\"color: #000000;\">Private club subscriptions - e.g. Golf Club membership</span></li>\r\n 	<li><span style=\"color: #000000;\">Entertaining: Entertaining expenses are always disallowed in the company\'s accounts as a deduction for Corporation Tax. The areas most likely to raise an inquiry by HMRC into the company\'s accounts are the Director’s travel and entertaining expenses as these have the most potential for abuse. The cost of entertaining staff or colleagues in the same organisation is not considered bona fide business entertaining. SEE ABOVE for allowable.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">[/jbox]</span>\r\n\r\n<span style=\"color: #000000;\">For details of these and more, please visit<span style=\"font-family: Arial; font-size: x-small;\">  </span></span><a href=\"http://www.hmrc.gov.uk/factsheet/record-keeping.pdf\">www.hmrc.gov.uk</a>','Business Expenses','','inherit','closed','closed','','82-revision-v1','','','2016-06-14 18:28:10','2016-06-14 17:28:10','',82,'http://www.numbersbalanced.com/82-revision-v1/',0,'revision','',0),(1167,1,'2012-05-01 16:22:12','2012-05-01 15:22:12','[jbox color=\"yellow\" ]\r\n\r\nAccounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n	<li>a record of your company\'s liabilities</li>\r\n	<li>a record of your company\'s income and expenditure</li>\r\n	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n	<li>a cash book and any other account books you keep</li>\r\n	<li>a petty cash book</li>\r\n	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n	<li>invoices and any record of daily takings such as till rolls</li>\r\n	<li>order records and delivery notes</li>\r\n	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n	<li>be complete and up to date</li>\r\n	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n	<li>allow you to file an accurate Company Tax Return</li>\r\n	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs  [/jbox]</li>\r\n</ul>\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n	<li>scanned PDF</li>\r\n	<li>files saved on a CD-ROM</li>\r\n	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>.\r\n\r\nThese include:\r\n<ul>\r\n	<li>dividend vouchers</li>\r\n	<li>bank interest certificates</li>\r\n	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span></li>\r\n<ul>\r\n	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<span style=\"text-decoration: underline;\"> </span><strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000. [/jbox]\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2012-05-01 16:22:12','2012-05-01 15:22:12','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1168,1,'2016-06-14 18:29:56','2016-06-14 17:29:56','[jbox color=\"yellow\" ]\r\n\r\nAccounting records you must keep for Corporation Tax\r\n\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n 	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n 	<li>a record of your company\'s liabilities</li>\r\n 	<li>a record of your company\'s income and expenditure</li>\r\n 	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n 	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n 	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n 	<li>a cash book and any other account books you keep</li>\r\n 	<li>a petty cash book</li>\r\n 	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n 	<li>invoices and any record of daily takings such as till rolls</li>\r\n 	<li>order records and delivery notes</li>\r\n 	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n 	<li>be complete and up to date</li>\r\n 	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n 	<li>allow you to file an accurate Company Tax Return</li>\r\n 	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs  [/jbox]</li>\r\n</ul>\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n 	<li>scanned PDF</li>\r\n 	<li>files saved on a CD-ROM</li>\r\n 	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>.\r\n\r\nThese include:\r\n<ul>\r\n 	<li>dividend vouchers</li>\r\n 	<li>bank interest certificates</li>\r\n 	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n 	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span>\r\n<ul>\r\n 	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n 	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<span style=\"text-decoration: underline;\"> </span><strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000. [/jbox]\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2016-06-14 18:29:56','2016-06-14 17:29:56','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1169,1,'2016-06-14 18:36:25','2016-06-14 17:36:25','Income Tax\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2016-17</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £11,000 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £32,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £32,001 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below :\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from April 2016\r\n</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.20</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£6.70</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.30</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£3.87</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">£3.30</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2016-06-14 18:36:25','2016-06-14 17:36:25','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1172,1,'2016-06-17 14:06:13','2016-06-17 13:06:13','Corporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n\r\n<strong> Corporation Tax Rates: 20%</strong>\r\n\r\nYou must pay Corporation Tax on profits from doing business as:\r\n<ol>\r\n 	<li>A limited company;</li>\r\n 	<li>Any foreign company with a UK branch or office;</li>\r\n 	<li>A club, co-operative or other unincorporated association; e.g. a community group or sports club.</li>\r\n</ol>\r\nYou don’t get a bill for Corporation Tax.\r\n\r\nThere are specific things you must do to work out, pay and report your tax.\r\n<ol>\r\n 	<li>Register for Corporation Tax when you start doing business or restart a dormant business;</li>\r\n</ol>\r\nUnincorporated associations must write to HMRC.\r\n\r\n2. Keep Accounting records and prepare a Company Tax Return to work out how much Corporation Tax to pay.\r\n\r\n3.Pay Corporation Tax or Report to HMRC if you have nothing to pay by your deadline\r\n\r\n- this is usually 9 months and 1 day after the end of your ‘accounting period’.\r\n\r\n4.File you Company Tax Return by your deadline- this is usually 12 months after the end of your accounting period.\r\n\r\nYour Accounting Period is normally the same 12 months as the financial year covered by your annual accounts.\r\n\r\n&nbsp;\r\n\r\nCorporation Tax is payable on:\r\n\r\nTaxable profits which include the money your company or association makes from:\r\n<ul>\r\n 	<li>doing business (‘trading profits’)</li>\r\n 	<li>investments</li>\r\n 	<li>selling assets for more than they cost (‘chargeable gains’)</li>\r\n</ul>\r\n&nbsp;\r\n\r\nIf your company is based in the UK, it pays Corporation Tax on all its profits from the UK and abroad.\r\n\r\nIf your company isn’t based in the UK but has an office or branch here, it only pays Corporation Tax on profits from its UK activities.\r\n\r\n&nbsp;','Corporation Tax','','inherit','closed','closed','','124-revision-v1','','','2016-06-17 14:06:13','2016-06-17 13:06:13','',124,'http://www.numbersbalanced.com/124-revision-v1/',0,'revision','',0),(1173,1,'2016-06-17 14:11:40','2016-06-17 13:11:40','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Economy is taking another big step from Austerity to Prosperity\".\r\n<a id=\"kadbtn5\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn45\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn71\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn50\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn59\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn15\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-06-17 14:11:40','2016-06-17 13:11:40','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1174,1,'2016-06-17 14:15:27','2016-06-17 13:15:27','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; &amp; Businesses doing business\".\r\n<a id=\"kadbtn4\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn12\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn49\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn98\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn32\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn67\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-06-17 14:15:27','2016-06-17 13:15:27','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1179,1,'2016-06-17 15:09:13','2016-06-17 14:09:13','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 83,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-06-17 15:09:13','2016-06-17 14:09:13','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1178,1,'2016-06-17 14:33:42','2016-06-17 13:33:42','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 83,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/uk-budget-2016-datacard/\" rel=\"attachment wp-att-1177\">UK Budget 2016 Datacard</a>','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-06-17 14:33:42','2016-06-17 13:33:42','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1183,1,'2016-08-12 13:29:09','2016-08-12 12:29:09','<h4><em>“The key is not to prioritize what’s on your schedule, </em><em>but to schedule your priorities.” ~ Stephen Covey</em></h4>\r\n<h4>Schedule your priorities.</h4>\r\n<h4>If it’s important, it must be scheduled.</h4>\r\n<h4>What you don’t schedule won’t get done.</h4>\r\n[caption id=\"\" align=\"aligncenter\" width=\"377\"]<a href=\"http://www.numbersbalanced.com/?attachment_id=660\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a> <span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span>[/caption]\r\n\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2016-08-12 13:29:09','2016-08-12 12:29:09','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1182,1,'2016-08-12 13:25:04','2016-08-12 12:25:04','<h4><em>“The key is not to prioritize what’s on your schedule, </em><em>but to schedule your priorities.” ~ Stephen Covey</em></h4>\r\n<h4>Schedule your priorities.</h4>\r\n<h4>If it’s important, it must be scheduled.</h4>\r\n<h4>What you don’t schedule won’t get done.</h4>\r\n<h4>Know your priorities, and center your day on those activities.</h4>\r\n[caption id=\"\" align=\"aligncenter\" width=\"377\"]<a href=\"http://www.numbersbalanced.com/?attachment_id=660\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a> <span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span>[/caption]\r\n\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2016-08-12 13:25:04','2016-08-12 12:25:04','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1184,1,'2016-08-12 13:29:57','2016-08-12 12:29:57','<h4><em>“The key is not to prioritize what’s on your schedule, </em><em>but to schedule your priorities.” ~ Stephen Covey</em></h4>\r\n<h4>Schedule your priorities.</h4>\r\n<h4>If it’s important, it must be scheduled.</h4>\r\n<h4>What you don’t schedule won’t get done.</h4>\r\n[caption id=\"\" align=\"alignleft\" width=\"377\"]<a href=\"http://www.numbersbalanced.com/?attachment_id=660\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a> <span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span>[/caption]\r\n\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2016-08-12 13:29:57','2016-08-12 12:29:57','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1185,1,'2016-08-12 13:33:28','2016-08-12 12:33:28','<h4 style=\"text-align: center;\"><em>“The key is not to prioritize what’s on your schedule, </em><em>but to schedule your priorities.” </em></h4>\r\n<h4 style=\"text-align: center;\"><em>~ Stephen Covey</em></h4>\r\n<h4>Schedule your priorities.</h4>\r\n<h4>If it’s important, it must be scheduled.</h4>\r\n<h4>What you don’t schedule won’t get done.</h4>\r\n<a href=\"http://www.numbersbalanced.com/?attachment_id=660\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a>\r\n<h3 class=\"mceTemp\"><span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span></h3>\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2016-08-12 13:33:28','2016-08-12 12:33:28','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1186,1,'2016-08-12 13:34:43','2016-08-12 12:34:43','<h4 style=\"text-align: left;\"><em>“The key is not to prioritize what’s on your schedule, </em><em>but to schedule your priorities.” </em></h4>\r\n<h4 style=\"text-align: left;\"><em>~ Stephen Covey</em></h4>\r\n<h4>Schedule your priorities.</h4>\r\n<h4>If it’s important, it must be scheduled.</h4>\r\n<h4>What you don’t schedule won’t get done.</h4>\r\n<a href=\"http://www.numbersbalanced.com/?attachment_id=660\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a>\r\n<h3 class=\"mceTemp\"><span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span></h3>\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2016-08-12 13:34:43','2016-08-12 12:34:43','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1202,1,'2016-08-16 13:51:26','2016-08-16 12:51:26','When you go the extra mile — whether it’s at work, on a project at home, in an activity, or in your business — you really stand out.\r\nLarry Page, the CEO of Google says “always deliver more than expected”. This is called the “WOW” factor. And Google does just that!\r\nYou should continually seek ways to exceed your customer’s expectations,\r\nAnd they will talk about your business, tell their friends and bring in new customers, and keep coming back.\r\n\r\n<a href=\"http://www.numbersbalanced.com/go-the-extra-mile/google-ceo-2/\" rel=\"attachment wp-att-1207\"><img class=\"alignleft size-full wp-image-1207\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/google-ceo-1-e1511961376579.jpg\" alt=\"\" width=\"300\" height=\"170\" /></a>','Go The Extra Mile','','publish','closed','closed','','go-the-extra-mile','','','2017-11-29 14:11:24','2017-11-29 14:11:24','',0,'http://www.numbersbalanced.com/?p=1202',0,'post','',0),(1465,1,'2017-11-29 13:14:32','2017-11-29 13:14:32','When you go the extra mile — whether it’s at work, on a project at home, in an activity, or in your business — you really stand out.\r\nLarry Page, the CEO of Google says “always deliver more than expected”. This is called the “WOW” factor. And Google does just that!\r\nYou should continually seek ways to exceed your customer’s expectations,\r\nAnd they will talk about your business, tell their friends and bring in new customers, and keep coming back.','Go The Extra Mile','','inherit','closed','closed','','1202-revision-v1','','','2017-11-29 13:14:32','2017-11-29 13:14:32','',1202,'http://www.numbersbalanced.com/1202-revision-v1/',0,'revision','',0),(1189,1,'2016-08-12 14:58:45','2016-08-12 13:58:45','<h4 style=\"text-align: left;\"></h4>\r\n<a href=\"http://www.numbersbalanced.com/?attachment_id=660\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660 alignleft\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a>\r\n<h3>“The key is not to prioritize what’s on your schedule, but to schedule your priorities.”   ~ Stephen Covey</h3>\r\n<h3>Schedule your priorities.</h3>\r\n<h3>If it’s important, it must be scheduled.</h3>\r\n<h3>What you don’t schedule won’t get done.</h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"><span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span></h3>\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2016-08-12 14:58:45','2016-08-12 13:58:45','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1190,1,'2016-08-12 14:58:45','2016-08-12 13:58:45','<h4 style=\"text-align: left;\"></h4>\r\n<a href=\"http://www.numbersbalanced.com/blog/priority-matrix/\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660 alignleft\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a>\r\n<h3>“The key is not to prioritize what’s on your schedule, but to schedule your priorities.”   ~ Stephen Covey</h3>\r\n<h3>Schedule your priorities.</h3>\r\n<h3>If it’s important, it must be scheduled.</h3>\r\n<h3>What you don’t schedule won’t get done.</h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"><span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span></h3>\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2016-08-12 14:58:45','2016-08-12 13:58:45','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1192,1,'2016-08-12 16:05:30','2016-08-12 15:05:30','Attitude is everything. It makes a BIG difference!\r\n\r\nThe Key to a positive attitude is the willingness to change.\r\n\r\nA bad attitude is like a flat tyre; Unless you change it, you can\'t go anywhere.\r\n\r\nThey say your attitude at work defines you more than the work you do.\r\n\r\nWith a positive attitude you see the bright side of life, become optimistic, and expect the best to happen.\r\nIt is certainly a state of mind that is well worth developing.\r\n\r\nHere at Numbers Balanced Limited we can show it by numbers:\r\n\r\n<a href=\"http://www.numbersbalanced.com/blog/attitude__trashed/attitude-numbers/\" rel=\"attachment wp-att-752\"><img class=\"size-full wp-image-752 aligncenter\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2013/08/attitude-numbers.jpg\" alt=\"Positive Attitude\" width=\"929\" height=\"442\" /></a>\r\n\r\n&nbsp;','Positive Attitude','','publish','closed','closed','','positive-attitude','','','2017-11-29 14:12:07','2017-11-29 14:12:07','',0,'http://www.numbersbalanced.com/?p=1192',0,'post','',0),(1193,1,'2016-08-12 15:59:55','2016-08-12 14:59:55','Attitude is everything. It makes a BIG difference!\r\n\r\nThe Key to a positive attitude is the willingness to change.\r\n\r\nA bad attitude is like a flat tyre; Unless you change it, you can\'t go anywhere.\r\n\r\nThey say your attitude at work defines you more than the work you do.\r\n\r\nHere ar Numbers Balanced Limited we can show it by numbers:\r\n\r\n<a href=\"http://www.numbersbalanced.com/?attachment_id=752\" rel=\"attachment wp-att-752\"><img class=\"alignleft size-full wp-image-752\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2013/08/attitude-numbers.jpg\" alt=\"Positive Attitude\" width=\"929\" height=\"442\" /></a>','Positive Attitude','','inherit','closed','closed','','1192-revision-v1','','','2016-08-12 15:59:55','2016-08-12 14:59:55','',1192,'http://www.numbersbalanced.com/1192-revision-v1/',0,'revision','',0),(1194,1,'2016-08-12 16:04:11','2016-08-12 15:04:11','Attitude is everything. It makes a BIG difference!\r\n\r\nThe Key to a positive attitude is the willingness to change.\r\n\r\nA bad attitude is like a flat tyre; Unless you change it, you can\'t go anywhere.\r\n\r\nThey say your attitude at work defines you more than the work you do.\r\n\r\nHere at Numbers Balanced Limited we can show it by numbers:\r\n\r\n<a href=\"http://www.numbersbalanced.com/?attachment_id=752\" rel=\"attachment wp-att-752\"><img class=\"alignleft size-full wp-image-752\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2013/08/attitude-numbers.jpg\" alt=\"Positive Attitude\" width=\"929\" height=\"442\" /></a>\r\n\r\nWith a positive attitude you see the bright side of life, become optimistic, and expect the best to happen.\r\n\r\nIt is certainly a state of mind that is well worth developing.','Positive Attitude','','inherit','closed','closed','','1192-revision-v1','','','2016-08-12 16:04:11','2016-08-12 15:04:11','',1192,'http://www.numbersbalanced.com/1192-revision-v1/',0,'revision','',0),(1196,1,'2016-08-12 16:11:41','2016-08-12 15:11:41','Attitude is everything. It makes a BIG difference!\r\n\r\nThe Key to a positive attitude is the willingness to change.\r\n\r\nA bad attitude is like a flat tyre; Unless you change it, you can\'t go anywhere.\r\n\r\nThey say your attitude at work defines you more than the work you do.\r\n\r\nHere at Numbers Balanced Limited we can show it by numbers:\r\n\r\n<a href=\"http://www.numbersbalanced.com/?attachment_id=752\" rel=\"attachment wp-att-752\"><img class=\"size-full wp-image-752 aligncenter\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2013/08/attitude-numbers.jpg\" alt=\"Positive Attitude\" width=\"929\" height=\"442\" /></a>\r\n\r\nWith a positive attitude you see the bright side of life, become optimistic, and expect the best to happen.\r\n\r\nIt is certainly a state of mind that is well worth developing.','Positive Attitude','','inherit','closed','closed','','1192-revision-v1','','','2016-08-12 16:11:41','2016-08-12 15:11:41','',1192,'http://www.numbersbalanced.com/1192-revision-v1/',0,'revision','',0),(1197,1,'2016-08-14 18:43:27','2016-08-14 17:43:27','Attitude is everything. It makes a BIG difference!\r\n\r\nThe Key to a positive attitude is the willingness to change.\r\n\r\nA bad attitude is like a flat tyre; Unless you change it, you can\'t go anywhere.\r\n\r\nThey say your attitude at work defines you more than the work you do.\r\n\r\nHere at Numbers Balanced Limited we can show it by numbers:\r\n\r\n<a href=\"http://www.numbersbalanced.com/blog/attitude__trashed/attitude-numbers/\" rel=\"attachment wp-att-752\"><img class=\"size-full wp-image-752 aligncenter\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2013/08/attitude-numbers.jpg\" alt=\"Positive Attitude\" width=\"929\" height=\"442\" /></a>\r\n\r\nWith a positive attitude you see the bright side of life, become optimistic, and expect the best to happen.\r\n\r\nIt is certainly a state of mind that is well worth developing.','Positive Attitude','','inherit','closed','closed','','1192-revision-v1','','','2016-08-14 18:43:27','2016-08-14 17:43:27','',1192,'http://www.numbersbalanced.com/1192-revision-v1/',0,'revision','',0),(1206,1,'2017-11-29 14:10:51','2017-11-29 14:10:51','<a href=\"http://www.numbersbalanced.com/go-the-extra-mile/google-ceo-2/\" rel=\"attachment wp-att-1207\"><img class=\"alignleft size-full wp-image-1207\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/google-ceo-1-e1511961376579.jpg\" alt=\"\" width=\"300\" height=\"170\" /></a>When you go the extra mile — whether it’s at work, on a project at home, in an activity, or in your business — you really stand out.\nLarry Page, the CEO of Google says “always deliver more than expected”. This is called the “WOW” factor. And Google does just that!\nYou should continually seek ways to exceed your customer’s expectations,\nAnd they will talk about your business, tell their friends and bring in new customers, and keep coming back.\n\n&nbsp;','Go The Extra Mile','','inherit','closed','closed','','1202-autosave-v1','','','2017-11-29 14:10:51','2017-11-29 14:10:51','',1202,'http://www.numbersbalanced.com/1202-autosave-v1/',0,'revision','',0),(1207,1,'2016-08-16 13:57:55','2016-08-16 12:57:55','Deliver more than expected','Go the extra mile','','inherit','closed','closed','','google-ceo-2','','','2016-08-16 13:58:35','2016-08-16 12:58:35','',1202,'http://www.numbersbalanced.com/wp-content/uploads/2016/08/google-ceo-1.jpg',0,'attachment','image/jpeg',0),(1213,1,'2016-08-16 16:16:56','2016-08-16 15:16:56','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 83,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-08-16 16:16:56','2016-08-16 15:16:56','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1211,1,'2016-08-16 16:02:56','2016-08-16 15:02:56','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 83,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/uk-budget-2016-datacard/\" rel=\"attachment wp-att-1210\">UK Budget 2016 Datacard</a>\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-08-16 16:02:56','2016-08-16 15:02:56','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1212,1,'2016-08-16 16:04:59','2016-08-16 15:04:59','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2016\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-08-16 16:04:59','2016-08-16 15:04:59','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1215,1,'2016-08-16 16:21:13','2016-08-16 15:21:13','<strong>UK BUDGET 2016</strong>\r\nChancellor George Osborne presented his 2016 Budget to Parliament on 16<sup>th</sup> March 2016.\r\n\r\nHe opened his speech saying that this is the Budget that puts the next generation first.\r\n\r\nThe Budget delivers security for working people.\r\n\r\nKey points affecting small and medium-sized firms include:\r\n\r\n<strong>- The minimum wage is £6.70 for those aged 21 to 24.</strong>\r\n\r\nThe National Living wage for those aged 25 and over is £7.20.\r\n\r\n<strong>- Corporation tax</strong> is now 20%\r\n\r\n<strong>- Beer,</strong> cider and wine duties frozen.\r\n\r\n<strong>- Personal tax-free allowance</strong> is now £ 11,000: will raise to £11,500 next year.\r\n\r\n- <strong>VAT Registration</strong> threshold increased to £ 83,000.\r\n\r\nYou can find all the numbers here summarised on 2 pages:\r\n\r\n[jbutton icon=\"download\" size=\"xlarge\"]Download[/jbutton]\r\n\r\nhttp://www.numbersbalanced.com/uk-budget-2016-datacard/\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Budget 2016','','inherit','closed','closed','','328-revision-v1','','','2016-08-16 16:21:13','2016-08-16 15:21:13','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1216,1,'2016-08-16 16:34:01','2016-08-16 15:34:01','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn20\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn78\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn84\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn57\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; &amp; Businesses doing business\".\r\n<a id=\"kadbtn98\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn81\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-08-16 16:34:01','2016-08-16 15:34:01','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1217,1,'2016-08-16 16:37:15','2016-08-16 15:37:15','[jbox color=\"yellow\" ]\r\n\r\nAccounting records must kept by all businesses.\r\n\r\nWhether your company is liable for Corporation Tax or not,  you must keep and retain adequate business and accounting records.\r\n\r\nYou have to do this even if your company is not currently trading or no longer trading.\r\n\r\nThese records include:\r\n<ul>\r\n 	<li>a record of your company\'s assets; the purchase and sale of these assets</li>\r\n 	<li>a record of your company\'s liabilities</li>\r\n 	<li>a record of your company\'s income and expenditure</li>\r\n 	<li>details of any stock on hand at the end of your financial year</li>\r\n</ul>\r\nIn detail, these are:\r\n<ul>\r\n 	<li>annual accounts:  your profit and loss statement and balance sheet</li>\r\n 	<li>bank statements and paying-in slips &amp; cheque book stubbs</li>\r\n 	<li>a cash book and any other account books you keep</li>\r\n 	<li>a petty cash book</li>\r\n 	<li>purchases and sales day books/ purchase &amp; sales ledgers</li>\r\n 	<li>invoices and any record of daily takings such as till rolls</li>\r\n 	<li>order records and delivery notes</li>\r\n 	<li>other relevant business correspondence</li>\r\n</ul>\r\nThe business records must:\r\n<ul>\r\n 	<li>be complete and up to date</li>\r\n 	<li>allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC</li>\r\n 	<li>allow you to file an accurate Company Tax Return</li>\r\n 	<li>be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs  [/jbox]</li>\r\n</ul>\r\n[jbox color=\"blue\" ]\r\n\r\n<strong><span style=\"text-decoration: underline;\">For how long must your company retain records?</span></strong>\r\n\r\nYou must normally retain your company \'s business and accounting records for at least <strong><span style=\"text-decoration: underline;\">6 years</span></strong> from the end of your Corporation Tax accounting period.\r\n\r\nYou don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:\r\n<ul>\r\n 	<li>scanned PDF</li>\r\n 	<li>files saved on a CD-ROM</li>\r\n 	<li>files saved on an optical imaging system</li>\r\n</ul>\r\nWhatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.\r\n\r\n<strong><span style=\"text-decoration: underline;\">But there are certain records that you must keep in their original form</span></strong>.\r\n\r\nThese include:\r\n<ul>\r\n 	<li>dividend vouchers</li>\r\n 	<li>bank interest certificates</li>\r\n 	<li>Construction Industry Scheme (CIS) vouchers.</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">More Than 6 Years</span></strong><strong>:</strong>\r\n\r\nIn some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.\r\n<ol start=\"1\">\r\n 	<li><span style=\"text-decoration: underline;\">Business records that cover more than one accounting period</span>\r\n<ul>\r\n 	<li>a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods</li>\r\n 	<li>an insurance premium that straddles two Corporation Tax accounting periods</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n2.<span style=\"text-decoration: underline;\">Records for capital expenditure - assets kept for more than six years</span>\r\n\r\nYour company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.\r\n\r\n[/jbox]\r\n\r\n[jbox color=\"red\" ]\r\n\r\n<span style=\"text-decoration: underline;\"> </span><strong><span style=\"text-decoration: underline;\">Penalties for not keeping or retaining adequate records</span></strong>\r\n\r\nIf your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000. [/jbox]\r\n\r\n&nbsp;','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2016-08-16 16:37:15','2016-08-16 15:37:15','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1219,1,'2016-08-20 19:08:43','2016-08-20 18:08:43','&nbsp;\r\n\r\n<a href=\"http://www.numbersbalanced.com/mphelps1/\"><img class=\"alignleft wp-image-1222\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/MPHELPS1.jpg\" alt=\"\" width=\"249\" height=\"140\" /></a>Many people limit themselves to what they think they can do. You may be limiting yourself without even knowing it.\r\n\r\n&nbsp;\r\n\r\n<strong><em>“If you say \"can\'t\" you\'re restricting what you can do or ever will do.”</em> </strong>\r\n― Michael Phelps - Olympian with 28 medals.\r\n\r\n&nbsp;\r\n\r\nThe fastest man in the world, Usain Bolt says<em><strong> \"Anything is possible, I don\'t think limits.\"<a href=\"http://www.numbersbalanced.com/usain-bolt1-2/\"><img class=\"size-full wp-image-1223 alignright\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/usain-Bolt1-2-e1511961606325.jpg\" alt=\"\" width=\"240\" height=\"150\" /></a></strong></em>\r\n\r\nHow often do you think too far in advance and immediately rule something out?\r\nHow quick are you to lose faith or tell yourself not to get your hopes up?\r\nDo you discount opportunities before you even apply?\r\nDo you assume it won\'t work for you?\r\nHave you given up on your own dream?\r\nHave you forgotten that anything is possible?\r\n\r\n&nbsp;\r\n\r\nIn life, our thoughts and words become our reality, and your mind soaks up whatever you focus on.\r\n\r\nSo by telling yourself that it probably won\'t happen, You are actually making it more of a reality than if you were open to the dream coming true.\r\nYou can go as far as your mind lets you. What you believe, remember, you can achieve.\r\n\r\nSo here are five ways to help you make big things happen and stop limiting yourself:\r\n\r\n1. Think in 90-day increments and live in the moment.\r\n2. Remember that the mind often plans based on what it knows. ...\r\n3. Be as positive as you can.\r\n4. Consider your thoughts and words carefully.\r\n5. Hold onto the belief that anything is possible, because it is.','Do not limit yourself','','publish','closed','closed','','do-not-limit-yourself','','','2017-11-29 14:09:25','2017-11-29 14:09:25','',0,'http://www.numbersbalanced.com/?p=1219',0,'post','',0),(1220,1,'2016-08-20 18:54:49','2016-08-20 17:54:49','I don\'t think limits','Do not limit yourself','','inherit','closed','closed','','usain-bolt1','','','2016-08-20 18:55:42','2016-08-20 17:55:42','',1219,'http://www.numbersbalanced.com/wp-content/uploads/2016/08/usain-Bolt1.jpg',0,'attachment','image/jpeg',0),(1221,1,'2016-08-20 19:02:24','2016-08-20 18:02:24','Many people limit themselves to what they think they can do. You may be limiting yourself without even knowing it.\r\n\r\n<strong><em> “If you say \"can\'t\" you\'re restricting what you can do or ever will do.”</em> </strong>\r\n― Michael Phelps - Olympian with 28 medals.\r\n\r\nThe fastest man in the world, Usain Bolt says<em><strong> \"Anything is possible, I don\'t think limits.\"</strong></em>\r\nHow often do you think too far in advance and immediately rule something out?\r\nHow quick are you to lose faith or tell yourself not to get your hopes up?\r\nDo you discount opportunities before you even apply?\r\nDo you assume it won\'t work for you?\r\nHave you given up on your own dream?\r\nHave you forgotten that anything is possible?\r\n\r\nIn life, our thoughts and words become our reality, and your mind soaks up whatever you focus on.\r\n\r\nSo by telling yourself that it probably won\'t happen, You are actually making it more of a reality than if you were open to the dream coming true.\r\nYou can go as far as your mind lets you. What you believe, remember, you can achieve.\r\n\r\nSo here are five ways to help you make big things happen and stop limiting yourself:\r\n\r\n1. Think in 90-day increments and live in the moment.\r\n2. Remember that the mind often plans based on what it knows. ...\r\n3. Be as positive as you can.\r\n4. Consider your thoughts and words carefully.\r\n5. Hold onto the belief that anything is possible, because it is.','Do not limit yourself','','inherit','closed','closed','','1219-revision-v1','','','2016-08-20 19:02:24','2016-08-20 18:02:24','',1219,'http://www.numbersbalanced.com/1219-revision-v1/',0,'revision','',0),(1222,1,'2016-08-20 19:02:55','2016-08-20 18:02:55','do not limit yourself','Do not limit yourself','','inherit','closed','closed','','mphelps1','','','2017-11-29 13:20:41','2017-11-29 13:20:41','',1219,'http://www.numbersbalanced.com/wp-content/uploads/2016/08/MPHELPS1.jpg',0,'attachment','image/jpeg',0),(1223,1,'2016-08-20 19:13:27','2016-08-20 18:13:27','Do not limit yourself','do not limit yourself','','inherit','closed','closed','','usain-bolt1-2','','','2017-11-29 13:24:23','2017-11-29 13:24:23','',1219,'http://www.numbersbalanced.com/wp-content/uploads/2016/08/usain-Bolt1-2.jpg',0,'attachment','image/jpeg',0),(1228,1,'2016-10-19 16:37:22','2016-10-19 15:37:22','Brian Wong , a 25 year old CEO, will be the first to admit that you don\'t necessarily need skill or talent to become successful. “What you do need is a strong work ethic.”\r\n\"It\'s so easy for us to put up mental barriers, to make excuses to be lazy,\"\r\n\"Being on time, working hard — most of the things that can catapult you to success actually don\'t take a lot of skill or talent,\" he said.\r\nWong gives tips to be more successful — no talent required:\r\n1. <span style=\"text-decoration: underline;\">Get in over your head</span>\r\n\"If you jump in over your head, before you know it, you\'ll learn to swim,\" he said. \"Then you can jump in again, where the water\'s even deeper.\"\r\n2.<span style=\"text-decoration: underline;\"> Smile</span>\r\n\"I can\'t overemphasize the power of a smile!\" Wong said. Smiling shows that you are friendly and non-threatening. \"A good impression isn\'t about how you make people feel about you, it\'s about how you make them feel about themselves,\"\r\n3. <span style=\"text-decoration: underline;\">Look like you know what you\'re doing</span>\r\n\"Even some of the most impressive people on the planet have no idea what they are doing half the time. They are proof that if you want to be successful, you don\'t need to always know what you\'re doing: you just need to look like you know what you\'re doing.\"\r\nBrain Wong is a 25 year old CEO of Kiip. After skipping 4 years of school and graduating college at age 18, Wong founded a mobile advertising company called Kiip. The company has more than $32 million in venture capital funding and works with clients like Unilever and BMW. In his new book \"The Cheat Code,\" Wong shares more than 70 \"cheats,\" or tricks, to fast-track your career.\r\nYou can read more of this article here: http://cnb.cx/2dMpob2','You dont need talent to be successful','','inherit','closed','closed','','1226-revision-v1','','','2016-10-19 16:37:22','2016-10-19 15:37:22','',1226,'http://www.numbersbalanced.com/1226-revision-v1/',0,'revision','',0),(1230,1,'2016-11-25 17:41:29','2016-11-25 17:41:29','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> AutumnThe Chancellor said \"We are determined in our ambition to build a country that works for everyone.\" <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2016\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-11-25 17:41:29','2016-11-25 17:41:29','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1231,1,'2016-11-25 17:43:36','2016-11-25 17:43:36','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Autumn Statement 2016The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\" <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2016\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-11-25 17:43:36','2016-11-25 17:43:36','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1233,1,'2016-11-25 17:54:56','2016-11-25 17:54:56','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Autumn Statement 2016The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\" <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2016\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-11-25 17:54:56','2016-11-25 17:54:56','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1232,1,'2016-11-25 17:46:25','2016-11-25 17:46:25','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Autumn Statement 2016The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\" <a class=\"jbutton orange medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2016\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-11-25 17:46:25','2016-11-25 17:46:25','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1234,1,'2016-11-25 17:58:26','2016-11-25 17:58:26','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Autumn Statement 2016The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\" <a class=\"jbutton orange medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2016\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-11-25 17:58:26','2016-11-25 17:58:26','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1242,1,'2016-11-25 19:11:39','2016-11-25 19:11:39','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/11/AutumnStatement.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\r\nKey measures that may have an impact on you and your business.\r\n<a id=\"kadbtn65\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn41\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn68\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn48\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn34\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; &amp; Businesses doing business\".\r\n<a id=\"kadbtn8\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn6\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-11-25 19:11:39','2016-11-25 19:11:39','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1235,1,'2016-11-25 18:00:48','2016-11-25 18:00:48','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn5\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn55\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn20\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn3\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn68\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn34\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; &amp; Businesses doing business\".\r\n<a id=\"kadbtn73\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn34\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-11-25 18:00:48','2016-11-25 18:00:48','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1290,1,'2017-10-09 10:51:52','2017-10-09 09:51:52','','Numbersbalanced sitelogo','','inherit','closed','closed','','numbersbalanced-sitelogo','','','2017-10-09 10:51:52','2017-10-09 09:51:52','',0,'http://www.numbersbalanced.com/wp-content/uploads/2017/10/Numbersbalanced-sitelogo.jpg',0,'attachment','image/jpeg',0),(1291,1,'2017-10-09 10:52:13','2017-10-09 09:52:13','http://www.numbersbalanced.com/wp-content/uploads/2017/10/cropped-Numbersbalanced-sitelogo.jpg','cropped-Numbersbalanced-sitelogo.jpg','','inherit','closed','closed','','cropped-numbersbalanced-sitelogo-jpg','','','2017-10-09 10:52:13','2017-10-09 09:52:13','',0,'http://www.numbersbalanced.com/wp-content/uploads/2017/10/cropped-Numbersbalanced-sitelogo.jpg',0,'attachment','image/jpeg',0),(1238,1,'2016-11-25 18:29:46','2016-11-25 18:29:46','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\r\nKey measures that may have an impact on you and your business.\r\n<a id=\"kadbtn7\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn9\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn92\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn92\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn74\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn2\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; &amp; Businesses doing business\".\r\n<a id=\"kadbtn44\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn18\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-11-25 18:29:46','2016-11-25 18:29:46','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1239,1,'2016-11-25 18:47:05','2016-11-25 18:47:05','','autumnstatement','','inherit','closed','closed','','autumnstatement','','','2016-11-25 18:47:05','2016-11-25 18:47:05','',0,'http://www.numbersbalanced.com/wp-content/uploads/2016/11/AutumnStatement.jpg',0,'attachment','image/jpeg',0),(1240,1,'2016-11-25 18:50:05','2016-11-25 18:50:05','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/11/Autumnstatement.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\r\nKey measures that may have an impact on you and your business.\r\n<a id=\"kadbtn29\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn26\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn84\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn17\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn92\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn41\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; &amp; Businesses doing business\".\r\n<a id=\"kadbtn76\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn29\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-11-25 18:50:05','2016-11-25 18:50:05','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1241,1,'2016-11-25 18:55:20','2016-11-25 18:55:20','We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/11/AutumnStatement.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\">Autumn Statement 2016</a></h4>\r\nKey measures that may have an impact on you and your business.\r\n<a id=\"kadbtn30\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/Autumn-statement-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn92\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\r\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.\r\n<a id=\"kadbtn41\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\r\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.\r\n<a id=\"kadbtn33\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.\r\n<a id=\"kadbtn48\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\r\nRead more about Income Tax and National Minimum Wages that apply.\r\n<a id=\"kadbtn54\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2016</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget gets Investors investing; Savers saving; &amp; Businesses doing business\".\r\n<a id=\"kadbtn1\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\r\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.\r\n<a id=\"kadbtn68\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2016-11-25 18:55:20','2016-11-25 18:55:20','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1243,1,'2016-11-25 19:13:34','2016-11-25 19:13:34','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>Business ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\">Click here</a> RecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a> Autumn Statement 2016The Chancellor said \"We are determined in our ambition to build a country that works for everyone.\" <a class=\"jbutton orange medium  \" href=\"http://numbersbalanced.com/knowledge base/Autumn-Statement-2016\">Click here</a> Budget 2016A summary of the UK Budget. <a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2016\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2016-11-25 19:13:34','2016-11-25 19:13:34','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1245,1,'2016-12-15 16:12:13','2016-12-15 16:12:13','If everyone to whom you give your business card then follows up with you, engages you or refers other people to you, then then your business card works for you.\r\nI’m no marketing expert so I will not attempt to tell you what you MUST do with your card. I will offer here mistakes to avoid:\r\n1 – <strong>info@ admin@ mail@ enquiries@ etc.</strong>\r\nEmail addresses that do not start with a name are generally a turnoff as they lack the personal touch Why not use your name? It’s even worse on websites where there is often no reference at all to who YOU are.\r\n2 –<strong> @btinternet.com or @yahoo.com or @gmail.com or @talktalk.co.uk etc.</strong>\r\nEmail addresses that use a generic email service look unprofessional and suggest that you are either new in business, are not serious about growing your business or are very much behind the times. None are great signals. You can get you own email address very cheaply even if you do not have or need a website.\r\n3 – <strong>Tiny and/or pale font</strong>\r\nIf the information is too small or faint to read then it might as well not be there. Too many business cards seem to have shrunk the font size to fit in more information such as email addresses, linkedin profile links and a promo message. But if we can’t read it easily you’re wasting your time.\r\n4 – <strong>Crossed out email address on card and new handwritten one added</strong>\r\nTalk about unprofessional. Think of the impact this has. New contact details means new business cards.\r\n5 – <strong>Multiple office phone numbers.</strong>\r\nYou should only need one office number unless you personally operate from multiple offices. Even then you could make it easier for callers by adding an auto-redirect (when engaged or unanswered) to your mobile number.\r\n6 – <strong>Two email addresses on one business card</strong>\r\nWhy would anyone do that? It’s not like having separate local and city office physical addresses. Make it easy for people to contact you; don’t force them to wonder and to choose.\r\n7 – <strong>Flimsy and cheap looking card</strong>\r\nYour business card is a memory aid for when you’re not there. Do you want to be remembered as a cheap amateur?\r\n8 – <strong>Mixed up personal and business contact information</strong>\r\nIt’s so much easier if the business name, address are evidently separate to your personal name, title, mobile, email address.\r\n9 – <strong>Glossy or dark coloured card</strong>\r\nPeople make notes on the back of business cards so that we can recall where and when you met and what we have promised to do; or simply something about you that will make it easier to remember you.\r\n10 – <strong>Forgetting to include nature of business or service</strong>\r\nIndication of the nature of the business service you offer. Even if you’re a member of an Institute and use the authorised logo, not everyone will recognise this so it’s not sufficient. Help the person who looks at your card to remember what you do.\r\n11 – <strong>Squeezing everything onto one side of the card</strong>\r\nAll cards have two sides, why not make use of both sides. Or you might use one side to highlight specific expertise or social media accounts.','Does your Business card work for you?','','publish','closed','closed','','does-your-business-card-work-for-you','','','2017-11-29 14:07:23','2017-11-29 14:07:23','',0,'http://www.numbersbalanced.com/?p=1245',0,'post','',0),(1463,1,'2017-11-29 12:15:10','2017-11-29 12:15:10','If everyone to whom you give your business card then follows up with you, engages you or refers other people to you, then then your business card works for you.\r\nI’m no marketing expert so I will not attempt to tell you what you MUST do with your card. I will offer here mistakes to avoid:\r\n1 – <strong>info@ admin@ mail@ enquiries@ etc.</strong>\r\nEmail addresses that do not start with a name are generally a turnoff as they lack the personal touch Why not use your name? It’s even worse on websites where there is often no reference at all to who YOU are.\r\n2 –<strong> @btinternet.com or @yahoo.com or @gmail.com or @talktalk.co.uk etc.</strong>\r\nEmail addresses that use a generic email service look unprofessional and suggest that you are either new in business, are not serious about growing your business or are very much behind the times. None are great signals. You can get you own email address very cheaply even if you do not have or need a website.\r\n3 – <strong>Tiny and/or pale font</strong>\r\nIf the information is too small or faint to read then it might as well not be there. Too many business cards seem to have shrunk the font size to fit in more information such as email addresses, linkedin profile links and a promo message. But if we can’t read it easily you’re wasting your time.\r\n4 – <strong>Crossed out email address on card and new handwritten one added</strong>\r\nTalk about unprofessional. Think of the impact this has. New contact details means new business cards.\r\n5 – <strong>Multiple office phone numbers.</strong>\r\nYou should only need one office number unless you personally operate from multiple offices. Even then you could make it easier for callers by adding an auto-redirect (when engaged or unanswered) to your mobile number.\r\n6 – <strong>Two email addresses on one business card</strong>\r\nWhy would anyone do that? It’s not like having separate local and city office physical addresses. Make it easy for people to contact you; don’t force them to wonder and to choose.\r\n7 – <strong>Flimsy and cheap looking card</strong>\r\nYour business card is a memory aid for when you’re not there. Do you want to be remembered as a cheap amateur?\r\n8 – <strong>Mixed up personal and business contact information</strong>\r\nIt’s so much easier if the business name, address are evidently separate to your personal name, title, mobile, email address.\r\n9 – <strong>Glossy or dark coloured card</strong>\r\nPeople make notes on the back of business cards so that we can recall where and when you met and what we have promised to do; or simply something about you that will make it easier to remember you.\r\n10 – <strong>Forgetting to include nature of business or service</strong>\r\nIndication of the nature of the business service you offer. Even if you’re a member of an Institute and use the authorised logo, not everyone will recognise this so it’s not sufficient. Help the person who looks at your card to remember what you do.\r\n11 – <strong>Squeezing everything onto one side of the card</strong>\r\nAll cards have two sides, why not make use of both sides. Or you might use one side to highlight specific expertise or social media accounts.','Does your Business card work for you?','','inherit','closed','closed','','1245-revision-v1','','','2017-11-29 12:15:10','2017-11-29 12:15:10','',1245,'http://www.numbersbalanced.com/1245-revision-v1/',0,'revision','',0),(1246,1,'2016-12-15 16:06:46','2016-12-15 16:06:46','','business-card','','inherit','closed','closed','','business-card','','','2016-12-15 16:06:46','2016-12-15 16:06:46','',1245,'http://www.numbersbalanced.com/wp-content/uploads/2016/12/business-card.jpg',0,'attachment','image/jpeg',0),(1247,1,'2016-12-15 16:12:13','2016-12-15 16:12:13','<a href=\"http://www.numbersbalanced.com/?attachment_id=1246\" rel=\"attachment wp-att-1246\"><img class=\"alignleft  wp-image-1246\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/12/business-card.jpg\" alt=\"\" width=\"305\" height=\"228\" /></a>If everyone to whom you give your business card then follows up with you, engages you or refers other people to you, then then your business card works for you.\r\nI’m no marketing expert so I will not attempt to tell you what you MUST do with your card. I will offer here mistakes to avoid:\r\n1 – <strong>info@ admin@ mail@ enquiries@ etc.</strong>\r\nEmail addresses that do not start with a name are generally a turnoff as they lack the personal touch Why not use your name? It’s even worse on websites where there is often no reference at all to who YOU are.\r\n2 –<strong> @btinternet.com or @yahoo.com or @gmail.com or @talktalk.co.uk etc.</strong>\r\nEmail addresses that use a generic email service look unprofessional and suggest that you are either new in business, are not serious about growing your business or are very much behind the times. None are great signals. You can get you own email address very cheaply even if you do not have or need a website.\r\n3 – <strong>Tiny and/or pale font</strong>\r\nIf the information is too small or faint to read then it might as well not be there. Too many business cards seem to have shrunk the font size to fit in more information such as email addresses, linkedin profile links and a promo message. But if we can’t read it easily you’re wasting your time.\r\n4 – <strong>Crossed out email address on card and new handwritten one added</strong>\r\nTalk about unprofessional. Think of the impact this has. New contact details means new business cards.\r\n5 – <strong>Multiple office phone numbers.</strong>\r\nYou should only need one office number unless you personally operate from multiple offices. Even then you could make it easier for callers by adding an auto-redirect (when engaged or unanswered) to your mobile number.\r\n6 – <strong>Two email addresses on one business card</strong>\r\nWhy would anyone do that? It’s not like having separate local and city office physical addresses. Make it easy for people to contact you; don’t force them to wonder and to choose.\r\n7 – <strong>Flimsy and cheap looking card</strong>\r\nYour business card is a memory aid for when you’re not there. Do you want to be remembered as a cheap amateur?\r\n8 – <strong>Mixed up personal and business contact information</strong>\r\nIt’s so much easier if the business name, address are evidently separate to your personal name, title, mobile, email address.\r\n9 – <strong>Glossy or dark coloured card</strong>\r\nPeople make notes on the back of business cards so that we can recall where and when you met and what we have promised to do; or simply something about you that will make it easier to remember you.\r\n10 – <strong>Forgetting to include nature of business or service</strong>\r\nIndication of the nature of the business service you offer. Even if you’re a member of an Institute and use the authorised logo, not everyone will recognise this so it’s not sufficient. Help the person who looks at your card to remember what you do.\r\n11 – <strong>Squeezing everything onto one side of the card</strong>\r\nAll cards have two sides, why not make use of both sides. Or you might use one side to highlight specific expertise or social media accounts.','Does your Business card work for you?','','inherit','closed','closed','','1245-revision-v1','','','2016-12-15 16:12:13','2016-12-15 16:12:13','',1245,'http://www.numbersbalanced.com/1245-revision-v1/',0,'revision','',0),(1249,1,'2016-12-15 16:12:57','2016-12-15 16:12:57','<a href=\"http://www.numbersbalanced.com/?attachment_id=1246\" rel=\"attachment wp-att-1246\"><img class=\"alignleft wp-image-1246\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/12/business-card.jpg\" alt=\"\" width=\"305\" height=\"228\" /></a>If everyone to whom you give your business card then follows up with you, engages you or refers other people to you, then then your business card works for you.\r\nI’m no marketing expert so I will not attempt to tell you what you MUST do with your card. I will offer here mistakes to avoid:\r\n1 – <strong>info@ admin@ mail@ enquiries@ etc.</strong>\r\nEmail addresses that do not start with a name are generally a turnoff as they lack the personal touch Why not use your name? It’s even worse on websites where there is often no reference at all to who YOU are.\r\n2 –<strong> @btinternet.com or @yahoo.com or @gmail.com or @talktalk.co.uk etc.</strong>\r\nEmail addresses that use a generic email service look unprofessional and suggest that you are either new in business, are not serious about growing your business or are very much behind the times. None are great signals. You can get you own email address very cheaply even if you do not have or need a website.\r\n3 – <strong>Tiny and/or pale font</strong>\r\nIf the information is too small or faint to read then it might as well not be there. Too many business cards seem to have shrunk the font size to fit in more information such as email addresses, linkedin profile links and a promo message. But if we can’t read it easily you’re wasting your time.\r\n4 – <strong>Crossed out email address on card and new handwritten one added</strong>\r\nTalk about unprofessional. Think of the impact this has. New contact details means new business cards.\r\n5 – <strong>Multiple office phone numbers.</strong>\r\nYou should only need one office number unless you personally operate from multiple offices. Even then you could make it easier for callers by adding an auto-redirect (when engaged or unanswered) to your mobile number.\r\n6 – <strong>Two email addresses on one business card</strong>\r\nWhy would anyone do that? It’s not like having separate local and city office physical addresses. Make it easy for people to contact you; don’t force them to wonder and to choose.\r\n7 – <strong>Flimsy and cheap looking card</strong>\r\nYour business card is a memory aid for when you’re not there. Do you want to be remembered as a cheap amateur?\r\n8 – <strong>Mixed up personal and business contact information</strong>\r\nIt’s so much easier if the business name, address are evidently separate to your personal name, title, mobile, email address.\r\n9 – <strong>Glossy or dark coloured card</strong>\r\nPeople make notes on the back of business cards so that we can recall where and when you met and what we have promised to do; or simply something about you that will make it easier to remember you.\r\n10 – <strong>Forgetting to include nature of business or service</strong>\r\nIndication of the nature of the business service you offer. Even if you’re a member of an Institute and use the authorised logo, not everyone will recognise this so it’s not sufficient. Help the person who looks at your card to remember what you do.\r\n11 – <strong>Squeezing everything onto one side of the card</strong>\r\nAll cards have two sides, why not make use of both sides. Or you might use one side to highlight specific expertise or social media accounts.','Does your Business card work for you?','','inherit','closed','closed','','1245-revision-v1','','','2016-12-15 16:12:57','2016-12-15 16:12:57','',1245,'http://www.numbersbalanced.com/1245-revision-v1/',0,'revision','',0),(1248,1,'2016-12-15 16:12:13','2016-12-15 16:12:13','<a href=\"http://www.numbersbalanced.com/does-your-business-card-work-for-you/business-card/\" rel=\"attachment wp-att-1246\"><img class=\"alignleft  wp-image-1246\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/12/business-card.jpg\" alt=\"\" width=\"305\" height=\"228\" /></a>If everyone to whom you give your business card then follows up with you, engages you or refers other people to you, then then your business card works for you.\r\nI’m no marketing expert so I will not attempt to tell you what you MUST do with your card. I will offer here mistakes to avoid:\r\n1 – <strong>info@ admin@ mail@ enquiries@ etc.</strong>\r\nEmail addresses that do not start with a name are generally a turnoff as they lack the personal touch Why not use your name? It’s even worse on websites where there is often no reference at all to who YOU are.\r\n2 –<strong> @btinternet.com or @yahoo.com or @gmail.com or @talktalk.co.uk etc.</strong>\r\nEmail addresses that use a generic email service look unprofessional and suggest that you are either new in business, are not serious about growing your business or are very much behind the times. None are great signals. You can get you own email address very cheaply even if you do not have or need a website.\r\n3 – <strong>Tiny and/or pale font</strong>\r\nIf the information is too small or faint to read then it might as well not be there. Too many business cards seem to have shrunk the font size to fit in more information such as email addresses, linkedin profile links and a promo message. But if we can’t read it easily you’re wasting your time.\r\n4 – <strong>Crossed out email address on card and new handwritten one added</strong>\r\nTalk about unprofessional. Think of the impact this has. New contact details means new business cards.\r\n5 – <strong>Multiple office phone numbers.</strong>\r\nYou should only need one office number unless you personally operate from multiple offices. Even then you could make it easier for callers by adding an auto-redirect (when engaged or unanswered) to your mobile number.\r\n6 – <strong>Two email addresses on one business card</strong>\r\nWhy would anyone do that? It’s not like having separate local and city office physical addresses. Make it easy for people to contact you; don’t force them to wonder and to choose.\r\n7 – <strong>Flimsy and cheap looking card</strong>\r\nYour business card is a memory aid for when you’re not there. Do you want to be remembered as a cheap amateur?\r\n8 – <strong>Mixed up personal and business contact information</strong>\r\nIt’s so much easier if the business name, address are evidently separate to your personal name, title, mobile, email address.\r\n9 – <strong>Glossy or dark coloured card</strong>\r\nPeople make notes on the back of business cards so that we can recall where and when you met and what we have promised to do; or simply something about you that will make it easier to remember you.\r\n10 – <strong>Forgetting to include nature of business or service</strong>\r\nIndication of the nature of the business service you offer. Even if you’re a member of an Institute and use the authorised logo, not everyone will recognise this so it’s not sufficient. Help the person who looks at your card to remember what you do.\r\n11 – <strong>Squeezing everything onto one side of the card</strong>\r\nAll cards have two sides, why not make use of both sides. Or you might use one side to highlight specific expertise or social media accounts.','Does your Business card work for you?','','inherit','closed','closed','','1245-revision-v1','','','2016-12-15 16:12:13','2016-12-15 16:12:13','',1245,'http://www.numbersbalanced.com/1245-revision-v1/',0,'revision','',0),(1250,1,'2016-12-15 16:12:57','2016-12-15 16:12:57','<a href=\"http://www.numbersbalanced.com/does-your-business-card-work-for-you/business-card/\" rel=\"attachment wp-att-1246\"><img class=\"alignleft wp-image-1246\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/12/business-card.jpg\" alt=\"\" width=\"305\" height=\"228\" /></a>If everyone to whom you give your business card then follows up with you, engages you or refers other people to you, then then your business card works for you.\r\nI’m no marketing expert so I will not attempt to tell you what you MUST do with your card. I will offer here mistakes to avoid:\r\n1 – <strong>info@ admin@ mail@ enquiries@ etc.</strong>\r\nEmail addresses that do not start with a name are generally a turnoff as they lack the personal touch Why not use your name? It’s even worse on websites where there is often no reference at all to who YOU are.\r\n2 –<strong> @btinternet.com or @yahoo.com or @gmail.com or @talktalk.co.uk etc.</strong>\r\nEmail addresses that use a generic email service look unprofessional and suggest that you are either new in business, are not serious about growing your business or are very much behind the times. None are great signals. You can get you own email address very cheaply even if you do not have or need a website.\r\n3 – <strong>Tiny and/or pale font</strong>\r\nIf the information is too small or faint to read then it might as well not be there. Too many business cards seem to have shrunk the font size to fit in more information such as email addresses, linkedin profile links and a promo message. But if we can’t read it easily you’re wasting your time.\r\n4 – <strong>Crossed out email address on card and new handwritten one added</strong>\r\nTalk about unprofessional. Think of the impact this has. New contact details means new business cards.\r\n5 – <strong>Multiple office phone numbers.</strong>\r\nYou should only need one office number unless you personally operate from multiple offices. Even then you could make it easier for callers by adding an auto-redirect (when engaged or unanswered) to your mobile number.\r\n6 – <strong>Two email addresses on one business card</strong>\r\nWhy would anyone do that? It’s not like having separate local and city office physical addresses. Make it easy for people to contact you; don’t force them to wonder and to choose.\r\n7 – <strong>Flimsy and cheap looking card</strong>\r\nYour business card is a memory aid for when you’re not there. Do you want to be remembered as a cheap amateur?\r\n8 – <strong>Mixed up personal and business contact information</strong>\r\nIt’s so much easier if the business name, address are evidently separate to your personal name, title, mobile, email address.\r\n9 – <strong>Glossy or dark coloured card</strong>\r\nPeople make notes on the back of business cards so that we can recall where and when you met and what we have promised to do; or simply something about you that will make it easier to remember you.\r\n10 – <strong>Forgetting to include nature of business or service</strong>\r\nIndication of the nature of the business service you offer. Even if you’re a member of an Institute and use the authorised logo, not everyone will recognise this so it’s not sufficient. Help the person who looks at your card to remember what you do.\r\n11 – <strong>Squeezing everything onto one side of the card</strong>\r\nAll cards have two sides, why not make use of both sides. Or you might use one side to highlight specific expertise or social media accounts.','Does your Business card work for you?','','inherit','closed','closed','','1245-revision-v1','','','2016-12-15 16:12:57','2016-12-15 16:12:57','',1245,'http://www.numbersbalanced.com/1245-revision-v1/',0,'revision','',0),(1251,1,'2016-12-15 16:17:56','2016-12-15 16:17:56','<a href=\"http://www.numbersbalanced.com/does-your-business-card-work-for-you/business-card/\" rel=\"attachment wp-att-1246\"><img class=\"alignleft wp-image-1246\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/12/business-card.jpg\" alt=\"\" width=\"324\" height=\"243\" /></a>If everyone to whom you give your business card then follows up with you, engages you or refers other people to you, then then your business card works for you.\r\nI’m no marketing expert so I will not attempt to tell you what you MUST do with your card. I will offer here mistakes to avoid:\r\n1 – <strong>info@ admin@ mail@ enquiries@ etc.</strong>\r\nEmail addresses that do not start with a name are generally a turnoff as they lack the personal touch Why not use your name? It’s even worse on websites where there is often no reference at all to who YOU are.\r\n2 –<strong> @btinternet.com or @yahoo.com or @gmail.com or @talktalk.co.uk etc.</strong>\r\nEmail addresses that use a generic email service look unprofessional and suggest that you are either new in business, are not serious about growing your business or are very much behind the times. None are great signals. You can get you own email address very cheaply even if you do not have or need a website.\r\n3 – <strong>Tiny and/or pale font</strong>\r\nIf the information is too small or faint to read then it might as well not be there. Too many business cards seem to have shrunk the font size to fit in more information such as email addresses, linkedin profile links and a promo message. But if we can’t read it easily you’re wasting your time.\r\n4 – <strong>Crossed out email address on card and new handwritten one added</strong>\r\nTalk about unprofessional. Think of the impact this has. New contact details means new business cards.\r\n5 – <strong>Multiple office phone numbers.</strong>\r\nYou should only need one office number unless you personally operate from multiple offices. Even then you could make it easier for callers by adding an auto-redirect (when engaged or unanswered) to your mobile number.\r\n6 – <strong>Two email addresses on one business card</strong>\r\nWhy would anyone do that? It’s not like having separate local and city office physical addresses. Make it easy for people to contact you; don’t force them to wonder and to choose.\r\n7 – <strong>Flimsy and cheap looking card</strong>\r\nYour business card is a memory aid for when you’re not there. Do you want to be remembered as a cheap amateur?\r\n8 – <strong>Mixed up personal and business contact information</strong>\r\nIt’s so much easier if the business name, address are evidently separate to your personal name, title, mobile, email address.\r\n9 – <strong>Glossy or dark coloured card</strong>\r\nPeople make notes on the back of business cards so that we can recall where and when you met and what we have promised to do; or simply something about you that will make it easier to remember you.\r\n10 – <strong>Forgetting to include nature of business or service</strong>\r\nIndication of the nature of the business service you offer. Even if you’re a member of an Institute and use the authorised logo, not everyone will recognise this so it’s not sufficient. Help the person who looks at your card to remember what you do.\r\n11 – <strong>Squeezing everything onto one side of the card</strong>\r\nAll cards have two sides, why not make use of both sides. Or you might use one side to highlight specific expertise or social media accounts.','Does your Business card work for you?','','inherit','closed','closed','','1245-revision-v1','','','2016-12-15 16:17:56','2016-12-15 16:17:56','',1245,'http://www.numbersbalanced.com/1245-revision-v1/',0,'revision','',0),(1255,1,'2017-01-06 15:42:51','2017-01-06 15:42:51','','Mistakes','','inherit','closed','closed','','without-fail-onlinembatoday','','','2017-01-06 15:43:13','2017-01-06 15:43:13','',1254,'http://www.numbersbalanced.com/wp-content/uploads/2017/01/without-fail-onlinembatoday.jpg',0,'attachment','image/jpeg',0),(1256,1,'2017-01-06 15:43:34','2017-01-06 15:43:34','Mistakes are a step toward your ultimate success.\r\n\r\nThey are lessons.\r\n\r\nThey are challenges.\r\n\r\nThey are opportunities to do better.\r\n\r\n<a href=\"http://www.numbersbalanced.com/?attachment_id=1255\" rel=\"attachment wp-att-1255\"><img class=\"alignleft size-full wp-image-1255\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/01/without-fail-onlinembatoday.jpg\" alt=\"\" width=\"757\" height=\"851\" />\r\n</a>','Mistakes are stepping stones to Success','','inherit','closed','closed','','1254-revision-v1','','','2017-01-06 15:43:34','2017-01-06 15:43:34','',1254,'http://www.numbersbalanced.com/1254-revision-v1/',0,'revision','',0),(1257,1,'2017-01-06 15:43:34','2017-01-06 15:43:34','Mistakes are a step toward your ultimate success.\r\n\r\nThey are lessons.\r\n\r\nThey are challenges.\r\n\r\nThey are opportunities to do better.\r\n\r\n<a href=\"http://www.numbersbalanced.com/mistakes-are-stepping-stones-to-success/without-fail-onlinembatoday/\" rel=\"attachment wp-att-1255\"><img class=\"alignleft size-full wp-image-1255\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/01/without-fail-onlinembatoday.jpg\" alt=\"\" width=\"757\" height=\"851\" />\r\n</a>','Mistakes are stepping stones to Success','','inherit','closed','closed','','1254-revision-v1','','','2017-01-06 15:43:34','2017-01-06 15:43:34','',1254,'http://www.numbersbalanced.com/1254-revision-v1/',0,'revision','',0),(1258,1,'2017-11-29 18:11:46','2017-11-29 18:11:46','M<a href=\"http://www.numbersbalanced.com/mistakes-are-stepping-stones-to-success/without-fail-onlinembatoday/\" rel=\"attachment wp-att-1255\"><img class=\"alignleft wp-image-1255 \" src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/01/without-fail-onlinembatoday.jpg\" width=\"581\" height=\"653\" /></a>istakes are a step toward your ultimate success.\n\nThey are lessons.\n\nThey are challenges.\n\nThey are opportunities to do better.\n\n&nbsp;\n\n<a href=\"http://www.numbersbalanced.com/mistakes-are-stepping-stones-to-success/without-fail-onlinembatoday/\" rel=\"attachment wp-att-1255\">\n</a>','Mistakes are stepping stones to Success','','inherit','closed','closed','','1254-autosave-v1','','','2017-11-29 18:11:46','2017-11-29 18:11:46','',1254,'http://www.numbersbalanced.com/1254-autosave-v1/',0,'revision','',0),(1259,1,'2017-01-06 16:47:31','2017-01-06 16:47:31','M<a href=\"http://www.numbersbalanced.com/mistakes-are-stepping-stones-to-success/without-fail-onlinembatoday/\" rel=\"attachment wp-att-1255\"><img class=\"alignleft wp-image-1255 \" src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/01/without-fail-onlinembatoday.jpg\" width=\"581\" height=\"653\" /></a>istakes are a step toward your ultimate success.\r\n\r\nThey are lessons.\r\n\r\nThey are challenges.\r\n\r\nThey are opportunities to do better.\r\n\r\n<a href=\"http://www.numbersbalanced.com/mistakes-are-stepping-stones-to-success/without-fail-onlinembatoday/\" rel=\"attachment wp-att-1255\">\r\n</a>','Mistakes are stepping stones to Success','','inherit','closed','closed','','1254-revision-v1','','','2017-01-06 16:47:31','2017-01-06 16:47:31','',1254,'http://www.numbersbalanced.com/1254-revision-v1/',0,'revision','',0),(1261,1,'2017-01-17 14:53:51','2017-01-17 14:53:51','Here are a few tips on managing your cash flow:\r\n1. <strong>Don’t pay everything at once.</strong>\r\nStagger the payment dates by setting up three Groups:\r\n<strong>Must Pay Group</strong> – These are payments required to operate your business like payroll, taxes, rent , water and Council tax bills.\r\n<strong>Important to Pay </strong>– Items like  utilities and insurance payments will often have a reasonable grace period.\r\n<strong>Flexible Payment</strong> – Suppliers, vendors and wholesalers who supply most small businesses are the best sources of flexible financing. These suppliers will often continue to deliver as long as you keep open channels of communication and make payments with regularity.\r\n2.<strong>Make it real!</strong>\r\nPay on revenue you have, not on the sales you are hoping to make. Only make payments knowing your sales are in the bank. If you know what you have, you will know what you can pay.\r\n\r\n3.<strong>Discipline yourself</strong> to deposit all the sales tax money you collect into a separate bank account. You will then be able to pay the VAT when it is due.\r\n\r\n4<strong>.Invest in a payroll service</strong> and Get creative with your payroll schedule so you can pay your employees when the money is in the Bank.\r\n\r\n5.<strong>Establish relationships </strong>with a reputable credit provider. Plan for a rainy day. If you work with a quality company that provides working capital, stick with them and build a relationship. If they know you, they will be there to help quickly when you call.\r\n\r\n6.<strong>Strengthen your relationship with your banker</strong>. Your banker may not give you a loan and may not provide you with a line of credit. Communicate with your banker and let them know where you stand and what is happening with your business. They often listen and could help.\r\n\r\n&nbsp;','Managing your Cashflow','','publish','closed','closed','','managing-your-cashflow','','','2017-11-29 14:01:54','2017-11-29 14:01:54','',0,'http://www.numbersbalanced.com/?p=1261',0,'post','',0),(1262,1,'2017-01-17 14:47:29','2017-01-17 14:47:29','Here are a few tips on managing you<a href=\"http://www.numbersbalanced.com/blog2/cashflow/cashflow/\" rel=\"attachment wp-att-1095\"><img class=\"alignleft size-full wp-image-1095\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" alt=\"\" width=\"500\" height=\"375\" /></a>r cash flow:\r\n1. <strong>Don’t pay everything at once.</strong>\r\nStagger the payment dates by setting up three Groups:\r\n<strong>Must Pay Group</strong> – These are payments required to operate your business like payroll, taxes, rent , water and Council tax bills.\r\n<strong>Important to Pay </strong>– Items like  utilities and insurance payments will often have a reasonable grace period.\r\n<strong>Flexible Payment</strong> – Suppliers, vendors and wholesalers who supply most small businesses are the best sources of flexible financing. These suppliers will often continue to deliver as long as you keep open channels of communication and make payments with regularity.\r\n2.<strong>Make it real!</strong>\r\nPay on revenue you have, not on the sales you are hoping to make. Only make payments knowing your sales are in the bank. If you know what you have, you will know what you can pay.\r\n\r\n3.<strong>Discipline yourself</strong> to deposit all the sales tax money you collect into a separate bank account. You will then be able to pay the VAT when it is due.\r\n\r\n4<strong>.Invest in a payroll service</strong> and Get creative with your payroll schedule so you can pay your employees when the money is in the Bank.\r\n\r\n5.<strong>Establish relationships </strong>with a reputable credit provider. Plan for a rainy day. If you work with a quality company that provides working capital, stick with them and build a relationship. If they know you, they will be there to help quickly when you call.\r\n\r\n6.<strong>Strengthen your relationship with your banker</strong>. Your banker may not give you a loan and may not provide you with a line of credit. Communicate with your banker and let them know where you stand and what is happening with your business. They often listen and could help.\r\n\r\n&nbsp;','Managing your Cashflow','','inherit','closed','closed','','1261-revision-v1','','','2017-01-17 14:47:29','2017-01-17 14:47:29','',1261,'http://www.numbersbalanced.com/1261-revision-v1/',0,'revision','',0),(1285,1,'2017-04-06 17:41:12','2017-04-06 16:41:12','<strong>Income Tax:</strong>\r\n\r\nFor more details, <span style=\"color: #ff0000;\"><strong>Download the Tax Data card here</strong></span>: <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">http://www.numbersbalanced.com/knowledge-base/budget-2017/</a></span>\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2017-18</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £11,500 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20% on annual earnings above the PAYE tax threshold and up to £33,500</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £33,501 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below :\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from April 2017\r\n</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.50</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">£3.50</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2017-04-06 17:41:12','2017-04-06 16:41:12','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1268,1,'2017-03-13 15:28:18','2017-03-13 15:28:18','','Budget 2017','','inherit','closed','closed','','budget-2017','','','2017-03-13 15:28:18','2017-03-13 15:28:18','',0,'http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf',0,'attachment','application/pdf',0),(1269,1,'2017-03-13 15:38:09','2017-03-13 15:38:09','The Chancellor has presented his Budget to Parliament on 8th March 2017\r\n\r\n<strong><span style=\"color: #ff0000;\">CLICK HERE FOR THE DATACARD</span></strong>: <a href=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf\">http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf</a>\r\n\r\n<strong>Here\'s a summary of what was announced.</strong>\r\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\r\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\r\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\r\n4. £425 million investment in the NHS in the next three years\r\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\r\n6. £300 million investment for new academic research placements\r\n7. Loans for part time and doctoral students from 2018\r\n8. £536 million for new free schools and to maintain existing schools\r\n9. Free transport for children from poorer families who go to selective schools\r\n10. Tax-Free Childcare will soon be available to working parents\r\n11. New ways to protect consumer from un necessary costs and inefficiencies.\r\n12. £270 million to launch the Industrial Strategy Challenge Fund\r\n13. Improving transport with the National Productivity Investment Fund\r\n14. A new strategy to make the UK a world leader in 5G technology\r\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\r\n16. The Lifetime ISA will be available from 6 April this year\r\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\r\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\r\n19. £435 million to support businesses affected by the business rates relief revaluation\r\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\r\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\r\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span>\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf\">http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf</a>\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-03-13 15:38:09','2017-03-13 15:38:09','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1270,1,'2017-03-13 15:50:26','2017-03-13 15:50:26','The Chancellor presented his Budget to Parliament on 8th March 2017\r\n\r\n<strong><span style=\"color: #ff0000;\">CLICK HERE FOR THE DATACARD</span></strong>: <a href=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf\">http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf</a>\r\n\r\n<strong>Here\'s a summary of what was announced.</strong>\r\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\r\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\r\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\r\n4. £425 million investment in the NHS in the next three years\r\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\r\n6. £300 million investment for new academic research placements\r\n7. Loans for part time and doctoral students from 2018\r\n8. £536 million for new free schools and to maintain existing schools\r\n9. Free transport for children from poorer families who go to selective schools\r\n10. Tax-Free Childcare will soon be available to working parents\r\n11. New ways to protect consumer from un necessary costs and inefficiencies.\r\n12. £270 million to launch the Industrial Strategy Challenge Fund\r\n13. Improving transport with the National Productivity Investment Fund\r\n14. A new strategy to make the UK a world leader in 5G technology\r\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\r\n16. The Lifetime ISA will be available from 6 April this year\r\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\r\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\r\n19. £435 million to support businesses affected by the business rates relief revaluation\r\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\r\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\r\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span>\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf\">http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf</a>\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-03-13 15:50:26','2017-03-13 15:50:26','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1271,1,'2017-03-13 15:51:01','2017-03-13 15:51:01','The Chancellor presented his Budget to Parliament on 8th March 2017\r\n\r\n<strong><span style=\"color: #ff0000;\">CLICK HERE FOR THE TAX DATACARD</span></strong>: <a href=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf\">http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf</a>\r\n\r\n<strong>Here\'s a summary of what was announced.</strong>\r\n1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.\r\n2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.\r\n3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.\r\n4. £425 million investment in the NHS in the next three years\r\n5. Investment in technical education for 16 to 19 year olds rising to over £500 million\r\n6. £300 million investment for new academic research placements\r\n7. Loans for part time and doctoral students from 2018\r\n8. £536 million for new free schools and to maintain existing schools\r\n9. Free transport for children from poorer families who go to selective schools\r\n10. Tax-Free Childcare will soon be available to working parents\r\n11. New ways to protect consumer from un necessary costs and inefficiencies.\r\n12. £270 million to launch the Industrial Strategy Challenge Fund\r\n13. Improving transport with the National Productivity Investment Fund\r\n14. A new strategy to make the UK a world leader in 5G technology\r\n15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.\r\n16. The Lifetime ISA will be available from 6 April this year\r\n17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act\r\n18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)\r\n19. £435 million to support businesses affected by the business rates relief revaluation\r\n20. The main rate of National Insurance contributions (NICs) for the self-employed will increase\r\nFrom 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.\r\n21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span>\r\n\r\n<a href=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf\">http://www.numbersbalanced.com/wp-content/uploads/2017/03/Budget-2017.pdf</a>\r\n\r\n&nbsp;','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-03-13 15:51:01','2017-03-13 15:51:01','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1273,1,'2017-03-13 16:06:52','2017-03-13 16:06:52','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n 	<li>standard rate - 20 per cent</li>\r\n 	<li>reduced rate - 5 per cent</li>\r\n 	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n 	<li>zero-rated</li>\r\n 	<li>reduced-rated</li>\r\n 	<li>exempt from VAT</li>\r\n 	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£85,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n 	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n 	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£80,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to 80,000, or if you expect it to fall to £80,000 or less in the next 12 months, you can either:\r\n<ul>\r\n 	<li>stay registered for VAT</li>\r\n 	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2017-03-13 16:06:52','2017-03-13 16:06:52','',89,'http://www.numbersbalanced.com/89-revision-v1/',0,'revision','',0),(1274,1,'2017-03-13 16:11:32','2017-03-13 16:11:32','Income Tax\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2017-18</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £11,500 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20%   on annual earnings above the PAYE tax threshold and up to £33,500</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £33,501 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below :\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from April 2017\r\n</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.20</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">£3.50</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2017-03-13 16:11:32','2017-03-13 16:11:32','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1275,1,'2017-03-13 16:12:45','2017-03-13 16:12:45','Income Tax\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2017-18</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £11,500 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20% on annual earnings above the PAYE tax threshold and up to £33,500</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £33,501 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below :\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from April 2017\r\n</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.20</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">£3.50</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2017-03-13 16:12:45','2017-03-13 16:12:45','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1276,1,'2017-03-13 16:15:13','2017-03-13 16:15:13','<strong>Income Tax:</strong>\r\n\r\nFor more details, <strong>Download the Tax Data card here</strong>: http://www.numbersbalanced.com/knowledge-base/budget-2017/\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2017-18</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £11,500 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20% on annual earnings above the PAYE tax threshold and up to £33,500</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £33,501 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below :\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from April 2017\r\n</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.20</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">£3.50</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2017-03-13 16:15:13','2017-03-13 16:15:13','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1277,1,'2017-03-13 16:17:50','2017-03-13 16:17:50','<strong>Income Tax:</strong>\r\n\r\nFor more details, <span style=\"color: #ff0000;\"><strong>Download the Tax Data card here</strong></span>: <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">http://www.numbersbalanced.com/knowledge-base/budget-2017/</a></span>\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>PAYE tax rates &amp; thresholds</strong></td>\r\n<td valign=\"top\"><strong>Figures to use 2017-18</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Personal Allowance</strong></td>\r\n<td valign=\"top\" width=\"10\"> £11,500 per year</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Basic tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">20% on annual earnings above the PAYE tax threshold and up to £33,500</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Higher tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">40%   on annual earnings from £33,501 to £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Additional tax rate</strong></td>\r\n<td valign=\"top\" width=\"10\">45%   on annual earnings above £150,000</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"></td>\r\n<td valign=\"top\" width=\"10\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nNational minimum wage\r\n\r\nThe rates below :\r\n<table border=\"1\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\"><strong>Category of worker</strong></td>\r\n<td valign=\"top\"><strong>Hourly rate from April 2017\r\n</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>National Living Wage for those aged above 25\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.20</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 21 to 24\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£7.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Aged 18 to 20\r\n</strong></td>\r\n<td valign=\"top\" width=\"10\">£5.60</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices aged under 18</strong></td>\r\n<td valign=\"top\" width=\"10\">£4.05</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"10\"><strong>Apprentices </strong></td>\r\n<td valign=\"top\" width=\"10\">£3.50</td>\r\n</tr>\r\n</tbody>\r\n</table>','Income Tax','','inherit','closed','closed','','92-revision-v1','','','2017-03-13 16:17:50','2017-03-13 16:17:50','',92,'http://www.numbersbalanced.com/92-revision-v1/',0,'revision','',0),(1278,1,'2017-03-13 16:38:11','2017-03-13 16:38:11','Bookkeeping &amp; Accounts<h1 style=\" text-align:center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\nRecordsAccounting Records must be kept. For details  <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\"><span>Click here</span></a>\r\nBrexit Means BrexitGetting The Right Deal: The 12 UK Government Objectives <a class=\"jbutton gray medium  \" href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"><span>Click here</span></a>\r\nBudget 2017A summary of the UK Budget &amp; The Tax Data Card\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2017\"><span>Click here</span></a>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-03-13 16:38:11','2017-03-13 16:38:11','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1279,1,'2017-03-13 16:39:29','2017-03-13 16:39:29','Bookkeeping &amp; Accounts<h1 style=\" text-align:center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\nBusiness ExpensesAll the Expenses you can claim <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/business expenses\"><span>Click here</span></a>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img width=\"100%\" height=\"150\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br>\r\n<a class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" id=\"kadbtn34\" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onmouseover=\"\" onmouseout=\"\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" target=\"_self\">Read More <i class=\"icon-link3\" \"=\"\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nRecordsAccounting Records must be kept. For details  <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\"><span>Click here</span></a>\r\nBrexit Means BrexitGetting The Right Deal: The 12 UK Government Objectives <a class=\"jbutton gray medium  \" href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"><span>Click here</span></a>\r\nBudget 2017A summary of the UK Budget &amp; The Tax Data Card\r\n<a class=\"jbutton red medium   \" href=\"http://numbersbalanced.com/knowledge-base/budget-2017\"><span>Click here</span></a>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-03-13 16:39:29','2017-03-13 16:39:29','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1281,1,'2017-03-13 16:45:49','2017-03-13 16:45:49','Bookkeeping &amp; Accounts\r\n<h1 style=\"text-align: center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.\r\n&lt; We take the time to visit each business in order to offer an individual service to you.\r\nWe offer free consultations.\r\n\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"; color: #ffffff;\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".\r\n<a id=\"kadbtn48\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\" /></td>\r\n<td width=\"65%\">\r\n<h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".\r\n<a id=\"kadbtn83\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color: #33743c; border: 0 solid; border-color: #000; color: #ffffff;\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" target=\"_self\">Read More <i class=\"icon-link3\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nRecordsAccounting Records must be kept. For details <a class=\"jbutton gray medium \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\">Click here</a>\r\nBrexit Means BrexitGetting The Right Deal: The 12 UK Government Objectives <a class=\"jbutton gray medium \" href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\">Click here</a>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-03-13 16:45:49','2017-03-13 16:45:49','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1280,1,'2017-03-13 16:42:12','2017-03-13 16:42:12','Bookkeeping &amp; Accounts<h1 style=\" text-align:center;\"></h1>\r\nNumbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses.<br>&lt; We take the time to visit each business in order to offer an individual service to you. <br>We offer free consultations.\r\n<center><a class=\"kad-btn btn-shortcode kad-btn-primary lg-kad-btn headerfont\" style=\"background-color:; color:#ffffff\" href=\"http://www.numbersbalanced.com/contact-us/\" target=\"_blank\">Contact Us </a></center>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img width=\"100%\" height=\"150\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br>\r\n<a class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" id=\"kadbtn48\" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onmouseover=\"\" onmouseout=\"\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" target=\"_self\">Read More <i class=\"icon-link3\" \"=\"\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"35%\"><img width=\"100%\" height=\"150\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\"></td>\r\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2016/\">Budget 2017</a></h4>\r\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br>\r\n<a class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" id=\"kadbtn83\" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onmouseover=\"\" onmouseout=\"\" href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" target=\"_self\">Read More <i class=\"icon-link3\" \"=\"\"></i></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nRecordsAccounting Records must be kept. For details  <a class=\"jbutton gray medium  \" href=\"http://numbersbalanced.com/knowledge base/Recordsretention\"><span>Click here</span></a>\r\nBrexit Means BrexitGetting The Right Deal: The 12 UK Government Objectives <a class=\"jbutton gray medium  \" href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\"><span>Click here</span></a>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-03-13 16:42:12','2017-03-13 16:42:12','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1282,1,'2017-03-13 17:15:03','2017-03-13 17:15:03','','Outside Europe_PM Brexit speech 17 Jan 2017 stf','','inherit','closed','closed','','outside-europe_pm-brexit-speech-17-jan-2017-stf','','','2017-03-13 17:15:03','2017-03-13 17:15:03','',0,'http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg',0,'attachment','image/jpeg',0),(1292,1,'2017-11-26 20:50:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2017-11-26 20:50:36','0000-00-00 00:00:00','',0,'http://www.numbersbalanced.com/?p=1292',0,'post','',0),(1296,1,'2017-11-26 21:02:14','2017-11-26 21:02:14','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n</div>\n</div></div><div id=\"panel-273-0-0-1\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:02:14','2017-11-26 21:02:14','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1294,1,'2017-11-26 21:00:51','2017-11-26 21:00:51','<div id=\"pl-1294\"  class=\"panel-layout\" ><div id=\"pg-1294-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1294-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1294-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n</div>\n</div></div><div id=\"panel-1294-0-0-1\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1294-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:00:51','2017-11-26 21:00:51','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1293,1,'2017-11-26 20:59:09','2017-11-26 20:59:09','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n</div>\n</div></div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 20:59:09','2017-11-26 20:59:09','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1295,1,'2017-11-26 21:00:51','2017-11-26 21:00:51','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n</div>\n</div></div><div id=\"panel-273-0-0-1\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:00:51','2017-11-26 21:00:51','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1297,1,'2017-11-26 21:04:49','2017-11-26 21:04:49','<div id=\"pl-1297\"  class=\"panel-layout\" ><div id=\"pg-1297-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1297-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1297-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\n</div>\n</div></div><div id=\"panel-1297-0-0-1\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1297-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:04:49','2017-11-26 21:04:49','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1298,1,'2017-11-26 21:04:49','2017-11-26 21:04:49','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\n</div>\n</div></div><div id=\"panel-273-0-0-1\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:04:49','2017-11-26 21:04:49','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1300,1,'2017-11-26 21:16:06','2017-11-26 21:16:06','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:16:06','2017-11-26 21:16:06','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1301,1,'2017-11-26 21:16:27','2017-11-26 21:16:27','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:16:27','2017-11-26 21:16:27','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1302,1,'2017-11-26 21:23:13','2017-11-26 21:23:13','<div id=\"pl-1302\"  class=\"panel-layout\" ><div id=\"pg-1302-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-1302-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-1302-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1302-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-1302-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1302-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:23:13','2017-11-26 21:23:13','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1303,1,'2017-11-26 21:23:13','2017-11-26 21:23:13','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:23:13','2017-11-26 21:23:13','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1304,1,'2017-11-26 21:25:41','2017-11-26 21:25:41','','pic4A[17075] (2)','','inherit','closed','closed','','pic4a17075-2','','','2017-11-26 21:25:41','2017-11-26 21:25:41','',62,'http://www.numbersbalanced.com/wp-content/uploads/2017/11/pic4A17075-2.jpg',0,'attachment','image/jpeg',0),(1307,1,'2017-11-26 21:27:13','2017-11-26 21:27:13','<div id=\"pl-1307\"  class=\"panel-layout\" ><div id=\"pg-1307-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-1307-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-1307-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1307-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-1307-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1307-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:27:13','2017-11-26 21:27:13','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1305,1,'2017-11-26 21:25:53','2017-11-26 21:25:53','<div id=\"pl-1305\"  class=\"panel-layout\" ><div id=\"pg-1305-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-1305-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-1305-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1305-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1304&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1305-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div></div><div id=\"panel-1305-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1305-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:25:53','2017-11-26 21:25:53','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1306,1,'2017-11-26 21:25:53','2017-11-26 21:25:53','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1304&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-62-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:25:53','2017-11-26 21:25:53','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1308,1,'2017-11-26 21:27:13','2017-11-26 21:27:13','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:27:13','2017-11-26 21:27:13','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1312,1,'2017-11-26 21:30:12','2017-11-26 21:30:12','<div id=\"pl-1312\"  class=\"panel-layout\" ><div id=\"pg-1312-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-1312-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-1312-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1312-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-1312-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1312-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:30:12','2017-11-26 21:30:12','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1309,1,'2017-11-26 21:27:51','2017-11-26 21:27:51','<div id=\"pl-1309\"  class=\"panel-layout\" ><div id=\"pg-1309-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-1309-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-1309-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1309-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-1309-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1309-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1309-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:27:51','2017-11-26 21:27:51','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1310,1,'2017-11-26 21:27:51','2017-11-26 21:27:51','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-62-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:27:51','2017-11-26 21:27:51','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1311,1,'2017-11-26 21:29:48','2017-11-26 21:29:48','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-62-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:29:48','2017-11-26 21:29:48','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1313,1,'2017-11-26 21:30:12','2017-11-26 21:30:12','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:30:12','2017-11-26 21:30:12','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1314,1,'2017-11-26 21:30:48','2017-11-26 21:30:48','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/jennifermuwonge&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/jmuwonge&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-26 21:30:48','2017-11-26 21:30:48','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1315,1,'2017-11-26 21:32:09','2017-11-26 21:32:09','<div id=\"pl-1315\"  class=\"panel-layout\" ><div id=\"pg-1315-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1315-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1315-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\n</div>\n</div></div></div><div id=\"pgc-1315-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1315-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1315-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:32:09','2017-11-26 21:32:09','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1316,1,'2017-11-26 21:32:09','2017-11-26 21:32:09','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement. Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late. Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions.&nbsp;</p>\n</div>\n</div></div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:32:09','2017-11-26 21:32:09','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1317,1,'2017-11-26 21:33:26','2017-11-26 21:33:26','<div id=\"pl-1317\"  class=\"panel-layout\" ><div id=\"pg-1317-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1317-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1317-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n</div>\n</div></div></div><div id=\"pgc-1317-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1317-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1317-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:33:26','2017-11-26 21:33:26','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1318,1,'2017-11-26 21:33:26','2017-11-26 21:33:26','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n</div>\n</div></div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 21:33:26','2017-11-26 21:33:26','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1324,1,'2017-11-26 21:41:09','2017-11-26 21:41:09','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-91 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-91 {background:#33743c;} .kad-icon-box-91, .kad-icon-box-91 h1, .kad-icon-box-91 h2, .kad-icon-box-91 h3, .kad-icon-box-91 h4, .kad-icon-box-91 h5 {color:#ffffff !important;} .kad-icon-box-91:hover {background:;} .kad-icon-box-91:hover, .kad-icon-box-91:hover h1, .kad-icon-box-91:hover h2, .kad-icon-box-91:hover h3, .kad-icon-box-91:hover h4, .kad-icon-box-91:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-52 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-52 {background:#33743c;} .kad-icon-box-52, .kad-icon-box-52 h1, .kad-icon-box-52 h2, .kad-icon-box-52 h3, .kad-icon-box-52 h4, .kad-icon-box-52 h5 {color:#ffffff !important;} .kad-icon-box-52:hover {background:;} .kad-icon-box-52:hover, .kad-icon-box-52:hover h1, .kad-icon-box-52:hover h2, .kad-icon-box-52:hover h3, .kad-icon-box-52:hover h4, .kad-icon-box-52:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-86 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-86 {background:#33743c;} .kad-icon-box-86, .kad-icon-box-86 h1, .kad-icon-box-86 h2, .kad-icon-box-86 h3, .kad-icon-box-86 h4, .kad-icon-box-86 h5 {color:#ffffff !important;} .kad-icon-box-86:hover {background:;} .kad-icon-box-86:hover, .kad-icon-box-86:hover h1, .kad-icon-box-86:hover h2, .kad-icon-box-86:hover h3, .kad-icon-box-86:hover h4, .kad-icon-box-86:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-39 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-39 {background:#33743c;} .kad-icon-box-39, .kad-icon-box-39 h1, .kad-icon-box-39 h2, .kad-icon-box-39 h3, .kad-icon-box-39 h4, .kad-icon-box-39 h5 {color:#ffffff !important;} .kad-icon-box-39:hover {background:;} .kad-icon-box-39:hover, .kad-icon-box-39:hover h1, .kad-icon-box-39:hover h2, .kad-icon-box-39:hover h3, .kad-icon-box-39:hover h4, .kad-icon-box-39:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-36 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-36 {background:#33743c;} .kad-icon-box-36, .kad-icon-box-36 h1, .kad-icon-box-36 h2, .kad-icon-box-36 h3, .kad-icon-box-36 h4, .kad-icon-box-36 h5 {color:#ffffff !important;} .kad-icon-box-36:hover {background:;} .kad-icon-box-36:hover, .kad-icon-box-36:hover h1, .kad-icon-box-36:hover h2, .kad-icon-box-36:hover h3, .kad-icon-box-36:hover h4, .kad-icon-box-36:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 21:41:09','2017-11-26 21:41:09','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1322,1,'2017-11-26 21:40:42','2017-11-26 21:40:42','<div id=\"pl-1322\"  class=\"panel-layout\" ><div id=\"pg-1322-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1322-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1322-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div><div id=\"pg-1322-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1322-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1322-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-60 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-60 {background:#33743c;} .kad-icon-box-60, .kad-icon-box-60 h1, .kad-icon-box-60 h2, .kad-icon-box-60 h3, .kad-icon-box-60 h4, .kad-icon-box-60 h5 {color:#ffffff !important;} .kad-icon-box-60:hover {background:;} .kad-icon-box-60:hover, .kad-icon-box-60:hover h1, .kad-icon-box-60:hover h2, .kad-icon-box-60:hover h3, .kad-icon-box-60:hover h4, .kad-icon-box-60:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1322-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1322-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-91 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-91 {background:#33743c;} .kad-icon-box-91, .kad-icon-box-91 h1, .kad-icon-box-91 h2, .kad-icon-box-91 h3, .kad-icon-box-91 h4, .kad-icon-box-91 h5 {color:#ffffff !important;} .kad-icon-box-91:hover {background:;} .kad-icon-box-91:hover, .kad-icon-box-91:hover h1, .kad-icon-box-91:hover h2, .kad-icon-box-91:hover h3, .kad-icon-box-91:hover h4, .kad-icon-box-91:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1322-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1322-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-34 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-34 {background:#33743c;} .kad-icon-box-34, .kad-icon-box-34 h1, .kad-icon-box-34 h2, .kad-icon-box-34 h3, .kad-icon-box-34 h4, .kad-icon-box-34 h5 {color:#ffffff !important;} .kad-icon-box-34:hover {background:;} .kad-icon-box-34:hover, .kad-icon-box-34:hover h1, .kad-icon-box-34:hover h2, .kad-icon-box-34:hover h3, .kad-icon-box-34:hover h4, .kad-icon-box-34:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1322-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1322-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-28 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-28 {background:#33743c;} .kad-icon-box-28, .kad-icon-box-28 h1, .kad-icon-box-28 h2, .kad-icon-box-28 h3, .kad-icon-box-28 h4, .kad-icon-box-28 h5 {color:#ffffff !important;} .kad-icon-box-28:hover {background:;} .kad-icon-box-28:hover, .kad-icon-box-28:hover h1, .kad-icon-box-28:hover h2, .kad-icon-box-28:hover h3, .kad-icon-box-28:hover h4, .kad-icon-box-28:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1322-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1322-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-30 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-30 {background:#33743c;} .kad-icon-box-30, .kad-icon-box-30 h1, .kad-icon-box-30 h2, .kad-icon-box-30 h3, .kad-icon-box-30 h4, .kad-icon-box-30 h5 {color:#ffffff !important;} .kad-icon-box-30:hover {background:;} .kad-icon-box-30:hover, .kad-icon-box-30:hover h1, .kad-icon-box-30:hover h2, .kad-icon-box-30:hover h3, .kad-icon-box-30:hover h4, .kad-icon-box-30:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 21:40:42','2017-11-26 21:40:42','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1321,1,'2017-11-26 21:39:15','2017-11-26 21:39:15','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#acd68f&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-5-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-64 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-64 {background:#33743c;} .kad-icon-box-64, .kad-icon-box-64 h1, .kad-icon-box-64 h2, .kad-icon-box-64 h3, .kad-icon-box-64 h4, .kad-icon-box-64 h5 {color:#ffffff !important;} .kad-icon-box-64:hover {background:;} .kad-icon-box-64:hover, .kad-icon-box-64:hover h1, .kad-icon-box-64:hover h2, .kad-icon-box-64:hover h3, .kad-icon-box-64:hover h4, .kad-icon-box-64:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-21 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-21 {background:#33743c;} .kad-icon-box-21, .kad-icon-box-21 h1, .kad-icon-box-21 h2, .kad-icon-box-21 h3, .kad-icon-box-21 h4, .kad-icon-box-21 h5 {color:#ffffff !important;} .kad-icon-box-21:hover {background:;} .kad-icon-box-21:hover, .kad-icon-box-21:hover h1, .kad-icon-box-21:hover h2, .kad-icon-box-21:hover h3, .kad-icon-box-21:hover h4, .kad-icon-box-21:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-43 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-43 {background:#33743c;} .kad-icon-box-43, .kad-icon-box-43 h1, .kad-icon-box-43 h2, .kad-icon-box-43 h3, .kad-icon-box-43 h4, .kad-icon-box-43 h5 {color:#ffffff !important;} .kad-icon-box-43:hover {background:;} .kad-icon-box-43:hover, .kad-icon-box-43:hover h1, .kad-icon-box-43:hover h2, .kad-icon-box-43:hover h3, .kad-icon-box-43:hover h4, .kad-icon-box-43:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-60 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-60 {background:#33743c;} .kad-icon-box-60, .kad-icon-box-60 h1, .kad-icon-box-60 h2, .kad-icon-box-60 h3, .kad-icon-box-60 h4, .kad-icon-box-60 h5 {color:#ffffff !important;} .kad-icon-box-60:hover {background:;} .kad-icon-box-60:hover, .kad-icon-box-60:hover h1, .kad-icon-box-60:hover h2, .kad-icon-box-60:hover h3, .kad-icon-box-60:hover h4, .kad-icon-box-60:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-46 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-46 {background:#33743c;} .kad-icon-box-46, .kad-icon-box-46 h1, .kad-icon-box-46 h2, .kad-icon-box-46 h3, .kad-icon-box-46 h4, .kad-icon-box-46 h5 {color:#ffffff !important;} .kad-icon-box-46:hover {background:;} .kad-icon-box-46:hover, .kad-icon-box-46:hover h1, .kad-icon-box-46:hover h2, .kad-icon-box-46:hover h3, .kad-icon-box-46:hover h4, .kad-icon-box-46:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 21:39:15','2017-11-26 21:39:15','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1319,1,'2017-11-26 21:39:00','2017-11-26 21:39:00','<div id=\"pl-1319\"  class=\"panel-layout\" ><div id=\"pg-1319-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1319-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1319-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#acd68f&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1319-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div></div><div id=\"pg-1319-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1319-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1319-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-20 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-20 {background:#33743c;} .kad-icon-box-20, .kad-icon-box-20 h1, .kad-icon-box-20 h2, .kad-icon-box-20 h3, .kad-icon-box-20 h4, .kad-icon-box-20 h5 {color:#ffffff !important;} .kad-icon-box-20:hover {background:;} .kad-icon-box-20:hover, .kad-icon-box-20:hover h1, .kad-icon-box-20:hover h2, .kad-icon-box-20:hover h3, .kad-icon-box-20:hover h4, .kad-icon-box-20:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1319-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1319-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-75 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-75 {background:#33743c;} .kad-icon-box-75, .kad-icon-box-75 h1, .kad-icon-box-75 h2, .kad-icon-box-75 h3, .kad-icon-box-75 h4, .kad-icon-box-75 h5 {color:#ffffff !important;} .kad-icon-box-75:hover {background:;} .kad-icon-box-75:hover, .kad-icon-box-75:hover h1, .kad-icon-box-75:hover h2, .kad-icon-box-75:hover h3, .kad-icon-box-75:hover h4, .kad-icon-box-75:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1319-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1319-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-51 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-51 {background:#33743c;} .kad-icon-box-51, .kad-icon-box-51 h1, .kad-icon-box-51 h2, .kad-icon-box-51 h3, .kad-icon-box-51 h4, .kad-icon-box-51 h5 {color:#ffffff !important;} .kad-icon-box-51:hover {background:;} .kad-icon-box-51:hover, .kad-icon-box-51:hover h1, .kad-icon-box-51:hover h2, .kad-icon-box-51:hover h3, .kad-icon-box-51:hover h4, .kad-icon-box-51:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1319-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1319-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-93 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-93 {background:#33743c;} .kad-icon-box-93, .kad-icon-box-93 h1, .kad-icon-box-93 h2, .kad-icon-box-93 h3, .kad-icon-box-93 h4, .kad-icon-box-93 h5 {color:#ffffff !important;} .kad-icon-box-93:hover {background:;} .kad-icon-box-93:hover, .kad-icon-box-93:hover h1, .kad-icon-box-93:hover h2, .kad-icon-box-93:hover h3, .kad-icon-box-93:hover h4, .kad-icon-box-93:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1319-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1319-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-21 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-21 {background:#33743c;} .kad-icon-box-21, .kad-icon-box-21 h1, .kad-icon-box-21 h2, .kad-icon-box-21 h3, .kad-icon-box-21 h4, .kad-icon-box-21 h5 {color:#ffffff !important;} .kad-icon-box-21:hover {background:;} .kad-icon-box-21:hover, .kad-icon-box-21:hover h1, .kad-icon-box-21:hover h2, .kad-icon-box-21:hover h3, .kad-icon-box-21:hover h4, .kad-icon-box-21:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 21:39:00','2017-11-26 21:39:00','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1320,1,'2017-11-26 21:39:01','2017-11-26 21:39:01','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#acd68f&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-5-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-84 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-84 {background:#33743c;} .kad-icon-box-84, .kad-icon-box-84 h1, .kad-icon-box-84 h2, .kad-icon-box-84 h3, .kad-icon-box-84 h4, .kad-icon-box-84 h5 {color:#ffffff !important;} .kad-icon-box-84:hover {background:;} .kad-icon-box-84:hover, .kad-icon-box-84:hover h1, .kad-icon-box-84:hover h2, .kad-icon-box-84:hover h3, .kad-icon-box-84:hover h4, .kad-icon-box-84:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-11 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-11 {background:#33743c;} .kad-icon-box-11, .kad-icon-box-11 h1, .kad-icon-box-11 h2, .kad-icon-box-11 h3, .kad-icon-box-11 h4, .kad-icon-box-11 h5 {color:#ffffff !important;} .kad-icon-box-11:hover {background:;} .kad-icon-box-11:hover, .kad-icon-box-11:hover h1, .kad-icon-box-11:hover h2, .kad-icon-box-11:hover h3, .kad-icon-box-11:hover h4, .kad-icon-box-11:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-74 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-74 {background:#33743c;} .kad-icon-box-74, .kad-icon-box-74 h1, .kad-icon-box-74 h2, .kad-icon-box-74 h3, .kad-icon-box-74 h4, .kad-icon-box-74 h5 {color:#ffffff !important;} .kad-icon-box-74:hover {background:;} .kad-icon-box-74:hover, .kad-icon-box-74:hover h1, .kad-icon-box-74:hover h2, .kad-icon-box-74:hover h3, .kad-icon-box-74:hover h4, .kad-icon-box-74:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-59 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-59 {background:#33743c;} .kad-icon-box-59, .kad-icon-box-59 h1, .kad-icon-box-59 h2, .kad-icon-box-59 h3, .kad-icon-box-59 h4, .kad-icon-box-59 h5 {color:#ffffff !important;} .kad-icon-box-59:hover {background:;} .kad-icon-box-59:hover, .kad-icon-box-59:hover h1, .kad-icon-box-59:hover h2, .kad-icon-box-59:hover h3, .kad-icon-box-59:hover h4, .kad-icon-box-59:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-56 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-56 {background:#33743c;} .kad-icon-box-56, .kad-icon-box-56 h1, .kad-icon-box-56 h2, .kad-icon-box-56 h3, .kad-icon-box-56 h4, .kad-icon-box-56 h5 {color:#ffffff !important;} .kad-icon-box-56:hover {background:;} .kad-icon-box-56:hover, .kad-icon-box-56:hover h1, .kad-icon-box-56:hover h2, .kad-icon-box-56:hover h3, .kad-icon-box-56:hover h4, .kad-icon-box-56:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 21:39:01','2017-11-26 21:39:01','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1323,1,'2017-11-26 21:40:42','2017-11-26 21:40:42','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-12 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-12 {background:#33743c;} .kad-icon-box-12, .kad-icon-box-12 h1, .kad-icon-box-12 h2, .kad-icon-box-12 h3, .kad-icon-box-12 h4, .kad-icon-box-12 h5 {color:#ffffff !important;} .kad-icon-box-12:hover {background:;} .kad-icon-box-12:hover, .kad-icon-box-12:hover h1, .kad-icon-box-12:hover h2, .kad-icon-box-12:hover h3, .kad-icon-box-12:hover h4, .kad-icon-box-12:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-55 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-55 {background:#33743c;} .kad-icon-box-55, .kad-icon-box-55 h1, .kad-icon-box-55 h2, .kad-icon-box-55 h3, .kad-icon-box-55 h4, .kad-icon-box-55 h5 {color:#ffffff !important;} .kad-icon-box-55:hover {background:;} .kad-icon-box-55:hover, .kad-icon-box-55:hover h1, .kad-icon-box-55:hover h2, .kad-icon-box-55:hover h3, .kad-icon-box-55:hover h4, .kad-icon-box-55:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-35 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-35 {background:#33743c;} .kad-icon-box-35, .kad-icon-box-35 h1, .kad-icon-box-35 h2, .kad-icon-box-35 h3, .kad-icon-box-35 h4, .kad-icon-box-35 h5 {color:#ffffff !important;} .kad-icon-box-35:hover {background:;} .kad-icon-box-35:hover, .kad-icon-box-35:hover h1, .kad-icon-box-35:hover h2, .kad-icon-box-35:hover h3, .kad-icon-box-35:hover h4, .kad-icon-box-35:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-36 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-36 {background:#33743c;} .kad-icon-box-36, .kad-icon-box-36 h1, .kad-icon-box-36 h2, .kad-icon-box-36 h3, .kad-icon-box-36 h4, .kad-icon-box-36 h5 {color:#ffffff !important;} .kad-icon-box-36:hover {background:;} .kad-icon-box-36:hover, .kad-icon-box-36:hover h1, .kad-icon-box-36:hover h2, .kad-icon-box-36:hover h3, .kad-icon-box-36:hover h4, .kad-icon-box-36:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-92 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-92 {background:#33743c;} .kad-icon-box-92, .kad-icon-box-92 h1, .kad-icon-box-92 h2, .kad-icon-box-92 h3, .kad-icon-box-92 h4, .kad-icon-box-92 h5 {color:#ffffff !important;} .kad-icon-box-92:hover {background:;} .kad-icon-box-92:hover, .kad-icon-box-92:hover h1, .kad-icon-box-92:hover h2, .kad-icon-box-92:hover h3, .kad-icon-box-92:hover h4, .kad-icon-box-92:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 21:40:42','2017-11-26 21:40:42','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1325,1,'2017-11-26 21:41:38','2017-11-26 21:41:38','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern. </p>\n</div>\n</div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-31 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-31 {background:#33743c;} .kad-icon-box-31, .kad-icon-box-31 h1, .kad-icon-box-31 h2, .kad-icon-box-31 h3, .kad-icon-box-31 h4, .kad-icon-box-31 h5 {color:#ffffff !important;} .kad-icon-box-31:hover {background:;} .kad-icon-box-31:hover, .kad-icon-box-31:hover h1, .kad-icon-box-31:hover h2, .kad-icon-box-31:hover h3, .kad-icon-box-31:hover h4, .kad-icon-box-31:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-75 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-75 {background:#33743c;} .kad-icon-box-75, .kad-icon-box-75 h1, .kad-icon-box-75 h2, .kad-icon-box-75 h3, .kad-icon-box-75 h4, .kad-icon-box-75 h5 {color:#ffffff !important;} .kad-icon-box-75:hover {background:;} .kad-icon-box-75:hover, .kad-icon-box-75:hover h1, .kad-icon-box-75:hover h2, .kad-icon-box-75:hover h3, .kad-icon-box-75:hover h4, .kad-icon-box-75:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-22 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-22 {background:#33743c;} .kad-icon-box-22, .kad-icon-box-22 h1, .kad-icon-box-22 h2, .kad-icon-box-22 h3, .kad-icon-box-22 h4, .kad-icon-box-22 h5 {color:#ffffff !important;} .kad-icon-box-22:hover {background:;} .kad-icon-box-22:hover, .kad-icon-box-22:hover h1, .kad-icon-box-22:hover h2, .kad-icon-box-22:hover h3, .kad-icon-box-22:hover h4, .kad-icon-box-22:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-63 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-63 {background:#33743c;} .kad-icon-box-63, .kad-icon-box-63 h1, .kad-icon-box-63 h2, .kad-icon-box-63 h3, .kad-icon-box-63 h4, .kad-icon-box-63 h5 {color:#ffffff !important;} .kad-icon-box-63:hover {background:;} .kad-icon-box-63:hover, .kad-icon-box-63:hover h1, .kad-icon-box-63:hover h2, .kad-icon-box-63:hover h3, .kad-icon-box-63:hover h4, .kad-icon-box-63:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-31 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-31 {background:#33743c;} .kad-icon-box-31, .kad-icon-box-31 h1, .kad-icon-box-31 h2, .kad-icon-box-31 h3, .kad-icon-box-31 h4, .kad-icon-box-31 h5 {color:#ffffff !important;} .kad-icon-box-31:hover {background:;} .kad-icon-box-31:hover, .kad-icon-box-31:hover h1, .kad-icon-box-31:hover h2, .kad-icon-box-31:hover h3, .kad-icon-box-31:hover h4, .kad-icon-box-31:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 21:41:38','2017-11-26 21:41:38','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1331,1,'2017-11-26 22:59:05','2017-11-26 22:59:05','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 22:59:05','2017-11-26 22:59:05','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1329,1,'2017-11-26 22:58:40','2017-11-26 22:58:40','<div id=\"pl-1329\"  class=\"panel-layout\" ><div id=\"pg-1329-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1329-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1329-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-1329-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1329-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1329-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 22:58:40','2017-11-26 22:58:40','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1328,1,'2017-11-26 22:56:51','2017-11-26 22:56:51','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 22:56:51','2017-11-26 22:56:51','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1330,1,'2017-11-26 22:58:40','2017-11-26 22:58:40','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 22:58:40','2017-11-26 22:58:40','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1338,1,'2017-11-26 23:29:06','2017-11-26 23:29:06','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-17-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-17-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-17-1-0-0\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/numbersbalanced&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/NumbersBalanced&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;www.linkedin.com\\/NumbersBalanced&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-1-0-0\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:29:06','2017-11-26 23:29:06','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1336,1,'2017-11-26 23:18:41','2017-11-26 23:18:41','<div id=\"pl-1336\"  class=\"panel-layout\" ><div id=\"pg-1336-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1336-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1336-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-1336-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1336-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1336-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1336-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1336-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1336-1-0-0\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/numbersbalanced&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/NumbersBalanced&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;www.linkedin.com\\/NumbersBalanced&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1336-1-0-0\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:18:41','2017-11-26 23:18:41','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1334,1,'2017-11-26 23:17:06','2017-11-26 23:17:06','<div id=\"pl-1334\"  class=\"panel-layout\" ><div id=\"pg-1334-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1334-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1334-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-1334-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1334-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1334-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1334-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#acd698&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-1334-1\" ><div id=\"pgc-1334-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1334-1-0-0\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/numbersbalanced&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/NumbersBalanced&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;www.linkedin.com\\/NumbersBalanced&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1334-1-0-0\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:17:06','2017-11-26 23:17:06','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1332,1,'2017-11-26 23:14:57','2017-11-26 23:14:57','<div id=\"pl-1332\"  class=\"panel-layout\" ><div id=\"pg-1332-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1332-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1332-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-1332-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1332-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1332-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1332-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1332-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1332-1-0-0\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/numbersbalanced&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/NumbersBalanced&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;www.linkedin.com\\/NumbersBalanced&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1332-1-0-0\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1332-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:14:57','2017-11-26 23:14:57','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1333,1,'2017-11-26 23:14:57','2017-11-26 23:14:57','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-17-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-17-1-0-0\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/numbersbalanced&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/NumbersBalanced&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;www.linkedin.com\\/NumbersBalanced&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-1-0-0\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:14:57','2017-11-26 23:14:57','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1335,1,'2017-11-26 23:17:06','2017-11-26 23:17:06','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-17-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#acd698&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-17-1\" ><div id=\"pgc-17-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-17-1-0-0\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/numbersbalanced&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/NumbersBalanced&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;www.linkedin.com\\/NumbersBalanced&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-1-0-0\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:17:06','2017-11-26 23:17:06','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1337,1,'2017-11-26 23:18:41','2017-11-26 23:18:41','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-17-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-17-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-17-1-0-0\" class=\"so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"Kadence_Social_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;facebook&quot;:&quot;www.facebook.com\\/numbersbalanced&quot;,&quot;twitter&quot;:&quot;www.twitter.com\\/NumbersBalanced&quot;,&quot;instagram&quot;:&quot;&quot;,&quot;googleplus&quot;:&quot;&quot;,&quot;flickr&quot;:&quot;&quot;,&quot;vimeo&quot;:&quot;&quot;,&quot;youtube&quot;:&quot;&quot;,&quot;pinterest&quot;:&quot;&quot;,&quot;dribbble&quot;:&quot;&quot;,&quot;linkedin&quot;:&quot;www.linkedin.com\\/NumbersBalanced&quot;,&quot;tumblr&quot;:&quot;&quot;,&quot;stumbleupon&quot;:&quot;&quot;,&quot;vk&quot;:&quot;&quot;,&quot;viadeo&quot;:&quot;&quot;,&quot;xing&quot;:&quot;&quot;,&quot;yelp&quot;:&quot;&quot;,&quot;soundcloud&quot;:&quot;&quot;,&quot;snapchat&quot;:&quot;&quot;,&quot;periscope&quot;:&quot;&quot;,&quot;behance&quot;:&quot;&quot;,&quot;rss&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-1-0-0\\&quot; class=\\&quot;so-panel widget widget_widget_kadence_social widget_kadence_social panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:18:41','2017-11-26 23:18:41','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1339,1,'2017-11-26 23:31:07','2017-11-26 23:31:07','<div id=\"pl-1339\"  class=\"panel-layout\" ><div id=\"pg-1339-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1339-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1339-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:31:07','2017-11-26 23:31:07','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1340,1,'2017-11-26 23:31:07','2017-11-26 23:31:07','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:31:07','2017-11-26 23:31:07','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1342,1,'2017-11-26 23:33:14','2017-11-26 23:33:14','<div id=\"pl-1342\"  class=\"panel-layout\" ><div id=\"pg-1342-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1342-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1342-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:33:14','2017-11-26 23:33:14','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1341,1,'2017-11-26 23:32:01','2017-11-26 23:32:01','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:32:01','2017-11-26 23:32:01','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1344,1,'2017-11-26 23:34:20','2017-11-26 23:34:20','<div id=\"pl-1344\"  class=\"panel-layout\" ><div id=\"pg-1344-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#eded71&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1344-0\" ><div id=\"pgc-1344-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1344-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:34:20','2017-11-26 23:34:20','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1343,1,'2017-11-26 23:33:14','2017-11-26 23:33:14','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:33:14','2017-11-26 23:33:14','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1346,1,'2017-11-26 23:35:37','2017-11-26 23:35:37','<div id=\"pl-1346\"  class=\"panel-layout\" ><div id=\"pg-1346-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1346-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1346-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:35:37','2017-11-26 23:35:37','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1345,1,'2017-11-26 23:34:20','2017-11-26 23:34:20','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#eded71&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-220-0\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:34:20','2017-11-26 23:34:20','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1347,1,'2017-11-26 23:35:37','2017-11-26 23:35:37','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:35:37','2017-11-26 23:35:37','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1375,1,'2017-11-27 20:43:47','2017-11-27 20:43:47','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 20:43:47','2017-11-27 20:43:47','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1348,1,'2017-11-26 23:36:48','2017-11-26 23:36:48','<div id=\"pl-1348\"  class=\"panel-layout\" ><div id=\"pg-1348-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1348-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1348-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/bookkeeping/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/bookkeeping/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/bookkeeping/\" data-text=\"Bookkeeping\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/bookkeeping/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/bookkeeping/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Fbookkeeping%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fuploads%2F2012%2F01%2FDebits__Credits-150x150.jpg&description=Bookkeeping\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Bookkeeping\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/bookkeeping/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div><div id=\"pgc-1348-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1348-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1348-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:36:48','2017-11-26 23:36:48','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1372,1,'2017-11-27 20:43:14','2017-11-27 20:43:14','<div id=\"pl-1372\"  class=\"panel-layout\" ><div id=\"pg-1372-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1372-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1372-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1372-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1372-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1372-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1372-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1372-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 20:43:14','2017-11-27 20:43:14','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1349,1,'2017-11-26 23:36:48','2017-11-26 23:36:48','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/bookkeeping/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/bookkeeping/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/bookkeeping/\" data-text=\"Bookkeeping\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/bookkeeping/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/bookkeeping/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Fbookkeeping%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fuploads%2F2012%2F01%2FDebits__Credits-150x150.jpg&description=Bookkeeping\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Bookkeeping\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/bookkeeping/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-26 23:36:48','2017-11-26 23:36:48','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1363,1,'2017-11-26 23:56:31','2017-11-26 23:56:31','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 23:56:31','2017-11-26 23:56:31','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1350,1,'2017-11-26 23:37:33','2017-11-26 23:37:33','<div id=\"pl-1350\"  class=\"panel-layout\" ><div id=\"pg-1350-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1350-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1350-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/what-we-do/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-text=\"What we do\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/what-we-do/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fwhat-we-do%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fuploads%2F2012%2F03%2FServices-150x150.jpg&description=What+we+do\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'What we do\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/what-we-do/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div><div id=\"pgc-1350-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1350-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1350-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 23:37:33','2017-11-26 23:37:33','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1352,1,'2017-11-26 23:37:46','2017-11-26 23:37:46','<div id=\"pl-1352\"  class=\"panel-layout\" ><div id=\"pg-1352-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1352-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1352-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/what-we-do/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-text=\"What we do\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/what-we-do/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fwhat-we-do%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fuploads%2F2012%2F03%2FServices-150x150.jpg&description=What+we+do\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'What we do\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/what-we-do/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div><div id=\"pgc-1352-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1352-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1352-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 23:37:46','2017-11-26 23:37:46','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1351,1,'2017-11-26 23:37:33','2017-11-26 23:37:33','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/what-we-do/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-text=\"What we do\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/what-we-do/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fwhat-we-do%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fuploads%2F2012%2F03%2FServices-150x150.jpg&description=What+we+do\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'What we do\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/what-we-do/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 23:37:33','2017-11-26 23:37:33','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1362,1,'2017-11-26 23:56:31','2017-11-26 23:56:31','<div id=\"pl-1362\"  class=\"panel-layout\" ><div id=\"pg-1362-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1362-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1362-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1362-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1362-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1362-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 23:56:31','2017-11-26 23:56:31','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1353,1,'2017-11-26 23:37:46','2017-11-26 23:37:46','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/what-we-do/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/what-we-do/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-text=\"What we do\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/what-we-do/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/what-we-do/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fwhat-we-do%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fuploads%2F2012%2F03%2FServices-150x150.jpg&description=What+we+do\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'What we do\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/what-we-do/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-26 23:37:46','2017-11-26 23:37:46','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1354,1,'2017-11-26 23:39:26','2017-11-26 23:39:26','<div id=\"pl-1354\"  class=\"panel-layout\" ><div id=\"pg-1354-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1354-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1354-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/\" data-text=\"Services\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2F&description=Services\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Services\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div><div id=\"pg-1354-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1354-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1354-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-16 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-16 {background:#33743c;} .kad-icon-box-16, .kad-icon-box-16 h1, .kad-icon-box-16 h2, .kad-icon-box-16 h3, .kad-icon-box-16 h4, .kad-icon-box-16 h5 {color:#ffffff !important;} .kad-icon-box-16:hover {background:;} .kad-icon-box-16:hover, .kad-icon-box-16:hover h1, .kad-icon-box-16:hover h2, .kad-icon-box-16:hover h3, .kad-icon-box-16:hover h4, .kad-icon-box-16:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1354-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1354-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-26 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-26 {background:#33743c;} .kad-icon-box-26, .kad-icon-box-26 h1, .kad-icon-box-26 h2, .kad-icon-box-26 h3, .kad-icon-box-26 h4, .kad-icon-box-26 h5 {color:#ffffff !important;} .kad-icon-box-26:hover {background:;} .kad-icon-box-26:hover, .kad-icon-box-26:hover h1, .kad-icon-box-26:hover h2, .kad-icon-box-26:hover h3, .kad-icon-box-26:hover h4, .kad-icon-box-26:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1354-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1354-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-45 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-45 {background:#33743c;} .kad-icon-box-45, .kad-icon-box-45 h1, .kad-icon-box-45 h2, .kad-icon-box-45 h3, .kad-icon-box-45 h4, .kad-icon-box-45 h5 {color:#ffffff !important;} .kad-icon-box-45:hover {background:;} .kad-icon-box-45:hover, .kad-icon-box-45:hover h1, .kad-icon-box-45:hover h2, .kad-icon-box-45:hover h3, .kad-icon-box-45:hover h4, .kad-icon-box-45:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1354-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1354-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-48 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-48 {background:#33743c;} .kad-icon-box-48, .kad-icon-box-48 h1, .kad-icon-box-48 h2, .kad-icon-box-48 h3, .kad-icon-box-48 h4, .kad-icon-box-48 h5 {color:#ffffff !important;} .kad-icon-box-48:hover {background:;} .kad-icon-box-48:hover, .kad-icon-box-48:hover h1, .kad-icon-box-48:hover h2, .kad-icon-box-48:hover h3, .kad-icon-box-48:hover h4, .kad-icon-box-48:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1354-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1354-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-82 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-82 {background:#33743c;} .kad-icon-box-82, .kad-icon-box-82 h1, .kad-icon-box-82 h2, .kad-icon-box-82 h3, .kad-icon-box-82 h4, .kad-icon-box-82 h5 {color:#ffffff !important;} .kad-icon-box-82:hover {background:;} .kad-icon-box-82:hover, .kad-icon-box-82:hover h1, .kad-icon-box-82:hover h2, .kad-icon-box-82:hover h3, .kad-icon-box-82:hover h4, .kad-icon-box-82:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 23:39:26','2017-11-26 23:39:26','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1370,1,'2017-11-27 00:10:19','2017-11-27 00:10:19','<div id=\"pl-1370\"  class=\"panel-layout\" ><div id=\"pg-1370-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1370-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1370-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-1370-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1370-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1370-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-56 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-56 {background:#33743c;} .kad-icon-box-56, .kad-icon-box-56 h1, .kad-icon-box-56 h2, .kad-icon-box-56 h3, .kad-icon-box-56 h4, .kad-icon-box-56 h5 {color:#ffffff !important;} .kad-icon-box-56:hover {background:;} .kad-icon-box-56:hover, .kad-icon-box-56:hover h1, .kad-icon-box-56:hover h2, .kad-icon-box-56:hover h3, .kad-icon-box-56:hover h4, .kad-icon-box-56:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1370-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1370-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-47 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-47 {background:#33743c;} .kad-icon-box-47, .kad-icon-box-47 h1, .kad-icon-box-47 h2, .kad-icon-box-47 h3, .kad-icon-box-47 h4, .kad-icon-box-47 h5 {color:#ffffff !important;} .kad-icon-box-47:hover {background:;} .kad-icon-box-47:hover, .kad-icon-box-47:hover h1, .kad-icon-box-47:hover h2, .kad-icon-box-47:hover h3, .kad-icon-box-47:hover h4, .kad-icon-box-47:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1370-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1370-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-49 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-49 {background:#33743c;} .kad-icon-box-49, .kad-icon-box-49 h1, .kad-icon-box-49 h2, .kad-icon-box-49 h3, .kad-icon-box-49 h4, .kad-icon-box-49 h5 {color:#ffffff !important;} .kad-icon-box-49:hover {background:;} .kad-icon-box-49:hover, .kad-icon-box-49:hover h1, .kad-icon-box-49:hover h2, .kad-icon-box-49:hover h3, .kad-icon-box-49:hover h4, .kad-icon-box-49:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1370-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1370-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-65 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-65 {background:#33743c;} .kad-icon-box-65, .kad-icon-box-65 h1, .kad-icon-box-65 h2, .kad-icon-box-65 h3, .kad-icon-box-65 h4, .kad-icon-box-65 h5 {color:#ffffff !important;} .kad-icon-box-65:hover {background:;} .kad-icon-box-65:hover, .kad-icon-box-65:hover h1, .kad-icon-box-65:hover h2, .kad-icon-box-65:hover h3, .kad-icon-box-65:hover h4, .kad-icon-box-65:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-1370-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-1370-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-34 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-34 {background:#33743c;} .kad-icon-box-34, .kad-icon-box-34 h1, .kad-icon-box-34 h2, .kad-icon-box-34 h3, .kad-icon-box-34 h4, .kad-icon-box-34 h5 {color:#ffffff !important;} .kad-icon-box-34:hover {background:;} .kad-icon-box-34:hover, .kad-icon-box-34:hover h1, .kad-icon-box-34:hover h2, .kad-icon-box-34:hover h3, .kad-icon-box-34:hover h4, .kad-icon-box-34:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-27 00:10:19','2017-11-27 00:10:19','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1355,1,'2017-11-26 23:39:26','2017-11-26 23:39:26','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/\" data-text=\"Services\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2F&description=Services\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Services\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-16 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-16 {background:#33743c;} .kad-icon-box-16, .kad-icon-box-16 h1, .kad-icon-box-16 h2, .kad-icon-box-16 h3, .kad-icon-box-16 h4, .kad-icon-box-16 h5 {color:#ffffff !important;} .kad-icon-box-16:hover {background:;} .kad-icon-box-16:hover, .kad-icon-box-16:hover h1, .kad-icon-box-16:hover h2, .kad-icon-box-16:hover h3, .kad-icon-box-16:hover h4, .kad-icon-box-16:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-60 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-60 {background:#33743c;} .kad-icon-box-60, .kad-icon-box-60 h1, .kad-icon-box-60 h2, .kad-icon-box-60 h3, .kad-icon-box-60 h4, .kad-icon-box-60 h5 {color:#ffffff !important;} .kad-icon-box-60:hover {background:;} .kad-icon-box-60:hover, .kad-icon-box-60:hover h1, .kad-icon-box-60:hover h2, .kad-icon-box-60:hover h3, .kad-icon-box-60:hover h4, .kad-icon-box-60:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-16 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-16 {background:#33743c;} .kad-icon-box-16, .kad-icon-box-16 h1, .kad-icon-box-16 h2, .kad-icon-box-16 h3, .kad-icon-box-16 h4, .kad-icon-box-16 h5 {color:#ffffff !important;} .kad-icon-box-16:hover {background:;} .kad-icon-box-16:hover, .kad-icon-box-16:hover h1, .kad-icon-box-16:hover h2, .kad-icon-box-16:hover h3, .kad-icon-box-16:hover h4, .kad-icon-box-16:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-90 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-90 {background:#33743c;} .kad-icon-box-90, .kad-icon-box-90 h1, .kad-icon-box-90 h2, .kad-icon-box-90 h3, .kad-icon-box-90 h4, .kad-icon-box-90 h5 {color:#ffffff !important;} .kad-icon-box-90:hover {background:;} .kad-icon-box-90:hover, .kad-icon-box-90:hover h1, .kad-icon-box-90:hover h2, .kad-icon-box-90:hover h3, .kad-icon-box-90:hover h4, .kad-icon-box-90:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-23 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-23 {background:#33743c;} .kad-icon-box-23, .kad-icon-box-23 h1, .kad-icon-box-23 h2, .kad-icon-box-23 h3, .kad-icon-box-23 h4, .kad-icon-box-23 h5 {color:#ffffff !important;} .kad-icon-box-23:hover {background:;} .kad-icon-box-23:hover, .kad-icon-box-23:hover h1, .kad-icon-box-23:hover h2, .kad-icon-box-23:hover h3, .kad-icon-box-23:hover h4, .kad-icon-box-23:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-26 23:39:26','2017-11-26 23:39:26','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1356,1,'2017-11-26 23:47:51','2017-11-26 23:47:51','<div id=\"pl-1356\"  class=\"panel-layout\" ><div id=\"pg-1356-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1356-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1356-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div><div id=\"pg-1356-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1356-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1356-1-0-0\" class=\"so-panel widget widget_social_ring_widget SocialRing_Widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SocialRing_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;Follow Numbers Balanced Limited&quot;,&quot;flike_url&quot;:&quot;http:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;gplus_url&quot;:&quot;&quot;,&quot;tweet_url&quot;:&quot;http:\\/\\/www.twitter.com\\/numbersbalanced&quot;,&quot;tweet_text&quot;:&quot;Numbers Balanced Limited - Bookkeeping and Accounts&quot;,&quot;tweet_account&quot;:&quot;&quot;,&quot;tweet_hint_account&quot;:&quot;&quot;,&quot;tweet_hint_desc&quot;:&quot;&quot;,&quot;button_margin&quot;:&quot;8&quot;,&quot;box_padding&quot;:&quot;20&quot;,&quot;border_color&quot;:&quot;D0D0D0&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1356-1-0-0\\&quot; class=\\&quot;so-panel widget widget_social_ring_widget SocialRing_Widget panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:47:52','2017-11-26 23:47:52','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1358,1,'2017-11-26 23:53:57','2017-11-26 23:53:57','<div id=\"pl-1358\"  class=\"panel-layout\" ><div id=\"pg-1358-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1358-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1358-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div><div id=\"pg-1358-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1358-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1358-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740434779&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1358-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:53:57','2017-11-26 23:53:57','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1357,1,'2017-11-26 23:47:52','2017-11-26 23:47:52','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_social_ring_widget SocialRing_Widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SocialRing_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;Follow Numbers Balanced Limited&quot;,&quot;flike_url&quot;:&quot;http:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;gplus_url&quot;:&quot;&quot;,&quot;tweet_url&quot;:&quot;http:\\/\\/www.twitter.com\\/numbersbalanced&quot;,&quot;tweet_text&quot;:&quot;Numbers Balanced Limited - Bookkeeping and Accounts&quot;,&quot;tweet_account&quot;:&quot;&quot;,&quot;tweet_hint_account&quot;:&quot;&quot;,&quot;tweet_hint_desc&quot;:&quot;&quot;,&quot;button_margin&quot;:&quot;8&quot;,&quot;box_padding&quot;:&quot;20&quot;,&quot;border_color&quot;:&quot;D0D0D0&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_social_ring_widget SocialRing_Widget panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:47:52','2017-11-26 23:47:52','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1360,1,'2017-11-26 23:54:43','2017-11-26 23:54:43','<div id=\"pl-1360\"  class=\"panel-layout\" ><div id=\"pg-1360-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1360-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1360-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-1360-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1360-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1360-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740434779&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1360-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:54:43','2017-11-26 23:54:43','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1359,1,'2017-11-26 23:53:57','2017-11-26 23:53:57','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<!-- Social Ring Buttons Start --><div class=\"social-ring\">\n<div class=\"social-ring-button\"><fb:like href=\"http://www.numbersbalanced.com/services/accounts/\" showfaces=\"false\" layout=\"button_count\" action=\"like\"></fb:like></div>\n<div class=\"social-ring-button\"><a href=\"https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\" target=\"_blank\"\n							onclick=\"window.open(\'https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://www.numbersbalanced.com/services/accounts/\', \'newwindow\', \'width=600, height=450\'); return false;\" >\n							<img style=\"display:block; background: none; padding: 0px; border:0px;\" src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-fb-share.png\" alt=\"Share\"/>\n						</a></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://twitter.com/share\" lang=\"en\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-text=\"Accounts\" data-count=\"horizontal\" class=\"sr-twitter-button twitter-share-button\"></a></div>\n<div class=\"social-ring-button\"><div class=\"g-plus\" data-annotation=\"bubble\" data-action=\"share\" data-href=\"http://www.numbersbalanced.com/services/accounts/\" data-size=\"medium\" ></div></div>\n<div class=\"social-ring-button\"><script src=\"//platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"http://www.numbersbalanced.com/services/accounts/\" data-counter=\"right\" ></script></div>\n<div class=\"social-ring-button\"><a rel=\"nofollow\" href=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.numbersbalanced.com%2Fservices%2Faccounts%2F&media=http%3A%2F%2Fwww.numbersbalanced.com%2Fwp-content%2Fplugins%2Fwordpress-social-ring%2Fincludes%2F..%2Fadmin%2Fimages%2Fsr-fb-share.png&description=Accounts\" class=\"pin-it-button\"count-layout=\"horizontal\"></a></div>\n<div class=\"social-ring-button\"><script>\n						var pfHeaderTagline = \'Accounts\';\n						var pfdisableClickToDel = 0;\n						var pfHideImages = 0;\n						var pfImageDisplayStyle = \'center\';\n						var pfDisablePDF = 0;\n						var pfDisableEmail = 0;\n						var pfDisablePrint = 0;\n						var pfCustomCSS = \'\';\n						var pfBtVersion=\'1\';\n						(function(){var js, pf;pf = document.createElement(\'script\');\n						pf.type = \'text/javascript\';\n						if(\'https:\' == document.location.protocol)\n							{js=\'https://pf-cdn.printfriendly.com/ssl/main.js\'}\n						else\n							{js=\'http://cdn.printfriendly.com/printfriendly.js\'}\n						pf.src=js;document.getElementsByTagName(\'head\')[0].appendChild(pf)})();\n						</script>\n						<a href=\"http://www.printfriendly.com/print?url=http://www.numbersbalanced.com/services/accounts/\" \n							style=\"color:#6D9F00;text-decoration:none;\" \n							class=\"printfriendly\" onclick=\"window.print();return false;\" \n							title=\"Print or Send\"><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-print.png\"	alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-pdf.png\" \n										alt=\"\"/><img style=\"background: none; padding: 0px; border:none;-webkit-box-shadow:none;box-shadow:none;margin-right:5px;\" border=\"0\" height=\"20\" width=\"30\"\n											src=\"http://www.numbersbalanced.com/wp-content/plugins/wordpress-social-ring/includes/../admin/images/sr-email.png\" \n										alt=\"\"/></a></div>\n</div><!-- Social Ring Buttons End -->\n\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740434779&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:53:57','2017-11-26 23:53:57','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1361,1,'2017-11-26 23:54:43','2017-11-26 23:54:43','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740434779&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-26 23:54:43','2017-11-26 23:54:43','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1364,1,'2017-11-27 00:02:01','2017-11-27 00:02:01','<div id=\"pl-1364\"  class=\"panel-layout\" ><div id=\"pg-1364-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1364-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1364-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1364-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1364-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1364-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1364-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1364-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1364-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b54dc3fd47&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740918426&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1364-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-27 00:02:01','2017-11-27 00:02:01','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1366,1,'2017-11-27 00:03:51','2017-11-27 00:03:51','<div id=\"pl-1366\"  class=\"panel-layout\" ><div id=\"pg-1366-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1366-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1366-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1366-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b54dc3fd47&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740918426&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1366-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1366-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1366-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1366-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-27 00:03:51','2017-11-27 00:03:51','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1365,1,'2017-11-27 00:02:01','2017-11-27 00:02:01','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-273-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-273-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b54dc3fd47&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740918426&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-27 00:02:01','2017-11-27 00:02:01','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1367,1,'2017-11-27 00:03:51','2017-11-27 00:03:51','<div id=\"pl-273\"  class=\"panel-layout\" ><div id=\"pg-273-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-273-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Having worked as an Accountant for many years, I have produced accounts for various businesses of various sizes from almost every sector of the economy.<br />I decided to set up a company in April 2011 to focus on small businesses especially startups,as I felt they do not get the attention they need.<br />All businesses have to files tax returns and pay tax. It is a legal requirement.</p>\n<p>Tax is taxing! Rules change every year and there are strict deadlines and hefty fines for being late.</p>\n<p>Once a business has a record keeping system set up, the owner can not only run their business with one less thing to worry about, but also use the information from the records to plan, control and make decisions. </p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-273-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b54dc3fd47&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740918426&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-273-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-273-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:274,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;This is what we do for you: Provide Accurate and Meaningful Financial information.&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b2a949c5af&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511729944681&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-273-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','What we do','','inherit','closed','closed','','273-revision-v1','','','2017-11-27 00:03:51','2017-11-27 00:03:51','',273,'http://www.numbersbalanced.com/273-revision-v1/',0,'revision','',0),(1368,1,'2017-11-27 00:08:25','2017-11-27 00:08:25','<div id=\"pl-1368\"  class=\"panel-layout\" ><div id=\"pg-1368-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-1368-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-1368-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1368-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-1368-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b56fca78f3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511741301553&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1368-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1368-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1368-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-27 00:08:25','2017-11-27 00:08:25','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1369,1,'2017-11-27 00:08:25','2017-11-27 00:08:25','<div id=\"pl-62\"  class=\"panel-layout\" ><div id=\"pg-62-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-62-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-62-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-62-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Hi! My name is Jennifer. My Accounting career started after graduating from The London School of Accountancy. I trained with a firm of Chartered Accountants, and have worked as an Accountant to date with over 25 years experience. I have worked with 2 of the Big 4 Firms of Accountants, PriceWaterhouseCoopers, and Arthur Andersen LLP.</p>\n<p>• I am British.<br />• I am Anglican and my Church is St Paul\'s Cathedral In London.<br />• I love fashion. I design and make some of my clothes.<br />• I go to Royal Ascot Ladies Day, for the fashion.<br />• I love Wimbledon.<br />• I love my Blackberry.<br />• My love for steak will never let me to become a vegetarian</p>\n</div>\n</div></div><div id=\"panel-62-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b56fca78f3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511741301553&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-62-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-62-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-62-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','About Us','','inherit','closed','closed','','62-revision-v1','','','2017-11-27 00:08:25','2017-11-27 00:08:25','',62,'http://www.numbersbalanced.com/62-revision-v1/',0,'revision','',0),(1371,1,'2017-11-27 00:10:19','2017-11-27 00:10:19','<div id=\"pl-5\"  class=\"panel-layout\" ><div id=\"pg-5-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-5-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Every business no matter how big or small has a legal requirement to keep a complete record of all income and expenditure incurred \'wholly and exculsively\' for the purpose of the trade or profession.<br />This information must be kept for at least 6 years.<br />These records are required for Tax Returns, VAT Returns and Financial Accounts to be prepared and filed quickly and accurately.<br />Our services are tailored to your needs, and can be conducted at your premises or from our offices. We are flexible to adapt to your changing requirements on a short or long term basis. Just give us a call to discuss your requirements.</p>\n<p><strong>Unlimited Consultations</strong><br />We are always available to spend time with you so you fully understand how to interpret and utilize the financial information we provide. Our consultations are free, so please call us whenever you have a question or concern.</p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-5-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/bookkeeping/\" target=\"_self\" class=\"kad-icon-box-14 kad-icon-box \"><i class=\"icon-pencil\" style=\"font-size:48px;\"></i><h4>Bookkeeping</h4><p>We take care of your books for you, so you can get back to the job of running your business and generating profits!</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-14 {background:#33743c;} .kad-icon-box-14, .kad-icon-box-14 h1, .kad-icon-box-14 h2, .kad-icon-box-14 h3, .kad-icon-box-14 h4, .kad-icon-box-14 h5 {color:#ffffff !important;} .kad-icon-box-14:hover {background:;} .kad-icon-box-14:hover, .kad-icon-box-14:hover h1, .kad-icon-box-14:hover h2, .kad-icon-box-14:hover h3, .kad-icon-box-14:hover h4, .kad-icon-box-14:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/accounts/\" target=\"_self\" class=\"kad-icon-box-69 kad-icon-box \"><i class=\"icon-pen\" style=\"font-size:48px;\"></i><h4>Accounts</h4><p>We prepare Annual Accounts for Sole Traders and Limited Companies, whatever system you have used.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-69 {background:#33743c;} .kad-icon-box-69, .kad-icon-box-69 h1, .kad-icon-box-69 h2, .kad-icon-box-69 h3, .kad-icon-box-69 h4, .kad-icon-box-69 h5 {color:#ffffff !important;} .kad-icon-box-69:hover {background:;} .kad-icon-box-69:hover, .kad-icon-box-69:hover h1, .kad-icon-box-69:hover h2, .kad-icon-box-69:hover h3, .kad-icon-box-69:hover h4, .kad-icon-box-69:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-2-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/payroll/\" target=\"_self\" class=\"kad-icon-box-26 kad-icon-box \"><i class=\"icon-coin\" style=\"font-size:48px;\"></i><h4>Payroll</h4><p>Save time and money -  outsource your payroll. Avoid the hassle of keeping up with legislation and tax changes.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-26 {background:#33743c;} .kad-icon-box-26, .kad-icon-box-26 h1, .kad-icon-box-26 h2, .kad-icon-box-26 h3, .kad-icon-box-26 h4, .kad-icon-box-26 h5 {color:#ffffff !important;} .kad-icon-box-26:hover {background:;} .kad-icon-box-26:hover, .kad-icon-box-26:hover h1, .kad-icon-box-26:hover h2, .kad-icon-box-26:hover h3, .kad-icon-box-26:hover h4, .kad-icon-box-26:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-3\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-3-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/credit-control/\" target=\"_self\" class=\"kad-icon-box-100 kad-icon-box \"><i class=\"icon-credit\" style=\"font-size:48px;\"></i><h4>Credit Control</h4><p>Monthly Updates of the Sales Ledger and List of Debtors and Reconciliation the Sales Control Account.</p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-100 {background:#33743c;} .kad-icon-box-100, .kad-icon-box-100 h1, .kad-icon-box-100 h2, .kad-icon-box-100 h3, .kad-icon-box-100 h4, .kad-icon-box-100 h5 {color:#ffffff !important;} .kad-icon-box-100:hover {background:;} .kad-icon-box-100:hover, .kad-icon-box-100:hover h1, .kad-icon-box-100:hover h2, .kad-icon-box-100:hover h3, .kad-icon-box-100:hover h4, .kad-icon-box-100:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div><div id=\"pgc-5-1-4\"  class=\"panel-grid-cell\"  data-weight=\"0.2\" ><div id=\"panel-5-1-4-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><a href=\"http://www.numbersbalanced.com/services/cashflow-management/\" target=\"_self\" class=\"kad-icon-box-73 kad-icon-box \"><i class=\"icon-library\" style=\"font-size:48px;\"></i><h4>Cash flow</h4><p>The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. </p></a><style type=\"text/css\" media=\"screen\">.kad-icon-box-73 {background:#33743c;} .kad-icon-box-73, .kad-icon-box-73 h1, .kad-icon-box-73 h2, .kad-icon-box-73 h3, .kad-icon-box-73 h4, .kad-icon-box-73 h5 {color:#ffffff !important;} .kad-icon-box-73:hover {background:;} .kad-icon-box-73:hover, .kad-icon-box-73:hover h1, .kad-icon-box-73:hover h2, .kad-icon-box-73:hover h3, .kad-icon-box-73:hover h4, .kad-icon-box-73:hover h5 {color:#ffffff !important;}</style></div>\n		</div></div></div></div>','Services','','inherit','closed','closed','','5-revision-v1','','','2017-11-27 00:10:19','2017-11-27 00:10:19','',5,'http://www.numbersbalanced.com/5-revision-v1/',0,'revision','',0),(1374,1,'2017-11-27 20:43:47','2017-11-27 20:43:47','<div id=\"pl-1374\"  class=\"panel-layout\" ><div id=\"pg-1374-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1374-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1374-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1374-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1374-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1374-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1374-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1374-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 20:43:47','2017-11-27 20:43:47','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1373,1,'2017-11-27 20:43:14','2017-11-27 20:43:14','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 20:43:14','2017-11-27 20:43:14','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1376,1,'2017-11-27 20:46:05','2017-11-27 20:46:05','Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes\r\n\r\n<span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span>\r\n\r\n<span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span>\r\n\r\n<strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong>\r\n<ul>\r\n 	<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\r\n 	<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\r\n 	<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\r\n 	<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">Contact us for a free consultation. </span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:46:05','2017-11-27 20:46:05','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1386,1,'2017-11-27 20:59:32','2017-11-27 20:59:32','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-52-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:59:32','2017-11-27 20:59:32','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1384,1,'2017-11-27 20:58:52','2017-11-27 20:58:52','<div id=\"pl-1384\"  class=\"panel-layout\" ><div id=\"pg-1384-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1384-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1384-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-1384-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1384-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:58:52','2017-11-27 20:58:52','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1382,1,'2017-11-27 20:57:33','2017-11-27 20:57:33','<div id=\"pl-1382\"  class=\"panel-layout\" ><div id=\"pg-1382-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1382-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1382-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-1382-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1382-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:57:33','2017-11-27 20:57:33','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1378,1,'2017-11-27 20:53:37','2017-11-27 20:53:37','<div id=\"pl-1378\"  class=\"panel-layout\" ><div id=\"pg-1378-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1378-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1378-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-1378-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:&quot;#eded04&quot;,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816009487&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1378-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1378-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1378-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-1378-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:53:37','2017-11-27 20:53:37','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1377,1,'2017-11-27 20:51:38','2017-11-27 20:51:38','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-52-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:&quot;#eded04&quot;,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815884833&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-52-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-52-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-52-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:51:38','2017-11-27 20:51:38','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1379,1,'2017-11-27 20:53:37','2017-11-27 20:53:37','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-52-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:&quot;#eded04&quot;,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816009487&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-52-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-52-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-52-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:53:37','2017-11-27 20:53:37','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1380,1,'2017-11-27 20:57:10','2017-11-27 20:57:10','<div id=\"pl-1380\"  class=\"panel-layout\" ><div id=\"pg-1380-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1380-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1380-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-1380-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1380-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1380-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1380-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-1380-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:57:11','2017-11-27 20:57:11','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1381,1,'2017-11-27 20:57:11','2017-11-27 20:57:11','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-52-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-52-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-52-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-52-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:57:11','2017-11-27 20:57:11','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1383,1,'2017-11-27 20:57:33','2017-11-27 20:57:33','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">Contact us for a free consultation. </span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-52-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:57:33','2017-11-27 20:57:33','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1385,1,'2017-11-27 20:58:52','2017-11-27 20:58:52','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div><div id=\"panel-52-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-27 20:58:52','2017-11-27 20:58:52','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1389,1,'2017-11-27 21:05:04','2017-11-27 21:05:04','<div id=\"pl-1389\"  class=\"panel-layout\" ><div id=\"pg-1389-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1389-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1389-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1389-0-0-1\" class=\"so-panel widget widget_sow-cta\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1389-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1389-0-0-2\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1389-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1389-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1389-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1389-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:05:04','2017-11-27 21:05:04','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1387,1,'2017-11-27 21:03:52','2017-11-27 21:03:52','<div id=\"pl-1387\"  class=\"panel-layout\" ><div id=\"pg-1387-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1387-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1387-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1387-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1387-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1387-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1387-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1387-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1387-0-1-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1387-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:03:52','2017-11-27 21:03:52','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1388,1,'2017-11-27 21:03:52','2017-11-27 21:03:52','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-1-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:03:52','2017-11-27 21:03:52','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1390,1,'2017-11-27 21:05:04','2017-11-27 21:05:04','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-cta\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-0-2\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-2&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:05:04','2017-11-27 21:05:04','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1391,1,'2017-11-27 21:05:55','2017-11-27 21:05:55','<div id=\"pl-1391\"  class=\"panel-layout\" ><div id=\"pg-1391-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1391-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1391-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1391-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1391-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1391-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1391-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1391-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1391-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1391-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:05:55','2017-11-27 21:05:55','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1392,1,'2017-11-27 21:05:55','2017-11-27 21:05:55','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511815389495&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:05:55','2017-11-27 21:05:55','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1393,1,'2017-11-27 21:06:58','2017-11-27 21:06:58','<div id=\"pl-1393\"  class=\"panel-layout\" ><div id=\"pg-1393-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1393-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1393-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1393-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1393-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1393-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1393-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1393-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1393-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816814597&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1393-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:06:58','2017-11-27 21:06:58','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1394,1,'2017-11-27 21:06:58','2017-11-27 21:06:58','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816623079&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816814597&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:06:58','2017-11-27 21:06:58','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1395,1,'2017-11-27 21:07:58','2017-11-27 21:07:58','<div id=\"pl-1395\"  class=\"panel-layout\" ><div id=\"pg-1395-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1395-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1395-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1395-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816872094&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1395-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1395-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1395-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1395-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1395-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816814597&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1395-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:07:59','2017-11-27 21:07:59','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1396,1,'2017-11-27 21:07:59','2017-11-27 21:07:59','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816872094&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816814597&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-27 21:07:59','2017-11-27 21:07:59','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1404,1,'2017-11-28 21:13:54','2017-11-28 21:13:54','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn88\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn55\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn26\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn3\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:13:54','2017-11-28 21:13:54','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1397,1,'2017-11-28 21:06:31','2017-11-28 21:06:31','<div id=\"pl-1397\"  class=\"panel-layout\" ><div id=\"pg-1397-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1397-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\" ></div><div id=\"pgc-1397-0-1\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1397-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div></div><div id=\"pg-1397-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1397-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1397-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn94\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1397-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn34\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1397-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1397-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn11\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1397-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn34\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1397-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1397-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:06:31','2017-11-28 21:06:31','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1398,1,'2017-11-28 21:06:31','2017-11-28 21:06:31','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\" ></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-32-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn72\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn84\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn63\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn26\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:06:31','2017-11-28 21:06:31','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1403,1,'2017-11-28 21:13:54','2017-11-28 21:13:54','<div id=\"pl-1403\"  class=\"panel-layout\" ><div id=\"pg-1403-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1403-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1403-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1403-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1403-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1403-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1403-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn34\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1403-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn90\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1403-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1403-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn26\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1403-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn58\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1403-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1403-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:13:54','2017-11-28 21:13:54','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1402,1,'2017-11-28 21:12:51','2017-11-28 21:12:51','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div><div id=\"panel-32-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eeee22&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1dd05256d9c&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511903474696&quot;,&quot;new_window&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn82\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn95\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn23\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn50\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:12:51','2017-11-28 21:12:51','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1401,1,'2017-11-28 21:12:51','2017-11-28 21:12:51','<div id=\"pl-1401\"  class=\"panel-layout\" ><div id=\"pg-1401-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1401-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1401-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div><div id=\"panel-1401-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eeee22&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1dd05256d9c&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511903474696&quot;,&quot;new_window&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1401-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1401-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1401-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1401-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1401-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn8\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1401-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn2\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1401-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1401-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn95\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1401-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn51\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1401-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1401-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:12:51','2017-11-28 21:12:51','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1399,1,'2017-11-28 21:11:51','2017-11-28 21:11:51','<div id=\"pl-1399\"  class=\"panel-layout\" ><div id=\"pg-1399-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1399-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1399-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1399-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-1399-0-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eeee22&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1dd05256d9c&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511903474696&quot;,&quot;new_window&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1399-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1399-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1399-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1399-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn59\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1399-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn18\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1399-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1399-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn77\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1399-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn86\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1399-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1399-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:11:51','2017-11-28 21:11:51','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1400,1,'2017-11-28 21:11:52','2017-11-28 21:11:52','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-32-0-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Contact Us&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eeee22&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1dd05256d9c&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511903474696&quot;,&quot;new_window&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn1\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn38\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn62\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn64\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:11:52','2017-11-28 21:11:52','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1412,1,'2017-11-28 21:29:24','2017-11-28 21:29:24','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn9\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn45\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn4\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn97\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:29:24','2017-11-28 21:29:24','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1405,1,'2017-11-28 21:14:30','2017-11-28 21:14:30','<div id=\"pl-1405\"  class=\"panel-layout\" ><div id=\"pg-1405-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1405-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1405-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1405-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1405-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1405-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1405-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn21\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1405-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn10\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1405-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1405-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn54\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1405-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn92\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1405-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1405-2\" ><div id=\"pgc-1405-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:14:31','2017-11-28 21:14:31','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1406,1,'2017-11-28 21:14:31','2017-11-28 21:14:31','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn48\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn75\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn12\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn50\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:14:31','2017-11-28 21:14:31','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1411,1,'2017-11-28 21:29:24','2017-11-28 21:29:24','<div id=\"pl-1411\"  class=\"panel-layout\" ><div id=\"pg-1411-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1411-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1411-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1411-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1411-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1411-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1411-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn72\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1411-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn44\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1411-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1411-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn68\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1411-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn56\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1411-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1411-2\" ><div id=\"pgc-1411-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:29:24','2017-11-28 21:29:24','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1410,1,'2017-11-28 21:27:37','2017-11-28 21:27:37','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn73\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"kad_split_content_widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;height&quot;:150,&quot;image_url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg&quot;,&quot;img_link&quot;:&quot;&quot;,&quot;img_background_color&quot;:&quot;&quot;,&quot;img_align&quot;:&quot;left&quot;,&quot;title&quot;:&quot;Keeping Records&quot;,&quot;description&quot;:&quot;If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records&quot;,&quot;btn_text&quot;:&quot;Learn More&quot;,&quot;btn_link&quot;:&quot;www.numbersbalanced.com\\/records-retention&quot;,&quot;link_target&quot;:&quot;_self&quot;,&quot;content_background_color&quot;:&quot;#0c9100&quot;,&quot;filter&quot;:false,&quot;img_cover&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-1\\&quot; class=\\&quot;so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn76\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn91\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn53\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:27:37','2017-11-28 21:27:37','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1409,1,'2017-11-28 21:27:37','2017-11-28 21:27:37','<div id=\"pl-1409\"  class=\"panel-layout\" ><div id=\"pg-1409-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1409-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1409-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1409-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1409-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1409-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1409-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn8\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1409-1-0-1\" class=\"so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"kad_split_content_widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;height&quot;:150,&quot;image_url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg&quot;,&quot;img_link&quot;:&quot;&quot;,&quot;img_background_color&quot;:&quot;&quot;,&quot;img_align&quot;:&quot;left&quot;,&quot;title&quot;:&quot;Keeping Records&quot;,&quot;description&quot;:&quot;If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records&quot;,&quot;btn_text&quot;:&quot;Learn More&quot;,&quot;btn_link&quot;:&quot;www.numbersbalanced.com\\/records-retention&quot;,&quot;link_target&quot;:&quot;_self&quot;,&quot;content_background_color&quot;:&quot;#0c9100&quot;,&quot;filter&quot;:false,&quot;img_cover&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1409-1-0-1\\&quot; class=\\&quot;so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1409-1-0-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn97\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1409-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1409-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn14\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1409-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn51\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1409-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1409-2\" ><div id=\"pgc-1409-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:27:37','2017-11-28 21:27:37','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1407,1,'2017-11-28 21:25:48','2017-11-28 21:25:48','<div id=\"pl-1407\"  class=\"panel-layout\" ><div id=\"pg-1407-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1407-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1407-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1407-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1407-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1407-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1407-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn42\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1407-1-0-1\" class=\"so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"kad_split_content_widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;height&quot;:500,&quot;image_url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg&quot;,&quot;img_link&quot;:&quot;&quot;,&quot;img_background_color&quot;:&quot;&quot;,&quot;img_align&quot;:&quot;left&quot;,&quot;title&quot;:&quot;Keeping Records&quot;,&quot;description&quot;:&quot;If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records&quot;,&quot;btn_text&quot;:&quot;Learn More&quot;,&quot;btn_link&quot;:&quot;www.numbersbalanced.com\\/records-retention&quot;,&quot;link_target&quot;:&quot;_self&quot;,&quot;content_background_color&quot;:&quot;#0c9100&quot;,&quot;filter&quot;:false,&quot;img_cover&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1407-1-0-1\\&quot; class=\\&quot;so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1407-1-0-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn69\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1407-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1407-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn54\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1407-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn78\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1407-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1407-2\" ><div id=\"pgc-1407-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:25:48','2017-11-28 21:25:48','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1408,1,'2017-11-28 21:25:48','2017-11-28 21:25:48','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn92\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"kad_split_content_widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;height&quot;:500,&quot;image_url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg&quot;,&quot;img_link&quot;:&quot;&quot;,&quot;img_background_color&quot;:&quot;&quot;,&quot;img_align&quot;:&quot;left&quot;,&quot;title&quot;:&quot;Keeping Records&quot;,&quot;description&quot;:&quot;If your company is liable for Corporation Tax you must keep and retain adequate business and accounting records&quot;,&quot;btn_text&quot;:&quot;Learn More&quot;,&quot;btn_link&quot;:&quot;www.numbersbalanced.com\\/records-retention&quot;,&quot;link_target&quot;:&quot;_self&quot;,&quot;content_background_color&quot;:&quot;#0c9100&quot;,&quot;filter&quot;:false,&quot;img_cover&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-1\\&quot; class=\\&quot;so-panel widget widget_virtue_split_content_widget virtue_split_content_widget\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn23\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn24\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn75\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-28 21:25:48','2017-11-28 21:25:48','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1413,1,'2017-11-28 21:37:50','2017-11-28 21:37:50','<span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span>\r\n\r\n<span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 21:37:50','2017-11-28 21:37:50','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1414,1,'2017-11-28 21:38:12','2017-11-28 21:38:12','<div id=\"pl-229\"  class=\"panel-layout\" ><div id=\"pg-229-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-229-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 21:38:12','2017-11-28 21:38:12','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1415,1,'2017-11-28 21:41:42','2017-11-28 21:41:42','<div id=\"pl-1415\"  class=\"panel-layout\" ><div id=\"pg-1415-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1415-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1415-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-1415-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816872094&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1415-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1415-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1415-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1415-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1415-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905276289&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1415-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-28 21:41:42','2017-11-28 21:41:42','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1416,1,'2017-11-28 21:41:42','2017-11-28 21:41:42','<div id=\"pl-17\"  class=\"panel-layout\" ><div id=\"pg-17-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-17-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>As a small business owner you have more important things to do than to keep your own books. We take care of your books for you, so you can get back to the job of running your business and generating profits!<br />As standard practice, we can do the following for you:<br />1. Preparation and processing of Sales Invoices and posting and allocation of sales receipts to customer accounts.<br />2. Processing and posting of supplier invoices and allocation of payments to supplier accounts<br />3. Give you a List of Debtors and Creditors each month or quarter.<br />4. Reconcile your Cash Book with the Bank Statement<br />5. Prepare Management Accounts: This is regular financial information on your business to identify trends. We also provide a monthly or quarterly Profit &amp; Loss and Balance Sheet statement.<br />We provide a description and explanation of your accounts to ensure you can make decisions with your accounts up-to-date.<br />These tasks form the solid foundation of your small business accounting system.</p>\n<p> </p>\n</div>\n</div></div><div id=\"panel-17-0-0-1\" class=\"so-panel widget widget_sow-cta panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c7d1b1eb78&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816872094&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-17-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-17-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:515,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;bound&quot;:true,&quot;_sow_form_id&quot;:&quot;5a1b46488cb51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511736925246&quot;,&quot;new_window&quot;:false,&quot;full_width&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-17-0-1-1\" class=\"so-panel widget widget_sow-social-media-buttons panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c786618211&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905276289&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-17-0-1-1\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Bookkeeping','','inherit','closed','closed','','17-revision-v1','','','2017-11-28 21:41:42','2017-11-28 21:41:42','',17,'http://www.numbersbalanced.com/17-revision-v1/',0,'revision','',0),(1422,1,'2017-11-28 21:48:06','2017-11-28 21:48:06','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong><span style=\"text-decoration: underline;\">Financial Accounts</span></strong></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><strong><span style=\"text-decoration: underline;\">Management Accounts</span></strong></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905555233&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-220-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905616110&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-28 21:48:06','2017-11-28 21:48:06','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1419,1,'2017-11-28 21:46:57','2017-11-28 21:46:57','<div id=\"pl-1419\"  class=\"panel-layout\" ><div id=\"pg-1419-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1419-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1419-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-1419-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1419-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1419-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905555233&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1419-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1419-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1419-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905616110&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1419-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-28 21:46:57','2017-11-28 21:46:57','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1417,1,'2017-11-28 21:46:10','2017-11-28 21:46:10','<div id=\"pl-1417\"  class=\"panel-layout\" ><div id=\"pg-1417-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1417-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1417-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-1417-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1417-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1417-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905555233&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1417-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1417-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1417-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740434779&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1417-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-28 21:46:10','2017-11-28 21:46:10','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1418,1,'2017-11-28 21:46:10','2017-11-28 21:46:10','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905555233&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-220-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Join Us on:&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511740434779&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-28 21:46:10','2017-11-28 21:46:10','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1420,1,'2017-11-28 21:46:57','2017-11-28 21:46:57','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"text-decoration: underline;\">Financial Accounts</span></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><span style=\"text-decoration: underline;\">Management Accounts</span></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n<p> </p>\n</div>\n</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905555233&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-220-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-220-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905616110&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-220-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-28 21:46:57','2017-11-28 21:46:57','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1421,1,'2017-11-28 21:48:06','2017-11-28 21:48:06','<div id=\"pl-1421\"  class=\"panel-layout\" ><div id=\"pg-1421-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1421-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1421-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong><span style=\"text-decoration: underline;\">Financial Accounts</span></strong></p>\n<p>We prepare Annual Accounts for Sole Traders and Limited Companies from your accounting records, whatever system you have used.</p>\n<p>Financial Accounts are summarised in the form of a periodic profit and loss account, a balance sheet and a cash flow statement in accordance with accounting standards and other legal requirements.</p>\n<ul>\n<li>For Limited Companies, we prepare annual accounts and financial statements and file at Companies House and HMRC;</li>\n<li> For Sole Traders, we prepare accounts to help complete self-assessment tax returns.</li>\n</ul>\n<p>And the benefits for you...</p>\n<ul>\n<li>You remain compliant and will not face any fines or penalties</li>\n<li>We can identify areas to help reduce your tax liability </li>\n</ul>\n<p><strong><span style=\"text-decoration: underline;\">Management Accounts</span></strong></p>\n<p>In this business climate, it is important that you know where your business stands.</p>\n<p>Regular financial information on your business will help you</p>\n<ul>\n<li>Analyse recent performance</li>\n<li>identify trends, which will allow you to plan more effectively for the future;</li>\n<li>Make comparisons with forecast or budgets</li>\n</ul>\n<p>There is no legal requirement to produce Management Accounts, but it is hard to run a business effectively without them.</p>\n<p>We will prepare Management accounts for you on a regular weekly, monthly or quarterly basis, as required.      </p>\n</div>\n</div></div></div></div><div id=\"pg-1421-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1421-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1421-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1dd88696134&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905555233&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1421-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1421-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1421-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1b52e9f0c51&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905616110&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1421-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Accounts','','inherit','closed','closed','','220-revision-v1','','','2017-11-28 21:48:06','2017-11-28 21:48:06','',220,'http://www.numbersbalanced.com/220-revision-v1/',0,'revision','',0),(1426,1,'2017-11-28 21:53:52','2017-11-28 21:53:52','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div></div></div><div id=\"pg-52-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-52-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-52-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1dda21efa75&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905948092&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-28 21:53:52','2017-11-28 21:53:52','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1423,1,'2017-11-28 21:52:37','2017-11-28 21:52:37','<div id=\"pl-1423\"  class=\"panel-layout\" ><div id=\"pg-1423-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1423-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1423-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div></div></div><div id=\"pg-1423-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1423-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1423-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1423-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1423-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1423-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1dda21efa75&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905948092&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1423-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-28 21:52:37','2017-11-28 21:52:37','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1424,1,'2017-11-28 21:52:37','2017-11-28 21:52:37','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div></div></div><div id=\"pg-52-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-52-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-52-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1dda21efa75&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905948092&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-52-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-28 21:52:37','2017-11-28 21:52:37','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1425,1,'2017-11-28 21:53:52','2017-11-28 21:53:52','<div id=\"pl-1425\"  class=\"panel-layout\" ><div id=\"pg-1425-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1425-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1425-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Outsourcing your  payroll , will save you time and money. It also lets you avoid the hassle of keeping up with legislation and tax changes</p>\n<p><span style=\"color: #000000;\">Small business owners spend an average of eight hours a month performing payroll functions. That\'s 12 full days a year that could be spent generating sales, prospecting new business opportunities, improving products or services, or servicing customers.</span></p>\n<p><span style=\"color: #000000;\">We offer payroll solutions that meet your business\'s needs and enable you to spend time doing what you do best--running your company.</span></p>\n<p><strong><span style=\"color: #000000;\">Why Outsource Your Payroll...</span></strong></p>\n<ul>\n<li><strong><span style=\"color: #000000;\">It\'s Cost Effective </span></strong><span style=\"color: #000000;\"> Use your staff more efficiently by letting us handle payroll and the associated legal details. Reduce overhead by removing the need to hire specialized employees.</span></li>\n<li><strong><span style=\"color: #000000;\">It\'s a Time Saver </span></strong><span style=\"color: #000000;\"> Our payroll service eliminates the burden of customizing, updating and maintaining your own payroll system--no more data entry, no more researching updates or new laws, no more worries.</span></li>\n<li><strong><span style=\"color: #000000;\">Worry Free Payroll Tax Filing </span></strong><span style=\"color: #000000;\"> Eliminate the risks of calculating and filing your own payroll taxes by having professionals do it for you. Payroll tax laws are frequently changing and becoming more complex. How much time do you want to spend learning all the rules and keeping your information up to date?</span></li>\n<li><strong><span style=\"color: #000000;\">Comprehensive Reports </span></strong><span style=\"color: #000000;\"> You get a wide variety of user-friendly and accurate payroll reports.</span></li>\n</ul>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span></p>\n</div>\n</div></div></div></div><div id=\"pg-1425-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1425-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1425-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#1c8400&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a Free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/contact-us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded00&quot;,&quot;text_color&quot;:&quot;#207027&quot;,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1c79c95c03d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511816215978&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1425-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1425-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1425-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1dda21efa75&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511905948092&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1425-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Payroll','','inherit','closed','closed','','52-revision-v1','','','2017-11-28 21:53:52','2017-11-28 21:53:52','',52,'http://www.numbersbalanced.com/52-revision-v1/',0,'revision','',0),(1427,1,'2017-11-28 21:56:30','2017-11-28 21:56:30','<div id=\"pl-1427\"  class=\"panel-layout\" ><div id=\"pg-1427-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1427-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1427-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1427-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 21:56:30','2017-11-28 21:56:30','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1428,1,'2017-11-28 21:56:30','2017-11-28 21:56:30','<div id=\"pl-229\"  class=\"panel-layout\" ><div id=\"pg-229-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-229-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-229-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 21:56:30','2017-11-28 21:56:30','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1429,1,'2017-11-28 21:57:41','2017-11-28 21:57:41','<div id=\"pl-1429\"  class=\"panel-layout\" ><div id=\"pg-1429-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1429-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1429-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1429-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1429-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1429-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1429-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1429-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1429-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1429-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1429-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 21:57:41','2017-11-28 21:57:41','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1430,1,'2017-11-28 21:57:41','2017-11-28 21:57:41','<div id=\"pl-229\"  class=\"panel-layout\" ><div id=\"pg-229-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-229-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-229-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-229-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-229-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-229-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 21:57:41','2017-11-28 21:57:41','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1434,1,'2017-11-28 22:14:43','2017-11-28 22:14:43','<div id=\"pl-229\"  class=\"panel-layout\" ><div id=\"pg-229-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-229-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-229-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-229-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-229-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/Contact-Us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511907215086&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-229-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 22:14:43','2017-11-28 22:14:43','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1431,1,'2017-11-28 22:13:50','2017-11-28 22:13:50','<div id=\"pl-1431\"  class=\"panel-layout\" ><div id=\"pg-1431-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1431-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1431-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1431-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1431-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1431-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1431-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/Contact-Us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511907215086&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1431-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1431-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1431-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1431-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 22:13:50','2017-11-28 22:13:50','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1433,1,'2017-11-28 22:14:43','2017-11-28 22:14:43','<div id=\"pl-1433\"  class=\"panel-layout\" ><div id=\"pg-1433-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1433-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1433-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1433-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1433-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1433-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1433-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/Contact-Us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511907215086&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1433-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1433-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1433-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1433-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 22:14:43','2017-11-28 22:14:43','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1432,1,'2017-11-28 22:13:50','2017-11-28 22:13:50','<div id=\"pl-229\"  class=\"panel-layout\" ><div id=\"pg-229-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-229-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-229-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-229-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-229-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/Contact-Us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511907215086&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-229-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-28 22:13:50','2017-11-28 22:13:50','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1435,1,'2017-11-28 22:17:57','2017-11-28 22:17:57','To run your business effectively, you have to balance the timing and amount of your costs and income.\r\n\r\n<span style=\"color: #000000;\">Our cash management service allows you to:</span>\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\r\n 	<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\r\n 	<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li>\r\n</ul>\r\n<span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span>\r\n\r\n<span style=\"color: #000000;\">Contact us for a free consultation.</span>\r\n\r\n&nbsp;','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2017-11-28 22:17:57','2017-11-28 22:17:57','',57,'http://www.numbersbalanced.com/57-revision-v1/',0,'revision','',0),(1436,1,'2017-11-28 22:18:27','2017-11-28 22:18:27','<div id=\"pl-57\"  class=\"panel-layout\" ><div id=\"pg-57-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-57-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-57-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>To run your business effectively, you have to balance the timing and amount of your costs and income.</p>\n<p><span style=\"color: #000000;\">Our cash management service allows you to:</span></p>\n<ul>\n<li><span style=\"color: #000000;\">know when, where, and how your cash needs will occur.</span></li>\n<li><span style=\"color: #000000;\">know what the best sources are for meeting your additional cash needs.</span></li>\n<li><span style=\"color: #000000;\">be prepared to meet these needs when they occur.</span></li>\n</ul>\n<p><span style=\"color: #000000;\">The starting point for avoiding a cash crisis is allowing us to develop a cash flow projection for you. We can help you develop both short-term (weekly, monthly) cash flow projections to help you manage daily cash.</span></p>\n<p><span style=\"color: #000000;\">Contact us for a free consultation.</span></p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Cashflow Management','','inherit','closed','closed','','57-revision-v1','','','2017-11-28 22:18:27','2017-11-28 22:18:27','',57,'http://www.numbersbalanced.com/57-revision-v1/',0,'revision','',0),(1439,1,'2017-11-29 10:06:59','2017-11-29 10:06:59','Here are a few tips on managing your cash flow:\r\n1. <strong>Don’t pay everything at once.</strong>\r\nStagger the payment dates by setting up three Groups:\r\n<strong>Must Pay Group</strong> – These are payments required to operate your business like payroll, taxes, rent , water and Council tax bills.\r\n<strong>Important to Pay </strong>– Items like  utilities and insurance payments will often have a reasonable grace period.\r\n<strong>Flexible Payment</strong> – Suppliers, vendors and wholesalers who supply most small businesses are the best sources of flexible financing. These suppliers will often continue to deliver as long as you keep open channels of communication and make payments with regularity.\r\n2.<strong>Make it real!</strong>\r\nPay on revenue you have, not on the sales you are hoping to make. Only make payments knowing your sales are in the bank. If you know what you have, you will know what you can pay.\r\n\r\n3.<strong>Discipline yourself</strong> to deposit all the sales tax money you collect into a separate bank account. You will then be able to pay the VAT when it is due.\r\n\r\n4<strong>.Invest in a payroll service</strong> and Get creative with your payroll schedule so you can pay your employees when the money is in the Bank.\r\n\r\n5.<strong>Establish relationships </strong>with a reputable credit provider. Plan for a rainy day. If you work with a quality company that provides working capital, stick with them and build a relationship. If they know you, they will be there to help quickly when you call.\r\n\r\n6.<strong>Strengthen your relationship with your banker</strong>. Your banker may not give you a loan and may not provide you with a line of credit. Communicate with your banker and let them know where you stand and what is happening with your business. They often listen and could help.\r\n\r\n&nbsp;','Managing your Cashflow','','inherit','closed','closed','','1261-revision-v1','','','2017-11-29 10:06:59','2017-11-29 10:06:59','',1261,'http://www.numbersbalanced.com/1261-revision-v1/',0,'revision','',0),(1437,1,'2017-11-28 22:21:59','2017-11-28 22:21:59','Here are a few tips on managing you<a href=\"http://www.numbersbalanced.com/blog2/cashflow/cashflow/\" rel=\"attachment wp-att-1095\"><img class=\"size-full wp-image-1095 alignright\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/09/cashflow.jpg\" alt=\"\" width=\"500\" height=\"375\" /></a>r cash flow:\r\n1. <strong>Don’t pay everything at once.</strong>\r\nStagger the payment dates by setting up three Groups:\r\n<strong>Must Pay Group</strong> – These are payments required to operate your business like payroll, taxes, rent , water and Council tax bills.\r\n<strong>Important to Pay </strong>– Items like  utilities and insurance payments will often have a reasonable grace period.\r\n<strong>Flexible Payment</strong> – Suppliers, vendors and wholesalers who supply most small businesses are the best sources of flexible financing. These suppliers will often continue to deliver as long as you keep open channels of communication and make payments with regularity.\r\n2.<strong>Make it real!</strong>\r\nPay on revenue you have, not on the sales you are hoping to make. Only make payments knowing your sales are in the bank. If you know what you have, you will know what you can pay.\r\n\r\n3.<strong>Discipline yourself</strong> to deposit all the sales tax money you collect into a separate bank account. You will then be able to pay the VAT when it is due.\r\n\r\n4<strong>.Invest in a payroll service</strong> and Get creative with your payroll schedule so you can pay your employees when the money is in the Bank.\r\n\r\n5.<strong>Establish relationships </strong>with a reputable credit provider. Plan for a rainy day. If you work with a quality company that provides working capital, stick with them and build a relationship. If they know you, they will be there to help quickly when you call.\r\n\r\n6.<strong>Strengthen your relationship with your banker</strong>. Your banker may not give you a loan and may not provide you with a line of credit. Communicate with your banker and let them know where you stand and what is happening with your business. They often listen and could help.\r\n\r\n&nbsp;','Managing your Cashflow','','inherit','closed','closed','','1261-revision-v1','','','2017-11-28 22:21:59','2017-11-28 22:21:59','',1261,'http://www.numbersbalanced.com/1261-revision-v1/',0,'revision','',0),(1438,1,'2017-11-28 22:30:14','2017-11-28 22:30:14','{\n    \"sidebars_widgets[sidebar-primary]\": {\n        \"value\": [\n            \"text-5\",\n            \"text-6\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-28 22:30:14\"\n    }\n}','','','trash','closed','closed','','ff7eba9b-942d-4d80-bf0a-9eb5747921e3','','','2017-11-28 22:30:14','2017-11-28 22:30:14','',0,'http://www.numbersbalanced.com/ff7eba9b-942d-4d80-bf0a-9eb5747921e3/',0,'customize_changeset','',0),(1440,1,'2017-11-29 10:12:26','2017-11-29 10:12:26','','mistakes','','inherit','closed','closed','','it-simple-mistakes','','','2017-11-29 10:12:36','2017-11-29 10:12:36','',1254,'http://www.numbersbalanced.com/wp-content/uploads/2017/01/IT-simple-mistakes.jpg',0,'attachment','image/jpeg',0),(1441,1,'2017-11-29 11:21:17','2017-11-29 11:21:17','<div id=\"pl-1441\"  class=\"panel-layout\" ><div id=\"pg-1441-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1441-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1441-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1441-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1441-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1441-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1441-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn23\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1441-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn62\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1441-1-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>&lt;table width=\"100%\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;<br /> &lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;<br /> The Budget Summary and Tax Data Card\".&lt;br /&gt;<br /> <a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn50\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a>&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;</p>\n</div>\n</div></div></div><div id=\"pgc-1441-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1441-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn22\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1441-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn54\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1441-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1441-2\" ><div id=\"pgc-1441-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:21:17','2017-11-29 11:21:17','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1442,1,'2017-11-29 11:21:17','2017-11-29 11:21:17','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn80\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn13\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>&lt;table width=\"100%\"&gt;<br /> &lt;tbody&gt;<br /> &lt;tr&gt;<br /> &lt;td width=\"35%\"&gt;&lt;div class=\"thumbborder thumbpad\"&gt;&lt;img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"&gt;&lt;/div&gt;&lt;/td&gt;<br /> &lt;td width=\"65%\"&gt;&lt;h4&gt;&lt;a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\"&gt;Budget 2017&lt;/a&gt;&lt;/h4&gt;<br /> The Budget Summary and Tax Data Card\".&lt;br /&gt;<br /> <a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn64\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a>&lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/tbody&gt;<br /> &lt;/table&gt;</p>\n</div>\n</div></div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn11\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn13\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:21:17','2017-11-29 11:21:17','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1443,1,'2017-11-29 11:29:50','2017-11-29 11:29:50','<div id=\"pl-1443\"  class=\"panel-layout\" ><div id=\"pg-1443-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1443-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1443-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1443-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1443-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1443-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1443-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn27\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1443-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn3\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1443-1-0-2\" class=\"so-panel widget widget_sow-simple-masonry panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511954982419&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1443-1-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-2&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1443-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1443-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn43\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1443-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn34\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1443-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1443-2\" ><div id=\"pgc-1443-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:29:50','2017-11-29 11:29:50','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1445,1,'2017-11-29 11:31:36','2017-11-29 11:31:36','<div id=\"pl-1445\"  class=\"panel-layout\" ><div id=\"pg-1445-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1445-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1445-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1445-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1445-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1445-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1445-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn80\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1445-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn26\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1445-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1445-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn93\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1445-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn52\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1445-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1445-2\" ><div id=\"pgc-1445-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1445-2-0-0\" class=\"so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511954982419&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1445-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:31:36','2017-11-29 11:31:36','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1444,1,'2017-11-29 11:29:50','2017-11-29 11:29:50','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn94\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn69\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-2\" class=\"so-panel widget widget_sow-simple-masonry panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511954982419&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-2\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-2&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn82\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn79\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:29:50','2017-11-29 11:29:50','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1447,1,'2017-11-29 11:31:56','2017-11-29 11:31:56','<div id=\"pl-1447\"  class=\"panel-layout\" ><div id=\"pg-1447-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1447-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1447-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1447-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1447-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1447-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1447-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn93\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1447-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn59\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1447-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1447-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn91\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1447-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn32\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1447-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1447-2\" ><div id=\"pgc-1447-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1447-2-0-0\" class=\"so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511954982419&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1447-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:31:56','2017-11-29 11:31:56','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1446,1,'2017-11-29 11:31:36','2017-11-29 11:31:36','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn4\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn85\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn4\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn10\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-32-2-0-0\" class=\"so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511954982419&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:31:36','2017-11-29 11:31:36','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1448,1,'2017-11-29 11:31:56','2017-11-29 11:31:56','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn35\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn19\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn9\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn63\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-32-2-0-0\" class=\"so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511954982419&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:31:56','2017-11-29 11:31:56','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1449,1,'2017-11-29 11:34:35','2017-11-29 11:34:35','<div id=\"pl-1449\"  class=\"panel-layout\" ><div id=\"pg-1449-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1449-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1449-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1449-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1449-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1449-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1449-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn42\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1449-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn32\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1449-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1449-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn59\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1449-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn47\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1449-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-1449-2\" ><div id=\"pgc-1449-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1449-2-0-0\" class=\"so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:10,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511955265087&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1449-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:34:35','2017-11-29 11:34:35','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1451,1,'2017-11-29 11:38:03','2017-11-29 11:38:03','<div id=\"pl-1451\"  class=\"panel-layout\" ><div id=\"pg-1451-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1451-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1451-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1451-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1451-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1451-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1451-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn49\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1451-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn49\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1451-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1451-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn5\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1451-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn76\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:38:03','2017-11-29 11:38:03','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1450,1,'2017-11-29 11:34:35','2017-11-29 11:34:35','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn45\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn54\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn66\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn78\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#5bd604&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-32-2\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-32-2-0-0\" class=\"so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Simple_Masonry_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;widget_title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;image&quot;:1031,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;UK Autumn Budget 2017&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1039,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Business Expenses&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses&quot;,&quot;new_window&quot;:true},{&quot;image&quot;:1041,&quot;column_span&quot;:1,&quot;row_span&quot;:1,&quot;title&quot;:&quot;Records Retention&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention&quot;,&quot;new_window&quot;:false}],&quot;desktop_layout&quot;:{&quot;columns&quot;:4,&quot;row_height&quot;:0,&quot;gutter&quot;:10,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;tablet_layout&quot;:{&quot;break_point&quot;:768,&quot;columns&quot;:2,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile_layout&quot;:{&quot;break_point&quot;:480,&quot;columns&quot;:1,&quot;row_height&quot;:0,&quot;gutter&quot;:0,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1e98a1b95fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511955265087&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-2-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-simple-masonry panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:34:35','2017-11-29 11:34:35','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1453,1,'2017-11-29 11:52:36','2017-11-29 11:52:36','<div id=\"pl-1453\"  class=\"panel-layout\" ><div id=\"pg-1453-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1453-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1453-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1453-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1453-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1453-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1453-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn91\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1453-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn13\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1453-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1453-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn34\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1453-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn51\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:52:36','2017-11-29 11:52:36','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1452,1,'2017-11-29 11:38:03','2017-11-29 11:38:03','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn12\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn39\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn29\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn15\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:38:03','2017-11-29 11:38:03','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1455,1,'2017-11-29 11:59:46','2017-11-29 11:59:46','<div id=\"pl-1455\"  class=\"panel-layout\" ><div id=\"pg-1455-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1455-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1455-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1455-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1455-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1455-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1455-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn88\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1455-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn77\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1455-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1455-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn64\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1455-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn7\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:59:46','2017-11-29 11:59:46','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1454,1,'2017-11-29 11:52:36','2017-11-29 11:52:36','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn80\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn63\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn39\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn83\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:52:36','2017-11-29 11:52:36','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1456,1,'2017-11-29 11:59:46','2017-11-29 11:59:46','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn66\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn94\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn70\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn63\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 11:59:46','2017-11-29 11:59:46','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1457,1,'2017-11-29 12:09:03','2017-11-29 12:09:03','<div id=\"pl-1457\"  class=\"panel-layout\" ><div id=\"pg-1457-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1457-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1457-0-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><div class=\"jbox dark gray\" ><div  class=\"jbox-content\">We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.</div></div>\n\n</div>\n		</div><div id=\"panel-1457-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.</p>\n<p>We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1457-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1457-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1457-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn29\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1457-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1457-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn46\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1457-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1457-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1457-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn26\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1457-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1457-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn56\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1457-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1457-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1457-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn81\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1457-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1457-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"7\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn28\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 12:09:03','2017-11-29 12:09:03','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1459,1,'2017-11-29 12:11:46','2017-11-29 12:11:46','<div id=\"pl-1459\"  class=\"panel-layout\" ><div id=\"pg-1459-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#8ed65c&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-1459-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-1459-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1459-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div></div><div id=\"pg-1459-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1459-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1459-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn1\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1459-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1459-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn47\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1459-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1459-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1459-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn83\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1459-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1459-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn75\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1459-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1459-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1459-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn92\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1459-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1459-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn86\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 12:11:47','2017-11-29 12:11:47','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1458,1,'2017-11-29 12:09:03','2017-11-29 12:09:03','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><div class=\"jbox dark gray\" ><div  class=\"jbox-content\">We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.\n\nWe have therefore provided some information to help.</div></div>\n\n</div>\n		</div><div id=\"panel-77-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business.</p>\n<p>We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn24\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn42\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn10\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn81\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn49\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"7\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn52\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 12:09:03','2017-11-29 12:09:03','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1461,1,'2017-11-29 12:13:12','2017-11-29 12:13:12','<div id=\"pl-1461\"  class=\"panel-layout\" ><div id=\"pg-1461-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1461-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1461-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1461-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1461-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1461-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn95\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1461-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1461-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn33\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1461-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1461-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1461-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn89\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1461-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1461-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn30\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1461-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1461-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1461-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn95\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1461-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1461-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn34\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 12:13:12','2017-11-29 12:13:12','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1460,1,'2017-11-29 12:11:47','2017-11-29 12:11:47','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#8ed65c&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div class=\"siteorigin-panels-stretch kt-panel-row-stretch panel-row-style panel-row-style-for-77-0\" style=\"visibility: hidden;\" data-stretch-type=\"full\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn83\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn91\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn24\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn17\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn59\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn13\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 12:11:47','2017-11-29 12:11:47','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1462,1,'2017-11-29 12:13:12','2017-11-29 12:13:12','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn14\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn88\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn4\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn25\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget looks forward to build a better, stronger Britain\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn57\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn41\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 12:13:12','2017-11-29 12:13:12','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1464,1,'2017-11-29 12:37:46','2017-11-29 12:37:46','','talent','','inherit','closed','closed','','talent','','','2017-11-29 12:37:46','2017-11-29 12:37:46','',1226,'http://www.numbersbalanced.com/wp-content/uploads/2016/10/talent.jpg',0,'attachment','image/jpeg',0),(1466,1,'2017-11-29 13:25:11','2017-11-29 13:25:11','<a href=\"http://www.numbersbalanced.com/usain-bolt1-2/\"><img class=\"alignleft size-full wp-image-1223\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/usain-Bolt1-2-e1511961606325.jpg\" alt=\"\" width=\"240\" height=\"150\" /></a><a href=\"http://www.numbersbalanced.com/mphelps1/\"><img class=\"alignleft wp-image-1222\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/MPHELPS1.jpg\" alt=\"\" width=\"249\" height=\"140\" /></a>\n\nMany people limit themselves to what they think they can do. You may be limiting yourself without even knowing it.\n\n<strong><em>“If you say \"can\'t\" you\'re restricting what you can do or ever will do.”</em> </strong>\n― Michael Phelps - Olympian with 28 medals.\n\n&nbsp;\n\nThe fastest man in the world, Usain Bolt says<em><strong> \"Anything is possible, I don\'t think limits.\"</strong></em>\n\nHow often do you think too far in advance and immediately rule something out?\nHow quick are you to lose faith or tell yourself not to get your hopes up?\nDo you discount opportunities before you even apply?\nDo you assume it won\'t work for you?\nHave you given up on your own dream?\nHave you forgotten that anything is possible?\n\nIn life, our thoughts and words become our reality, and your mind soaks up whatever you focus on.\n\nSo by telling yourself that it probably won\'t happen, You are actually making it more of a reality than if you were open to the dream coming true.\nYou can go as far as your mind lets you. What you believe, remember, you can achieve.\n\n&nbsp;\n\nSo here are five ways to help you make big things happen and stop limiting yourself:\n\n1. Think in 90-day increments and live in the moment.\n2. Remember that the mind often plans based on what it knows. ...\n3. Be as positive as you can.\n4. Consider your thoughts and words carefully.\n5. Hold onto the belief that anything is possible, because it is.','Do not limit yourself','','inherit','closed','closed','','1219-autosave-v1','','','2017-11-29 13:25:11','2017-11-29 13:25:11','',1219,'http://www.numbersbalanced.com/1219-autosave-v1/',0,'revision','',0),(1467,1,'2017-11-29 13:23:00','2017-11-29 13:23:00','<a href=\"http://www.numbersbalanced.com/mphelps1/\"><img class=\"alignleft  wp-image-1222\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/MPHELPS1.jpg\" alt=\"\" width=\"249\" height=\"140\" /></a>Many people limit themselves to what they think they can do. You may be limiting yourself without even knowing it.\r\n\r\n<strong><em> “If you say \"can\'t\" you\'re restricting what you can do or ever will do.”</em> </strong>\r\n― Michael Phelps - Olympian with 28 medals.\r\n\r\nThe fastest man in the world, Usain Bolt says<em><strong> \"Anything is possible, I don\'t think limits.\"</strong></em>\r\n\r\nHow often do you think too far in advance and immediately rule something out?\r\nHow quick are you to lose faith or tell yourself not to get your hopes up?\r\nDo you discount opportunities before you even apply?\r\nDo you assume it won\'t work for you?\r\nHave you given up on your own dream?\r\nHave you forgotten that anything is possible?\r\n\r\nIn life, our thoughts and words become our reality, and your mind soaks up whatever you focus on.\r\n\r\nSo by telling yourself that it probably won\'t happen, You are actually making it more of a reality than if you were open to the dream coming true.\r\nYou can go as far as your mind lets you. What you believe, remember, you can achieve.\r\n\r\n&nbsp;\r\n\r\nSo here are five ways to help you make big things happen and stop limiting yourself:\r\n\r\n1. Think in 90-day increments and live in the moment.\r\n2. Remember that the mind often plans based on what it knows. ...\r\n3. Be as positive as you can.\r\n4. Consider your thoughts and words carefully.\r\n5. Hold onto the belief that anything is possible, because it is.','Do not limit yourself','','inherit','closed','closed','','1219-revision-v1','','','2017-11-29 13:23:00','2017-11-29 13:23:00','',1219,'http://www.numbersbalanced.com/1219-revision-v1/',0,'revision','',0),(1468,1,'2017-11-29 13:27:09','2017-11-29 13:27:09','&nbsp;\r\n\r\n<a href=\"http://www.numbersbalanced.com/mphelps1/\"><img class=\"alignleft wp-image-1222\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/MPHELPS1.jpg\" alt=\"\" width=\"249\" height=\"140\" /></a>Many people limit themselves to what they think they can do. You may be limiting yourself without even knowing it.\r\n\r\n&nbsp;\r\n\r\n<strong><em>“If you say \"can\'t\" you\'re restricting what you can do or ever will do.”</em> </strong>\r\n― Michael Phelps - Olympian with 28 medals.\r\n\r\n&nbsp;\r\n\r\nThe fastest man in the world, Usain Bolt says<em><strong> \"Anything is possible, I don\'t think limits.\"<a href=\"http://www.numbersbalanced.com/usain-bolt1-2/\"><img class=\"size-full wp-image-1223 alignright\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/usain-Bolt1-2-e1511961606325.jpg\" alt=\"\" width=\"240\" height=\"150\" /></a></strong></em>\r\n\r\nHow often do you think too far in advance and immediately rule something out?\r\nHow quick are you to lose faith or tell yourself not to get your hopes up?\r\nDo you discount opportunities before you even apply?\r\nDo you assume it won\'t work for you?\r\nHave you given up on your own dream?\r\nHave you forgotten that anything is possible?\r\n\r\n&nbsp;\r\n\r\nIn life, our thoughts and words become our reality, and your mind soaks up whatever you focus on.\r\n\r\nSo by telling yourself that it probably won\'t happen, You are actually making it more of a reality than if you were open to the dream coming true.\r\nYou can go as far as your mind lets you. What you believe, remember, you can achieve.\r\n\r\nSo here are five ways to help you make big things happen and stop limiting yourself:\r\n\r\n1. Think in 90-day increments and live in the moment.\r\n2. Remember that the mind often plans based on what it knows. ...\r\n3. Be as positive as you can.\r\n4. Consider your thoughts and words carefully.\r\n5. Hold onto the belief that anything is possible, because it is.','Do not limit yourself','','inherit','closed','closed','','1219-revision-v1','','','2017-11-29 13:27:09','2017-11-29 13:27:09','',1219,'http://www.numbersbalanced.com/1219-revision-v1/',0,'revision','',0),(1469,1,'2017-11-29 13:45:19','2017-11-29 13:45:19','<span style=\"text-decoration: underline;\"><strong>Five leadership lessons you can learn from Batman.</strong></span>\n\n1. Organizations Need To Be Built Around Ideas, Not People;\n\n2. Actions Matter More Than Intentions;\n\n3. Trust People with being able to handle The Truth;\n\n4. You need to risk Failure in order to Succeed;\n\n5. When You Do Fail, Don’t Let It Destroy you.','Leadership Lessons from Batman','','inherit','closed','closed','','899-autosave-v1','','','2017-11-29 13:45:19','2017-11-29 13:45:19','',899,'http://www.numbersbalanced.com/899-autosave-v1/',0,'revision','',0),(1470,1,'2017-11-29 13:45:29','2017-11-29 13:45:29','<span style=\"text-decoration: underline;\"><strong>Five leadership lessons you can learn from Batman.</strong></span>\r\n\r\n1. Organizations Need To Be Built Around Ideas, Not People;\r\n\r\n2. Actions Matter More Than Intentions;\r\n\r\n3. Trust People with being able to handle The Truth;\r\n\r\n4. You need to risk Failure in order to Succeed;\r\n\r\n5. When You Do Fail, Don’t Let It Destroy you.','Leadership Lessons from Batman','','inherit','closed','closed','','899-revision-v1','','','2017-11-29 13:45:29','2017-11-29 13:45:29','',899,'http://www.numbersbalanced.com/899-revision-v1/',0,'revision','',0),(1471,1,'2017-11-29 13:46:58','2017-11-29 13:46:58','Colour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\n\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.\n\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\n\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\n\n&nbsp;\n\n<img class=\"wp-image-610 alignnone\" style=\"background-color: transparent; color: #333333; float: left; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; height: 600.89px; letter-spacing: normal; max-width: 826px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 7px 14px 7px 0px;\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\" alt=\"4colours\" width=\"788\" height=\"601\" /><b></b><i></i><u></u>','What colour is your business?','','inherit','closed','closed','','809-autosave-v1','','','2017-11-29 13:46:58','2017-11-29 13:46:58','',809,'http://www.numbersbalanced.com/809-autosave-v1/',0,'revision','',0),(1472,1,'2017-11-29 13:47:01','2017-11-29 13:47:01','Colour has a powerful subconscious effect on every part of our lives, without even saying a word; Colour is the first thing a customer will notice about your product, logo, website, and stationery.\r\n\r\nAccording to research, the colour of your product will infuence 60% to 80% of a Customer\'s purchasing decision.\r\n\r\nUnderstanding the meaning of colour will help you get the best response from your marketing &amp; promotional efforts, so as to create a successful business.\r\n\r\nA company’s logo is a recognition tool for the public to link their services or products to the company. The colour of the logo can bring to people’s mind the unique selling proposition of a company, which promotes the company on a sub-conscious level.\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-610 alignnone\" style=\"background-color: transparent; color: #333333; float: left; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; height: 600.89px; letter-spacing: normal; max-width: 826px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 7px 14px 7px 0px;\" src=\"http://numbersbalanced.com/wp-content/uploads/2012/10/4colours.jpg\" alt=\"4colours\" width=\"788\" height=\"601\" /><b></b><i></i><u></u>','What colour is your business?','','inherit','closed','closed','','809-revision-v1','','','2017-11-29 13:47:01','2017-11-29 13:47:01','',809,'http://www.numbersbalanced.com/809-revision-v1/',0,'revision','',0),(1473,1,'2017-11-29 13:51:28','2017-11-29 13:51:28','Attitude is everything. It makes a BIG difference!\r\n\r\nThe Key to a positive attitude is the willingness to change.\r\n\r\nA bad attitude is like a flat tyre; Unless you change it, you can\'t go anywhere.\r\n\r\nThey say your attitude at work defines you more than the work you do.\r\n\r\nWith a positive attitude you see the bright side of life, become optimistic, and expect the best to happen.\r\nIt is certainly a state of mind that is well worth developing.\r\n\r\nHere at Numbers Balanced Limited we can show it by numbers:\r\n\r\n<a href=\"http://www.numbersbalanced.com/blog/attitude__trashed/attitude-numbers/\" rel=\"attachment wp-att-752\"><img class=\"size-full wp-image-752 aligncenter\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2013/08/attitude-numbers.jpg\" alt=\"Positive Attitude\" width=\"929\" height=\"442\" /></a>\r\n\r\n&nbsp;','Positive Attitude','','inherit','closed','closed','','1192-revision-v1','','','2017-11-29 13:51:28','2017-11-29 13:51:28','',1192,'http://www.numbersbalanced.com/1192-revision-v1/',0,'revision','',0),(1474,1,'2017-11-29 13:54:05','2017-11-29 13:54:05','<h4 style=\"text-align: left;\"><a href=\"http://www.numbersbalanced.com/blog/priority-matrix/\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660 alignright\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a></h4>\n<h3>“The key is not to prioritize what’s on your schedule, but to schedule your priorities.”   ~ Stephen Covey</h3>\n<h3>Schedule your priorities.</h3>\n<h3>If it’s important, it must be scheduled.</h3>\n<h3>What you don’t schedule won’t get done.</h3>\n<h3 class=\"mceTemp\"></h3>\n<h3 class=\"mceTemp\"></h3>\n<h3 class=\"mceTemp\"><span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span></h3>\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-autosave-v1','','','2017-11-29 13:54:05','2017-11-29 13:54:05','',1181,'http://www.numbersbalanced.com/1181-autosave-v1/',0,'revision','',0),(1475,1,'2017-11-29 13:54:10','2017-11-29 13:54:10','<h4 style=\"text-align: left;\"><a href=\"http://www.numbersbalanced.com/blog/priority-matrix/\" rel=\"attachment wp-att-660\"><img class=\"size-full wp-image-660 alignright\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2012/12/Priority-Matrix.jpg\" alt=\"Schedule your priorities\" width=\"377\" height=\"400\" /></a></h4>\r\n<h3>“The key is not to prioritize what’s on your schedule, but to schedule your priorities.”   ~ Stephen Covey</h3>\r\n<h3>Schedule your priorities.</h3>\r\n<h3>If it’s important, it must be scheduled.</h3>\r\n<h3>What you don’t schedule won’t get done.</h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"></h3>\r\n<h3 class=\"mceTemp\"><span style=\"text-decoration: underline;\">Some tips on Prioritising your work</span></h3>\r\n1.<span style=\"text-decoration: underline;\">The to-do list.</span>\r\nDon’t keep it on different post-it notes or in your head — at the beginning of each day or week, write on a sheet of paper what you want to get done and by when. Rank tasks according to importance or urgency to plan your day and focus your mind.\r\n2. <span style=\"text-decoration: underline;\">Remember the 80:20 rule</span>\r\nIt’s very simple — 80 per cent of our work contributes to less than 20 per cent of its value. Concentrate on the most crucial 20 per cent of your workload, because performance would still be strong.\r\n3.<span style=\"text-decoration: underline;\">Structure your workload.</span>\r\nAvoid picking up a job, doing a bit and then putting it back on the pile. Deal with them one at a time and finish each one before starting another. Your mind will be clear and ready for the next one.\r\n4.<span style=\"text-decoration: underline;\">Keep multitasking to a minimum.</span>\r\nStarting a number of jobs simultaneously means most of them won’t get your undivided attention. Think of multitasking as dealing with more than one task during a day, not at the same time. That way you focus on the project in hand.\r\n5.<span style=\"text-decoration: underline;\">Don’t let your inbox drive your workload.</span>\r\nIf you get 50 emails per day, this means 50 interruptions to your day. Don’t check your inbox every time a message arrives. Switch off instant alerts if necessary and allocate a time when you will check your inbox.\r\n<div class=\"wp-caption-dd\"></div>','Schedule Your Priorities','','inherit','closed','closed','','1181-revision-v1','','','2017-11-29 13:54:10','2017-11-29 13:54:10','',1181,'http://www.numbersbalanced.com/1181-revision-v1/',0,'revision','',0),(1476,1,'2017-11-29 14:11:24','2017-11-29 14:11:24','When you go the extra mile — whether it’s at work, on a project at home, in an activity, or in your business — you really stand out.\r\nLarry Page, the CEO of Google says “always deliver more than expected”. This is called the “WOW” factor. And Google does just that!\r\nYou should continually seek ways to exceed your customer’s expectations,\r\nAnd they will talk about your business, tell their friends and bring in new customers, and keep coming back.\r\n\r\n<a href=\"http://www.numbersbalanced.com/go-the-extra-mile/google-ceo-2/\" rel=\"attachment wp-att-1207\"><img class=\"alignleft size-full wp-image-1207\" src=\"http://www.numbersbalanced.com/wp-content/uploads/2016/08/google-ceo-1-e1511961376579.jpg\" alt=\"\" width=\"300\" height=\"170\" /></a>','Go The Extra Mile','','inherit','closed','closed','','1202-revision-v1','','','2017-11-29 14:11:24','2017-11-29 14:11:24','',1202,'http://www.numbersbalanced.com/1202-revision-v1/',0,'revision','',0),(1477,1,'2017-11-29 14:26:17','2017-11-29 14:26:17','VAT is a tax that\'s charged on most business transactions in theUK.\r\n\r\nA VAT-Registered Business must add VAT to the price they charge when they provide goods and services. This is called the OUTPUT TAX.\r\n\r\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business. This is called the INPUT TAX.\r\n\r\nAt the end of each VAT period - usually every three months - you need to fill in a VAT Return.\r\n\r\nALL VAT-Registered businesses must submit VAT Returns online and pay any VAT due electronically.\r\n\r\n<strong><span style=\"text-decoration: underline;\">VAT rates</span></strong>\r\n\r\nThere are different rates of VAT that apply to different types of goods and services. And there are some goods and services that are exempt from VAT.\r\n\r\nThere are three VAT rates:\r\n<ul>\r\n 	<li>standard rate - 20 per cent</li>\r\n 	<li>reduced rate - 5 per cent</li>\r\n 	<li>zero rate - 0 per cent</li>\r\n</ul>\r\nThe are the current rates.\r\n\r\n<span style=\"text-decoration: underline;\">If you\'re registered for VAT, you have to charge VAT at the standard rate on all goods and services you supply, <strong>unless </strong>they fall into one of these categories</span>:\r\n<ul>\r\n 	<li>zero-rated</li>\r\n 	<li>reduced-rated</li>\r\n 	<li>exempt from VAT</li>\r\n 	<li>outside the scope of VAT</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">VAT registration threshold</span></strong>\r\n\r\nIf you\'re in business, you must register for VAT if your VAT taxable turnover for the previous 12 months is more than <strong><span style=\"text-decoration: underline;\">£85,000. </span></strong>This figure is known as the VAT registration threshold. The threshold changes - usually once a year announced in the Budget - so you should regularly check your turnover against the current threshold.\r\n\r\nYou must also register for VAT if either of the following applies:\r\n<ul>\r\n 	<li>you think your VAT taxable turnover may go over the threshold in the next 30 days alone</li>\r\n 	<li>you take over a VAT-registered business as a going concern</li>\r\n</ul>\r\n<strong><span style=\"text-decoration: underline;\">Deregistration threshold</span></strong>\r\n\r\nThe deregistration threshold is <strong><span style=\"text-decoration: underline;\">£83,000</span></strong>. If your VAT taxable turnover for the year is less than or equal to 83,000, or if you expect it to fall to £83,000 or less in the next 12 months, you can either:\r\n<ul>\r\n 	<li>stay registered for VAT</li>\r\n 	<li>ask for your VAT registration to be cancelled</li>\r\n</ul>\r\nIf you decide to stay registered, you don\'t have to do anything.\r\n\r\nIf you want to cancel your VAT registration you must write to HM Revenue &amp; Customs (HMRC) to explain why your turnover has fallen. For example, you might have reduced your opening hours or lost contracts. You\'ll also have to give an estimate of your turnover for the next year.\r\n\r\nRemember that your VAT taxable turnover includes only the goods and services you sell that you have to charge VAT on, even those that are zero-rated. It does not include sales that are exempt or outside the scope of VAT.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','VAT','','inherit','closed','closed','','89-revision-v1','','','2017-11-29 14:26:17','2017-11-29 14:26:17','',89,'http://www.numbersbalanced.com/89-revision-v1/',0,'revision','',0),(1479,1,'2017-11-29 14:40:16','2017-11-29 14:40:16','<div id=\"pl-114\"  class=\"panel-layout\" ><div id=\"pg-114-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-114-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-114-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div><div id=\"panel-114-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-114-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-114-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:40:16','2017-11-29 14:40:16','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1480,1,'2017-11-29 14:41:55','2017-11-29 14:41:55','<div id=\"pl-1480\"  class=\"panel-layout\" ><div id=\"pg-1480-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1480-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1480-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-1480-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">How Long must you keep Records ?</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>For how long must your company retain records?<br />You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n</div>\n</div></div><div id=\"panel-1480-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-1480-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1480-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1480-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1480-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1480-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1480-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1480-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:41:55','2017-11-29 14:41:55','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1481,1,'2017-11-29 14:41:55','2017-11-29 14:41:55','<div id=\"pl-114\"  class=\"panel-layout\" ><div id=\"pg-114-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-114-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-114-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">How Long must you keep Records ?</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>For how long must your company retain records?<br />You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n</div>\n</div></div><div id=\"panel-114-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-114-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-114-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:41:55','2017-11-29 14:41:55','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1484,1,'2017-11-29 14:47:27','2017-11-29 14:47:27','<div id=\"pl-1484\"  class=\"panel-layout\" ><div id=\"pg-1484-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1484-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1484-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-1484-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-1484-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Kept for more than 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.</p>\n<p><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\n</div>\n</div></div></div></div><div id=\"pg-1484-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1484-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1484-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1484-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1484-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1484-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1484-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:47:27','2017-11-29 14:47:27','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1482,1,'2017-11-29 14:46:46','2017-11-29 14:46:46','<div id=\"pl-1482\"  class=\"panel-layout\" ><div id=\"pg-1482-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1482-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1482-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-1482-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years or more</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-1482-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Kept for more than 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.</p>\n<p><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\n</div>\n</div></div></div></div><div id=\"pg-1482-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1482-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1482-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1482-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1482-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1482-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1482-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:46:46','2017-11-29 14:46:46','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1483,1,'2017-11-29 14:46:46','2017-11-29 14:46:46','<div id=\"pl-114\"  class=\"panel-layout\" ><div id=\"pg-114-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-114-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-114-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years or more</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-114-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Kept for more than 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.</p>\n<p><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\n</div>\n</div></div></div></div><div id=\"pg-114-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-114-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:46:46','2017-11-29 14:46:46','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1485,1,'2017-11-29 14:47:27','2017-11-29 14:47:27','<div id=\"pl-114\"  class=\"panel-layout\" ><div id=\"pg-114-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-114-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-114-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-114-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Kept for more than 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.</p>\n<p><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\n</div>\n</div></div></div></div><div id=\"pg-114-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;,&quot;networks&quot;:[]},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-114-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:47:27','2017-11-29 14:47:27','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1486,1,'2017-11-29 14:50:27','2017-11-29 14:50:27','<div id=\"pl-1486\"  class=\"panel-layout\" ><div id=\"pg-1486-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1486-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1486-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-1486-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-1486-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Kept for more than 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.</p>\n<p><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\n</div>\n</div></div></div></div><div id=\"pg-1486-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-1486-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1486-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511967017205&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1486-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1486-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1486-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1486-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:50:27','2017-11-29 14:50:27','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1487,1,'2017-11-29 14:50:27','2017-11-29 14:50:27','<div id=\"pl-114\"  class=\"panel-layout\" ><div id=\"pg-114-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-114-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Accounting Records to be kept</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Accounting records must kept by all businesses.<br />Whether your company is liable for Corporation Tax or not, you must keep and retain adequate business and accounting records.<br />You have to do this even if your company is not currently trading or no longer trading.<br />These records include:<br />• a record of your company\'s assets; the purchase and sale of these assets<br />• a record of your company\'s liabilities<br />• a record of your company\'s income and expenditure<br />• details of any stock on hand at the end of your financial year<br />In detail, these are:<br />• annual accounts: your profit and loss statement and balance sheet<br />• bank statements and paying-in slips &amp; cheque book stubbs<br />• a cash book and any other account books you keep<br />• a petty cash book<br />• purchases and sales day books/ purchase &amp; sales ledgers<br />• invoices and any record of daily takings such as till rolls<br />• order records and delivery notes<br />• other relevant business correspondence<br />The business records must:<br />• be complete and up to date<br />• allow you to work out correctly the Corporation Tax you owe to HMRC, or can reclaim from HMRC<br />• allow you to file an accurate Company Tax Return<br />• be easily accessible if HMRC asks to see them during an enquiry into your Corporation Tax affairs</p>\n</div>\n</div></div><div id=\"panel-114-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Must be Kept for 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>You must normally retain your company \'s business and accounting records for at least 6 years from the end of your Corporation Tax accounting period.<br />You don\'t need to keep the vast majority of your records in their original form. You can keep a copy of most of them in an alternative format. For example:<br />• scanned PDF<br />• files saved on a CD-ROM<br />• files saved on an optical imaging system<br />Whatever alternative format you choose, your records must be legible and you must be able to produce them in a readable format if you need to.</p>\n<p><strong>But there are certain records that you must keep in their original form</strong>.<br />These include:<br />• dividend vouchers<br />• bank interest certificates<br />• Construction Industry Scheme (CIS) vouchers.</p>\n</div>\n</div></div><div id=\"panel-114-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Records Kept for more than 6 years</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>More Than 6 Years:</strong><br />In some circumstances, your company may need to keep records for longer than the normal six years from the end of your Corporation Tax accounting period.<br />1. Business records that cover more than one accounting period<br />o a loan agreement where you claim your interest payments as a deduction over several Corporation Tax accounting periods<br />o an insurance premium that straddles two Corporation Tax accounting periods<br />2.Records for capital expenditure - assets kept for more than six years<br />Your company must retain records of capital expenditure from the date any asset is purchased until at least six years after the date it\'s sold, transferred or otherwise disposed of. This may be more than six years from the date you acquired the asset.</p>\n<p><strong> Penalties for not keeping or retaining adequate records</strong><br />If your company does not keep adequate records for Corporation Tax purposes, or does not retain records for long enough, you may be charged a penalty of up to £3,000.</p>\n</div>\n</div></div></div></div><div id=\"pg-114-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div id=\"pgc-114-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ec6526e50b&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511967017205&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-114-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-114-1-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ec667dc9fb&quot;,&quot;_sow_form_timestamp&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-114-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Records Retention','','inherit','closed','closed','','114-revision-v1','','','2017-11-29 14:50:27','2017-11-29 14:50:27','',114,'http://www.numbersbalanced.com/114-revision-v1/',0,'revision','',0),(1488,1,'2017-11-29 16:27:00','0000-00-00 00:00:00','{\n    \"virtue_premium::virtue_premium[primarymenu_hover_bg_color]\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-29 16:12:58\"\n    },\n    \"virtue_premium::virtue_premium[show_mobile_btn]\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-29 16:14:58\"\n    },\n    \"virtue_premium::virtue_premium[mobile_submenu_collapse]\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-29 16:26:00\"\n    },\n    \"virtue_premium::virtue_premium[mobilemenu_hover_color]\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-29 16:27:00\"\n    },\n    \"virtue_premium::virtue_premium[mobilemenu_hover_bg_color]\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-29 16:22:59\"\n    },\n    \"virtue_premium::virtue_premium[font_mobile_menu]\": {\n        \"value\": {\n            \"font-family\": \"Lato\",\n            \"font-options\": \"\",\n            \"google\": \"true\",\n            \"font-weight\": \"400\",\n            \"font-style\": \"\",\n            \"subsets\": \"latin\",\n            \"font-size\": \"16px\",\n            \"line-height\": \"20px\",\n            \"color\": \"#000000\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-29 16:18:59\"\n    }\n}','','','auto-draft','closed','closed','','3f0f0cd0-c4b4-4104-ad9a-e53f7cf6f350','','','2017-11-29 16:27:00','2017-11-29 16:27:00','',0,'http://www.numbersbalanced.com/?p=1488',0,'customize_changeset','',0),(1489,1,'2017-11-29 16:32:15','2017-11-29 16:32:15','{\n    \"virtue_premium::virtue_premium[font_mobile_menu]\": {\n        \"value\": {\n            \"font-family\": \"Lato\",\n            \"font-options\": \"\",\n            \"google\": \"true\",\n            \"font-weight\": \"400\",\n            \"font-style\": \"\",\n            \"subsets\": \"latin\",\n            \"font-size\": \"16px\",\n            \"line-height\": \"20px\",\n            \"color\": \"#128702\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2017-11-29 16:31:42\"\n    }\n}','','','trash','closed','closed','','483c9dc7-ad8f-41de-b7f5-1b1971f4f48f','','','2017-11-29 16:32:15','2017-11-29 16:32:15','',0,'http://www.numbersbalanced.com/?p=1489',0,'customize_changeset','',0),(1497,1,'2017-11-29 16:50:38','0000-00-00 00:00:00','An unhappy Customer is an incredibly valuable asset. Their feedback is a reality check for your company.\r\nStatistics show that A typical unhappy customer tells 10 people about his problem.\r\nWe live in a world of virtually unlimited choices and fierce competition. They could have just taken their business elsewhere;\r\nBut the fact that they have invested their time to contact you, consider it as and indirect invitation to engage in improvement of your service or product.\r\nThank Them\r\nApologize\r\nOffer a solution\r\nFollow up\r\n\r\nRemember keeping your Customers happy improves the bottom line.','Unhappy Customers','','draft','closed','closed','','','','','2017-11-29 16:50:38','2017-11-29 16:50:38','',0,'http://www.numbersbalanced.com/?p=1497',0,'post','',0),(1498,1,'2017-11-29 16:50:38','2017-11-29 16:50:38','An unhappy Customer is an incredibly valuable asset. Their feedback is a reality check for your company.\r\nStatistics show that A typical unhappy customer tells 10 people about his problem.\r\nWe live in a world of virtually unlimited choices and fierce competition. They could have just taken their business elsewhere;\r\nBut the fact that they have invested their time to contact you, consider it as and indirect invitation to engage in improvement of your service or product.\r\nThank Them\r\nApologize\r\nOffer a solution\r\nFollow up\r\n\r\nRemember keeping your Customers happy improves the bottom line.','Unhappy Customers','','inherit','closed','closed','','1497-revision-v1','','','2017-11-29 16:50:38','2017-11-29 16:50:38','',1497,'http://www.numbersbalanced.com/1497-revision-v1/',0,'revision','',0),(1491,1,'2017-11-29 16:37:57','0000-00-00 00:00:00','Many business owners find that all they seem to do when networking is spend time having conversations, which whilst enjoyable at the time, don’t seem to lead anywhere. Many find that they get very little return on their often substantial investment of time and money in networking.\r\nHave a purpose for networking\r\nTry and find out all you can about the event and the people who will be attending and the topics to talk about. Are these the type of people your business needs you to meet?\r\nA good first impression enables you to start and build a mutually beneficial relationship. First impressions matter and these day before someone actually meets you, they will normally have already formed a first impression of you by looking at your online footprint. A Google search, and your LinkedIn profile, facebook, etc.\r\nA great way of making your networking more efficient is NOT to go prospecting for clients. Go looking for advocates and referrers for your business. Someone who regularly recommends you and your business to their client’s and customers is 100 times more valuable than one client or customer who may or may not recommend you to their friends.\r\nTurn social conversations into business chat: Before you start talking business, take your time to get to know the person first and generate some rapport. When networking you are not there to sell, you are there to build relationships. It’s from these relationships that opportunities and business will flow.\r\nForget about you and your needs. Focus 80% of your energy on listening and finding out about the other person. When you are networking online, try to include questions which encourage people to comment and join in the conversation.\r\nAfter meeting new people, decide on how important they are to you.\r\nFollow up by: (1) Send them a note after meeting them; (2) Connect with them on social networking sites; (3) Arrange to meet if practical.\r\n\"NETWORK YOUR FACE OFF! ...You never know what you will get from a meeting! \"','Networking','','draft','closed','closed','','','','','2017-11-29 16:37:57','2017-11-29 16:37:57','',0,'http://www.numbersbalanced.com/?p=1491',0,'post','',0),(1492,1,'2017-11-29 16:37:57','2017-11-29 16:37:57','Many business owners find that all they seem to do when networking is spend time having conversations, which whilst enjoyable at the time, don’t seem to lead anywhere. Many find that they get very little return on their often substantial investment of time and money in networking.\r\nHave a purpose for networking\r\nTry and find out all you can about the event and the people who will be attending and the topics to talk about. Are these the type of people your business needs you to meet?\r\nA good first impression enables you to start and build a mutually beneficial relationship. First impressions matter and these day before someone actually meets you, they will normally have already formed a first impression of you by looking at your online footprint. A Google search, and your LinkedIn profile, facebook, etc.\r\nA great way of making your networking more efficient is NOT to go prospecting for clients. Go looking for advocates and referrers for your business. Someone who regularly recommends you and your business to their client’s and customers is 100 times more valuable than one client or customer who may or may not recommend you to their friends.\r\nTurn social conversations into business chat: Before you start talking business, take your time to get to know the person first and generate some rapport. When networking you are not there to sell, you are there to build relationships. It’s from these relationships that opportunities and business will flow.\r\nForget about you and your needs. Focus 80% of your energy on listening and finding out about the other person. When you are networking online, try to include questions which encourage people to comment and join in the conversation.\r\nAfter meeting new people, decide on how important they are to you.\r\nFollow up by: (1) Send them a note after meeting them; (2) Connect with them on social networking sites; (3) Arrange to meet if practical.\r\n\"NETWORK YOUR FACE OFF! ...You never know what you will get from a meeting! \"','Networking','','inherit','closed','closed','','1491-revision-v1','','','2017-11-29 16:37:57','2017-11-29 16:37:57','',1491,'http://www.numbersbalanced.com/1491-revision-v1/',0,'revision','',0),(1516,1,'2017-11-29 18:46:39','2017-11-29 18:46:39','<div id=\"pl-1516\"  class=\"panel-layout\" ><div id=\"pg-1516-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1516-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1516-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1516-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1516-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1516-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1516-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1516-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1516-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1516-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1516-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1516-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1516-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1516-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/03\\/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;Brexit Means Brexit\\&quot;&lt;\\/a&gt;&lt;\\/h4&gt;\\n\\&quot;Brexit Means Brexit\\&quot; \\nGetting The Right Deal: The 12 UK Government Objectives &lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;https:\\/\\/www.conservatives.com\\/sharethefacts\\/2017\\/01\\/our-plan-for-britain\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;\\n&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1516-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:46:39','2017-11-29 18:46:39','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1510,1,'2017-11-29 18:18:16','2017-11-29 18:18:16','<div id=\"pl-1510\"  class=\"panel-layout\" ><div id=\"pg-1510-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1510-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1510-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1510-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1510-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1510-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1510-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn63\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1510-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn35\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1510-1-0-2\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1510-1-0-2\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-2&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1510-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1510-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn55\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1510-1-1-1\" class=\"so-panel widget widget_text\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn26\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1510-1-1-2\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1510-1-1-2\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1510-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1510-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-1510-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:18:16','2017-11-29 18:18:16','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1511,1,'2017-11-29 18:18:16','2017-11-29 18:18:16','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn80\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn97\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-2\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-2\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-2&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn2\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn37\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-2\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-2\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-32-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:18:16','2017-11-29 18:18:16','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1512,1,'2017-11-29 18:24:54','2017-11-29 18:24:54','<div id=\"pl-1512\"  class=\"panel-layout\" ><div id=\"pg-1512-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1512-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1512-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1512-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1512-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1512-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1512-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn22\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1512-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn51\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1512-1-0-2\" class=\"so-panel widget widget_custom_html\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1512-1-0-2\\&quot; class=\\&quot;so-panel widget widget_custom_html\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1512-1-0-3\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1512-1-0-3\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-3&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1512-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1512-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn54\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1512-1-1-1\" class=\"so-panel widget widget_text\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn2\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1512-1-1-2\" class=\"so-panel widget widget_custom_html\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1512-1-1-2\\&quot; class=\\&quot;so-panel widget widget_custom_html\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1512-1-1-3\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/03\\/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;Brexit Means Brexit\\&quot;&lt;\\/a&gt;&lt;\\/h4&gt;\\n\\&quot;Brexit Means Brexit\\&quot; \\nGetting The Right Deal: The 12 UK Government Objectives &lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;https:\\/\\/www.conservatives.com\\/sharethefacts\\/2017\\/01\\/our-plan-for-britain\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1512-1-1-3\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-3&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1512-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1512-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-1512-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:24:54','2017-11-29 18:24:54','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1514,1,'2017-11-29 18:26:19','2017-11-29 18:26:19','<div id=\"pl-1514\"  class=\"panel-layout\" ><div id=\"pg-1514-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1514-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1514-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1514-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1514-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1514-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1514-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1514-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1514-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1514-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1514-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1514-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1514-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1514-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/03\\/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;Brexit Means Brexit\\&quot;&lt;\\/a&gt;&lt;\\/h4&gt;\\n\\&quot;Brexit Means Brexit\\&quot; \\nGetting The Right Deal: The 12 UK Government Objectives &lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;https:\\/\\/www.conservatives.com\\/sharethefacts\\/2017\\/01\\/our-plan-for-britain\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1514-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1514-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1514-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-1514-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:26:19','2017-11-29 18:26:19','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1513,1,'2017-11-29 18:24:54','2017-11-29 18:24:54','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Budget Summary and Tax Data Card\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn40\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_text\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn43\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-0-2\" class=\"so-panel widget widget_custom_html\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-2\\&quot; class=\\&quot;so-panel widget widget_custom_html\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-3\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-3\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-3&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn75\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_text\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2017/03/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"Brexit Means Brexit\"</a></h4>\n\"Brexit Means Brexit\" \nGetting The Right Deal: The 12 UK Government Objectives <br />\n<a href=\"https://www.conservatives.com/sharethefacts/2017/01/our-plan-for-britain/\" id=\"kadbtn14\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-32-1-1-2\" class=\"so-panel widget widget_custom_html\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-2\\&quot; class=\\&quot;so-panel widget widget_custom_html\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-2&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-1-3\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/03\\/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;Brexit Means Brexit\\&quot;&lt;\\/a&gt;&lt;\\/h4&gt;\\n\\&quot;Brexit Means Brexit\\&quot; \\nGetting The Right Deal: The 12 UK Government Objectives &lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;https:\\/\\/www.conservatives.com\\/sharethefacts\\/2017\\/01\\/our-plan-for-britain\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-3\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-3&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-32-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:24:54','2017-11-29 18:24:54','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1515,1,'2017-11-29 18:26:19','2017-11-29 18:26:19','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/03\\/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;Brexit Means Brexit\\&quot;&lt;\\/a&gt;&lt;\\/h4&gt;\\n\\&quot;Brexit Means Brexit\\&quot; \\nGetting The Right Deal: The 12 UK Government Objectives &lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;https:\\/\\/www.conservatives.com\\/sharethefacts\\/2017\\/01\\/our-plan-for-britain\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-32-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-32-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:26:19','2017-11-29 18:26:19','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1517,1,'2017-11-29 18:46:39','2017-11-29 18:46:39','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/03\\/Outside-Europe_PM-Brexit-speech-17-Jan-2017-stf.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;Brexit Means Brexit\\&quot;&lt;\\/a&gt;&lt;\\/h4&gt;\\n\\&quot;Brexit Means Brexit\\&quot; \\nGetting The Right Deal: The 12 UK Government Objectives &lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;https:\\/\\/www.conservatives.com\\/sharethefacts\\/2017\\/01\\/our-plan-for-britain\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;\\n&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:46:39','2017-11-29 18:46:39','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1518,1,'2017-11-29 18:49:26','2017-11-29 18:49:26','<div id=\"pl-1518\"  class=\"panel-layout\" ><div id=\"pg-1518-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1518-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1518-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1518-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1518-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1518-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1518-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1518-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1518-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1518-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1518-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1518-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1518-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1518-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1518-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:49:26','2017-11-29 18:49:26','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1520,1,'2017-11-29 18:51:39','2017-11-29 18:51:39','<div id=\"pl-1520\"  class=\"panel-layout\" ><div id=\"pg-1520-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1520-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1520-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-1520-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1520-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1520-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1520-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1520-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1520-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1520-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1520-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1520-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1520-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1520-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1520-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:51:39','2017-11-29 18:51:39','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1519,1,'2017-11-29 18:49:26','2017-11-29 18:49:26','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:49:26','2017-11-29 18:49:26','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1521,1,'2017-11-29 18:51:39','2017-11-29 18:51:39','<div id=\"pl-32\"  class=\"panel-layout\" ><div id=\"pg-32-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-32-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Bookkeeping &amp; Accounts</strong> <br />Numbers Balanced Limited provides bookkeeping and prepares Accounts for start-ups and small businesses. <br />We take the time to visit each business in order to offer an individual service to you. <br />We offer free consultations.</p>\n</div>\n</div></div></div><div id=\"pgc-32-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-32-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-32-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Budget Summary and Tax Data Card\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-32-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-32-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-32-1-1-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-32-1-1-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','32-revision-v1','','','2017-11-29 18:51:39','2017-11-29 18:51:39','',32,'http://www.numbersbalanced.com/32-revision-v1/',0,'revision','',0),(1524,1,'2017-11-29 19:05:32','2017-11-29 19:05:32','<div id=\"pl-1524\"  class=\"panel-layout\" ><div id=\"pg-1524-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-1524-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-1524-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1524-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-1524-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1524-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1524-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/Contact-Us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511982317072&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1524-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1524-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1524-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1524-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-29 19:05:32','2017-11-29 19:05:32','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1525,1,'2017-11-29 19:05:32','2017-11-29 19:05:32','<div id=\"pl-229\"  class=\"panel-layout\" ><div id=\"pg-229-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"right\" ><div id=\"pgc-229-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.66666666666667\" ><div id=\"panel-229-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The <span style=\"font-family: Arial;\">UK</span></span></span><span style=\"font-size: small;\"><span style=\"color: #000000;\"> business sector is universally recognised as having an incredibly slow payment culture.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">The UK Government have taken steps to try and adjust the risk with the Late Payments Act which provides for interest on overdue invoices and changes in the court procedures to make that process more speedy. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit control is about controlling risk, the risk of non-payment and the risks associated with late payments, the risks of opening some accounts, while at the same time keeping good customer relationships. These are the main problems inherent in the late payment culture – how to get your money while keeping good customer relationships.</span></span></p>\n<p><span style=\"color: #000000; font-family: Times New Roman; font-size: small;\"> </span><span style=\"font-size: small;\"><span style=\"color: #000000;\">Credit Control comes as part of the service we provide you with. </span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will update the Sales Leger and reconcile the Sales Control Account and give you a list of your debtors every month.</span></span></p>\n<p><span style=\"font-size: small;\"><span style=\"color: #000000;\">We will act on your instructions to chase all monies due.</span></span></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-229-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-229-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-229-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-0-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Contact Us for a free Consultation&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/Contact-Us&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-phone&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;new_window&quot;:false},&quot;_sow_form_id&quot;:&quot;5a1ddbadd6bb3&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511982317072&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-229-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-229-1-1-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#3a5795&quot;},{&quot;name&quot;:&quot;twitter&quot;,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/numbersbalanced&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#78bdf1&quot;},{&quot;name&quot;:&quot;linkedin&quot;,&quot;url&quot;:&quot;https:\\/\\/www.linkedin.com\\/company\\/numbers-balanced-limited&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;button_color&quot;:&quot;#0177b4&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;atom&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1.66&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;left&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;5a1ddbb2cc3cb&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511906716561&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-229-1-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Credit Control','','inherit','closed','closed','','229-revision-v1','','','2017-11-29 19:05:32','2017-11-29 19:05:32','',229,'http://www.numbersbalanced.com/229-revision-v1/',0,'revision','',0),(1526,1,'2017-11-29 22:55:57','2017-11-29 22:55:57','','Autumn Budget 2017','','inherit','closed','closed','','autumn-budget-2017','','','2017-11-29 22:55:57','2017-11-29 22:55:57','',0,'http://www.numbersbalanced.com/wp-content/uploads/2017/11/Autumn-Budget-2017.pdf',0,'attachment','application/pdf',0),(1536,1,'2017-11-29 23:16:45','2017-11-29 23:16:45','<div id=\"pl-1536\"  class=\"panel-layout\" ><div id=\"pg-1536-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-1536-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-1536-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-1536-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-1536-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1536-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:16:45','2017-11-29 23:16:45','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1530,1,'2017-11-29 23:12:42','2017-11-29 23:12:42','<div id=\"pl-1530\"  class=\"panel-layout\" ><div id=\"pg-1530-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-1530-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-1530-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\n</div>\n</div></div></div><div id=\"pgc-1530-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-1530-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997161562&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1530-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:12:42','2017-11-29 23:12:42','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1529,1,'2017-11-29 23:10:27','2017-11-29 23:10:27','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image&quot;:false,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here to download the Tax Data Card&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:false,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997022959&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:10:27','2017-11-29 23:10:27','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1531,1,'2017-11-29 23:12:42','2017-11-29 23:12:42','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:&quot;#128702&quot;,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997161562&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:12:42','2017-11-29 23:12:42','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1532,1,'2017-11-29 23:14:02','2017-11-29 23:14:02','<div id=\"pl-1532\"  class=\"panel-layout\" ><div id=\"pg-1532-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-1532-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-1532-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\n</div>\n</div></div></div><div id=\"pgc-1532-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-1532-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997161562&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1532-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:14:03','2017-11-29 23:14:03','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1533,1,'2017-11-29 23:14:03','2017-11-29 23:14:03','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997161562&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:14:03','2017-11-29 23:14:03','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1534,1,'2017-11-29 23:15:27','2017-11-29 23:15:27','<div id=\"pl-1534\"  class=\"panel-layout\" ><div id=\"pg-1534-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-1534-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-1534-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\n</div>\n</div></div></div><div id=\"pgc-1534-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-1534-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1534-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:15:28','2017-11-29 23:15:28','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1535,1,'2017-11-29 23:15:28','2017-11-29 23:15:28','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p><span style=\"color: #ff0000;\"><strong>Click here for a summary of the Tax Data Card for The Budget 2017</strong></span></p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:15:28','2017-11-29 23:15:28','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1537,1,'2017-11-29 23:16:45','2017-11-29 23:16:45','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br /> 1. The economic forecast: UK economy will grow by 2% in 2017. The OBR also forecast that the economy will grow at a slightly slower rate in 2018, before picking up to 2% in 2021.<br /> 2. Cutting borrowing and stabilising the public finances: Britain has a debt of nearly £1.7 trillion – around £62,000 for every household in the country. Borrowing is forecast to be reduced by nearly three quarters by 2016-17.<br /> 3. £2 billion for adult social care over the next three years: This will help councils to provide high quality social care to more people and help to ease pressure on the NHS.<br /> 4. £425 million investment in the NHS in the next three years<br /> 5. Investment in technical education for 16 to 19 year olds rising to over £500 million<br /> 6. £300 million investment for new academic research placements<br /> 7. Loans for part time and doctoral students from 2018<br /> 8. £536 million for new free schools and to maintain existing schools<br /> 9. Free transport for children from poorer families who go to selective schools<br /> 10. Tax-Free Childcare will soon be available to working parents<br /> 11. New ways to protect consumer from un necessary costs and inefficiencies.<br /> 12. £270 million to launch the Industrial Strategy Challenge Fund<br /> 13. Improving transport with the National Productivity Investment Fund<br /> 14. A new strategy to make the UK a world leader in 5G technology<br /> 15. A three-year NS&amp;I Investment Bond with a market-leading interest rate of 2.2% The bond will be available for 12 months from April 2017.<br /> 16. The Lifetime ISA will be available from 6 April this year<br /> 17. Marking International Women’s Day: A new £5 million fund will go to projects celebrating the 100th anniversary of the Representation of the People Act<br /> 18. Small Businesses and landlords under the VAT threshold will have an extra year to prepare for Making Tax Digital (MTD)<br /> 19. £435 million to support businesses affected by the business rates relief revaluation<br /> 20. The main rate of National Insurance contributions (NICs) for the self-employed will increase<br /> From 2018, Class 2 NICs will be abolished. Class 4 NICs will rise to 10% in April 2018 and to 11% in April 2019. Taken together, only a self-employed person with profits over £16,250 will have to pay more as a result of these changes.<br /> 21. Tax-free dividend allowance will be reduced from £5,000 to £2,000 from April 2018.</p>\n<p> </p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:16:45','2017-11-29 23:16:45','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1540,1,'2017-11-29 23:38:19','2017-11-29 23:38:19','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England</p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:38:19','2017-11-29 23:38:19','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1538,1,'2017-11-29 23:37:44','2017-11-29 23:37:44','<div id=\"pl-1538\"  class=\"panel-layout\" ><div id=\"pg-1538-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-1538-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-1538-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England</p>\n</div>\n</div></div></div><div id=\"pgc-1538-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-1538-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1538-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:37:44','2017-11-29 23:37:44','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1539,1,'2017-11-29 23:37:44','2017-11-29 23:37:44','<div id=\"pl-328\"  class=\"panel-layout\" ><div id=\"pg-328-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\"  data-ratio=\"0.41421356\"  data-ratio-direction=\"right\" ><div id=\"pgc-328-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7071067823731\" ><div id=\"panel-328-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The Chancellor presented his Budget to Parliament on 22nd November 2017</p>\n<p><strong>Here\'s a summary of what was announced.</strong><br />1. There are over 32 million people in work – near a record high<br />2. Borrowing has fallen by three quarters since 2010, but debt is still high<br />3. An extra £3 billion to prepare for Brexit over the next two years<br />4. £6.3 billion of new funding for the NHS<br />5. Abolishing stamp duty land tax (SDLT) on homes under £300,000 for first-time buyers from 22 November<br />95% of first-time buyers who pay stamp duty will benefit. First-time buyers of homes worth between £300,000 and £500,000 will not pay stamp duty on the first £300,000. <br />6. 300,000 new homes a year, an amount not achieved since 1970<br />7. The National Living Wage and the National Minimum Wage will increase from April 2018<br />The National Living Wage for those aged 25 and over will increase from £7.50 per hour to £7.83 per hour from April 2018. Over 2 million people are expected to benefit. For a full-time worker, it represents a pay rise of over £600 a year.<br />8. The tax-free personal allowance will rise with inflation to £11,850 from April 2018<br />9. Fuel duty will remain frozen for an eighth year<br />10. A new railcard for those aged 26 to 30<br />11. Duty on beer, wine, cider and spirits will be frozen<br />12. Duty on tobacco will rise<br />The duty on cigarettes will increase by 2% above inflation. Hand-rolling tobacco duty will increase by 3% above inflation.<br />13. 95% of passengers will not see an increase in their Air Passenger Duty.<br />14. Households applying for Universal Credit will get more upfront support.</p>\n<p>15. Electric and driverless cars; An extra £100 million will go towards helping people buy battery electric cars.<br />16. The world’s first national advisory body for artificial intelligence (AI). The Centre for Data Ethics and Innovation will set standards for the use and ethics of AI and data. This will allow the UK to lead the world in developing practical uses for the technology.<br />17. More investment in maths and science in schools<br />18. £64 million for construction and digital training courses<br />19. A £220 million Clean Air Fund for local areas with the highest air pollution<br />20. Reducing single-use plastics waste<br />21. Business rates will switch to being increased by the Consumer Price Index (CPI) 2 years earlier than planned<br />22. Pubs in England will continue to receive a £1,000 business rates discount next year<br />23. Stopping digital multinationals who hold intellectual property in low-tax countries from avoiding tax<br />24. More money for Scotland, Wales and Northern Ireland<br />25. Funding for transport across England</p>\n</div>\n</div></div></div><div id=\"pgc-328-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.2928932176269\" ><div id=\"panel-328-0-1-0\" class=\"so-panel widget widget_sow-cta panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Cta_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Click here&quot;,&quot;sub_title&quot;:&quot;&quot;,&quot;design&quot;:{&quot;background_color&quot;:false,&quot;border_color&quot;:false,&quot;title_color&quot;:false,&quot;subtitle_color&quot;:false,&quot;button_align&quot;:&quot;right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;button&quot;:{&quot;text&quot;:&quot;Download Tax-Data Card&quot;,&quot;url&quot;:&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2017\\/11\\/Autumn-Budget-2017.pdf&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;fontawesome-arrow-circle-down&quot;,&quot;icon_color&quot;:false,&quot;icon&quot;:0,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;width&quot;:false,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;atom&quot;,&quot;button_color&quot;:&quot;#eded07&quot;,&quot;text_color&quot;:false,&quot;hover&quot;:true,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15&quot;,&quot;rounding&quot;:&quot;0.25&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;}},&quot;_sow_form_id&quot;:&quot;5a1f3c6515da9&quot;,&quot;_sow_form_timestamp&quot;:&quot;1511997312687&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-328-0-1-0\\&quot; class=\\&quot;so-panel widget widget_sow-cta panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Budget 2017','','inherit','closed','closed','','328-revision-v1','','','2017-11-29 23:37:44','2017-11-29 23:37:44','',328,'http://www.numbersbalanced.com/328-revision-v1/',0,'revision','',0),(1542,1,'2017-11-29 23:42:40','2017-11-29 23:42:40','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn61\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn65\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn72\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn10\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn74\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn17\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:42:40','2017-11-29 23:42:40','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1541,1,'2017-11-29 23:42:40','2017-11-29 23:42:40','<div id=\"pl-1541\"  class=\"panel-layout\" ><div id=\"pg-1541-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1541-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1541-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1541-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1541-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn99\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1541-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn56\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1541-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1541-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn27\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1541-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn16\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1541-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1541-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-3-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn17\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1541-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"6\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn32\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:42:40','2017-11-29 23:42:40','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1548,1,'2017-11-29 23:46:34','2017-11-29 23:46:34','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn31\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn37\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn87\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn60\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:46:34','2017-11-29 23:46:34','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1544,1,'2017-11-29 23:43:48','2017-11-29 23:43:48','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn78\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn96\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn80\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn78\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn66\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-77-3-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"7\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn24\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:43:48','2017-11-29 23:43:48','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1543,1,'2017-11-29 23:43:48','2017-11-29 23:43:48','<div id=\"pl-1543\"  class=\"panel-layout\" ><div id=\"pg-1543-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1543-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1543-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1543-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1543-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1543-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn27\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1543-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1543-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn33\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1543-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1543-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1543-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn86\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1543-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1543-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn87\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1543-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1543-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1543-3-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/03/Budget-2014.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\">Budget 2017</a></h4>\nThe Chancellor of the Exchequer said ”The Budget will build a Britain fit for the future\".<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/budget-2017/\" id=\"kadbtn33\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div><div id=\"panel-1543-3-0-1\" class=\"so-panel widget widget_custom_html panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1543-3-0-1\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-1&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1543-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1543-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"7\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn73\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:43:48','2017-11-29 23:43:48','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1547,1,'2017-11-29 23:46:33','2017-11-29 23:46:33','<div id=\"pl-1547\"  class=\"panel-layout\" ><div id=\"pg-1547-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1547-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1547-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1547-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1547-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1547-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn66\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1547-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1547-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn89\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1547-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1547-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1547-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn53\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1547-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1547-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn66\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1547-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1547-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1547-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1547-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1547-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1547-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1547-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:46:34','2017-11-29 23:46:34','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1546,1,'2017-11-29 23:46:06','2017-11-29 23:46:06','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn95\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn63\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn39\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn4\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-3-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn33\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:46:06','2017-11-29 23:46:06','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1545,1,'2017-11-29 23:46:06','2017-11-29 23:46:06','<div id=\"pl-1545\"  class=\"panel-layout\" ><div id=\"pg-1545-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1545-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1545-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1545-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1545-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1545-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn51\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1545-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1545-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn22\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1545-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1545-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1545-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn94\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1545-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1545-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn57\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1545-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1545-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1545-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1545-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1545-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1545-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1545-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1545-3-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Corporation-Tax-e1404297396112.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\">Corporation Tax</a></h4>\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/corporation-tax/\" id=\"kadbtn91\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:46:06','2017-11-29 23:46:06','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1549,1,'2017-11-29 23:49:23','2017-11-29 23:49:23','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn44\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn45\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn69\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn5\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:49:23','2017-11-29 23:49:23','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1552,1,'2017-11-29 23:53:38','2017-11-29 23:53:38','<div id=\"pl-1552\"  class=\"panel-layout\" ><div id=\"pg-1552-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1552-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1552-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1552-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1552-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1552-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1552-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1552-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn78\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1552-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1552-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1552-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1552-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn61\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1552-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1552-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1552-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1552-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1552-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1552-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1552-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1552-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1552-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1552-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1552-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1552-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1552-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1552-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:53:38','2017-11-29 23:53:38','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1550,1,'2017-11-29 23:53:12','2017-11-29 23:53:12','<div id=\"pl-1550\"  class=\"panel-layout\" ><div id=\"pg-1550-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1550-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1550-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1550-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1550-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1550-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1550-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1550-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn23\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1550-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1550-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1550-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1550-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn82\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1550-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1550-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1550-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1550-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1550-2-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn73\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1550-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1550-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1550-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1550-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn59\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1550-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1550-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1550-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1550-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1550-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1550-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1550-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:53:12','2017-11-29 23:53:12','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1551,1,'2017-11-29 23:53:12','2017-11-29 23:53:12','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn21\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn25\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-2-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/vat-e1404297163868.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\">VAT</a></h4>\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/vat/\" id=\"kadbtn86\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Tax.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\">Income Tax</a></h4>\nRead more about Income Tax and National Minimum Wages that apply.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/incometax/\" id=\"kadbtn91\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;9\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:53:12','2017-11-29 23:53:12','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1553,1,'2017-11-29 23:53:38','2017-11-29 23:53:38','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn1\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn62\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:53:38','2017-11-29 23:53:38','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1556,1,'2017-11-29 23:55:24','2017-11-29 23:55:24','<div id=\"pl-1556\"  class=\"panel-layout\" ><div id=\"pg-1556-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1556-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1556-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1556-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1556-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1556-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1556-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1556-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1556-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1556-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1556-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1556-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1556-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1556-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1556-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1556-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1556-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1556-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1556-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1556-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1556-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1556-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1556-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1556-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:55:24','2017-11-29 23:55:24','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1554,1,'2017-11-29 23:54:59','2017-11-29 23:54:59','<div id=\"pl-1554\"  class=\"panel-layout\" ><div id=\"pg-1554-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-1554-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1554-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-1554-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1554-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1554-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1554-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1554-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn99\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-1554-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1554-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1554-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-1554-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn27\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-1554-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1554-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1554-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1554-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1554-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1554-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1554-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-1554-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1554-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1554-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1554-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-1554-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1554-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1554-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:55:00','2017-11-29 23:55:00','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1555,1,'2017-11-29 23:55:00','2017-11-29 23:55:00','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-1-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/Records-Retention.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\">Records Retention</a></h4>\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/records-retention/\" id=\"kadbtn49\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-77-1-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table width=\"100%\">\n<tbody>\n<tr>\n<td width=\"35%\"><div class=\"thumbborder thumbpad\"><img src=\"http://www.numbersbalanced.com/wp-content/uploads/2014/07/business-expenses-e1404294668531.jpg\" width=\"100%\" height=\"150\"></div></td>\n<td width=\"65%\"><h4><a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\">Business Expenses</a></h4>\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.<br />\n<a href=\"http://www.numbersbalanced.com/knowledge-base/business-expenses/\" id=\"kadbtn94\" target=\"_self\" class=\"kad-btn btn-shortcode kad-btn-primary sm-kad-btn \" style=\"background-color:#33743c; border: 0 solid; border-color:#000;  color:#ffffff\" onMouseOver=\"\" onMouseOut=\"\">Read More <i class=\"icon-link3\"\"></i></a></td>\n</tr>\n</tbody>\n</table></div>\n		</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;7\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:55:00','2017-11-29 23:55:00','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0),(1557,1,'2017-11-29 23:55:24','2017-11-29 23:55:24','<div id=\"pl-77\"  class=\"panel-layout\" ><div id=\"pg-77-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;background_image_position&quot;:&quot;center top&quot;,&quot;background_image_style&quot;:&quot;cover&quot;}\" ><div id=\"pgc-77-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-77-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We know that as a Small business owner, you are faced to have to wear many hats. It is the only way to get things done to meet the demands of running a business. We have therefore provided some information to help.</p>\n</div>\n</div></div></div></div><div id=\"pg-77-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Records-Retention.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot;&gt;Records Retention&lt;\\/a&gt;&lt;\\/h4&gt;\\nIf your company is liable for Corporation Tax you must keep and retain adequate business and accounting records.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/records-retention\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-1-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/business-expenses-e1404294668531.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot;&gt;Business Expenses&lt;\\/a&gt;&lt;\\/h4&gt;\\nView our Updated List of Allowable Expenses which includes All day-to-day expenses of a business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/business-expenses\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-1-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-77-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/vat-e1404297163868.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot;&gt;VAT&lt;\\/a&gt;&lt;\\/h4&gt;\\nIn most cases, A VAT-Registered business can reclaim the VAT they pay on the purchases of goods and services for their business.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/vat\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-2-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Tax.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot;&gt;Income Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nRead more about Income Tax and National Minimum Wages that apply.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/incometax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-2-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-77-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-77-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/03\\/Budget-2014.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot;&gt;Budget 2017&lt;\\/a&gt;&lt;\\/h4&gt;\\nThe Chancellor of the Exchequer said \\u201dThe Budget will build a Britain fit for the future\\&quot;.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/budget-2017\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;5\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-77-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-77-3-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;table width=\\&quot;100%\\&quot;&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td width=\\&quot;35%\\&quot;&gt;&lt;div class=\\&quot;thumbborder thumbpad\\&quot;&gt;&lt;img src=\\&quot;http:\\/\\/www.numbersbalanced.com\\/wp-content\\/uploads\\/2014\\/07\\/Corporation-Tax-e1404297396112.jpg\\&quot; width=\\&quot;100%\\&quot; height=\\&quot;150\\&quot;&gt;&lt;\\/div&gt;&lt;\\/td&gt;\\n&lt;td width=\\&quot;65%\\&quot;&gt;&lt;h4&gt;&lt;a href=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot;&gt;Corporation Tax&lt;\\/a&gt;&lt;\\/h4&gt;\\nCorporation Tax is a tax on the taxable profits of limited companies and other organisations including clubs, societies, associations and other unincorporated bodies.&lt;br \\/&gt;\\n[btn  text=\\&quot;Read More\\&quot; tcolor=\\&quot;#ffffff\\&quot; bcolor=\\&quot;#33743c\\&quot; link=\\&quot;http:\\/\\/www.numbersbalanced.com\\/knowledge-base\\/corporation-tax\\/\\&quot; size=\\&quot;small\\&quot; icon=\\&quot;icon-link3\\&quot;]&lt;\\/td&gt;\\n&lt;\\/tr&gt;\\n&lt;\\/tbody&gt;\\n&lt;\\/table&gt;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-77-3-1-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div>','Knowledge Base','','inherit','closed','closed','','77-revision-v1','','','2017-11-29 23:55:24','2017-11-29 23:55:24','',77,'http://www.numbersbalanced.com/77-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css`
--

DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` text,
  `hover` text,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css`
--

LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations`
--

LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_settings`
--

DROP TABLE IF EXISTS `wp_revslider_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_settings` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `general` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_settings`
--

LOCK TABLES `wp_revslider_settings` WRITE;
/*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_sliders`
--

DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders`
--

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides`
--

DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides`
--

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(809,15,0),(1000,16,0),(829,14,0),(899,14,0),(924,16,0),(925,16,0),(926,16,0),(927,16,0),(928,16,0),(929,16,0),(930,16,0),(931,16,0),(932,16,0),(933,16,0),(934,16,0),(935,16,0),(936,16,0),(937,16,0),(938,16,0),(939,16,0),(940,16,0),(962,17,0),(963,18,0),(964,18,0),(965,18,0),(966,18,0),(967,18,0),(968,18,0),(969,18,0),(970,18,0),(971,18,0),(972,18,0),(973,18,0),(974,18,0),(975,18,0),(976,18,0),(977,18,0),(978,18,0),(979,18,0),(980,18,0),(1261,15,0),(774,15,0),(1181,15,0),(1226,15,0),(1192,14,0),(1202,14,0),(1219,14,0),(1245,15,0),(1254,14,0),(1491,1,0),(1493,1,0),(1495,1,0),(1497,1,0),(1499,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(7,7,'events_categories','',0,0),(8,8,'events_categories','',0,0),(9,9,'events_categories','',0,0),(6,6,'post_format','',0,0),(12,12,'post_format','',0,0),(13,13,'post_format','',0,0),(14,14,'category','',0,6),(15,15,'category','',0,6),(16,16,'nav_menu','',0,18),(17,17,'nav_menu','',0,1),(18,18,'nav_menu','',0,18);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(9,'PAYE / NIC Quartely','paye-nic-quartely',0),(7,'Income Tax','income-tax',0),(8,'PAYE / NIC Monthly','paye-nic',0),(6,'post-format-aside','post-format-aside',0),(12,'post-format-gallery','post-format-gallery',0),(13,'post-format-link','post-format-link',0),(14,'Business Motivation','business-motivation',0),(15,'Small Business Advice','small-business-advice',0),(16,'Main Menu','main-menu',0),(17,'Social Menu','social-menu',0),(18,'Mobile','mobile',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=94 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','Jennifer Muwonge'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','blue'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp350_media,wp360_revisions,wp340_customize_current_theme_link,wp390_widgets,wp410_dfw,bws_shortcode_button_tooltip,addtoany_settings_pointer'),(13,1,'show_welcome_panel','0'),(14,1,'wp_dashboard_quick_press_last_post_id','1292'),(15,1,'closedpostboxes_page','a:0:{}'),(16,1,'metaboxhidden_page','a:2:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";}'),(41,1,'google',''),(17,1,'managenav-menuscolumnshidden','a:3:{i:0;s:11:\"link-target\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(19,1,'wp_user-settings','hidetb=1&widgets_access=on&editor=html&imgsize=full&align=left&wplink=1&uploader=1&libraryContent=browse&urlbutton=post&mfold=o&ed_size=505&advImgDetails=show&editor_plain_text_paste_warning=2&siteorigin_panels_setting_tab=general'),(20,1,'wp_user-settings-time','1511997023'),(21,1,'closedpostboxes_dashboard','a:0:{}'),(22,1,'metaboxhidden_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(42,1,'flickr',''),(23,1,'manageedit-ai1ec_eventcolumnshidden','a:2:{i:0;s:8:\"comments\";i:1;s:0:\"\";}'),(26,1,'manageedit-postcolumnshidden','a:10:{i:0;s:6:\"author\";i:1;s:10:\"categories\";i:2;s:4:\"tags\";i:3;s:8:\"comments\";i:4;s:4:\"date\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";}'),(27,1,'manageedit-pagecolumnshidden','a:4:{i:0;s:6:\"author\";i:1;s:8:\"comments\";i:2;s:0:\"\";i:3;s:0:\"\";}'),(28,1,'edit_page_per_page','20'),(29,1,'closedpostboxes_post','a:0:{}'),(30,1,'metaboxhidden_post','a:6:{i:0;s:16:\"so-panels-panels\";i:1;s:16:\"tagsdiv-post_tag\";i:2;s:13:\"trackbacksdiv\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";}'),(31,1,'metaboxhidden_sidebar','a:1:{i:0;s:13:\"pageparentdiv\";}'),(37,1,'tgmpa_dismissed_notice','1'),(38,1,'occupation',''),(39,1,'twitter',''),(40,1,'facebook',''),(32,1,'closedpostboxes_sidebar','a:1:{i:0;s:16:\"cas-spread-words\";}'),(33,1,'aim',''),(34,1,'yim',''),(35,1,'jabber',''),(36,1,'nav_menu_recently_edited','17'),(43,1,'vimeo',''),(44,1,'linkedin',''),(45,1,'dribbble',''),(46,1,'pinterest',''),(47,1,'instagram',''),(77,1,'wp_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1465759248;}'),(84,1,'so_panels_directory_enabled','1'),(86,1,'teasers_dismissed','a:2:{s:9:\"sow-image\";b:1;s:18:\"sow-simple-masonry\";b:1;}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'balanced','$P$BnGlL/wp6.yKSHVyqKPxDwzbPAhBZl/','balanced','director@numbersbalanced.com','','2012-01-22 13:15:13','',0,'Jennifer Muwonge');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-11-30 14:16:34
