body {
	background: #666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	line-height: 1.3em;
}
* {
	outline: none;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
}
h4 {
}
a {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bookmarkers {
	position: absolute;
	left: 960px;
	top: 146px;
        background: #3E3E3E;
        padding: 2px 3px 2px 0;
}
#bookmarkers img {
	float: right;
	padding-top: 2px;
}
#container {
	width: 960px;
	background: #3e3e3e;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
	text-align: left;
	padding-bottom: 10px;
        position: relative;
}

#header-wrap {
    padding-top: 25px;
    background: #fff;
}

#header {
	background: #FFF;
	margin: 0px;
	width: 100%;
	position: relative;
        
        height: 85px;
}
#header a img {
    margin-left: 20px;
    margin-top: 5px;
    border: 0;
}

#header #site-logo {
    float: left;
}

#signupbox {
	background-color: #3e3e3e;
	height: 65px;
	width: 220px;
        float: right;
	bottom: 0px;
	padding: 10px;
	color: #FFF;
        position: relative;
        z-index: 999;
}

#signupbox h2 {
	font-size: 20px;
	font-weight: normal;
}
#signupbox a {
	text-decoration: none;
	/*color: #ca8ecc;*/
        color: #fff;
}

#header #signupbox img {
    margin: 0;
    padding: 8px 3px 0 0;
}

#signupbox p {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 14px;
}

#signupform {
	background-color: #3e3e3e;
	position: absolute;
	top: 85px;
	right: 0px;
	z-index: 1000;
	padding: 10px;
	width: 220px;
}
#closebtn {
	color: #ca8ec3;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	cursor: default;
	right: 10px;
	padding-bottom: 4px;
        overflow: hidden;
}
#closebtn a {
	text-decoration: none;
}
#homepagefeature {
	background-image: url(../images/slidergrad.png);
	background-repeat: repeat-x;
	height: 308px;
	width: 950px;
	position: relative;
	margin: 0px;
	padding: 0px;
        overflow: hidden;
}
#pagefeature {
	padding: 0px;
	height: 308px;
	width: 950px;
	position: relative;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
        overflow: hidden;
}
#newspagefeature {
	width: 930px;
	position: relative;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#newspagefeature h1 {
	font-weight: normal;
}
#fullpagefeature {
	padding: 0px;
	width: 950px;
	position: relative;
	margin: 0px;
	background-color: #FFF;
        overflow: hidden;
}
#featurepanel {
	width: 940px;
	margin: 10px;
	color: #FFF;
	position: relative;
}
#contentpanel {
	width: 940px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFF;
	position: relative;
        overflow: hidden;
}
#contentpanelFull {
	width: 950px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
	position: relative;
}
#featureboxnav {
	background-color: #333;
	width: 720px;
	color: #fff;
        overflow: hidden;
}

#main-content #main #featureboxnav h3 a {
    color: #fff;
}
.featurebox {
	margin: 0px;
	float: left;
	height: 124px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 320px;
}
.featurebox h2 {
	color: #FFF;
	font-size: 150%;
	margin-bottom: 6px;
}
.featurebox h3 {
	color: #FFF;
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.featurebox h3 a {
	color: #FFF;
	text-decoration: none;
}
.bluebackground {
	background-color: #62cbe2;
}
.purplebackground {
	background-color: #ca8ec3;
}
.orangebackground {
	background-color: #f8992c;
}
.greenbackground {
	background-color: #bfc614;
}

.colorgreen {
    color: #bfc614;/*#d7df21;*/
}

.colorpurple {
    color: #ca8ec3;
}

.colormkt {
    color: #d31145;
}

.colorblue {
    color: #62cbe2 !important;
} 

.greybackground {
	background-color: #3e3e3e;
}
.darkgreybackground {
	background-color: #313131;
}
#mainContent {
	background: #FFFFFF;
	z-index: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
        overflow: hidden;
}
#siteContent {
	background: #FFFFFF;
	z-index: 0;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	width: 650px;
	margin: 0px;
        float: left;
        color: #333;
}
#siteContent h1 {
	font-weight: normal;
}
#siteContent img {
	float: left;
}
.contentrightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3e3e3e;
}
#portfolioContent {
	background: #FFFFFF;
	z-index: 0;
	margin: 0;
        border-bottom: 10px solid #333;
	position: relative;
	width: 720px;
	height: 475px;
	overflow: hidden;
	padding: 0px;
}
#portfolioContent h1 {
	font-weight: normal;
}
#portfolioContentsml {
	background: #FFFFFF;
	z-index: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	width: 650px;
	height: 288px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#portfolioContentsml h1 {
	font-weight: normal;
}
#clientlogos {
	margin: 0px;
	padding: 0px;
	width: 710px;
        overflow: hidden;
}
.clientlogo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3e3e3e;
	height: 174px;
	width: 174px;
	float: left;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3e3e3e;
	text-align: center;
	line-height: 179px;
	position: relative;
}

.clientlogo .client-speech-bubble {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#client-page-wrap {
    float: left;
    width: 720px;
}

#clientExamples {
	margin: 0px;
	padding: 0px;
	width: 720px;
	background-color: #000;
}
.clientExample {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3e3e3e;
	height: 179px;
	width: 179px;
	float: left;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3e3e3e;
	text-align: center;
	line-height: 179px;
}
.imgopacity {
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
	opacity: 0.50;
	cursor:pointer;
}
.imgfaded {
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
	opacity: 0.50;
}
#sidebar {
        position: relative;
	width: 210px;
	background-color: #313131;
	padding: 0px;
        float: left;
        margin-left: 10px;
        padding-top: 5px;
}
#sidebar h2 {
	font-size: 120%;
	font-weight: normal;
}
#sidebar h3 {
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
	font-weight: normal;
}
.feature_thin {
	float: left;
	height: 240px;
	width: 185px;
	padding: 20px;
	background-color: #313131;
	margin-right: 10px;
}
.feature_thin h2 {
	font-weight: normal;
}
.feature_thin h3 {
	font-weight: normal;
}
.feature_wide {
	float: left;
	height: 280px;
	width: 470px;
	padding: 0px;
	background-color: #313131;
}
.feature_wide h2 {
	font-weight: normal;
}
.feature_wide h3 {
	font-weight: normal;
}
#footerpanel {
	width: 940px;
	color: #FFF;
	margin: 0px;
}
.feature_wideblank {
	float: left;
	min-height: 280px;
	width: 430px;
	padding: 20px;
	position: relative;
}

* html .feature_wideblank {
    height: 280px;
}

.feature_wideblank h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
}

.feature_wideblank h2 a {
    text-decoration: none;
    color: #fff;
}


.feature_wideblank p {
	font-size: 13px;
}
.feature_thinblank {
	float: left;
	position: relative;
	padding: 20px 10px;
}
.feature_thinblank h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
}
.feature_thinblank p {
	font-size: 13px;
}
#superfooter {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	clear:both;
	text-align:right;
	background-color: #000;
	background-image: url(../images/staricon.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#superfooter p{
	padding: 0 20px;
	margin: 0;
	line-height: 46px;
}
#superfooter a {
	color: #FFF;
}
.superfooterbox {
	float: left;
	padding-right: 40px;
}
.superfooterbox p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.superfooterbox p a {
	color: #FFF;
	text-decoration: none;
}
.superfooterbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.superfooterbox ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer {
	background-color: #7c7c7c;
	margin: 10px;
	padding: 0px;
        width: 940px;
}
.purple {
	color: #ca8ecc;
}
.green {
	color: #d7df21;
}
.orange {
	color: #f8992c;
}
.blue {
	color: #62cbe2;
}
.grey {
	color: #3e3e3e;
}
.white {
	color: #FFF;
}
.ptext {
	color: #333;
}
.btext {
	color: #333;
	font-size: 80%;
	margin: 0px;
}
.btext a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.btext ul {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	list-style-type: none;
}
.btext li {
	color: #666;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ctext {
	color: #333;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
}
.ctext a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.ctext ul {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	list-style-type: none;
}
.ctext li {
	color: #666;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -40px;
}
.border {
	max-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	margin-top: 18px;
}
.bordertop {
	max-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	margin-bottom: 18px;
}
#flickrfeed {
	width: 190px;
        float: left;
	top: 20px;
	background-image: url(../images/flickr48px.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: 10px;
	right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#flickrfeed h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 54px;
	font-weight: normal;
	font-size: 125%;
}
#flickrfeed p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 54px;
	font-size: 12px;
}
#flickrfeed p a {
	color: #999;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}




#flickrfeedwhite {
	width: 190px;
	background-image: url(../images/flickr48px.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	margin-left: 0px;
	position: relative;
	margin-top: 10px;
}
#flickrfeedwhite h3 {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 54px;
	font-weight: normal;
	font-size: 14px;
        color: #fff;
        margin:25px 0 15px;
}
#flickrfeedwhite h3 a{
color: #ffffff;
}

#flickrfeedwhite p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 54px;
	font-size: 12px;
}
#flickrfeedwhite p a {
	color: #f4a3cc;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}




#FlickrImages {
}
#Flickrimages ul {
	margin: 0px;
	padding: 0px;
}
#FlickrImages li {
	float:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
        vertical-align: middle;
        display: table-cell;
}
#FlickrImages img {
	width:80px;
        padding: 1px;
        background: #eaeaea;
        border: 1px solid #bbb;
        margin-left: 3px;
	margin: 5px;
        margin-bottom: 12px;
        display: block;
        height: 57px;
}
#newsbox {
	background: #313131;
	z-index: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	width: 710px;
        float: left;
}
#newsbox h2 {
	color: #999;
	font-weight: normal;
	padding-right: 50px;
	padding-left: 20px;
}
#newsbox p a {
	color: #f8992c;
	text-decoration: none;
	font-size: 18px;
	padding-left: 20px;
}
.newsboxcontainer {
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
}
ul.star {
	color: #666;
	list-style-image: url(../images/mktstar.gif);
	font-size: 13px;
	line-height: 15px;
}
ul.star li a{
	color: #666;
}
ul.star li a:hover {
	color: #333;
}


/** style added by damian 13th may 2010 16:43**/

p.featured-article-teaser {
    font-size: 11px;
}

p.featured-article-teaser a {
    color: #ccc;
}
p.featured-article-teaser a:hover{
	color:#FFF;
	text-decoration:underline;
}

p.feature-read-more-link {
    font-size: 11px;
    text-align: right;
}



.float-left {
    float: left;
}

.float-right {
    float: right;
}

ul.connect-list {
	list-style: none;
	padding: 0px;
	width: 100px;
	float:left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 28px;
	clear: right;
}

ul.connect-list li {
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.connect-list li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: 27px;
	background-image: url(../images/socialmedia_sprite.gif);
	background-repeat:  no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	margin-bottom: 2px;
}
ul.connect-list li.twitter a {
    background-position: 0 -32px;
}
ul.connect-list li.flickr a {
    background-position: 0 -64px;
}
ul.connect-list li.youtube a {
    background-position: 0 -96px;
}
ul.connect-list li.linkedin a {
    background-position: 0 -128px;
}
ul.connect-list li.lastfm a {
    background-position: 0 -160px;
}
ul.connect-list li.slideshare a {
    background-position: 0 -192px;
}
ul.connect-list li.wordpress a {
    background-position: 0 -224px;
}

ul.connect-list li a:hover {
    color: #333;
}

ul.connect-list li a img {
    vertical-align: middle;
    margin-right: 5px;
}

img.inline-image {
    display: inline;
    vertical-align: middle;
    margin-right: 4px;
}

div.narrow-content {
    width: 670px;
    float: left;
}

a.about-us-link {
    color: #333;
    text-decoration: underline;
}

a.about-us-link:hover {
    color: #666;
}

div.quote-quote-mark-66 {
    height: 20px;
    background: transparent url('../images/quote66.png') top left no-repeat;
    margin: 0;
}

div.quote-quote-mark-99 {
    margin: 0;
    height: 20px;
    background: transparent url('../images/quote99.png') top right no-repeat;
}


label.error, label.success {
    font-size: 11px;
    border: 1px solid #000;
    margin-bottom: 7px;
    margin-top: 7px;
    background: #313131;
    padding: 2px !important;
    color: #fff;
    width: 419px;
}

span.jump-out-text {
    font-size: 175%;
}

ul#page-horizontal-nav {
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #c8c8c8;
}

ul#page-horizontal-nav li {
    display: inline;
    margin: 0 5px 0 10px;
    padding: 0 0 0 15px;
    list-style: none;
    background: url(../images/mktstar.gif) top left no-repeat;
}

ul.square-list {
    list-style-image: none;
    list-style: square;
}

#signupform-close {
    background: #151515;
    padding: 6px 10px 6px 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 220px;
    font-size: 12px;
    overflow: hidden;
}

#signupform-close a, #header #signupform-close img {
    margin: 0;
    padding: 0;
}

p.floated-button-wrap {
    overflow: hidden;
    width: 220px;
}

/** prevent flash of content by hiding elements prior to display **/

#mystickytooltip {
    display: none;
}

#signupform {
    display: none;
}

#signupform input.error {
    border: 2px solid red;
}

#signupform input.valid {
    border: 2px solid green;
}

#signupform label.error {
    display: none !important;
}
.addressBlock, .contactBlock{
	height: 65px;
}
#featurepanel h2{
	margin: 0 0 10px 0;
	
}
#featurepanel h4{
	margin: 0 0 8px 0;
	
}
p.newsdate{
	font-style: italic;
	}
a.newslink{
	color: #ccc;
	font-size: 11px;
}
a.newslink:hover{
	color:#FFF;
	text-decoration:underline;
}


ul.recent-news-list {
    overflow: hidden;
    background: #313131;
    padding: 0 0 20px;
    color: #fff;
    border: 15px solid #3e3e3e;
    border-bottom-width: 0px;
    margin: 0px;
	list-style: none;
}

ul.recent-news-list li {
    border-bottom: 1px solid #666;
    overflow: hidden;
    padding: 15px;
}

ul.recent-news-list li h3 {
    color: #ccc;
    margin-top: 0px;
}

* html ul.recent-news-list li h3 {
	margin-top: -0.9em; /* IE6 */
}

ul.recent-news-list li p.news-subheading {
    color: #eee;
	zoom: 1;
	overflow: hidden;
}

ul.recent-news-list li p.news-subheading span.read-more {
    font-size: 15px;
    padding-left: 0px;
	float: right;
	display: block;
}

ul.recent-news-list li p.news-subheading span.news-date {
    float: left;
	display: block;
}

ul.recent-news-list li p.news-subheading span.read-more a, h3.news-main-page-read-more {
	text-align: right;
}

ul.recent-news-list li p.news-subheading span.read-more a, h3.news-main-page-read-more a {
    color: #F8992C !important;
    text-decoration: none;
}

ul.recent-news-list li p.news-subheading span.read-more a:hover {
    color: #fff !important;
}

ul.recent-news-list li p.teaser-text {
    font-size: 11px;
    color: #fff;
}

ul.recent-news-list li img {
    float: left;
    margin-right: 15px;
}

#news-feed-rss-heading {
    background: #313131 url('../images/rss_icon.png') 9px 9px no-repeat;
    padding: 39px 0 15px 63px;
    color: #F8992C;
    font-weight: bold;
    font-size: 14px;
}

#vacancies-block-wrap {
	color: #fff;
    font-weight: bold;
    font-size: 14px;
	background: #313131;
	padding: 10px 5px;
}