/*
 
Theme Name: Corporate Child Theme
Theme URL: http://www.studiopress.com/themes/corporate
Description: Corporate is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
Author: StudioPress
Author URI: http://www.studiopress.com
Version: 1.0
Template: genesis
The CSS, XHTML and design is released under GPL:

http://www.opensource.org/licenses/gpl-license.php



*//*** Fonts ***/
@import url('fonts/fonts.css');
 @import url('css/dropdown.css');
body {
	background: url(images/wrap_bg.png) top center repeat;	/*RB EDIT - repeat at end*/
	background-repeat: repeat;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	margin: 0px auto 0;
	padding: 0;
	line-height: 20px;

}
/***** Hyperlinks ********************/
a, a:visited {
	color: #115cad;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	/*RB EDIT - 11px*/
}
a:hover {
	color:#115cad;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
a img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px!important;
}
/***** Wrap ********************/
#wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;/*position: relative;

	-moz-box-shadow: 0 5px 10px #333333;*/
}
/***** Header  ********************/
#header {
	/*background: url(images/header.png);*/

	width: 1018px;
	height: 98px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
#header .wrap {
}
#title-area {
	width: 360px;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	overflow: hidden;
}
#title-area #title {
	color: #CCCCCC;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 36px;
}
#title-area #title a {
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#title-area #title a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
}
#header .widget-area {
	width: 595px;
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
}
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
}
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
}
#header .widget-area ul {
	margin: 0;
	padding: 0;
}
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
/***** Image Header - Partial Width ********************/
.header-image #header #title-area {
	background: url(http://agilitas.com.au/wp-content/uploads/2013/03/Agiltasnew.png) left top no-repeat;		/*RB EDIT logo.png*/ /*RB EDIT agilitas.png*/
	background-size: 250px 90px;	/*RB EDIT blank*/
	/*height: 102px;*/
}
.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block;
	float: left;
	width: 360px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.header-image #title-area #description {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
/***** Image Header - Full Width ********************/
.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
}
/***** Header Right Navigation ********************/
#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
}
#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #000000;
	color: #FFFFFF;
}
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
}
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	background: url(images/arrow-down.png);
}
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
}
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
}
#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}
#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
}
#header ul.nav li ul a, #header ul.menu li ul a {
	width: 160px;
}
#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -33px 0 0 179px;
}
#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
}
#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
}
#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover {
	position: static;
}

/***** Nav Menu ********************/
#nav {
/*background: url(images/nav.png);*/
	/*width: 1024px;
	height: 35px;
	font-family:"Share-Regular";
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	clear: both;*/
}
#nav .wrap {
}
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li a {
	background: url(images/nav-dotted-bg.png) bottom repeat-x;
	color: #CCC;
	display: block;
	font-family: 'Share-Regular';
	font-size: 1.25em;
	margin: 0 10px 0 0;
	padding: 7px 25px 8px 0;
	text-decoration: none;
	position: relative;
}
#nav li a:hover, #nav li a:active {
	color: #CCC;
}
#nav li a.sf-with-ul {
	padding-right: 20px;
}
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #444444;
	color: #FFFFFF;
	width: 158px;
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}
#nav li li a:hover, #nav li li a:active {
	background: #000000;
	color: #FFFFFF;
}
#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
}
#nav li ul a {
	width: 160px;
}
#nav li ul a:hover, #nav li ul a:active {
}
#nav li ul ul {
	margin: -31px 0 0 179px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
}
#nav li:hover, #nav li.sfHover {
	position: static;
}
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 6px 10px;
}
#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav li.date {
}
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
}
#nav li.search {
	padding: 0 10px 0 10px;
}
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
}
/***** SubNav Menu ********************/
#subnav {
	clear: both;
	width: 960px;
	height: 30px;
	background: #444444; 
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;/*RB EDIT*/
	margin: 0;
	padding: 0
}
#subnav .wrap {
}
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
}
#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
}
#subnav li a.sf-with-ul {
	padding-right: 20px;
}
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #444444;
	color: #FFFFFF;
	width: 138px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}
#subnav li li a:hover, #subnav li li a:active {
	background: #000000;
	color: #FFFFFF;
}
#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
}
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}
#subnav li ul a {
	width: 140px;
}
#subnav li ul a:hover, #subnav li ul a:active {
}
#subnav li ul ul {
	margin: -31px 0 0 159px;
}
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
}
#subnav li:hover, #subnav li.sfHover {
	position: static;
}
/***** Inner ********************/
.page #page_wrap {

	width: 100%;
	
	background: none;		/*url(images/wrap_bg.png) repeat;*/	/*RB EDIT - bg-trans-white.png*/
}
#page_wrap {
	width: 100%}

#page_bg {

	width: 100%;
	background: none;		/*url(images/wrap_bg.png) repeat;*/	/*RB EDIT - bg-trans-white.png*/
	display: block;

}
.page_bgholder {
	margin: 0 auto;
	width: 1048px;
	width: 100%;
}
.error404 #page_wrap {
	background: none;		/*url(images/wrap_bg.png) repeat;*/	/*RB EDIT - bg-trans-white.png*/
}
.error404 .page_bgholder {
	background: none!important;
}
.error404 #content-sidebar-wrap {
	margin: 0 auto!important;
	float: none!important;
}
.error404 #content h1 {
	display: block!important;
}
#inner {
	width: 1024px;
	margin: 0 auto 10px;
	padding: 0;
}
/***** Inner Backgrounds ********************/
.content-sidebar #inner {
}
.sidebar-content #inner {
}
.content-sidebar-sidebar #inner {
}
.sidebar-sidebar-content #inner {
}
.sidebar-content-sidebar #inner {
}
.full-width-content #inner {
}
/***** Homepage ********************/
.dcg {
	background: #F7F7F7;
	width: 610px;
	float: left;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #E6E6E6;
}
#content .dcg h2 {
	font-size: 18px;
	font-weight: normal !important;
}
#featured-top {
	width: 790px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.featured-top-left {
	width: 238px;
	float: left;
	margin: 0;
	padding: 0;
	padding: 9px 21px 0 0;/*border: 1px solid #E6E6E6;*/
}
.featured-top-center {
	width: 238px;
	float: left;
	margin: 0;
	padding: 0;
	padding: 9px 21px 0 0;/*border: 1px solid #E6E6E6;*/
}
.featured-top-right {
	width: 238px;
	float: left;
	margin: 0;
	padding: 0;
	padding: 9px 21px 0 0;/*border: 1px solid #E6E6E6;*/
}
#featured-bottom {
	background: #F7F7F7;
	width: 610px;
	float: left;
	margin: 0;
	padding: 9px 9px 0 9px;
	border: 1px solid #E6E6E6;
}
#content #featured-top h2, #content #featured-top h2 a, #content #featured-bottom h2, #content #featured-bottom h2 a {
	color: #707070;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 1px dotted #c2c2c2;
	line-height: 145%;
}
.featured-top-center h2, .featured-top-right h2 {
	padding: 26px 0 10px 0!important;
}
#sidebar-home h2 {
	color: #222222!important;
	font-size: 18px!important;
	font-weight: normal;
	margin: 0 0 15px 770px!important;		/*RB EDIT - 0 0 15px 0*/
	padding: 35px 0 10px 0!important;	/*RB EDIT - 26px*/
	border: none;
	border-bottom: 1px dotted #C2C2C2;	/*RB EDIT dotted underline*/
	line-height: 145%;
}
#content #featured-top h2 a:hover, #content #featured-bottom h2 a:hover {
	color: #3A87DD;
	text-decoration: underline;
}
#content #featured-top h4, #content #featured-bottom h4 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
#featured-top .wrap, #featured-bottom .wrap {
	margin: 0;
	padding: 0;
}
#featured-top p, #featured-bottom p {
	margin: 0;
	padding: 0 0 9px 0;
}
.home #featured-top p, .home #featured-bottom p {
	padding: 0!important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#featured-bottom .widget, #featured-top .widget {
	margin: 0;
	padding: 0;
}
#content #featured-bottom img, #content #featured-bottom p img, #content #featured-top img, #content #featured-top p img {
	max-width: none;
}
#featured-bottom .user-profile {
	overflow: hidden;
}
#featured-bottom .user-profile p {
	padding: 10px;
}
#featured-bottom ul, #featured-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}
#featured-bottom ul li, #featured-top ul li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0;
	padding: 0 0 0 18px;
}
#featured-bottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
}
#featured-bottom .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
.more-from-category a {
	font-weight: bold;
}
.more-from-category a:hover {
	text-decoration: underline;
}
/***** Homepage Featured Post/Page ********************/
#featured-top .featuredpost, #featured-top .featuredpage, #featured-bottom .featuredpost, #featured-bottom .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
}
#featured-top .featuredpost .post, #featured-top .featuredpage .page, #featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}
#featured-top .featuredpost .avatar, #featured-top .featuredpage .avatar, #featured-bottom .featuredpost .avatar, #featured-bottom .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#featured-top .featuredpost img, #featured-top .featuredpage img, #featured-bottom .featuredpost img, #featured-bottom .featuredpage img {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
/***** Breadcrumb ********************/
.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #E6E6E6;
	display:none;
}
/***** Taxonomy Description ********************/
.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
}
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
}
/***** Content-Sidebar Wrapper ********************/
#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	/*float: left;*/
}
.page-id-7 #content-sidebar-wrap {
	margin:  0 0 80px 2px!important;
}
.single-post #content-sidebar-wrap {
	margin:  0 0 80px 2px!important;
}
.home #content-sidebar-wrap {
	margin: 58px 0 80px 2px!important;
}
.page-id-5 #content-sidebar-wrap {
	margin: 72px 0 80px 2px!important;
}
.page-id-17 #content-sidebar-wrap {
	margin: 67px 0 80px 2px!important;
}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 1016px;		/*RB EDIT - 1016px*/
	margin:65px 0 80px 2px;
}
.page-id-5 .column_04 {
	width: 236px;
}
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
}
/***** Content ********************/
#content {
	width: 630px;
	margin: 0 0 10px 0;
	padding: 20px 10px 0 10px;
	float: left;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}
.sidebar-content #content, .content-sidebar #content {
	width: 1024PX;
	margin: 0 0 10px 0;
	padding: 0 0 0;
	height: auto;
	min-height: 300px;
}
.home #content {
	width: 770px;
	margin: 0 0 10px 0;
	padding: 0;
}
.full-width-content #content {
	width: 920px;
	margin: 0 0 10px 0;
	padding: 20px 10px 0 10px;
}
#content img, #content p img {
	max-width: 100%;
}
#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
}
#content .post {
	margin: 0 0 40px 0;
	padding: 0;
}
#content .page {
	margin: 0 0 5px 0;
	padding: 0;
}
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
}
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
}
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
}
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
}
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
}
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0;
}
.slide_left {
	float:left;
	width: 515px;
	height: 322px;
	margin: 0;
	padding: 0;
}
.slide_left iframe {
	margin: -322px 0 0 0;
	z-index: -1;
	position: relative;
}
.slide_left img {
	z-index: 1;
	position: relative;
}
.watch_video {
	z-index: 2;
	position: relative;
}
.slide_left ul li {
	list-style: none;
}
/* RICHARD MOD 18th Dec 2012 */
.slide_right {
	float: right;
	width: 505px;
	height: 322px;
	margin: 0;
	padding: 0;

}
/* END RICHARD MOD 18th Dec 2012 */

/* GEORGE MOD */
.watch_video_fix
{
	width: 180px;
	position:relative;
	top:190px;
	left:50px;
}
.watch_video_fix ul li {
	list-style: none;
}
.watch_video_fix p {
	float: left;
	margin: -12px 0 0 0;
	padding: 15px 0;
	color: #ffffff;
	font-size: 18px!important;
	font-family: 'Share-Regular';
}
.watch_video_fix img {
	float: right;
	margin: 0;
	padding: 0;
}
/* END GEORGE MOD */

.watch_video {
	width: 180px;
	margin: -155px 0 0 280px;
	/*position: absolute;
	float: right;*/
}
.watch_video ul li {
	list-style: none;
}
.watch_video p {
	float: left;
	margin: -12px 0 0 0;
	padding: 15px 0;
	color: #ffffff;
	font-size: 18px!important;
	font-family: 'Share-Regular';
}
.watch_video img {
	float: right;
	margin: 0;
	padding: 0;
}
.page-id-17 .slide_right, .page-id-115 .slide_right {
	float: right;
	width: 460px;
	height: 322px;
	margin: 0;
	padding: 0;
}
.page-id-17 .slide_left, .page-id-115 .slide_left {
	float:left;
	width: 560px;
	height: 322px;
	margin: 0;
	padding: 0;
}
.page-id-17 .watch_video, .page-id-115 .watch_video {
	margin: -145px 0 0 20px;
}
.clear {
	clear: both;
}
/***** Post Info ********************/

	

.post-info {
	font-size: 12px;
	margin: 5px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.post-info p {
	margin: 0;
	padding: 0;
}
.postid-691 .post-info,  .postid-699 .post-info,  .postid-691 .post-meta span.categories,  .postid-699 .post-meta span.categories {
	display: none;
}
/***** Post Meta ********************/

	

.postid-691 .post-meta,  .postid-699 .post-meta {
	width: 240px;
}
.post-meta {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	border-top: 2px solid #CCCCCC;
	clear: both;
}
/***** Author Box ********************/

	

.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
}
.author-box p {
	margin: 0;
	padding: 0;
}
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
/***** Headlines in Content ********************/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #222222;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#content td{
	float: left;
	width: 238px;
	height: 65px;
	border-bottom: 1px dotted #CCC;
	font-family: 'Share-Regular';
	text-transform: uppercase;
	padding: 0 0 10px 0;
	color: #707070;
	font-size: 18px;
	vertical-align: bottom;
}
	
#content h1 {
	font-size: 20px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #CCCCCC;
	display:none;
}
#content h2 {
	font-size: 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	font-family: 'Share-Regular';
	text-transform: uppercase;
	color: #707070;
	margin: 0 0 15px 0;
}
.page-id-5 #content h2 {
	width: 755px;
	line-height: 140%;
}
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
}
#content h2 a:hover {
	color: #3A87DD;
	text-decoration: none;
}
#content h3 {
	float: left;
	width: 238px;
	margin: -47px 0 0 0;
	font-size: 18px;
	border-bottom: 1px dotted #CCCCCC;
	font-family: 'Share-Regular';
	text-transform: uppercase;
	padding: 0 0 10px 0;
	color: #707070;
	font-size: 18px;
}
#content h4 {
	font-size: 14px;
}
#content h5 {
	font-size: 12px;
}
#content h6 {
	font-size: 16px;
	color: #ee3a43;
	text-transform: uppercase;
	float: right;
	font-family: 'Share-Regular';
}
/***** Post Icons ********************/

	

.time {
	margin: 0;
	padding: 0;
}
.post-comments {
	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}
.categories {
	margin: 0;
	padding: 0;
}
.tags {
	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}
/***** Images ********************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}
img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}
/***** Post Navigation ********************/
.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	display: inline;
}
.navigation li a {
	color: #3A87DD;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
}
.navigation li a:hover {
	background: #F7F7F7;
	color: #3A87DD;
	border: 1px solid #E6E6E6;
	text-decoration: none;
}
.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
}
.navigation li.active a {
	background: #F7F7F7;
	color: #3A87DD;
	font-weight: bold;
	border: 1px solid #E6E6E6;
}
/***** Primary & Secondary Sidebars ********************/
#sidebar {
	width: 270px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;

#sidebar-home {
	width: 228px;
	float: right;
	margin: 9px 0 0 0;
	padding: 0;
	display: inline;
	font-size: 12px; 	/*RB EDIT - delete*/
}
#sidebar-alt {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
#sidebar .widget, #sidebar-alt .widget, #sidebar-home .widget {
	margin: 0;
	padding: 0;/*border: 1px solid #E6E6E6;*/
}
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a, #sidebar-home h2, #sidebar-home h2 a {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#sidebar h2 a:hover, #sidebar-alt h2 a:hover, #sidebar-home h2 a:hover {
	color: #3A87DD;
	text-decoration: underline;
}
#sidebar h4, #sidebar-alt h4, #sidebar-home h4 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
#sidebar .widget p, #sidebar-alt .widget p, #sidebar-home .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p, #sidebar-home .textwidget p {
	margin: 0;
	padding: 0;
}
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img, #sidebar-home img, #sidebar-home a img {
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol, #sidebar-home ul, #sidebar-home ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol, #sidebar-home ul ul, #sidebar-home ol ol {
	margin: 0;
	padding: 0 0 0 18px;
}
#sidebar li, #sidebar-alt li, #sidebar-home li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0;
	padding: 0 0 0 18px;
	word-wrap: break-word;
}
#sidebar-home embed, #sidebar-home object {
	width: 280px;
	height: 225px;
	margin: 0;
	padding: 0;
}
/***** Sidebar(s) Tag Cloud ********************/
#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 5px 5px 5px;
}
/***** Sidebar(s) Category Dropdown ********************/

	

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
}
#sidebar #cat {
	width: 238px;
}
#sidebar-alt #cat {
	width: 128px;
}
#sidebar-home #cat {
	width: 278px;
}
/***** Sidebar(s) Featured Post/Page ********************/
#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 9px;
}
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #E6E6E6;
	clear: both;
}
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
/***** Sidebar(s) User Profile ********************/
#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
}
#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
}
#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
}
/***** Search Form(s) ********************/
.searchform {
	margin: 0;
}
#header .searchform {
	float: right;
	margin: 0 10px 0 0;
	padding: 71px 0 0 0;
}
#sidebar .searchform {
	padding: 0;
}
#nav .searchform {
	float: right;
	padding: 7px 0 0 0;
}
.s {
	background: #FFFFFF !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px!important;		/*RB EDIT - 11px*/
	margin: 0 5px 0 0;
	padding: 3px 0 3px 5px;
	border: 1px solid #E6E6E6;
}
#header .s {
	width: 175px;
}
#nav .s, #sidebar .s {
	width: 155px;
}
#sidebar-alt .s {
	width: 80px;
}
#sidebar-home .s {
	width: 195px;
}
.searchsubmit {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #000000;
}
.searchsubmit:hover {
	background: #000000;
	border: 1px solid #000000;
}
/***** eNews & Updates Widget ********************/
.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
}
#sidebar .enews p {
	margin: 0;
	padding: 5px 10px 0 0;
}
.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar .enews #subscribe {
	padding: 0;
}
.enews #subbox {
	background: #FFFFFF !important;
	width: 190px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
}
.enews #subbutton {
	background: #444444;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #444444;
}
.enews #subbutton:hover {
	background: #000000;
	border: 1px solid #000000;
}
/***** Latest Tweets Widget ********************/
.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
}
/***** Calendar ********************/
#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
}
#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar th {
	color: #333333;
}
#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
}
#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
}
#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
}
/***** Contact Form ********************/

	

.gform_footer .button {
	background: #444444;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #444444;
}
.gform_footer .button:hover {
	background: #000000;
	border: 1px solid #000000;
}
.gform_footer input.button {
	color: #FFFFFF !important;
}
.gform_wrapper .gform_footer {
	border: none!important;
}
.cform textarea, .cform input {
	width: 220px !important;
}
.cform {
	width: 255px !important;
}
input.cf-box-a, input.cf-box-b {
	width: 16px !important;
}
input#sendbutton {
	width: 100px !important;
	margin: 10px 17px 0 !important;
}
/***** Footer ********************/
#footer {
	clear: both;
	width: 1024px;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 auto;
	padding: 15px 0 40px;
	text-transform: uppercase;
}
#footer .wrap {
}
#footer a, #footer a:visited {
	color: #707070;
	text-decoration: none;
	font-family: 'Share-Regular';
}
#footer a:hover {
	color: #98d4d1;
	font-family: 'Share-Regular';
}
#footer p {
	margin: 0;
	padding: 0;
	color: #707070;
	font-family: 'Share-Regular';
}
#footer .gototop {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	color: #333333;
}
#footer .gototop a {
	margin: 0;
	padding: 0 0 1px 15px;
	background: url(images/footer-top.png) no-repeat left center;
	color: #333333;
	font-family: 'Share-Regular';
}
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	color:#333333;
}
/***** Comments ********************/
.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#respond {
	margin: 0 0 15px 0;
	padding: 0;
}
#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #3A87DD;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
}
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #3A87DD;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
}
#submit {
	background: #444444;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #444444;
}
#submit:hover {
	background: #000000;
	border: 1px solid #000000;
}
.comment-list {
	margin: 0;
	padding: 0;
}
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
}
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
}
.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.comment-list li ul li {
	margin-right: -6px;
	margin-left: 10px;
}
.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}
.comment-list li .avatar {
	background: #F7F7F7;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
}
.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
}
.commentmetadata {
	font-size: 11px;
	font-weight: normal;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.alt {
	margin: 0;
	padding: 10px;
}
.children {
	margin: 0;
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.reply a, .reply a:visited {
	background: #444444;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #444444;
}
.reply a:hover {
	background: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
}
.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
}
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}
.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}
#navigation {
	width: 1020px;
	height: auto;
	margin: 0 auto 30px;
	padding: 20px 0 27px;
}
.page-id-7 #navigation {
	padding: 20px 0 15px!important;
}
#slideshow {
	width: 1020px;
	height: 265px;		/*RB EDIT 325px*/
	margin: 15px auto 0;
	padding:  0;
}
#slideshow img {
	margin: 0 auto;
}
#nav_menu-4 ul {
	display: inline;
	list-style: none;
	margin: -20px 0 0 0;
	padding: 0;
}
#nav_menu-4 ul li {
	display: inline;
	list-style: none;
	text-decoration: none;
	padding: 10px 20px 10px 0;
	width: 239px;
	text-align: left!important;/*RB EDIT remove important*/
}
/*#nav_menu-4 ul li.nav-all:hover{
	background: #ffffff;
	padding-left: 20px!important;
	margin: 0 0 0 -20px!important;
	
	
}*/
#nav_menu-4 ul li#menu-item-15:hover {
	margin: 0 0 0 -20px!important;
	padding-left: 20px!important;
}
#nav_menu-4 ul li a {
	text-decoration: none;
	color: #717171;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	background-color: transparent; /*background: url(images/nav_li-border.png) bottom repeat-x;*/
	border-bottom: 1px dotted #3f3f3f;
	text-transform: uppercase;		/*RB EDIT - main navigation headings*/
	font-family: 'Share', cursive;
	font-weight: 100 !important;
}
*#nav_menu-4 ul li#menu-item-15 {
	padding: 10px 0 10px!important;
}
#nav_menu-4 ul li a:hover {
	color: #98d4d1;			/*RB EDIT - hover colour for top menu only*/
}
#nav_menu-4 ul li.current_page_item a {
	color: #98d4d1;
}
div#seopressor-powered, .seopressor-center {
	display: none;
}
#nav_menu-5 {
	float:left;
	width: 618px;
	height: auto;
	margin: 0;
	padding: 0;
}
#nav_menu-5 ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
}
#nav_menu-5 ul li {
	display: inline;
	list-style: none;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #98d7d4;
}
#nav_menu-5 ul li a {
	text-decoration: none;
	color: #707070;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
#nav_menu-5 ul li a:hover,  .digital a:hover,  .seo a:hover {
	color: #98d4d1;
	text-decoration: none;
}
.copyright {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 10px;
}
.digital {
	float: left;
	width: 135px;
	margin: 0;
	padding: 0 10px;
}
.seo {
	border-left: 1px solid #98D7D4;
	float: right;
	margin: 2px 0 0 0;
	padding-left: 10px;
	width: 50px;
}
.copyright p, .digital p {
	color: #707070 !important;
	margin: 3px 0 0 0!important;
	font-size: 12px;
	border-right: 1px solid #98D7D4;
	line-height: 145%;
}
#featured-top h2, #sidebar-home h2 {
	padding: 8px 0;
	text-transform:uppercase;/*RB EDIT - column headings*/
	font-family: 'Share-Regular'!important;
	color: #707070!important;
	font-size: 18px;
}
.column_01, .column_02, .column_03, .column_04 {
	float: left;
	width: 238px;
	margin: 0 22px 0 0;
	padding: 0;
	padding: 0;/*border: 1px solid #E6E6E6;*/
	text-transform: none;	/*RB EDIT - delete*/
}
.column_01 h3, .column_02 h3, .column_03 h3, .column_04 h3 {
	padding: 0 0 10px 0;
	line-height: 145%;
	margin: 0 0 15px 0!important;
}
.column_01 h3, .column_02 h3, .column_03 h3 {
	padding: 16px 0 10px 0!important;
}
.page-id-17 .column_04 h3 {
	padding: 16px 0 10px 0!important;
}
.page-id-11 .column_04 {
	/*border-top: 1px dotted #CCCCCC;*/
	margin: 52px 0 0 300px!important;
}
.page-id-11 .column_03 {
	margin: 0 22px 0 300px;
}
/*.page-id-11 .contact_info {
	border-top: 1px dotted #CCCCCC;
}*/
	
/*.page-id-11 #nav_menu-4 ul li#menu-item-15 a{
	padding: 10px 145px 10px 0;
}*/
.page-id-11 p {
	margin: 0;
	padding: 0;
}
.column_04 {
	margin: 0;
}
#content p {
	color: #333;
	font-size: 12px!important;	/*RB EDIT - important*/
	font-family: Verdana, Geneva, sans-serif;
}
#content span {
	color: #98d4d1;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.contact_info p {
	margin: 0;
	padding:0;
}
.digital p {
	border: none!important;
}
.page-id-5 #content .column_01 span {
	color: #333;
}
.page-id-5 #content a {
	color: #115cad;
	/*font-family: "Share-Regular";*/
	font-size: 12px;
}
.page-id-7 #content a {
	text-transform: none;/*RB EDIT*/
}
#content a {
	color: #115cad;
}
.widget-wrap {
	background: none!important;
}
.textwidget {
	background: none!important;
	text-transform: none!important; /*RB EDIT - delete*/
}
.contact_info {
	margin: 15px 0 0 0;
}
.contact_info a {
	color: #115CAD;
}
#content .column_02 span {
	color: #115CAD!important;
}
/*------------------------------------FAQ STYLE --------------------------------------*/
#blog_container {
	width: 1048px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.blog_post {
	float:	left;
	width: 238px!important;
	height: 290px;
	margin: 0;
	padding: 9px 21px 0 0;
	text-transform: none!important; /*RB EDIT - delete, blog body text*/
}
#content #blog_container h3 {
	margin: 0!important;
	line-height: 140%;
}
.blog_post  td{
	float: left;
	width: 238px;
	height:35px!important;		/*RB EDIT 65px - decreased gap between blog heading and body*/
	border-bottom: 1px dotted #CCC;
	font-family: 'Share-Regular';
	text-transform: uppercase;/*RB EDIT - blog headings*/
	padding: 0 0 10px 0;
	color: #707070;
	font-size: 18px!important;
	vertical-align: bottom;
}
@-moz-document url-prefix() {
 .blog_post  td{
	 float: none!important;
  }
}
@-moz-document url-prefix() {
   #content  td{
	 float: none!important;
  }
}
/*#post-245 h3, #post-250 h3, #post-258 h3 {
	padding: 25px 0 10px 0!important;
}
#post-254 h3 {
}
 @-moz-document url-prefix() {
 #post-281 h3, #post-262 h3, #post-254 h3 {
 padding: 27px 0 10px 0!important;
}
}
#post-286,  #post-366,  #post-275,  #post-277 {
	height: 250px!important;
}
#post-275 h3, #post-277 h3 {
	padding: 35px 0 0 0;
}
 @-moz-document url-prefix() {
 #post-275 h3, #post-277 h3, #post-286 h3 {
 padding: 0;
}
}*/
#reply-title {
	padding: 10px 0!important;
}
#commentform textarea {
	width: 500px!important;
	height: 250px!important;
}
.page-id-115 h3 {
	padding: 0!important;
	height: 60px;
	
}
.postid-552 .post-info {
	display: none;
}
.cform {
	margin: 63px auto 0!important;
	padding: 0;
}
.linklove {
	width: 160px!important;
}
p.cf-sb {
	margin: 20px 0!important;
}
.linklove a {
	display: none;
}
.page #content a {
	font-size: 12px;
}
.home_icon {
	width: 28px;
	height: 22px;
	margin: -13px 0 0 -40px;
	padding: 0;		/*RB EDIT - 0*/
	float:right;	/*position:absolute;*/	/*RB EDIT - absolute*/
	top: 120px;					/*top: 100px;*/		/*RB EDIT - delete*/
	/*right: 1250px;*/		/*left: 1475px*/	/* RB EDIT right: -1030px;*/		/*RB EDIT - delete*/
}