/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: Matt Davies
Company: Attitude Design Ltd
Web Address: www.attitudedesign.co.uk
Date: Apr 2010

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	font-size:115%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0 0.4em 0;
}

h2 {
	/* top & bottom margin based on font size */
	margin:1.5em 0 0.2em 0;
}

h3 {
	/* top & bottom margin based on font size */
	margin:1em 0 0.5em 0;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:normal; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin: 0 0 0 20px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	padding: 0 0 5px 2px;
	margin: 0 0 0 5px;
	color: #000000;
}
ul dl {
	margin: 0 0 0 20px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
	line-height: 1.3em;
	color: #000000;
}
.page_width {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding:0;
}
#footer_width {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding:0;
}
.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.hr {
	width: 100%;
	border-top: 1px #d4cbda dashed;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	height: 1px;
}
.hrlong {
	width: 100%;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	height: 7px;
	background:URL('images/hr.gif') center top no-repeat;
}
a:link,.terms-inline a:link		{ color: #751d3d; text-decoration: none;}
a:visited,.terms-inline a:visited		{ color: #751d3d; text-decoration: none;}
a:hover,.terms-inline a:hover	{ color: #666; text-decoration: none;}
a:active,.terms-inline a:active	{ color: #751d3d; text-decoration: none;}
/* --------------------------------- */ 
/* CUSTOM STYLES */
/* --------------------------------- */ 

body {
	padding:0;
	margin:0;
	color:#666666;
}

p, .terms-inline {
	color:#666666;
	line-height:1.4em;
	font-size: 110%;
}
h2 {
	font-size:190%;
	color:#74163E;
	font-weight:lighter;
	letter-spacing: 0.5px;
	}

h3 {
	font-size:150%;
	color:#74163E;
	font-weight:lighter;
	letter-spacing: 0.5px;
}
.half, .third, .fourth, .wcolumn {
	padding:0 10px 0 10px;
	float:left;
}
.half {
	width:471px;  /* minus 4 for the padding */
}
.third {
	width: 670px;
}
.wcolumn {
	width:430px;
}
.fourth {
	width: 230px;
	margin-bottom:1px;
}
.block {
	width:100%;
}

#header {
	background:URL('images/headerback.gif') repeat-x top left #751d3d;
	padding:0px 0 2px 0;
}

#header .logo {
	float:left;
	background:URL('images/logo.gif') no-repeat;
	margin:27px 0 0 0;
	width:300px;
	height:70px;
}

#header .logo h1, #header .logo p {
	display:none;
}

#header .logo img {
	width:370px;
	height:70px;
}

.topright {
	float: right;
	width: 500px;
}

#header .right, #header .topcta {
	float:right;
}
#header .topsearch {
	float:right;
	font-size:100%;
	width:340px;
	padding:0;
	margin:0;
	background:URL('images/searchright.gif') top right no-repeat;
	
}
#header .topsearch p {
	padding:7px 0 18px 25px;
	margin:0;
	background:URL('images/searchleft.gif') top left no-repeat;
}
#header .topsearch input,#header .topsearch form {
	padding:0;
	margin:0;
}
#header .topcta {
	margin:30px 0 20px 0;
	font-size:140%;
	font-weight:bold;
	color:#fcbe65;
}
#header .topcta strong {
	font-size:160%;
	color:#f38036;
}
.nav {
	margin-left:-3px;
}
.nav ul, .nav li {
	padding:0;
	margin:0;
}
.nav li {
	float:left;
	margin-right:4px;
	list-style:none;
	padding:0;
	font-size:110%;
	background:URL('images/navlinkright.gif') bottom right no-repeat #fcbe65;
}
/*drupal override */
ul.links li {
	padding:0;
}
.nav li a {
	background:URL('images/navlinkleft.gif') bottom left no-repeat;
	display:block;
	font-weight:bold;
	color:#751d3d;
	text-transform:uppercase;
	text-decoration:none;
	padding:9px 13px 7px 13px;
}

.nav .active-trail {
	background:URL('images/navlinkrights.gif') bottom right no-repeat #751d3d;	
}
.nav .active-trail a {
	background:URL('images/navlinklefts.gif') bottom left no-repeat;
	color:#fcbe65;
}

.nav li a:hover {
	color:#f38036;
}

.subpage { /*Used on InnerPage Setup */
	margin-top:40px;
	width:100%;
	float: left;
}

.subpage h1 {
	color:#6f173d;
	font-size:290%;
	padding:0;
	margin:0 0 10px 0;
	font-weight:bold;
	letter-spacing: 0.5px;
}

.subpage .leadin {
	color:#6f173d;
	font-size:200%;
	padding:0;
	text-shadow: 0 1px 1px #FFF;
	margin:0;
}

.subpage .image img,
.headersection .third .home img {
	padding:5px 5px 5px;
	margin:5px 5px 20px 0;
	border:1px solid #eb8530;
}


.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.subpage .sellingpoints {

}


.homeblock p {
	width: 460px;
}

.homeblock h2 {
	margin-top:10px;	
}

.testimonial p {
	width: 80%;
}
/*
SellingPoints1 = Landscape, 1 column
SellingPoints2 = Landscape, 2 columns
SellingPoints3 = Landscape, 3 columns
*/





.content strong {
	font-weight:bold;
}

.content ul li {
	color:#666666;
	font-size:100%;
	line-height:1.4em;
}

.content .headersection {
	margin-top:35px;
	margin-bottom: 20px;
	float: left;
	width: 950px;
}

.subpage .headersection {
	margin-top:0;
}

.headersection img {
	margin: 0 10px 0 0;
}

.headersection .third{
	width: 690px;
}

.content .headersection .forth {
	float: right;
}

.headersection .frontrightbar {
	margin: 30px 0 0 0;
}

.content .headersection h2 {
	font-size:350%;
	color:#79173d;
	padding:0;
	margin:0;
	font-weight:bold;
}
.content .headersection ul {
	padding:0;
	width:460px;
	float: left;
	margin:20px 0 20px 0;
}

.content .headersection li {
	float:left;
	font-size:140%;
	color:#7f7f7f;
	width:200px;
	margin: 0 0 5px 0;
	padding:0 0 5px 28px;
	background:URL('images/arrowright.gif') left top no-repeat;
	list-style:none;
}

.buttonholder {
	background:#fcbe65;
	padding:2px; 
	margin:0;
	float:left;
}
.button {
	padding: 6px 10px 6px 11px;
	margin:0;
	border:1px solid #79173d;
	color:#79173d;
	font-size:120%;
	font-weight:bold;
	float:left;
}

.button:hover {
	color:#fcbe65;
	background:#79173d;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.headersection .headerleft2 {
	width:460px;
}
.frontrightbar .subsection .floatleft,
.frontrightbar {
		width:230px;
}

.frontrightbar {
	background:URL('images/hrsmall.gif') bottom center no-repeat;
}

.subsection {
	border-bottom:1px solid #fff;
	display:block;
	color:#751d3d;
	padding-top:12px;
	margin-bottom:10px;
	background:URL('images/hrsmall.gif') top center no-repeat;
	font-size:118%;
	float: left;
	width: 230px;
}
.leftcol .subsection {
	width:90%;
}
.subsection .floatleft {
	width:100%;
}
.subsection strong,
.subsection strong a,
.linklist a {
	font-weight:bold;
	color:#e98633;
}

.subsection strong a:hover,
.linklist a:hover {
	font-weight:bold;
	color:#78253F;
}



.linklist a:after {
}

.subsection .linksys img {
	margin-right:10px;
	width: 52px;
	height: 52px;
	float: left;
}
.subcontent .floatright .floatleft {
	width:100%;
}
.testimonial {
	background:URL('images/quote2.gif') no-repeat bottom left;
	padding-bottom:10px;
}

.testimonialtext {
	background:URL('images/quote1.gif') no-repeat top left;
	padding:20px 0 0 0;
	width: 88%;
}

.name {
	color:#000;
	font-size: 110%;
	font-weight: bold;
} 

.testimonialside {
	background:URL('images/quote2.gif') no-repeat bottom left;
	padding-bottom:20px;
}

.testimonialside .testimonialtext {
	background:URL('images/quote1.gif') no-repeat top left;
	margin:0;
	padding:20px 0 0 0 ;

}

.testimonialside .name p{
	color:#333333;
	font-weight:bold;
	font-style:italic;
	font-size:80%;
	margin: 0;
	padding: 0;
}
.testimonialtext p {
	margin: 0 0 5px 0;
	font-size: 110%;
}

.subsection .testimonialside .name p{
	font-size: 70%;
}

.subsection .testimonialtext p {
	margin: 0 0 5px 0;
	font-size: 90%;
}

.blogsnip h4 a {
	color:#e98633;
	font-weight:bold;
	font-size:120%;
}
.blogsnip em {
	color:#888;
}
.blogsnip p {
	padding-top:10px;
}
.claimbox {
	margin-top:50px;
	background:URL('images/claimback.jpg') repeat-x bottom left #75163e;
	padding:5px 0 29px 5px;
	padding-bottom:29px;
}
.contact_right .claimbox {
	margin-top:0;
}
.claimtext {
	padding:15px;
	background:URL('images/claimsubback.jpg') no-repeat left top;
}
.claimtext h2 {
	font-size:200%;
	float:left;
	padding:5px 0 0 0;
	margin:0;
	color:#fcbe65;
}
.claimtext .floatleft img {
	float:left;
	margin: 0 0 3px 0;
}
.claimtext table {
	width: 100%;
}
.claimtext td {
	border:0;
	font-size:120%;
}
.claimtext td, .claimtext .floatright {
	color:#fcbe65;
}

.claimtext td label{
	width: 100%;
	float: right;
	text-align:right;
}

.claimtext td p {
	color:#FFF;
	font-size:80%;
}
.claimtext td a,.claimtext .floatright strong {
	color:#fcbe65;
	font-weight:bold;
}
.claimtext textarea {
	width:100%;
	height:105px;
}

.padding {
	padding-top:50px;
}

.footer {
	margin-top:50px;
	padding-top:40px;
	padding-bottom:150px;
	background:URL('images/footerback.gif') repeat-x;
}
.footer a, .footer a:link, .footer a:active {
	color: #888888; /* from p {} */
}

.footer p {
	font-size: 90%;
	color: #999999;
	line-height: 2.2em;
}

.footer img {
	margin: 0 3px 0 0;
}


.footer a:hover {
	color: #000;
}
.footer .floatleft {
	margin-right:10px;
	width: 200px;
}

.footer .floatright {
	width: 198px;
}


.footer h4 {
	height:51px; /* this is the height to the images/sIFR */
	color: #676767;
}

.subpage .alignlefts_p2,.subpage .alignlefts_p4 {
	float:left;
	width:330px;
}

.testimonials .views-field-field-client-value .field-content {
	font-style:italic;
	font-size:90%;
}


/* Blog Styles */


.blog .views-row {margin-bottom:20px; float:left; width:80%;}
.blog .views-field-title {float:left;font-weight:bold; width: 375px;}
.blog .views-field-created {float:right;font-style:italic;font-size:80%; width: 160px; text-align: right; margin-top:30px;}
.blog .views-field-body {float:left;width:100%;display:block;}
.blog .views-field-view-node {float:left;}
.blog .views-field-edit-node {float:right;}

/* Blog on Home Page */
#block-views-LatestBlogPost-block_1 .view-content {
	float:left;
}

#block-views-LatestBlogPost-block_1 .views-field-title a {
	color: #E98633;
	font-size: 120%;
	font-weight: bold;
}

#block-views-LatestBlogPost-block_1 .views-field-created,
#block-views-LatestBlogPost-block_1 .views-field-name {
	font-style:italic;
	float:left;
	padding-right:5px;
}

#block-views-LatestBlogPost-block_1 .views-field-body {
	width:100%;
	margin:10px 0;
	float:left;
}


#testimonialpagecontainer #content { border-top:1px solid #CFCFCF; margin-top:10px; }
#testimonialpagecontainer #content .views-row {margin-top:20px; float:left; width:90%; padding-bottom:10px; padding-right:10%;border-bottom:1px solid #CFCFCF;}
#testimonialpagecontainer #content .views-field-title {float:left;font-weight:bold;}
#testimonialpagecontainer #content .views-field-body,  
#testimonialpagecontainer #content .views-field-body p  {float:left;width:100%;display:block;}
#testimonialpagecontainer #content .views-field-field-client-value {float:left;}
#testimonialpagecontainer #content .views-field-edit-node {float:right;}

.faq { border-top:1px solid #CFCFCF; margin-top:10px; border-bottom:1px solid #CFCFCF; float: left;}
.faq .views-row {margin-top:20px; float:left; width:90%;
padding:10px;}
.faq .views-row h2{
	margin-top:0;
}
.faq .views-field-title {float:left;font-weight:bold;}
.faq .views-field-body,  
.faq .views-field-body p {float:left;width:100%;display:block;}
.faq .views-field-field-client-value {float:left;}
.faq .views-field-edit-node {float:right;}

#casepagecontainer #content { border-top:1px solid #CFCFCF; margin-top:10px; }
#casepagecontainer #content .views-row {margin-top:20px; float:left; width:90%; padding-bottom:10px; padding-right:10%;border-bottom:1px solid #CFCFCF;}
#casepagecontainer #content .views-field-title {float:left;font-weight:bold;}
#casepagecontainer #content .views-field-body,  
#casepagecontainer #content .views-field-body p {float:left;width:100%;display:block;}
#casepagecontainer #content .views-field-field-client-value {float:left;}
#casepagecontainer #content .views-field-edit-node {float:right;}


/* Inner Page Variations */
.subpage .sellingpoints {
	margin-bottom:20px;
	float:left;
}
.subpage .sellingpoints ul {
	float:left;
	display: inline;
	margin:0;
	padding:0 0 10px 0;
	width: 540px;
}

.subpage .sellingpoints ul li {
	float:left;
	margin:0;
	font-size:150%;
	padding:0px 5px 5px 30px;
	background:URL('images/arrowright.gif') left top no-repeat;
	list-style:none;
	display: block;
}

.subpage .image {
	float:left;
}

.subpage .sellingpoints_lc { width:100%; } 
.subpage .sellingpoints_lc ul li { width:350px; }

.subpage .sellingpoints_llc { width:680px; } 
.subpage .sellingpoints_llc ul li { width:220px; } 

.subpage .sellingpoints_llcr { width:430px; }
.subpage .sellingpoints_llcr ul li { width:170px; float:left; } 

.subpage .sellingpoints_lcr { width:680px; } 
.subpage .sellingpoints_lcr ul { width:680px; } 
.subpage .sellingpoints_lcr ul li { width:300px; } 

.subpage .sellingpoints_pc { width:460px;  float:left ;} 
.subpage .sellingpoints_pc ul li { width:220px; }
.subpage .image_pc { width:480px; float:left ;}
.subpage .text_pc {width:460px; float:left;}

.subpage .sellingpoints_plc { width:340px;  float:left; } 
.subpage .sellingpoints_plc ul li { width:320px; }
.subpage .image_plc { width:350px; float:left ;}
.subpage .text_plc {width:320px; float:left;}

.subpage .sellingpoints_plcr { width:430px;  float:left ; margin-bottom:20px;} 
.subpage .sellingpoints_plcr ul li { width:200px; }
.subpage .image_plcr { width:430px; float:left ;}
.subpage .text_plcr {width:430px; float:left;}

.subpage .sellingpoints_pcr { width:320px;  float:left ;} 
.subpage .sellingpoints_pcr ul li { width:320px; }
.subpage .image_pcr { width:350px; float:left ;}
.subpage .text_pcr {width:320px; float:left;}






.frontpageul li {
	float:left;
}


.formred {
	border:2px solid RGB(255,0,0);
	background:RGB(200,200,200);
}

#homepageanim {
	float: right;
}

.home_left {
	width: 540px;
	float: left;
}

.home_right {
	width: 400px;
	float: right;
}

.animtext {
	font-size: 96%;
	font-style: normal;
	color: #888;
}

.homesublinks {
	margin: 36px 0 0 0;
}

.field-content p{
	margin: 0;
	padding: 0;
}

.content .menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 92%;
}

.content .attitudeclaimmenu .menu li a {
	color: #EA8630;
	font-weight: bold;
}

.content .attitudeclaimmenu .menu{
	margin: 0 0 20px 0;
	padding: 0;
}

.content .attitudeclaimmenu .menu li a:after {
	content: " »";
}

.content .attitudeclaimmenu  .menu li{
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: normal;
	font-size: 70%;
	line-height: 1.8em;
	width: 100%;
}

.content .attitudeclaimmenu  .menu li ul li{
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.8em;
	width: 100%;
}

.content .attitudeclaimmenu  .menu li ul{
	margin: 0 0 10px 10px;
}



.content .menu li {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	color: #74163E;
	list-style-type: none;
	list-style-image: none;
	float: left;
	line-height: 1.8em;
		width:100%;
		display:block;
}

.content .menu li a {
	color: #74163E;
	font-weight: normal;
	font-size: 170%;
	margin: 0 0 8px 0;
	display: block;
	float: left;
	width: 100%;

}

.content .menu .menu li a {
	color: #EA8630;
	font-weight: bold;
}

.content .menu .menu li a:after {
	content: " »";
}

.content .menu .menu{
	margin: 0;
	padding: 0;
}

.content .menu .menu li{
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: normal;
	font-size: 60%;
	line-height: 1.8em;
	width: 100%;
}

.content .menu .menu li a{
	margin: 0;
	padding: 0;

}

.claimnowright {
	width:680px;
	float: left;
	margin: 0 20px 0 0;
}

.claimnowright .claimbox {
	margin: 0;
}

.textforpages_ h2{
	margin-top: 20px;
}

.claimnowleft {
	width:200px;
	float: left;
}

.fourth .subsection h2{
	margin-top: 0;
	padding: 0;
}

.item-list .pager {
	float: left;
	width: 100%;
}

.item-list .pager li{
	color:#79173D;
	padding: 0 5px 0 0;
	margin: 20px 3px 10px 0;
	float: left;
}

.item-list .pager a{
	background:#79173D none repeat scroll 0 0;
	color:#FCBE65;
	padding: 3px 5px;
	float: left;
}

.item-list .pager .pager-current {
	padding: 6px 5px;
	float: left;
}

.item-list .pager li a:hover{
	background:#FCBE65; none repeat scroll 0 0;
	padding: 3px 5px;
	color:#FFF;
}

.faq .views-row-even {
	background: #F2F2F2;
}

.main_map {
	margin: 30px 0 0 0;
	float: left;
}

.contact_left {
	width: 400px;
	float: left;
	margin: 0 20px 0 0;
}

.contact_left p {
	width:100%;
	margin: 0;
}

.contact_left h3 {
	font-size: 110%;
	font-weight: bold;
	margin:0;
}

.contact_right h2 {
	margin-top:15px;
}
.contact_right {
	width: 400px;
	float: left;
}

.blogsidebar h3 {
	margin: 0 0 5px 0;
	font-size: 180%;
}



.blogsidebar ul  {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 92%;
}

.blogsidebar ul li a {
	color: #EA8630;
	font-weight: bold;
}

.blogsidebar ul li a:hover {
	color:#6F173D;
}


.blogsidebar ul  li a:after {
	content: " »";
}

.blogsidebar ul li{
	margin: 0;
	padding: 0 0 1px 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 110%;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.8em;
	width: 100%;
}

.blogsidebar ul  li ul li{
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.8em;
	width: 100%;
}

.blogsidebar ul  li ul{
	margin: 0 0 10px 0;
}

.claimnowright .claimbox .claimtext td{
	padding: 10px 0 0 0;
}

.content .attitudeclaimmenu .menu li .active,
.blogsidebar li .active{
	color:#6F173D;
}

.content .attitudemenu .menu li .active{
	color:#6F173D;
}

.menu .active-trail{
	color:#6F173D;
}

.home_left .fourth {
	padding:0;
}

.content .blogsidebar .followus {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
}

.content .blogsidebar .followus a{
	color: #EA8630;
	font-size: 90%;
}

.content .blogsidebar .followus a:hover{
	color:#6F173D;
}

.footerleft {
	float: left;
	margin: 0 20px 0 0;
	width: 400px;
}

.footerright {
	float: right;
	width: 450px;

}

.footerleft a {
	background:no-repeat scroll 0 0;
	display:block;
	float:left;
	height:0;
	overflow:hidden;
	padding:78px 0 0;
	width: 100%;
}



.footerleft .footerlink {
	float:left;
	overflow:hidden;
}

.footerleft .actonscorp {
	width:53px;
	background:transparent url('images/footerlinks/actonsmain_logo.gif');
	margin: 0 20px 0 0;

}
.footerleft  .actonscorp:hover{
	background-position:0 -79px;
}


.footerleft .actonspi {
	width:229px;
	background:transparent url('images/footerlinks/actonspi_logo.gif');
}
.footerleft  .actonspi:hover{
	background-position:0 -79px;
}


.footerright  .linkitem .footerlink {
	float:right;
	overflow:hidden;
	margin: 13px 40px 0 0;
	width:68px;
}

.footerright .linkitem a {
	background:no-repeat scroll 0 0;
	display:block;
	float:right;
	height:0;
	overflow:hidden;
	padding:50px 0 0;
	width:68px;
}

.footerright p {
	text-align:right;
}

.contact_details {
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: bold;
	width: 100%;
	float: left;
}

.contact_details li{
	display: block;
	margin: 0 0 10px 0;
}
.claimnow img {
	padding:0 10px 0 0px;
}
.claimnow p {
	display:block;
	width:100%;
	padding:0 0 5px 0;
}
.contact_phone {
	background:URL('images/icon_phone.gif') left top no-repeat;
	list-style-type:none;
	padding: 0 0 13px 45px;
}

.contact_form {
	background:URL('images/icon_form.gif') left top no-repeat;
	list-style-type:none;
	padding: 0 0 13px 45px;
}

.contact_email {
	background:URL('images/icon_email.gif') left top no-repeat;
	list-style-type:none;
	padding: 0 0 16px 45px;
}

.googlemaps {
	width:400px;
	height:350px;
	border:0;
	overflow:hidden;
}


.footimage {
	text-align:center;
	margin-top:40px;
	float:left;
	width:100%;
}

.submitinput {
	width: 40px;	
}

.form-text {
	width: 125px;	
}

p img {
	margin: 0 10px 0 0;
}

hr {
	border: none;
	border-top: 1px solid #e6e6e5;
	padding: 4px 0 4px 0;
}

#forwardform, .twtr-hd {
	display:none;
}

#twtr-widget-1 {
	float:left;
}

#twtr-widget-1 .twtr-tweet-wrap {
	margin: 0;
	padding: 5px 0 10px 0;
}

#twtr-widget-1 .twtr-ft div{
	padding: 5px 0 0 0;
	margin: 0;
}

.label {
	text-align:right;
}

.block ul.links {
	margin: 6px 0 10px 0;
	padding: 0;
}

.block ul.links .first{
padding: 0;
	margin: 0;
}

.headersection .third {
	padding-left: 0px;
}

.contentfooter {
	margin-top:20px;
	float:left;
	width:100%;
}

.contentfooter p {
	margin-bottom:10px;
}

.halfleft {
	width:70%;
	float:left;
}

.halfright {
	width:30%;
	text-align:right;
	float:right;
}

.blogsnip{
	width: 88%;
}

.contentfooter ul.links {
	margin: 6px 0 0 0;
}

.contentfooter ul.links li.first{
	margin: 0;
	padding: 0;
}

.linklist ul {
	float: left;
}

.linklist ul li {
	width: 100%;
}

.right {
	float:right;
	text-align:right;
}

.blog .submitted, .blog .taxonomy-term-description, .blog .terms-inline .inline {
	display:none;
}

.blog .links .node_read_more a:after {
	content: "...";
}