﻿/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	font-family:Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:14px;
	margin:0px;
	padding:0px;
}

a, a:active, a:visited {
	color:#CC0000;
	text-decoration:none;
}

p {
	line-height:1.5em;
}

.col1 {
	width:470px;
	float:left;
	clear:left;
	overflow:hidden;
}

.col2 {
	width:410px;
	float:right;
	overflow:hidden;
	clear:right;
}

h4 {
	font-family:Arial;
	font-size:20px;
	color:#900;
	margin:35px 0 18px;
	float:left;
	clear:both;
}



#flipMail .col1 img {
	width:464px;
	height:232px;
	border:solid 1px #666;
}

#flipMail .col2 {
	height:234px;
	position:relative;
}



#flipMail .col2 .thumbnails {
	position:absolute;
	bottom:0px;
	left:0px;
	height:96px;
	width:100%;
}

#flipMail .thumbnails img {
	width:126px;
	height:94px;
	border: solid 1px #666;
	margin:0 3px 0 2px;
}



#flipMail {
	font-family:Arial;
	font-size:12px;
	color:#333;
	line-height:120%;
	margin:0 45px 0 5px;
	text-align:left;
}

#flipMail .backtotop {
	width: 100%;

}

#flipMail .backtotop img{
	float:right;
	clear: both;
}

#flipMail p.intro {
	font-size: 24px;
	line-height:120%;
	float:left;
	
}

#flipMail ul.icons {
	float:right;
	width: 295px;
	height:133px;
	display:inline;
	margin:0;
	padding:0;
}

#flipMail ul.icons li {
	display:inline;
	float:left;
	margin:0 0 10px 10px;
	padding:0;
}

#flipMail .icons img {
	width:87px;
	height:69px;
}

/* Styling */
#footer .copyright {
	color:#ffffff;
	font-size:12px;
	float:right;
	clear:right;

	width:auto;
}

#footer ul {
	width:auto;
	float:right;
	clear:right;
	margin-top:10px;
}

#footer .socialfoot {
	float:right;
	clear:right;
	margin-top:7px;
	width:auto;
}

#footer .socialfoot img {
	padding-left: 6px;
}


#flash {
	width:100%;
	height:310px;
}

#flash_logo {
	width:200px;
	height:114px;
	align:top;
}

#bbb {
	float:right;
}

.xmas {
	position:absolute;
	width: 960px;
	height:100px;
	top:-8px;
	right:0px;
	left:175px;
	text-align:center;
}

#red-banner h1 {
	color:#FFFFFF;
	font-size:24px;
	text-align:left;
	margin-top:10px;
}

/* Layout */
#newsletter {
	background-color:#323232;
	height:25px;
	position:relative;
	float:left;
	clear:both;
	width:100%;
}

#header {
	float:left;
	clear:both;
	width:100%;
	border-top:7px solid #323232;
}

#header #logo {
	float:left;
	width:200px;
}

#header #main-navigation  {
	float:right;
	position:relative;
	top:35px;
	width:auto;
	clear:right;
}

#header #newsletterButton {
	clear:right;
	color:#FFFFFF;
	float:right;
	height:15px;
	padding:5px 10px;
	cursor:pointer;
	width:140px;
	background:#323232 url(../images/white-arrow.gif) no-repeat scroll right 8px;
}

#header #newsletterButton.active {

}

#red-banner {
	float:left;
	clear:both;
	width:100%;
	position:relative;
}

#main {
	margin-top:25px;
	float:left;
	clear:both;
	width:100%;
}

#footer {
background-image:url(../images/layout/footer_repeat.png);
background-color:#000000;
	background-repeat:repeat-x;
	float:left;
	width:100%;
	clear:both;
	margin-top:5px;
}

#footer .container {
	border-top:1px solid #999999;
}

/** Header Elements **/
#header .container {
	height:116px;
}

#holidays {
	width:875px;
	margin:auto;
	z-index: 99;
	position: absolute;
left: 22%;
}

.container {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:960px;
}

/** Newsletter Elements **/
#newsletter #signup {
	float:right;
	clear:both;
	width:auto;
	margin-top:2px;
	font-size:12px;
	color:#FFFFFF;
}

#newsletter #signup input {
	border:1px solid #000000;
	background-color:#666666;
	color:#FFFFFF;
	padding:2px;
	line-height:15px;
}

#newsletter #signup input.button {
	background:transparent url(../images/button_bg.jpg) repeat-x scroll left top;
	border:1px solid #CCCCCC;
	color:#000000;
	width:75px;
}

/** Banner Elements **/
#red-banner {
	background:transparent url(../images/layout/gradient_03.png) repeat-x scroll center top;
	height:50px;
}

.home #red-banner {
	height:311px;
}

/* Navigation Styling */
#main-navigation ul li a {
	font-size:18px;
	color:#666666;
	text-decoration:none;
}

#main-navigation ul li a:hover, #main-navigation ul li a:active {
	color:#CB0000;
}

#main-navigation ul li {
	display:inline;
	float:left;
	padding-left:20px;
	width:auto;
}

#footer ul li a{
	color:#ffffff;
	text-decoration:none;
}

#footer ul li a:hover, #footer ul li a:active{
	color:#CB0000;
}

#footer ul li {
	display:inline;
	float:left;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #666666;
}

#footer ul li.last {
	border-right:none;
	padding-right:0px;
}

/*** Content Styleing **/
label {
	cursor:pointer;
}

.content-padding {
	padding:10px;
}

.float-right {
	float:right;
	padding:10px;
}

.float-left {
	float:left;
	padding:10px;
}

.left {
	float:left;
	width:480px;
	clear:left;
}




.left33 {
	float:left;
	width:31%;
	padding:10px;
}

.right {
	float:left;
	margin-left:10px;
	width:470px;
	clear:right;
}

.center {
	float:left;
	width:100%;
}

#main h2 {
	font-size:14px;
	font-weight: bold;
}

.h2-title {
	color:#C60301;
	font-size:18px;
}

#main h2.title {
	font-family:Arial;
	font-weight: normal;
	font-size:20px;
	color:#900;
	margin:0 0 18px 0;
	float:left;
	clear:both;
}

/*Home Page Styling */
.left p {
	padding:10px 0;
	line-height:1.5em;
}

.special {
	font-size:16px;
	line-height:2em;
}

.special strong{
	font-size:10px;
	padding-bottom: 2px;
	font-weight:bolder;
}

.special em{
	font-size:10px;
	padding-bottom: 2px;
	font-style:italic;
}

.special img {
	vertical-align: bottom;
	padding: 2px 3px;

}

.left p a.box {
	background:#CCCCCC none repeat scroll 0 0;
	color:#CC0000;
	padding:6px 10px;
	text-decoration:none;
}

.right .widget_quote {
	background:#FAFAFA url(../images/layout/home/widget-light.jpg) repeat-x;
	border:1px solid #999999;
	min-height:380px;
	margin-bottom:20px;
}

.right .widget_quote p {
	line-height:1.5em;
	margin-left:6px
}

.right .widget_quote h3 {
	color:#C60301;
	font-size:18px;
	padding-bottom:5px;
}

.right .widget_quote.dark, .right .widget_quote a {
	color:#333333;
    /* margin-top:-50px; */

}

.right .widget_quote.dark h3 {
	color:#FFFFFF;
}

.right .widget_quote.dark {
	background:transparent url(../images/layout/home/switch-double.jpg) no-repeat;
	border:1px solid #999999;
	padding-left:150px;
}

.right .widget_quote.dark:hover {
	background:transparent url(../images/layout/home/switch-double.jpg) no-repeat scroll 0 -218px;
}

.right .widget2 {
	background:#FAFAFA url(../images/layout/home/widget-light.jpg) repeat-x;
	border:1px solid #999999;
	height:auto;
	margin-bottom:40px;
}

.right .widget2 p {
	line-height:1.5em;
}

.right .widget2 h3 {
	color:#c60301;
	font-size:18px;
	padding-bottom:5px;
}

.right .widget.dark2 h3 {
	color:#ffffff;
	font-size:150%;
}

.right .widget.dark2 {
	background:transparent url(../images/layout/home/fading_background.jpg) repeat-x;
	border:1px solid #999999;
	height:auto
}

.findusfacebook {
	padding: 5px 0px 0px 0px;
}

/* About Page Styling */
#about_left {
	float:left;
	width:580px;
}

#about_right{
	float:right;
	width:360px;
}

#bios {
	width:580px;
	margin:0 0 25px 0;
	float:left;
}

#bios2 {
	width:580px;
	margin:0 0 15px 0;
	float:left;
}

.team_name {
	width:270px;
	background:transparent url(../images/about/team-frame.png) no-repeat left top;
	float:left;
	margin:10px 10px 0 10px;
}

.about_img {
	width:180px;
	height:130px;
	background:transparent url(../images/about/team-frame.png) no-repeat left top;
}

.team_name ul {
	margin:15px 0 0 0;
}

.team_name ul li {
	padding:5px 0 0 0;
}

.team_name p {
	width:550px;
	margin-top:5px;
}

.position {
	color:#C60301;
}

.about_img img {
	margin:17px 0 0 14px;
}

#our_process {
	margin:10px 0 0 0;
	width:330px;
	padding:0 0 0 25px;
}

#our_process p{
	margin:10px 0 10px 0;
}

#our_experience {
	margin:20px 0 0 0;
	width:330px;
	padding:0 0 0 25px;
}

#our_experience p{
	margin:10px 0 10px 0;
}

#our_website {
	margin:20px 0 0 0;
	width:330px;
	padding:0 0 0 25px;
}

#our_website p{
	margin:10px 0 10px 0;
}

/* Quick Quote Styling */
#quickQuote {
    border:none;
    width:400px;
}


/* Contact Page Styling */
.left #requestProposal input.button {
	background:transparent url(../images/button_bg.jpg) repeat-x scroll left top;
	border:1px solid #CCCCCC;
	color:#000000;
	width:75px;
	font-weight:bold;
	cursor:pointer;
}

/* Form Styling */
	.field {
		background:transparent url(../images/form/fieldset.png) no-repeat scroll 0 100%;
		margin-right:2px;
		overflow:hidden;
		padding:10px 0;
		position:relative;
}

	.last {
		background:none;
}

	label {
		cursor:pointer;
		float:left;
		text-align:left;
		width:auto;
		margin-right:15px;
		font-size:12px;
}

	label.error {
		color:#B82719;
}

	input.text, textarea.text {
		background:#FFFFFF url(../images/form/input-text-bg.png) repeat-x scroll left top;
		border:1px solid #CCCCCC;
		padding:2px 20px 3px 3px;
		width:323px;
}

	.required-icon {
		background:transparent url(../images/form/input-required.png) no-repeat scroll 0 0;
		display:inline-block;
		height:20px;
		overflow:hidden;
		position:absolute;
		right:0px;
		top:26px;
		text-indent:-9000px;
		vertical-align:top;
		z-index:100px;
		width:15px;
}

	fieldset {
		width:350px;
		margin:	0px;
		padding:5px;
		border:1px solid #CCCCCC;
}

	fieldset > :first-child {
		margin-top:0;
}

	legend {
		color:#333333;
		font-weight:bold;
		margin-left:10px;
}

	.field-error input.text, .field-error textarea {
		background:#FAE1E1 url(../images/form/input-text-error-bg.png) repeat-x scroll left top;
		border:1px solid #C25454;
		color:#A51919;
}

/* /end Form  Styling */
.map {
	border:5px solid #666666;
	margin-bottom:10px;
}

.required {
	font-weight:bolder;
	font-size:16px;
	color:#cc0000;
}

/* Capabilites */
.center .left33 h2 {
	font-size:26px !important;
	font-weight:bolder;
	margin-bottom:30px;
	text-align:center;
}

.center .left33 img {
	vertical-align:middle;
}

.center .left33 h3 {
	color:#333436;
	cursor:pointer;
	font-size:18px;
	font-weight:bolder;
/**	background:transparent url(../images/layout/capabilites/plus.jpg) no-repeat scroll 99% 50%; **/
	margin-bottom:10px;
}

.center .left33 h3.active {
	background:transparent url(../images/layout/capabilites/minus.jpg) no-repeat scroll 99% 50%;
}

.center .left33 form {
	vertical-align:middle;
}

.accordion p {
	margin-bottom:20px;
	/*display:none;*/
}

/* Our Work Page */
.center.our_work .form {
	border:5px solid #B82719;
}

.center.our_work h2 {
	text-align:left;
	margin-bottom:5px;
	margin-left:7px;
	float:left;
	width:auto;
}

.center.our_work ul li {
	float:left;
	margin-bottom:25px;
	text-align:center;
	width:50%;
}

.center.our_work .flipped-on {
	font-size:10px;
	text-align:right;
	width:auto;
	float:right;
	margin-top:2px;
	margin-right:6px;
}

.center.our_work ul li img {
	border:5px solid #666666;
}

.right_align {
		margin-right:10px;
		float:right;
		text-align:right;
		width:100px;
}

.social ul li.last {
	border-right:medium none;
}

.social {
	width:420px;
	float:left;
	position:relative;
	left:0px;
	margin-left:-20px;
}

.social ul li.first {
	border-right:medium none !important;
	padding:0 !important;
}

#service {
	width:330px;
	margin-top:15px;
	background-image: url(../images/service_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	padding-top: 12px;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
}

#service a{
	
}

#widget_twitter {
	background:#ffffff url(../images/twitter_bg.png) no-repeat scroll left top;
	color:#333333;
	padding:15px 100px 0 5px;
	width:330px;
	margin-top:15px;
}

#tweetbutton {
	padding-top:10px;
	margin-left:-4px;
	clear:left;
}

#tweetbutton2 {
	padding-top:10px;
	margin-left:0px;
	clear:left;
}

#contact {
	float:left;
	width:300px;
	padding-bottom: 20px;
}

.team img {
	background:transparent url(../images/about/team-frame.png) no-repeat scroll left top;
	float:left;
	margin-left:-3px;
	margin-right:20px;
	margin-top:-5px;
	padding:18px 14px;
}

.team .title {
	color:#000000;
	font-size:13px;
	font-style:italic;
}

#members {
	width:250px;
	float:left;
	margin:10px 0 0 0;
	padding-bottom:13px;
}

#members img {
	float:left;

}

.hr {
color:#333333;
}

#newsitem {
	width:459px;
	display:table-row;
}

#news {
	float:right;
	width:415px;
}

#newscontent {
	margin:0 0 20px 55px;
}

#newsheading {
	margin:0 0 10px 55px;
}

#calendar {
	background:url(../images/date-bg.png) no-repeat;
	float:left;
	width:44px;
	height:60px;
	margin-top:3px;
	line-height:105%;
	padding-top:10px;
}

.month {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:0 0 5px 10px;
}

.day {
	margin-top:4px;
	padding-left:11px;
	padding-bottom:0px;
	padding-right:0;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	font-size:17px;
	font-weight:bold;
}

.year {
	padding-bottom:4px;
	padding-left:12px;
	text-align:center;
	font-weight:bold;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	float:left;
}

/* News Page Styling */
#in_news_left {
	float:left;
	width:580px;
}

#in_news_right{
	float:right;
	width:360px;
}

#in_news_bios {
	width:580px;
	margin:0 0 25px 0;
	float:left;
}

#in_news_bios2 {
	width:580px;
	margin:0 0 15px 0;
	float:left;
}

.in_news_team_name {
	width:270px;
	background:transparent url(../images/about/team-frame.png) no-repeat left top;
	float:left;
	margin:10px 10px 0 10px;
}

.in_news_img {
	width:180px;
	height:130px;
	background:transparent url(../images/about/team-frame.png) no-repeat left top;
}

.in_news_name ul {
	margin:15px 0 0 0;
}

.in_news_name ul li {
	padding:5px 0 0 0;
}

.in_news_team_name p {
	width:250px;
	font-size:12px;
	margin-top:5px;
}

.in_news_position {
	color:#C60301;
}

.in_news_img img {
	margin:17px 0 0 14px;
}

#our_process {
	margin:10px 0 0 0;
	width:330px;
	padding:0 0 0 25px;
}

#our_process p{
	margin:10px 0 10px 0;
}

#our_experience {
	margin:20px 0 0 0;
	width:330px;
	padding:0 0 0 25px;
}

#our_experience p{
	margin:10px 0 10px 0;
}

#our_website {
	margin:20px 0 0 0;
	width:330px;
	padding:0 0 0 25px;
}

#our_website p{
	margin:10px 0 10px 0;
}

/*
#members img{
	float:left;
}

#members p {
	float:right;
	font-style:italic;
}
*/

table.infotable {
  text-align: left;
  padding: 7px;
  font-size: 95%;
}

table.infotable td {
  padding: 6px 0;
  border-bottom: dotted 1px #ccc;
}


.infobox2 {
  padding: 6px;
  margin: 6px;
  border: solid 1px #ccc;
}

.infobox .last {
  margin-right: 0px;
}


.infobox .first {
  margin-left: 0px;
}


#homeslider {
  position:relative;
  width: 960px;
  height: 286px;
  margin:0 auto;
}


#homeslider .prev {
  position:absolute;
  float: left;
  left: -50px;
  top: 100px;
  width: 32px;
  display: block;
}

#homeslider .next {
  position:absolute;
  float: left;
  left: 976px;
  top: 100px;
  width: 32px;
	display: block;
}

#homeslider div.slider {
  height:286px;
  overflow: hidden;
}


#homeslider, #homeslider a {
  color: #fff;
}

#homeslider li.slide {
  height:286px;
  width: 960px;
  overflow: hidden;
}

#homeslider li.slide div.text {
  width:320px;
  height: 285px;
  max-height: 285px;
  background: transparent url('../images/layout/blacksmoke.png') 0 0 repeat;
  padding: 0;
  margin: 0 0 0 604px;
  overflow: hidden;
}

/* HOME SLIDESHOW FOR FEATURED SITES */
#homeslider li.slide div.text div.header {
  background: transparent url('../images/layout/blacksmoke.png') 0 0 repeat;
  height: 24px;
  clear: both;
  padding: 12px 20px;
  margin: 12px 0;
}

#homeslider li.slide div.text div.description{
  padding: 0 20px;
  margin: 0;
  font-size: 12px;
  line-height: 145%;
}


#homeslider li.slide div.text div.header h3 {
  float: left;
  font-size: 16px;
  font-weight: bold;
}

#homeslider li.slide div.text div.header a.action {
  float: right;
  padding: 3px 6px;
  text-decoration: none;
  font-size: 12px;
}

ul#campaignlist li.item {
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

#blog_btn{
	border-color: #ff0000;
	border-style: solid;
	border-width: 0px 0 2px 0px;
	color: #FFFFFF;
	display: block;
	height: 150px;
	position: absolute;
	right: 0;
	top: 450px;
	width: 30px;
	z-index: 2;
	
}
