* {
	margin:0;
	padding:0;
}

body {
	background-color:#EEE;
	color:#666;
	font:13px Arial;
	text-align:center;
	background-image:url(/images/bg-repeat.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

a {
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img { border:0px ;}

input,textarea {
	outline-style:none;
	outline-width:0px;
}

#wrapper {
	text-align:left;
	width:970px;
	margin:0px auto;
}

/* ! -- header -- */

#header-bg {
	width:100%;
	height:298px;
	background-color:#000;
	background-image:url(/images/header_blank_new.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#header-bg .quote {
	background: rgb(217,16,21);
	background: rgba(255,0,0,0.8);
	width: 355px;
	height: auto;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#header-bg .quote p {
	padding: 15px 15px 5px;
	/* font-family: Georgia; */ 
	line-height: 1.3;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}

#header-bg .quote p span a {
	color: #000;
	line-height: 2.5;
}

#header-bg .quote .arrow {
	border-width: 15px;
	border-left-width: 15px;
	border-style: solid;
  border-color: transparent rgb(217,16,21) rgb(217,16,21) transparent;
  border-color: transparent rgba(255,0,0,0.8) rgba(255,0,0,0.8) transparent;
  width:0;
  height:0;
  position: absolute;
  left: -30px;
  bottom: 0px;
}

#lets_talk {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 530px;
	min-height: 100px;
	height: auto !Important;
	z-index: 100;
}

#lets_talk h1 {
	border: none;
	color: #fff;
	font-size: 90px;
	font-weight: bold;
	font-family: Helvetica;
	padding-left: 0;
	position: relative;
	left: -5px;
	top: 5px;
}

#lets_talk ul {
	position: relative;
	left: 15px;
	top: 0px;
}

#lets_talk li {
	display: inline-block;
	color: #f00;
	font-size: 19px;
	font-family: Helvetica;
	padding-right: 4px;
}

#lets_talk li a {
	color: #fff;
}

#header-bg.shallow {
	min-height:220px;
	height:auto !important;
	height:220px;
	background-image:url(/images/header_blank_new.jpg);
}

#header-bg h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:45px;
	color:#FFF;
	padding:20px;
	padding-top:25px;
}

/* ! --- grey part of header --- */

#head {
	width:940px;
	height:112px;
	margin-left:15px;
	background-color:#F5F5F5;
	background-image:url(/images/head-bg.jpg);
	position:relative;
}

#head h2 {
	float:left;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

#breadcrumbs {
	padding:10px 0px 0px 5px;
}

#head .item {
	float: right;
	margin: 25px 25px 0px 0px;
}

#search {
	float:right;
	margin:25px 25px 0px 0px;
}
#search input.text {
	background:transparent;
	border:0px;
	border-bottom:1px solid #999;
	font:13px Arial;
	color:#999;
}
#search input.button {
	vertical-align:bottom;
}

#nav {
	position: absolute;
	right: 0px;
	bottom: 10px;
}

#nav ul {
	float:right;
	clear:right;
	list-style:none;
	margin-top:40px;
	position:relative;
	z-index:9999;
}

#nav ul li ul {
	display:none;
}

#nav ul li {
	float:left;
	padding:0px 15px 3px 1px;
	margin-right:12px;
	font-size:12px;
	font-weight:bold;
}
#nav ul li a{
	color:#000;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#666;
}
#nav ul li.selected {
	border-bottom:2px solid #FF1F1F;
}
#nav ul li.selected a{
	color:#666;
}

.sub-nav {
	width:200px;
	float:left;
	background-color:#ededed;
	position:relative;
	margin:15px 0px;
}
.sub-nav.blog{
	float:right;
}
.sub-nav.blog p{
	margin-top:10px;
}
.sub-nav h3 {
	font-weight:normal;
	font-size:16px;
	margin:10px;
	color:#000;
}

.sub-nav ul {
	list-style:none;
	margin:0px 10px;
}

.sub-nav ul li {
	border-top:1px solid #f48e8e;
}

.sub-nav ul li a{
	display:block;
	padding:4px 2px;
	text-decoration:none;
	color:#000;
}
.sub-nav ul li a:hover,.sub-nav ul li.selected a{
	color:#666;
}
.column {
	float:left;
	width:295px;
}
.column.wide{
	width: 670px;
}

.column.contact_wide {
	width: 500px;
}

.column.choc_wide {
	width: 500px;
	margin-top: 10px;
}

.column.contact_full {
	width: 670px;
}

/* ! --- home content --- */

.home_content {
	float: left;
	width: 580px;
	margin: 10px 10px 10px 0;
}

.home_content h3 {
	margin:5px 0 7px;
	color:#ff1f1f;
	font-size:18px;
}

.home_content p {
	margin: 0 0 5px;
}

.home_content ul {
	margin: 0 0 10px 20px;
	padding: 0;
}

.home_content .col_1_2 {
	width: 280px;
	padding: 0 20px 0 0;
	margin: 5px 0;
	float: left;
	position: relative;
}

.home_content .col_1_2.last {
	padding: 0;
}

.testimonials {
	background: #ff0013;
	padding: 10px;
	margin: 0 0 30px;
	position: relative;
}

.testimonials h4 {
	color: #ffffff;
}

.testimonials p {
	margin: 0;
	font-style: italic;
	color: #ffffff;
}

.red_box {
	background: #ff0013;
	padding: 20px 10px 10px 10px;
	margin: 10px;
	position: relative;
}

.red_box p,
.red_box h2,
.red_box h3,
.red_box h4 {
	color: #ffffff;
}

.red_box a {
	color: #ffffff;
	text-decoration: underline;
}

.red_box a:hover,
.red_box a:active {
	color: #666666;
}

.quote_arrow_bottom {
	position: absolute;
	width: 30px;
	height: 20px;
	bottom: -20px;
	left: 40px;
	background: transparent url(/images/quote_arrow_bottom.png) no-repeat 0 0;
}

p.pagination {
	text-align:right;
}

.sub-nav p {
	margin:0px 10px 5px 10px;
}

.sub-nav p.feed  {
	margin-bottom:0px;
}

.sub-nav .client-logo img {
	padding: 10px;
}


p.feed img {
	margin-bottom:-2px;
}


.client ul {
	margin:10px;
}

#clientlist {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	background-color:#DDDDDD;
	padding-left:10px;
	padding-bottom:30px;
	z-index:999999;
}
#clientlist p.close {
	position:absolute;
	right:10px;
	top:10px;
}


#clientlist h4 {
	font-weight:normal;
	font-size:18px;
	margin:15px 10px 10px 10px;
}

ul.drop {
	margin:0px;
	width: 960px;
}

ul.drop li {
	float:left;
	width:226px;
	margin-right:5px;
	padding-left:7px;
}
ul.drop li.selected {
	color:#ff0000;
	font-weight:bold;
	display:block;
	padding:4px 2px 4px 7px;
}

ul.drop li.selected a {
	color:#ff0000;
}
h1 {
	color:#ff0000;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:15px 0px 7px 15px;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #EEE;
	float:left;
	width:755px;
}

h1.client {
	width:655px;
	color:#333;
	position:relative;
}
h1.blog {
	width:580px;
	padding-right:60px;
	color:#333;
	position:relative;
}

h1 span.grey {
	font-size:16px;
	letter-spacing:0px;
}

.half {
	margin-top:8px;
	width:375px;
}

.half_3_8 {
	width: 300px;
}

.half_5_8 {
	width: 450px;
}

.wide {
	margin-top:8px;
	width:650px;
}
.full{
	margin-top:8px;
	width:950px;
}
.left_wide {
	margin-top: 8px;
	width: 580px;
}
.thin{
width:220px;
}
.contact-info{
text-align:right;
width:230px;
float:right;
padding:15px;
}

.contact-info h3{
font-weight:normal;
}

.contact-info .contact-people {
	padding-top: 15px;
}

.contact-info .contact-people li {
	padding-top: 10px;
	list-style: none;
}

.contact-people ul{
	padding-bottom:20px;
}

.resources {
	width:250px;
	margin-left:10px;
	border-left:1px solid #DDD;
}
.resources ul {
	list-style:none;
	margin:0px 15px;
	padding-left:15px;
}

.resources ul li {
	list-style-type:square;
}

.client,.blog {
	width:300px;
}
.column h3 {
	margin:5px 15px 7px 15px;
	color:#FF1F1F;
	font-size:18px;
}
.column h3.top {
	margin-top:25px;
}

.column h4{
	margin:0 5px 10px 15px;
	font-size:12px;
	color:#444;
}

.column p{
	margin: 0px 15px 10px 15px;
}

.column ul {
	list-style:none;
	margin: 10px 0 10px 30px;
}

.column ul, .column ol{
	/*overflow:hidden;*/
	padding-left:20px;
	padding-right:20px;
}

.column ul li, .column ol li{
	
	list-style-position:inside;
	
}

.column ul li {
	list-style: disc;
	margin: 3px 0;
}

.column .top_p {
	min-height: 110px;
	height: auto !Important;
	height: 110px;
}

.column h3.sub {
	margin-top:15px;
}

.resources h3 {
	color:#333;
	font-size:16px;
	font-weight:normal;
	border-bottom:1px solid #DDD;
}

.column p.shadow {
	padding:15px;
	background-image:url(/images/image_bg.png);
	background-repeat:no-repeat;
	margin:0px;
}

p.date {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
}

.latest-news {
	float:left;
	margin-top:10px;
	margin-left:10px;
	width: 370px !Important;
	width:362px;
	background-color:#F3F3F3;
	position:relative;
}


.no-margin{
margin:0;
}
.latest-news h3{
	background-color:#B3B3B3;
	padding:7px 6px;
	font-weight:normal;
	color:#333;
}
.latest-news .news-item {
	position: relative;
	float:left;
	width:100%;
	padding:4px 0px;
	clear:both;
}
.latest-news .alt {
	background-color: #E0E0E0;
}
.latest-news .latest-news-image {
	width:130px;
	text-align:center;
	float:left;
}

.latest-news .latest-news-image table {
	width: 100%;
	height: 100%;
}

.latest-news .latest-news-image table td {
}

.latest-news p.date {
	font-size:11px;
	color:#999;
	border:none;
	padding:none;
}

.latest-news .latest-news-text {
	width: 220px;
	padding: 1px 5px;
	float: left;
}

#twit-link{
	position:absolute;
	top:2px;
	right:20px;
}

/* TWITTER */

.twitter{
	margin-bottom:10px;
	position:relative;
}

.tweet{
	padding:3px;
	background-color: #E0E0E0;
}

.tweet.alt{
	
	background-color:#F3F3F3;
}

.twitter-badge{
	position:absolute;
	top:-30px;
	right:5px;
}


ul.related {
	list-style:none;
	font-size:14px;
	border-top:1px solid #eee;
	padding-top:10px;
}
ul.related a {
	text-decoration:none;
	color:#FF0000;
}
ul.related a:hover {
	color:#666;
}

.subsection {
	background-color:#b3b3b3;
	padding:10px 0px;
	margin:5px;
}

.subsection p.feed {
	margin: 0 10px;
}

.sub_highlight {
	background-color: #97a7b7;
}

.sub_highlight a {
	color: #fff;
}

.sub_highlight a:hover, .sub_highlight a:active {
	color: #ddd;
}

.thumbs{
width:840px !Important;
width: 860px;
margin:0 auto;
min-height:200px;
height:auto !important;
height:110px;
}

.row {
	float: left;
}

.client-logo{
padding:0;
/*border-right: 1px solid #EEE;
/*height: 150px;
border-bottom:1px solid #EEE;*/
float:left;
margin:0;
position:relative;
text-align:left;
overflow:hidden;
background-color:#FFF;
width: 157px;
padding: 0px 0px;
margin:5px;
}

.client-logo p{
margin:0;
padding:0;
}
.client-link{
text-align:left;
position:absolute;
height: 25px;
width: 130px;
text-align: center;
bottom:10px;
left:10px;
padding:0;
margin:0;
}

.client-logo img {
	/*margin-left: 25px;*/
}

.subsection input.text,.subsection input.textBox {
	font:13px Arial;
	color:#666;
	padding:2px;
	width:170px;
	margin-right:5px;
}

.subsection.signup input.textBox{
	width:200px;
}

.subsection input.button {
	font:13px Arial;
	color:#666;
	background-color:#EEE;
	border:1px solid #666;
	padding:2px 4px;
}

.subsection p {
	font-size:13px;
	position:relative;
}

.subsection .captcha{
	width: 208px;
	vertical-align:middle;
}
h3.section {
	border-top:1px solid #DDD;
	padding-top:3px;
	margin-top:20px;
}

.article {
	border-top:1px solid #ccc;
	margin:0px 15px;
	padding:5px 0px 10px 0px;
	float:left;
	clear:both;
	position: relative;
}
.article h3 {
	font-weight:normal;
	font-size:16px;
	margin:5px 0px 7px 0px;
	border-bottom:1px solid #eee;
	width:540px;
	position:relative;
	padding-right:100px;
}
.article h4{
	color:#666;
	margin:0;
	margin-bottom:10px;
}
.article p {
	margin:0px 0px 5px 0px;
}

.article-summary {
	width:430px;
	min-height:50px;
	height:auto !important;
	height:50px;
	float:left;
	padding-right:7px;
	border-right:1px solid #eee;
}
.article-summary.bloglist {
	width:auto;
	border-right:none;
}
.article-image{
	width:200px;
	height:auto !important;
	height:200px;
	min-height:200px;
	float:left;
	margin-right:4px;
}
.article-details {
	width:25%;
	padding-left:10px;
	float:left;
}
.article-content p{
	margin-bottom:15px;
}


.client-contact{
	width:200px;
	height:auto !important;
	height:110px;
	min-height:110px;
	float:left;
	margin-right:4px;
}

.side-image{
margin-bottom:15px;
}

#footer {
	margin-top:10px;
	float:left;
	background-image:url(/images/footer-bg.jpg);
	background-repeat:no-repeat;
	width:100%;
	position:relative;
}

#footer h4 {
	margin:15px;
	color:#FF1F1F;
}

#footer .column {
	width:49%;
}
#footer ul {
	list-style:none;
	margin:15px;
}
#footer ul li {
	float:left;
	width:150px;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
}

#footer .pad {
	padding: 15px;
}

#footer .pad_high {
	padding: 30px 15px 15px;
}

#map{
width:570px;
height:390px;
margin:15px;
margin-top:0;
}

#google_map {
	width: 100%;
	height: 390px;
	margin: 0 15px 15px 15px;
}

.small{
	font-size:80%;
}
.fltlft{
	float:left;
	margin-right:0.5em;
	margin-bottom:0.5em;
}
.fltrt{
	float:right;
	margin-left:0.5em;
	margin-bottom:0.5em;
}
.float-fix{
clear:both;
float:none;
height:0;
line-height:0;
}

.ft_left {
	float: left;
	margin: 0 15px 10px 15px;
}

/* DOWNLOADS AREA */

/*
--------------------------*/
div.list_item{
padding:15px 0 5px 0;
border-bottom:1px dashed #CCC;
}

div.parentfolder{
	
	padding-left:30px;
	background-image:url(/images/icons/up_one_folder.gif);
	background-color:#E6E6E6;
	background-repeat:no-repeat;
	background-position: top left;
	margin-right:20px;
	margin-bottom:5px;
}

div.folder{
	padding-left:30px;
	background-image:url(/images/icons/folder.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin-right:20px;
}

div.folder span.italic,div.icon span.italic,div.user span.italic {
	
	font-size:.85em;
}

div.icon{
	padding-left:30px;
	background-image:url(/images/icons/document.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin-right:20px;
}

div.jpg, div.gif, div.png{
	background-image:url(/images/icons/image.gif);
}

div.pdf{
	background-image:url(/images/icons/document.gif);
}

div.swf, div.flv, div.mov{
	background-image:url(/images/icons/video.gif);
}

.nested{
margin-right:0;
}

.filebrowser{
padding:5px 20px;
}

.filebrowser a:visted{
color:#666;
}

/*---------TWITTER STYLES --------------*/

div.twitter-share-button{
	position:absolute;
	top:0;
	right:0;
}
h3 div.twitter-share-button {
	top:-5px;
	right: -15px;
}

div.article div.twitter-share-button {
	right: -15px;
	top: 4px;
}

/*---------SOCIAL STYLES --------------*/

.social-links{
	position:absolute;
	top:10px;
	right:15px;
	text-align:right;
}

/*---------  TAG CLOUD STYLES ----------*/
.cloud{
	font-size: 8px;
}
.cloud .cloud_1{
	font-size:100%;
}
.cloud .cloud_2{
	font-size:120%;
}
.cloud .cloud_3{
	font-size:140%;
}
.cloud .cloud_4{
	font-size:160%;
}
.cloud .cloud_5{
	font-size:180%;
}
.cloud .cloud_6{
	font-size:200%;
}
.cloud .cloud_7{
	font-size:220%;
}
.cloud .cloud_8{
	font-size:240%;
}
.cloud .cloud_9{
	font-size:260%;
}
.cloud .cloud_10{
	font-size: 280%;
}

/*---------  COMMENTS STYLES ----------*/

.message{
	background:#FFFF99;
	border:#FFCC99 1px solid;
	padding:10px;
	margin: 20px;
	color:#666;
}

.blog_comments{
	background:#F3F3F3;
	border:1px solid #CCC;
	padding:10px;
	margin: 20px;
}



.blog_comments h4{
	margin-left:0;
	margin-bottom:0;
}

.comments{
}

.comments .comment{
	position:relative;
	padding-bottom:5px;
	padding-top:15px;
}

h3.comment_title{
	font-size:14px;
	font-weight:normal;
	color:#333333;!important
}

.comment_date{
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	font-size:11px;
}

.comment_reply{
	font-size:11px;
	position:absolute;
	top:40px;
	right:20px;
}

.add_comment{
	padding-top:10px;
}

div.add_comment{
	width:455px;
	margin:0 auto;	
}

.comments_table{
	width:455px;
	
}

.comment_form_label{
	width:170px;
}

.comments_table .text_input{
	background:#FFF;
	border:1px solid #CCC;
	width:275px;
	height:20px;
	padding:5px;
	line-height:20px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.comments_table textarea{
	background:#FFF;
	border:1px solid #CCC;
	width:275px;
	height:70px;
	padding:5px;
	line-height:20px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.comments_table .text_input:focus,
.comments_table textarea:focus{
	border:1px solid #666;
	color:#333;
}

.comments_table .button{
	display:block;
	text-align:right;
}

.comments_table button{
	font-family:Arial, Helvetica, sans-serif;
	background:#CCC;
	border:none;
	height:35px;
	width:95px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	color:#333;
}

.no_border_bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.no_border_top {
	margin-top: 0;
	padding-top: 0;
}

.blog_text {
	margin: 10px 15px;
}

.blog_text p {
	margin: 5px 0;
}

.home_news_feed {
	clear: right;
	float: right;
}

/* ! --- twitter items --- */

.twit_follow {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 240px;
	height: 22px;
	overflow: hidden;
}

.twitter-follow-button {
}

.twitter_feed {
	margin: 0;
}

.twitter_feed .item,
.twitter_feed .twitter-follow-button {
	padding: 10px 15px;
}

.twitter_feed .item.even {
	background-color: #e0e0e0;
}

.twitter_feed iframe,
.twit_follow iframe {
	position: relative;
	left: 30px;
	margin: 0;
}

/* ! --- meet the team --- */

#selected_holder {
	margin: 10px 15px;
	width: 755px;
	height: 300px;
	position: relative;
}

#selected_member {
	background-color: #ffffff;
	width: 755px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#selected_member .text {
	float: left;
	margin: 0 20px 0 0;
	width: 450px;
	height: 250px;
}

#selected_member .text h3 {
	margin: 0;	
}

#selected_member .text p {
	margin: 0 0 10px;
}

#selected_member .image {
	float: left;
	width: 200px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#selected_member .image img {
	margin: 0;
	padding: 0;
}

#thumbnails {
	margin: 10px 15px 10px;
	width: 755px;
	height: 150px;
	position: relative;
	overflow: hidden;
}

#thumbnails .holder {
	height: 150px;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#thumbnails .thumb {
	float: left;
	width: 100px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#thumbnails .thumb.full {
	float: left;
	width: 100px;
	height: 150px;
	margin: 0 10px 0 0;
	padding: 0;
}

#thumbnails .arrow_left {
	width: 15px;
	height: 150px;
	position: absolute;
	left:0px;
	bottom:0px;
	background-color: #0f0;
	background: transparent url(/images/arrows.png) no-repeat -15px 0;
}

#thumbnails .arrow_right {
	width: 15px;
	height: 150px;
	position: absolute;
	right:0px;
	bottom:0px;
	background-color: #0f0;
	background: transparent url(/images/arrows.png) no-repeat 0 0;
}

.full_width #selected_holder,
.full_width #selected_member {
	width: 955px;
}

.full_width #selected_holder {
	height: 250px;
	overflow: hidden;
}

.full_width #thumbnails {
	width: 965px;
	margin-left: 0;
}

.full_width #selected_member .text {
	width: 500px;
	margin-right: 100px;
}

.full_width #selected_member .image {
	margin-top: 10px;
}

.choc_holder {
	width: 450px;
	height: 350px;
	overflow: hidden;
}

.sub-nav ul li.selected a {
	color: #000;
}

.sub-nav ul li.selected a:hover,
.sub-nav ul li.selected a:active {
	color: #666;
}

.sub-nav ul li.not_selected {
	display: none;
}

.italics {
	font-style: italic;
	text-align: right;
}

.photo_credit {
	font-size: 10px;
	color: #cccccc;
	text-align: right;
}

.photo_credit a {
	color: #cccccc;
}

.photo_credit a:hover,
.photo_credit a:active {
	color: #999999;
}
