@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #6ABD45;
	background-image: url(images/greenstrip.png);
	background-repeat: repeat-x;
}
#container  {
	width: 982px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/asillett_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
} 
#lightarea {
	background-image: url(images/lightbackground.png);
	background-repeat: repeat;
}
#header  {
	margin-top: 0px;
	width: 982px;
	position: relative;
	padding: 0px;
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #75767a;
	margin-right: 10px;
}
#main {
	width: 962px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#mainContent  {
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	margin-left: auto;
} 
.inset {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
}
.column {
	height: 720px;
	width: 280px;
	position: relative;
	background-color: #75767a;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.graphic {
	width: 280px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.columnright {
	background-color: #75767a;
	float: left;
	height: 720px;
	width: 280px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.columnright_light {
	float: left;
	height: 720px;
	width: 280px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/lightbackground.png);
	background-repeat: repeat;
}
.column .ratebox ul {
	font-size: 12px;
}
.column ul li {
	font-size: 12px;
}
.bold {
	font-weight: bold;
	color: #464646;
	font-size: 8px;
	padding-left: 20px;
}
.bannercentre {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#footer {
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 982px;
	padding-top: 0px;
	clear: both;
	margin-left: 0px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
}

#footer_wrapper{background:#262624; padding-bottom:64px}

.column-right-fixed img {
	float: right;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	text-align: left;
	padding-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Grid floating and margins */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6,
div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
	float: none;
	margin-right: 150px;
	display: inline;
}

/* Use these classes to set the width of a column */

.span-1 {width: 58px;}
.span-2 {
	width: 150px;
	font-weight: normal;
	background-repeat: repeat;
	height: 400px;
}
.span-3 {
	width: 226px;
}
.span-4 {
	width: 310px;
	text-align: left;
}
.span-5 {
	width: 394px;
}
.span-6 {
	width: 478px;
	text-align: center;
}
.span-7 {
	width: 562px;
}
.span-8 {width: 646px;}
.span-9 {
	width: 515px;
	background-repeat: repeat;
}
.span-13 {
	width: 900px;
	background-repeat: repeat;
}
.span-10 {width: 814px;}
.span-11 {width: 898px;}
.span-12 {
	width: 905px;
	background-repeat: no-repeat;
}

/* Navigation */

ul#navigation {
	line-height: 25px;
	margin-top: 160px;
	position: absolute;
	right: 0px;
	top: 6px;
	font-weight: bold;
	color: #B7B6B6;
	margin-right: 10px;
	width: 950px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
	font-size: 14px;
}

ul#navigation li {
	float: left;
	display: inline;
	height: 50px;
	padding-right: 30px;
	margin-right: 30px;
}

ul#navigation li.last {
	background: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navigation a {
	float: left;
	line-height: 1;
	padding-top: 4px;
}
ul#navigation a.main-navigation-active {
	height: 30px;
	color: #FFF;
}
.red {
	color: #3F4040;
	padding-left: 20px;
}
/* Infographics */

#infographics div {
	height: 280px;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}

#design {
	padding-left: 0px;
	background-repeat: repeat;
	padding-bottom: 20px;
}
#marketing{
	padding-left: 0px;
	background-repeat: repeat;
	padding-bottom: 20px;
}
#broadcast {
	padding-left: 0px;
	background-repeat: repeat;
	padding-bottom: 20px;
}
#media {
	padding-left: 0px;
	background-repeat: repeat;
	padding-bottom: 20px;
}
#footercontact {
}
#footercopy {
}

.column-right-fixed {
	float: right;
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.phone {
	background-repeat: no-repeat;
	background-position: 55px;
	background-attachment: fixed;
}
.email {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 2px;
	color: #333;
}
.twitter {
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 45px;
}
#footer p {
	font-size: 12px;
	text-align: right;
}
.column-right {
	float: right;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 37px;
}
p strong .bold {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}
#welcome {
	padding-left: 0px;
	background-repeat: repeat;
}
.dateblog {
	font-size: 9px;
	padding-left: 0px;
}
p.arrow {
	padding-left: 22px;
	margin-top: 20px;
	background-image: url(images/arrowbox.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

a.underlinearrow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-image: url(images/arrowbox.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 22px;
	padding-left: 20px;
}
body,td,th {
	font-size: 10pt;
	color: #000;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
	color: #333;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #D52228;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #7CC45C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #999;
}
a.underline:hover {
	border-bottom: none;
	color: #4177AD;
}

a.work {
  display: block;
  background: url(file:///Macintosh%20HD/Users/Kerry/Websites/img/typography/links/work.gif) 0 0 no-repeat;
  width: 70px;
  height: 23px;
  margin: 35px 0 11px 0;
}

a.work:hover {background-position: 0 -23px;}
p.arrow {
  background: url(file:///Macintosh%20HD/Users/Kerry/Websites/img/icons/arrow.gif) 0 3px no-repeat;
  padding-left: 22px;
  margin-top: 20px;
}
p a:hover, li a:hover, h2 a:hover {
	color: #7CC45C;
}

ul#navigation a {
	color: #999;
}

ul#navigation a:hover {
	color: #000;
}
a.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}
body,td,th {
	font-size: 10pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:link {
	color: #D52228;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #7CC45C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #999;
}
.inset a {
	color: #000;
}
a.c1 {
	color: #09F;
}
.connect {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.module {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	width: 320px;
	float: right;
	margin-left: 60px;
	padding-left: 0px;
}
.module p.listing {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-align: center;
}
#work p.listing { width:730px; }
.listing, .listing a, .listing span {
	letter-spacing: -1px;
	font-size: 14px;
color:#ED2424;
}
.copy {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 50px;
	width: 450px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.services {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 230px;
	float: none;
	text-align: right;
}
.services p.listing {
	font-size: 16px;
	font-weight: bold;
	color:#d5d5d5;
	text-align: left;
}
#welcome2 {
	padding-left: 0px;
	background-repeat: repeat;
	padding-top: 12px;
}
.column-right-fixed2 {
	float: right;
	width: 240px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 13px;
}
.middle {
	padding-right: 15px;
	padding-left: 15px;
}
#container #footer .module h5 {
	color: #FFF;
}
#container #footer .copy .module {
	color: #FFF;
}
#container #footer .copy h6 {
	color: #000;
}
#container #footer .copy h5 {
	color: #FFF;
}
#main h1 {
	padding-top: 10px;
}
.tree #container #main h1 {
}
.column-right-fixed p {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFF;
	margin-top: 0px;
	font-size: small;
}
.redbox {
	color: #FFF;
	padding: 20px;
}
.maininset {
	font-weight: bold;
	padding-left: 80px;
	padding-top: 0px;
	margin-top: 0px;
}
.firstimage {
	padding-top: 20px;
}
#main .span-9 img {
	padding-top: 20px;
}
.span-9 h3 a {
	color: #D52228;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D52228;
}
#main .span-9 p a {
	color: #D52228;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D52228;
}
#main .span-12 p a {
	color: #D52228;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D52228;
}
.testimonials {
	border: 2px dashed #6ABD45;
	padding: 10px;
	background-color: #FEFFF6;
}
