/* ------------------------------------------------------------------
Strange Website 08 Style Sheet
author:	Vikki Neal
email: vikki@strangecorp.com
use of conditional comments have been used throughout site, therefore several styles have been filtered
into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}
/* ------------------------------------------------------------------
Removes list-style from lists
-------------------------------------------------------------------*/
ul {
	list-style: none;
}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
}
/* ------------------------------------------------------------------
=Generic classes
-------------------------------------------------------------------*/
.clearboth {
	clear: both;
	line-height: 0;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
.noleftmargin {
	margin-left: 0 !important;
}
p.rssfeed {
	float: left;
	margin-left: 5px;
}
p.rssfeed a {
	text-indent: -1000px;
	width: 18px;
	height: 18px;
	display: block;
	background: url(/images/rss_feed_icon_18x18.gif) no-repeat;
}
/* ------------------------------------------------------------------
=Body & wrapper to allow bottom placed footer
-------------------------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: 960px; /* note width on body rather than using wrapper div */
	/*margin: 0 0 0 2px;*/
	margin: 0 auto;
}
#wrapper {
	position: relative;
	margin: 0;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height */
	min-height: 100%; /* real browsers */
}
#contentcontainer { /* ie6 */
	padding: 0 0 4em 0;
	

}
body#casestudypage #contentcontainer {
	padding: 0 0 6em 0;
}
/* ------------------------------------------------------------------
=Generic styles
-------------------------------------------------------------------*/
h1 {
	/*color: #79AC00;*/
	/*color: #567632;*/
	color: #000;
	font-size: 2.9em;
	display: block;
	margin: 0 0 20px 25px;
}
#servicescentercol h2, #genericcentercol h2 {
	color: #555;
	font-size: 1.6em;
	line-height: 1.4em;
	display: block;
	margin: 0 0 20px 0;
}
ol {
	font-size: 1.1em;
	color: #777;
	margin: 0 0 20px 25px;
}
ol li {
	margin: 0 0 5px 0;
	padding-left: 20px;
	line-height: 1.5em;
}
a, a:hover {
	text-decoration: none;
	outline: none;
}
a {
	color: #2C2929;
}
a:hover {
	color: #94D200;
}
p {
	font-size: 1.2em;
	color: #777;
}
p a {
	font-weight: bold;
}
/* ------------------------------------------------------------------
=Flash movie, utility nav & main nav
-------------------------------------------------------------------*/
#branding {
	/* background: url(/images/shared/page/nav_bg.gif) bottom repeat-x; */
	background-color: #fff;
	width: 762px;
	height: 81px;
	padding: 13px 15px 0 0;
	margin: 0;
	position: relative;
}
#flashwrap {
	width: 960px;
	height: 382px;
	position: relative;
	background-color: pink;
}
body#homepage #branding {
	z-index: 20;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 677px;
	height: 82px;
}
#flashmovie {
	z-index: 0;
	position: relative;
	top: 0;
	left: 0;
}
#homepage .noflash {
	padding: 160px 0 0 0;
	text-align: center;
}
.servicespage .noflash {
	padding: 50px 0;
	text-align: center;
}
.noflash p {
	padding: 5px 0;
}
#branding img {
	float: left;
	margin: 8px 0 21px 0;
}
ul#utilitynav {
	float: right;
}
ul#utilitynav li {
	float: left;
	font-size: 1.1em;
}
ul#utilitynav li a {
	color: #A2A2A2;
	font-weight: bold;
	margin: 0 6px;
}
ul#utilitynav li#sitemaplink a {
	margin: 0 10px 0 6px;
}
ul#mainnav {
	float: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
ul#mainnav li {
	float: left;
	font-size: 1.4em;
}
ul#mainnav li a {
	padding-right: 15px;
	font-weight: bold;
	/* margin-right: 3px;
	background: url(/images/shared/page/nav_divider_slim.gif) right center no-repeat; */
	}
ul#mainnav li#bloglink a {
	background: none;
	padding-right: 0;
}
body#homepage ul#mainnav li#homelink a, body.newspage ul#mainnav li#newslink a, body.clientspage ul#mainnav li#clientslink a, body.portfoliopage ul#mainnav li#portfoliolink a, body.servicespage ul#mainnav li#serviceslink a, body.whyuspage ul#mainnav li#whylink a, body.blogpage ul#mainnav li#bloglink a  {
	color: #94D200;
}
/* ------------------------------------------------------------------
=Breadcrumbs & header container
-------------------------------------------------------------------*/	
#headercontainer { /* ie 6 & 7 */
	background-color: #EFEFEF;
	width: 960px;
	margin: 0 0 17px 0;
}
#headercontainer .leftcol {
	float: left;
	width: 725px;
}
#headercontainer .rightcol {
	float: left;
	width: 235px;
	height: 127px;
	/* background: url(/images/shared/page/breadcrumb_right_bg.gif) 0 0 no-repeat; */
	}
#breadcrumbs {
	/* background: url(/images/shared/page/breadcrumb_bg.gif) top right repeat-x; */
	background-color: #EFEFEF;
	padding: 10px 0 10px 25px;
	}
#breadcrumbs p {
	font-size: 1em;
	color: #555;
}
#breadcrumbs p a {
	padding-right: 5px;
}
/* ------------------------------------------------------------------
=Welcome Copy
-------------------------------------------------------------------*/
#welcomecopy {
	margin: 25px 25px 25px 25px;
}
#welcomecopy h1 {
	font-size: 1.8em;
	color: #939393;
	margin: 0 0 5px 0;
}
#welcomecopy p {
	font-size: 2.8em;
	color: #555;
	margin-bottom: 15px;
}
.midgrey {
	color: #848484;
}
.lightgrey {
	color: #B9B9B9;
}
#welcomecopy a {
	font-size: 2em;
	color: #94D200;
	font-weight: bold;
	padding-left: 20px;
	background: url(/images/shared/page/welcomecopy_link.gif) left center no-repeat;
}
/* ------------------------------------------------------------------
=Back Buttons
-------------------------------------------------------------------*/
p.backbutton { /* ie6 */
	margin: 17px 245px 0 0;
	font-size: 1.1em;
	float: right;
}
body#casestudypage p.backbutton, body#clientdetailspage p.backbutton, body#servicesdetailpage p.backbutton {
	margin: 17px 0 0 0;
}
p.backbutton a {
	background: url(/images/shared/page/arrows.gif) 0 2px no-repeat;
	padding-left: 14px;
}
p.backbutton a:hover {
	background: url(/images/shared/page/arrows.gif) 0 -11px no-repeat;
}
/* ------------------------------------------------------------------
=Page titles
-------------------------------------------------------------------*/
p.header {
	font-size: 2.9em;
	color: #000;
	padding-left: 25px;
	margin-bottom: 20px;
}
#articletitle h1 {
	font-size: 2.5em;
	margin: 0 0 5px 0;
	width: 320px;
}
#articletitle h2 {
	clear: left;
	font-size: 1.7em;
	color: #555;
	margin-bottom: 20px;
}
/* ------------------------------------------------------------------
=News Section
-------------------------------------------------------------------*/
.colcontainer { /* ie6 */
	width: 958px;
	background: url(/images/news/news_faux_columns.gif) left repeat-y;
	position: relative;
}
#alignfix { /* ie6 */
	background: url(/images/news/align_fix.gif) left no-repeat;
	height: 6px;
	display: block;
}
.newsleftcol {
	float: left;
	width: 716px;
}
body#newslandingpage h1 { /* ie6*/
	float: left;
}
.newsleftcol hr {
	height: 6px;
	border-top: 6px solid #F0F0F0;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.newsrightcol { /* ie6 */
	float: right;
	width: 197px;
	background-color: #EFEFEF;
	margin-right: 2px;
	padding: 10px 20px 0 20px;
}
.newsrightcol h3 {
	color: #949494;
	font-size: 1.9em;
	margin-bottom: 20px;
}
.newsrightcol p { /* ie6 & 7 */
	font-size: 1.2em;
	margin-bottom: 10px;
}
.newsrightcol p a {
	font-weight: normal;
}
.newsrightcol hr {
	margin: 10px -10px;
	border-top: 1px solid #D0D0D0;
	height: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.newsrightcol .viewarchive { /* ie 7 */
	position: absolute;
	bottom: 10px;
}
.newsrightcol .viewarchive a {
	background: url(/images/news/archive_link_bg.gif) left 3px no-repeat;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.3em;
}
.newsrightcol .viewarchive a:hover {
	background: url(/images/news/archive_link_bg.gif) left -10px no-repeat;
}
/* Priority 1 */
#priorityone {
	padding: 0 30px 0 0;
	margin-bottom: 4px;
	display: block;
	clear: both;
}
#priorityone img {
	float: left;
	margin-right: 25px;
}
#priorityone h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
}
#priorityone p {
	font-size: 1.4em;
	line-height: 1.4em;
}
/* Priority 2 */
.prioritytwo {
	width: 336px;
	margin: 15px 0;
	padding-right: 20px;
}
.prioritytwo img {
	float: left;
	margin-right: 20px;
}
.prioritytwo .copy {
	margin-left: 140px;
}
.prioritytwo h3 {
	font-size: 1.3em;
	color: #2C2929;
	margin-bottom: 10px;
}
.prioritytwo h3 a {
	font-weight: bold;
}
/* Latest News */
#latestnews h2 {
	font-size: 1.9em;
	color: #707070;
	display: block;
	border-top: 1px solid #D9D8D8;
	border-bottom: 1px solid #D9D8D8;
	padding: 10px 0 10px 25px;
	margin: 0 2px 20px 0;
}
body.newspage #latestnews h2 {
	margin: 20px 2px 20px 0;
}
body#articlepage #latestnews h2 {
	margin: 40px 2px 20px 0;
}
#latestnews .articleblock {
	float: left;
	margin-right: 20px;
	width: 300px;
}
#latestnews .articleblock img {
	float: left;
	margin: 0 15px 20px 0;
}
#latestnews .articleblock p a {
	font-size: 1.3em;
	font-weight: normal;
}
/* article page */
#newsarticleleftcol, #newsarchiveleftcol { /* ie6 */
	width: 690px;
	float: left;
	margin: 0 8px 0 25px;
}
#newsarticleleftcol img {
	float: right;
	margin: 0 0 40px 20px;
}
#newsarticlerightcol, #newsarchiverightcol {
	width: 233px;
	float: left;
	margin-right: 2px;
}
/* archive bits */
.newsarchivepanel { /* ie7 */
	display: block;
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C5C4C4;
}
.newsarchivepanel img {
	float: right;
	margin: 0 0 10px 10px;
}
.newsarchivepanel h2 {
	font-size: 1.3em;
}
.newsarchivepanel h2 a {
	font-size: 1.3em;
}
.newsarchivepanel h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
/* ------------------------------------------------------------------
=Clients Pages
-------------------------------------------------------------------*/
#clientlanding {
	width: 730px;
}
#clientlanding a {
	display: block;
	width: 224px;
	height: 122px;
	border: 6px solid #F0F0F0;
	margin: 2px 4px 2px 0;
	text-indent: -10000px;
	float: left;
}
#clientlanding a#brittany {
	background: url(/images/clients/logos.gif) 0 0 no-repeat;
}
#clientlanding a#brittany:hover {
	background: url(/images/clients/logos.gif) 0 -122px no-repeat;
}
#clientlanding a#constellation {
	background: url(/images/clients/logos.gif) 0 -244px no-repeat;
}
#clientlanding a#constellation:hover {
	background: url(/images/clients/logos.gif) 0 -366px no-repeat;
}
#clientlanding a#energizer {
	background: url(/images/clients/logos.gif) 0 -488px no-repeat;
}
#clientlanding a#energizer:hover {
	background: url(/images/clients/logos.gif) 0 -610px no-repeat;
}
#clientlanding a#gear {
	background: url(/images/clients/logos.gif) 0 -732px no-repeat;
}
#clientlanding a#gear:hover {
	background: url(/images/clients/logos.gif) 0 -854px no-repeat;
}
#clientlanding a#leger {
	background: url(/images/clients/logos.gif) 0 -976px no-repeat;
}
#clientlanding a#leger:hover {
	background: url(/images/clients/logos.gif) 0 -1098px no-repeat;
}
#clientlanding a#mk {
	background: url(/images/clients/logos.gif) 0 -1220px no-repeat;
}
#clientlanding a#mk:hover {
	background: url(/images/clients/logos.gif) 0 -1342px no-repeat;
}
#clientlanding a#scotts {
	background: url(/images/clients/logos.gif) 0 -1464px no-repeat;
}
#clientlanding a#scotts:hover {
	background: url(/images/clients/logos.gif) 0 -1586px no-repeat;
}
#clientlanding a#universal {
	background: url(/images/clients/logos.gif) 0 -1708px no-repeat;
}
#clientlanding a#universal:hover {
	background: url(/images/clients/logos.gif) 0 -1830px no-repeat;
}
#clientlanding a#viacom {
	background: url(/images/clients/logos.gif) 0 -1952px no-repeat;
}
#clientlanding a#viacom:hover {
	background: url(/images/clients/logos.gif) 0 -2074px no-repeat;
}
#clientnavcol { /* ie6 */
	width: 165px;
	padding-left: 20px;
	float: left;
}
#clientnavcol ul {
	margin: -10px 0 0 0;
}
#clientnavcol ul li {
	color: #555;
	margin: 10px 0;
}
#clientnavcol ul li a {
	font-size: 1.3em;
	background: url(/images/clients/bullett.gif) 4px 1px no-repeat;
	padding-left: 18px;
}
#clientnavcol ul li a:hover {
	background: url(/images/clients/bullett.gif) 4px -27px no-repeat;
}
#clientnavcol ul li.onstate a {
	background: url(/images/clients/bullett.gif) 4px -56px no-repeat;
}
#clientnavcol ul ul { /* ie6 & 7 */
	margin-top: 10px;/*display: none;*/
	}
/*body#clientdetailspage #clientnavcol ul ul, body#casestudypage #clientnavcol ul ul {
	visibility: visible;
	display: block;
	}*/
#clientnavcol ul ul li {
	color: #A2A2A2;
	background: none;
	margin-left: 35px;
}
#clientnavcol ul ul li a {
	color: #A2A2A2;
	background: none !important;
	padding-left: 0;
}
#clientnavcol ul ul li.onstate a {
	color: #94D200;
	background: none;
}
#clientcentercol {
	width: 490px;
	float: left;
	margin: 0 22px 0 22px;
}
#clientcentercol h1 {
	margin: 0 0 20px 0;
	float: left;
}
body#casestudypage #clientcentercol h1 {
	margin: 0 0 0 0;
}
body#clientdetailspage #clientcentercol h3 {
	color: #555;
	font-size: 1.9em;
	line-height: 1.4em;
	display: block;
	margin: 20px 0;
}
#clientrightcol {
	width: 237px;
	float: left;
}
/* width taken out on case study panel */
.casestudypanel img { /* ie6 7 */
	float: left;
	margin: 6px 20px 6px 0;
}
.casestudypanel p {
	padding-top: 30px;
	height: 13px;
}
.casestudypanel p a {
	font-size: 1.3em;
	font-weight: bold;
	background: url(/images/clients/bullett_single.gif) 0 3px no-repeat;
	padding-left: 12px;
}
.casestudypanel p a:hover {
	background: url(/images/clients/bullett_single_rollover.gif) 0 3px no-repeat;
}
/* ------------------------------------------------------------------
=Related panel wrapper
-------------------------------------------------------------------*/	
#relatedpanelwrapper { /* ie6 & 7 */
	padding: 0 10px 10px 10px;
	background-color: #EFEFEF;
	display: block;
	clear: both;
}
#relatedpanelwrapper h3 {
	font-size: 1.9em;
	color: #8E8E8E;
	padding-top: 10px;
}
.relatedinfopanel { /* ie7 */
	border-top: 1px solid #ddd;
}
.greyborder {
	border-top: 1px solid #EFEFEF;
}
.relatedinfopanel img {
	float: left;
	margin: 10px 10px 10px 0;
}
.relatedinfopanel ul {
	margin-top: 10px;
}
.relatedinfopanel ul li {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	height: 13px;
}
.relatedinfopanel ul li a { /* ie7 6 */
	padding-left: 14px;
	background: url(/images/clients/grey_bg_bullett.gif) 0 2px no-repeat;
}
.relatedinfopanel ul li a:hover {  /* ie7 6 */
	background: url(/images/clients/grey_bg_bullett.gif) 0 -11px no-repeat;
}
.relatedinfopanel span.solution {
	color: #555;
	font-size: 11px;
	font-weight: normal;
}
/* ------------------------------------------------------------------
=Paging
-------------------------------------------------------------------*/	
.paging {
	font-size: 1.1em;
	float: left;
	border-bottom: 1px solid #C5C4C4;
	/*padding: 10px 0 15px 0;*/
	padding: 10px 25px 15px 25px;
	margin-bottom: 15px;/*width: 690px;*/
	/*width: 956px;*/
	}
.paging a {
	color: #777;
	padding: 5px;
}
.paging a.firstpagelink {
	background: url(/images/shared/page/arrows.gif) left 2px no-repeat;
	font-weight: bold;
	padding: 0 0 0 14px;
	margin-right: 10px;
}
.paging a.firstpagelink:hover {
	background: url(/images/shared/page/arrows.gif) left -11px no-repeat;
	font-weight: bold;
}
.paging a.lastpagelink {
	background: url(/images/shared/page/arrows.gif) right -23px no-repeat;
	font-weight: bold;
	padding: 0 14px 0 0;
	margin-left: 10px;
	color: #2C2929;
}
.paging a.lastpagelink:hover {
	background: url(/images/shared/page/arrows.gif) right -36px no-repeat;
	font-weight: bold;
}
.alignfix {
	float: left;
}
a.viewall {
	color: #2C2929;
	font-weight: bold;
}
a.activepaging {
	font-weight: bold;
	color: #94D200;
	background: url(/images/news/activepaging_bg.gif) bottom center no-repeat;
}
p.pagingtitle {
	float: right;
	padding: 0 4px;
	line-height: 17px;
	margin: 10px 0 10px 0;
}
/* ------------------------------------------------------------------
=Portfolio pages
-------------------------------------------------------------------*/
#portfoliowrapper {
	margin: 0 2px 0 0;
}
#portfoliowrapper .paging {
	padding: 10px 25px 15px 25px;
	width: 906px;
}
body.portfoliopage h1 { /* ie6 */
	margin: 0 0 20px 25px;
	float: left;
}
/* portfolio filter */
#filterby {
	float: left;
	margin: 10px 0 0 150px;
	width: 650px;
}
#filterby p {
	float: left;
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 20px;
}
#filterby select {
	margin: 0 40px 0 0;
	width: 130px;
	font-size: 1.1em;
	color: #555;
	border: 1px solid #969696;
	display: inline;
}
.portfoliopiecewrapper { /* ie6 & 7 */
	padding: 10px 25px 50px 25px;
	margin-right: 2px;
	position: relative;
	border-bottom: 1px solid #C5C4C4;
}
.portfoliopiece {
	width: 160px;
	margin: 10px 35px 0 35px;
	float: left;
}
.portfoliopiece h3 {
	font-size: 1.3em;
	color: #949494;
	margin-bottom: 10px;
}
.portfoliopiece img {
	margin-bottom: 20px;
}
.portfoliopiece h2 {
	margin-bottom: 10px;
	font-size: 1.8em;
}
.portfoliopiece h2 a {
	font-weight: bold;
}
.portfoliopiece p {
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
.portfoliopiece p a {
	position: absolute;
	bottom: 30px;
	font-size: 13px;
	padding-left: 14px;
	background: url(/images/shared/page/bullett.gif) 0 2px no-repeat;
}
.portfoliopiece p a:hover {
	background: url(/images/shared/page/bullett.gif) 0 -26px no-repeat;
}
#projectleftcol { /* ie6 */
	width: 690px;
	float: left;
	margin: 0 8px 0 25px;
}
body#projectpage h1 { /* ie6 */
	float: left;
}
#projectleftcol p.launchproject a {
	font-size: 13px;
	padding-left: 14px;
	background: url(/images/shared/page/bullett.gif) 0 2px no-repeat;
}
#projectleftcol p.launchproject a:hover {
	background: url(/images/shared/page/bullett.gif) 0 -26px no-repeat;
}
#projectrightcol {
	width: 233px;
	float: left;
	margin-right: 2px;
}
/* ------------------------------------------------------------------
=Multi image browser
-------------------------------------------------------------------*/	
.portfolioimgwrapper {
	float: right;
	margin: 0 0 20px 10px;
	width: 360px;
	padding: 0;
}
.thumbs {
	float: left;
}
.thumbsright {
	float: right;
}
/* ------------------------------------------------------------------
=Services Pages
-------------------------------------------------------------------*/
#servicesnavcol { /* ie6 */
	width: 175px; /* changed from 170 */
	padding-left: 20px;
	float: left;
}
#servicesnavcol ul {
	margin: -10px 0 0 0;
}
#servicesnavcol ul li {
	color: #555;
	margin: 10px 0;
}
#servicesnavcol ul li a {
	font-size: 1.3em;
	background: url(/images/clients/bullett.gif) 4px 1px no-repeat;
	padding-left: 18px;
}
#servicesnavcol ul li a:hover {
	background: url(/images/clients/bullett.gif) 4px -27px no-repeat;
}
#servicesnavcol ul li.onstate a { /* ie6 */
	background: url(/images/clients/bullett.gif) 4px -56px no-repeat;
}
#servicesnavcol ul ul { /* ie6 & 7*/
	margin-top: 10px;
}
#servicesnavcol ul ul li {
	color: #A2A2A2;
	margin-left: 35px;
	background: none;
}
#servicesnavcol ul ul li a {
	color: #A2A2A2;
	background: none !important;
	padding-left: 0;
}
#servicesnavcol ul ul li.onstate a {
	color: #94D200;
	background: none;
}
#servicescentercol { /* ie6 */
	width: 750px;
	float: left;
	margin: 0 0 0 12px; /* 12 = changed from 17 */
}
body#servicesdetailpage #servicescentercol {
	width: 490px;
	margin: 0 23px 0 12px;
}
.servicescopy {
	width: 510px;
}
#servicescentercol h1 {
	margin: 0 0 20px 0;
}
body#servicesdetailpage h1 {
	float: left;
}
#servicescentercol h3 {
	color: #555;
	font-size: 1.5em;
	line-height: 1.4em;
	display: block;
	margin: 20px 0;
}
#servicescentercol p {
	margin-bottom: 15px;
	line-height: 1.5em;
}
#servicesrightcol {
	width: 237px;
	float: left;
}
#servicespanelinfo {
	margin: 0 2px 0 0;
	/*border-top: 1px solid #D9D8D8;*/
	display: block;
	width: 960px;
}
#servicespanelinfo .category {
	border-left: 6px solid #F0F0F0;
	float: left;
	padding: 0 15px;
	width: 21%;
	margin: 40px 0 20px 0;
}
#servicespanelinfo h3 {
	/*color: #567632;*/
	color: #000;
	font-size: 2.3em;
	line-height: 1.1em;
	margin: 0 0 5px 0;
}
.category ul li {
	margin: 10px 0 5px 0;
	font-size: 1.2em;
	padding-left: 18px;
	color: #777;
}
.category ul li a {
	font-size: 1.6em;
}
/* ------------------------------------------------------------------
=Shared - Jobs, Contact Us, Why Us
-------------------------------------------------------------------*/
#genericcentercol, #content {
	width: 749px;
	float: left;
	margin: 0 0 0 17px;
}
#genericcentercol h1 {
	margin: 0 0 20px 0;
	max-width: 740px;
}
#genericcentercol h2 {
	max-width: 740px;
}
#genericcentercol h3 {
	font-size: 1.5em;
	color: #555;
	margin-bottom: 10px;
}
#genericcentercol p {
	margin-bottom: 20px;
	max-width: 740px;
	line-height: 1.5em;
}
#genericcentercol img {
	border: 6px solid #F0F0F0;
	margin: 0 0 20px 20px;
	float: right;
}
body.peoplepage #genericcentercol {
	width: 740px;
}
body.peoplepage #genericcentercol img {
	border: none;
}
body#termspage #genericcentercol ol {
	max-width: 740px;
}
/* Directors nav */
ul#directors {
	float: left;
	margin-top: 20px;
	clear: both;
}
ul#directors li {
	float: left;
	border-left: 2px solid #fff;
	text-indent: -10000px;
}
ul#directors li a {
	display: block;
	width: 145px;
	height: 320px;
}
ul#directors li a {
	display: block;
}
ul#directors li#paulimage, ul#directors li#paulimage a {
	background: url(/images/people/paul.jpg) no-repeat;
}
ul#directors li#jonimage, ul#directors li#jonimage a {
	background: url(/images/people/jon.jpg) no-repeat;
}
ul#directors li#jamieimage, ul#directors li#jamieimage a {
	background: url(/images/people/jamie.jpg) no-repeat;
}
ul#directors li#kingsleyimage, ul#directors li#kingsleyimage a {
	background: url(/images/people/kingsley.jpg) no-repeat;
}
ul#directors li#cassimage, ul#directors li#cassimage a {
	background: url(/images/people/cass.jpg) no-repeat;
}
/* Contact Us Page */
.addresscol {
	width: 366px;
	float: left;
	margin-bottom: 30px;
}
.addresscol img { /* ie6 */
	border: 6px solid #F0F0F0;
	margin: 0 0 20px 0 !important;
}
.addresscol address {
	font-size: 1.3em;
	color: #777;
}
.addresscol address span {
	font-size: 19px;
	display: block;
}
/* Why Us Page*/
#whyusnavcol { /* ie6 */
	width: 170px;
	padding-left: 20px;
	float: left;
}
#whyusnavcol ul {
	margin: -10px 0 0 0;
}
#whyusnavcol ul li {
	color: #555;
	margin: 10px 0;
}
#whyusnavcol ul li a {
	font-size: 1.3em;
	background: url(/images/clients/bullett.gif) 4px 1px no-repeat;
	padding-left: 18px;
}

#whyusnavcol ul li a:hover, body#whyuslandingpage #whyusnavcol ul li#whyus a {
	color: #94D200;
	background: url(/images/clients/bullett.gif) 4px -27px no-repeat;
}
#whyuslandingpage #genericcentercol {
	width: 500px;

}
#whyuslandingpage #genericrightcol {
	float: right;
}
#whyuslandingpage #contactdetailscol{ /* ie6 */
	width: 210px;
	padding: 10px 10px 10px 15px;
	background-color: #EFEFEF;
}
body.peoplepage #whyusnavcol ul li#people a {
	background: url(/images/clients/bullett.gif) 4px -56px no-repeat;
	color: #94D200;
}
body.peoplepage #whyusnavcol ul.secondarynav {
	visibility: visible;
	display: block;
}
#whyusnavcol ul.secondarynav { /* ie6 & 7 */
	display: none;
	margin-top: 10px;
}
#whyusnavcol ul.secondarynav li {
	color: #A2A2A2;
	margin-left: 35px;
	background: none;
}
#whyusnavcol ul.secondarynav li a {
	color: #A2A2A2;
	background: none !important;
	padding-left: 0;
}
#whyusnavcol ul.secondarynav li a:hover, body#paulhoneypage ul.secondarynav li#paullink a, body#jonbostonpage ul.secondarynav li#jonlink a, body#jamiesergeantpage ul.secondarynav li#jamielink a, body#kingsleyrobertspage ul.secondarynav li#kingsleylink a, body#cassheaphypage ul.secondarynav li#casslink a {
	color: #94D200;
}
/* Contact Detials */	
#contactdetailscol { /* ie6 */
	width: 170px;
	padding-left: 20px;
	float: left;
}
#contactdetailscol h2{
	color: #555;
	font-size: 1.6em;
	line-height: 1.4em;
	display: block;
	margin: 0 0 20px 0;
}
#contactdetailscol h3 {
	font-size: 1.5em;
	color: #555;
	display: block;
	margin: 20px 0;
}
#contactdetailscol h3 span {
	color: #94D200;
}
#contactdetailscol p {
	font-size: 13px;
}
/* ------------------------------------------------------------------
=Share panels/social bookmarking/dowload panel
-------------------------------------------------------------------*/	
#taglist { /* ie7 */
	display: block;
	font-size: 1.2em;
	margin: 10px 0;
}
#taglist h2 {
	display: inline;
	float: left;
	margin-right: 20px;
	color: #8E8E8E;
	font-weight: bold;
}
.taglist ul{
	margin: 0;
	padding: 0;
}
#taglist{
	padding: 0 5px 0 5px;
	float:left;
}
.taglist a, #taglist ul li a {
	color: #8ECC00;
	font-size: 1.2em;
	text-transform: lowercase;
	padding: 0 15px 0 0;
	float:left;
	line-height: 1.6em;
}
.taglist a:hover, #taglist ul li a:hover {
	color: #555;
}
.taglist{
margin: 0 0 20px 0;
width: 100%;
}
.tagbox{
	width: 430px;
	margin: 0 0 0 60px;
}

.taglist strong {
	display: inline;
	float: left;
	margin-right: 20px;
	color: #8E8E8E;
	font-weight: bold;
	font-size: 1.2em;
}

/*.taglist  a {
	background: url(/images/clients/bullett.gif) 0 1px no-repeat;
	padding:  0 14px;
	font-weight:normal;
	font-size: 1.2em;
}
.taglist a:hover {
	background: url(/images/clients/bullett.gif) 0 -27px no-repeat;
}*/


.borderpanel { /* ie7 */
	clear: both;
	display: block;
	border: 6px solid #F0F0F0;
	padding: 10px;
	margin: 15px 0;
}
.borderpanel h2 {
	font-size: 1.2em;
	color: #8E8E8E;
	font-weight: bold;
	float: left;
	width: 140px;
}
body#projectpage .borderpanel h2 {
	width: 180px;
}
.downloadpanel {
	margin-bottom: 10px;
}
.sharepanel li.digg,
.sharepanel span#digg {
	background: url(/images/aggregators/digg.gif) left center no-repeat;
	padding: 3px 20px 0 20px;
}
.sharepanel li.delicious,
.sharepanel span#delicious {
	background: url(/images/aggregators/delicious.gif) left center no-repeat;
	padding: 3px 20px 0 20px;
}
.sharepanel li.reddit,
.sharepanel span#reddit {
	background: url(/images/aggregators/reddit.gif) left center no-repeat;
	padding: 3px 20px 0 20px;
}
.sharepanel li.facebook,
.sharepanel span#facebook {
	background: url(/images/aggregators/facebook.gif) left center no-repeat;
	padding: 3px 20px 0 20px;
}
.sharepanel li.stumbleupon,
.sharepanel span#stumbleupon {
	background: url(/images/aggregators/stumbleupon_white_bg.gif) left center no-repeat;
	padding: 3px 20px 0 20px;
}
.tagcloud { /* ie6 */
	display: block;
	background: #F5F5F5;
	padding: 30px;
	margin: 20px 0 -10px -2px;
}
.tagcloud a {
	color: #ccc;
	padding: 0 2px;
	margin: 0;
}
/* ------------------------------------------------------------------
=Site Map
-------------------------------------------------------------------*/	
ul#sitemap {
	margin: 40px 0 0 20px;
}
ul#sitemap li {
	color: #555;
	margin: 20px 0;
}
ul#sitemap li a {
	font-size: 1.6em;
	background: url(/images/clients/bullett.gif) 2px 2px no-repeat;
	padding-left: 18px;
}
ul#sitemap li a:hover {
	background: url(/images/clients/bullett.gif) 2px -26px no-repeat;
}
ul#sitemap ul li a {
	font-size: 1.6em;
	background: url(/images/clients/bullett.gif) 2px 2px no-repeat;
	margin-left: 14px;
}
ul#sitemap ul li a:hover {
	background: url(/images/clients/bullett.gif) 2px -26px no-repeat;
}
/* ------------------------------------------------------------------
=Mailing List
-------------------------------------------------------------------*/
#mailinglistwrapper {
	margin-left: 25px;
	width: 700px;
}
#mailinglistwrapper p { /* ie6 */
	font-size: 1.6em;
}
#genericform {
	width: 338px;
	padding: 10px 15px;
	float: right;
	margin: 0 0 20px 20px;
	border: 6px solid #F0F0F0;
}
#genericform p {
	font-size: 11px;
}
#genericform ul {
	margin: 10px 0 20px 20px;
}
#genericform ul li {
	font-size: 1.1em;
	color: #777;
	background: url(/images/clients/bullett.gif) 0 1px no-repeat;
	padding-left: 16px;
	margin: 0 0 5px 0;
}
#genericform form {
	display: block;
}
#genericform label {
	float: left;
	display: none;
}
#genericform span.error_icon {
	margin-left: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #555;
	display: inline;
}
#genericform .genericformsfields {
	height: 13px;
	padding: 2px 5px;
	color: #555;
	float: left;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
	width: 315px;
}
#genericform input.submitbutton {
	margin: 10px 0;
	float: right;
}
/* ------------------------------------------------------------------
=Footer
-------------------------------------------------------------------*/
#footer {
	background-color: #555;
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 925px;
	padding: 7px 15px 7px 20px;
}
#footer p {
	color: #D3D3D3;
	font-size: 1.1em;
}
#footer p a {
	color: #D3D3D3;
	font-weight: normal;
}
#footer p span {
		padding: 0 8px;
}
#footer .contactdetails a {
	color: #FFF;
	font-weight: bold;
}
/* ------------------------------------------------------------------
=Popup
-------------------------------------------------------------------*/
body#popup {
	width:auto;
}
/* ------------------------------------------------------------------
=404 Error Page
-------------------------------------------------------------------*/
#error404 h1 {
	color: #C30000;
}
#error404 #genericcentercol {
	width: 735px;
	float: left;
	border: 1px solid #C30000;
	padding: 15px 0 0 15px;
}

/*blog*/


.taglist:after, .sociable:after,form p:after, .entry:after, .navigation:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#blog #genericcentercol{
width: 500px;
}
#blog #error404 #genericcentercol{
width: 735px
}

#blog #error404 #genericcentercol h2{
font-size: 1.6em;
width: 100%;
margin: 0 0 20px 0;
}
#blog #genericcentercol h1 {
	clear: left;
	font-size: 2.4em;
	margin: 20px 0 20px 0;
	font-weight: bold;
	color: #555;
	/*background: url(/images/h2-green-line.gif) repeat-x 0 11px;*/
}

#blog #genericcentercol h2, #blog .pages h2 {
	clear: left;
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #555;
	background: 	 #F5F5F5;
	padding: 10px;
	border-bottom: 2px solid #EFEFEF;
	/*background: url(/images/h2-green-line.gif) repeat-x 0 14px;*/
}

#blog #genericcentercol h3 {
	clear: left;
	font-size: 1.5em;
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #555;
}

#blog #genericcentercol h4, #blog .pages h4 {
	clear: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #555;
	text-indent: 20px;
	background: url(/images/h4-hollow-square.gif) 0 -1px no-repeat;
	}
#blog #genericcentercol h5 {
	clear: left;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #A4A4A4;
	text-indent: 20px;
	background: url(/images/h5-green-square.gif) 0 -2px no-repeat;
}

#blog #genericcentercol h6 {
	clear: left;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #A4A4A4;
}

#blog #genericcentercol p a {
	color: #8ECC00;
	text-decoration: underline;
	font-weight: normal;
}
#blog #genericcentercol p a:hover {
	color: #777777;
	text-decoration: underline;
	font-weight: normal;
}

#blog #genericrightcol{
	width: 210px;
	float:right;

}
#blog #genericrightcol .widget, #blog #genericrightcol .linkcat{
	padding: 10px 10px 10px 15px;
	background-color: #EFEFEF;
	margin: 0 0 10px 0;
}

#blog #genericrightcol .widget h2, #blog #genericrightcol .linkcat h2{
	color: #555;
	font-size: 1.6em;
	line-height: 1.4em;
	display: block;
	margin: 0 0 20px 0;
}
#blog #genericrightcol .widget h2 a{
color: #555;
background: none; 
padding-left: 0;
}


#blog #genericrightcol .widget li, #blog #genericrightcol .linkcat li{
padding: 10px 0 10px 0;
border-top: 1px solid #D0D0D0;
}
#blog #genericrightcol .widget li a, #blog #genericrightcol .linkcat li a, #blog #left_col li a{
font-size: 1.2em;
}

#blog #left_col { /* ie6 */
	width: 170px;
	padding: 0 10px;
	float: left;
	background-color: #EFEFEF;
}

#blog #left_col h2 {
	font-size: 2em;
	color: #5B5B5B;
	margin: 10px 0;
}

#blog #left_col li.widget li.cat-item{
padding: 10px 0 0 0;
margin: 10px 0;
line-height: 2.4em;
text-transform: capitalize;
border-top:1px solid #D0D0D0;
}

#blog #left_col li.widget li.cat-item li.cat-item, #blog #left_col li.widget li.cat-item li.cat-item li.cat-item{
padding: 0 0 0 16px;
margin: 0;
background-image: url(/images/cat-nav-child-indent-16x16.gif);
background-repeat: no-repeat;
background-position: 0 0;
border-top: none;
}



/*bookmarking*/
.sociable{

}
.borderpanel, .related li{
font-size: 1.2em;
}

.sociable .sociable_tagline span{
border: 1px solid red;
display: none;
}

.sociable  ul{
clear: both;
width: 100%;
border: 1px solid #fff;

}

.sociable li{
float:left;
display: block;
}




#blog #genericcentercol .sharepanel h2{
	background: none;
	font-size: 1.1em;
	color: #8E8E8E;
	font-weight: bold;
	width: auto;
	border: none;
	padding: 0;

}

#blog #genericcentercol .sharepanel a{
font-weight: bold;
}

#blog #genericcentercol .sharepanel span{
display: block;
float:left;
margin: 0 0 2px 0;
}

#blog textarea{
	padding: 2px 5px;
	color: #555;
	float: left;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
	width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
}

#blog input{
	padding: 2px 5px;
	color: #555;
	float: left;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
	
}
#blog #genericrightcol input{
background: #fff;
float:none;
border: 1px solid #fff;
width: 90%;
}

.search_input{
width: 100%;
}

.related{
margin: 0 0 20px 0;
}

.related li a{
	background: url(/images/clients/bullett.gif) 2px 2px no-repeat;
	padding-left: 18px;
}
.related a:hover{
	background: url(/images/clients/bullett.gif) 2px -26px no-repeat;
}

/*blog form*/
form p label{
float:left;
display: block;
width: 100px;
}

form p input{
width: 50%;
}

#blog #genericrightcol input#searchsubmit{
	width: 47.5%;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1.2em;
}

.rssfeed{
padding: 0 0 2px 25px;
	background: transparent url(/images/rss_feed_icon_16x16.gif) no-repeat 0 0 ;
}

#blog blockquote{
float:right;
width: 25%;
padding: 20px 0 10px 10px;
border-left: 2px solid #94D200;
font-size: 1.2em;
font-style: italic;
margin: 0 0 10px 20px;
color: #777;
}

#blog .entry ul{
margin: 0 0 30px 30px;
list-style: disc;
font-size: 1.2em;
}
#blog .entry  ol{
margin: 0 0 20px 30px;
font-size: 1.2em;

}

#blog .entry ul li, #blog .entry ol li{
margin:0;
padding:0;
line-height: 1.5em;
color: #777;
}
#blog blockquote p, #blog .entry ul li p, #blog .entry ol li p{
font-size: 1em;
}

#blog #genericcentercol img.alignright {
	border: 6px solid #F0F0F0;
	margin: 0 0 20px 20px;
	float: right;
}
#blog #genericcentercol img.alignleft {
	border: 6px solid #F0F0F0;
	margin: 0 20px 20px 0;
	float: left;
}
#blog #genericcentercol img.aligncenter{
	border: 6px solid #F0F0F0;
margin: 0 auto;
display: block;

float:none;


	
}
#blog table caption{
text-align: right;
font-size: 1.1em;
	color: #777;
	padding: 3px;
}

#blog table{
width: 100%;
border-collapse: collapse;
margin: 0 0 20px 0;
border-spacing: 0;
}
#blog th, #blog td{
text-align: left;
font-size: 1.2em;
	color: #777;
	padding: 3px;
border: 1px solid #d0d0d0;
}
#blog th{
font-weight: bold;
	background: #EFEFEF;
}

#blog .taglist ul{
margin: 0 0 0 50px;

}
#blog .taglist ul li{
margin: 0 0 3px 0;
}

.navigation{
font-size: 1.2em;
clear: both;
}
.navigation .next{
float:right;
}

.navigation .previous{
float:left;
}

#blog  form p input.submitbutton {
width: 100px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#blog em{
font-style: italic;
}
#blog pre{
	/*background-color: transparent;*/
	border: 1px solid #d0d0d0;
	font-family: "Courier New", Courier, monospace;
padding: 10px;
margin: 10px 0 10px 0;
font-size: 1.2em;
	 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
#blog #feedlists ul{
margin: 0 0 20px 0;
padding: 0;
}

#blog #feedlists ul li{
list-style: none;
margin: 0;
padding: 0;

}

/* ------------------------------------------------------------------
=2010 Edits
-------------------------------------------------------------------*/
#branding img {
	float: none;
	margin: 0 0 0 17px;
	}
	
#branding a {
	margin: 0;
	display: block;
	}
	
#branding img {
	width: 194px;
	height: 52px;
	margin: 6px 0 0 13px;
	}
		
ul#utilitynav {
	position: absolute;
	top: 15px;
	right: 15px;
	}
	
	ul#utilitynav li {
		margin-left: 15px;
		}
		
	ul#utilitynav li a,		
	ul#utilitynav li#sitemaplink a {
		margin: 0;
		}

ul#mainnav {
		position: absolute;
		width: auto;
		right: 15px;
		bottom: 10px;
		float: none;
		clear: both;
		}
	
	ul#mainnav li {
		float: left;
		display: block;
		display: inline-block;
		font-size: 1.7em;
		}
	
	ul#mainnav li a {
		font-weight: normal;
		color: #757575;
		padding: 0;
		margin-left: 15px;
		}
		
	ul#mainnav li#bloglink a {
		color: #000 !important;
		font-weight: bold;
		}
		
	ul#mainnav li a:hover {
		border-bottom: none;
		color: #000 !important;
		}

#breadcrumbs {
	background: none;
	padding-left: 15px;
	}

#breadcrumbs p {
	font-weight: bold;
	}

#breadcrumbs p a,
#breadcrumbs p span {
	background: #fff;
	padding: 2px;
	color: #555;
	}
			
	#breadcrumbs p span {
		font-weight: normal;
		}
		
	#breadcrumbs p a:hover {
		background-color: #000;
		color: #fff !important;
		} 
	
#headercontainer {
	background: url(/images/shared/page/inner_header_bg.jpg) no-repeat;
	height: 127px;
	}

#toprightpanel {
	text-align: right;
	}
	
#toprightpanel #tenyearslogo {	
	margin: 40px 15px 0 0; 
	}
.addthispanel {
	float: none;
	clear: both;
	display: block;
	margin: 15px 0 25px 0;
	}
	
	#genericcentercol .addthispanel img {
		float: none;
		margin: 0;
		}