@charset "utf-8";
/* ======================================== SUB PAGE NAVIGATION CONTAINER ======================= */
.subpagenav
	{
	width:887px;
	height:36px;
	float:left;
	clear:both;
	}
/* ======================================== BRANDING PAGE ======================================== */
.brandingHeader
	{
	float:left;
	clear:both;
	width:869px;
	height:550px;
	background-color:#000000;
	padding:18px 0px 0px 18px;
	}
.headerBoxBottom
	{
	width:887px;
	height:25px;
	float:left;
	clear:both;
	background-image:url(../images/branding/branding_box_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
/* ============================================ INSTRUCTIONS CONTAINER ============== */
.instructions
	{
	width:887px;
	height:auto;
	float:left;
	clear:both;
	text-align:center;
	}

/* ===================================== BRANDING TABS ======================= */
.brandingVTab
	{	
	width:887px;
	height:320px;
	padding:39px 0px 0px 1px;
	background-image:url(../images/branding/branding_v_tabs.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-bottom:15px;
	text-align:left;
	float:left;
	clear:both;
	}

.TabbedPanelsTabGroup {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTabGroup img {
	vertical-align: middle;
}

#tabRollover1,
#tabRollover2,
#tabRollover3,
#tabRollover4,
#tabRollover5,
#tabRollover6,
#tabRollover7 {
	font-weight:bold;
	position: relative;
	width:274px;
	padding:10px 0px 12px 10px;
	height:20px;
	cursor: pointer;
}

#tabRollover1 {
	font-size: 14px;
	color: #990000;
	background-color: #fff;
	border-bottom: 1px solid #990000;
}

#tabRollover2,
#tabRollover3,
#tabRollover4,
#tabRollover5,
#tabRollover6,
#tabRollover7 {
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #CCCCCC;
}

.TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 600px;
	height: 370px;
	color:black;
}

#tabInfo1 {
	display: block;
	padding:1px 25px 0px 25px;
}

#tabInfo2,
#tabInfo3,
#tabInfo4,
#tabInfo5,
#tabInfo6,
#tabInfo7 {
	display: none;
	padding:1px 25px 0px 25px;
}

.tabInfo1 {
	background-image: url();
}

.tabInfo2	{
	background-image: url();
}

.tabInfo3	{
	background-image: url();
}

.tabInfo4	{
	background-image: url();
}

.tabInfo5	{
	background-image: url();
}

.tabInfo6	{
	background-image: url();
}

.tabInfo7	{
	background-image: url();
}

.brandingVTabHeader 
	{
	font-size: 16px;
	font-weight: bold;
	}
	
.brandingVTabSubHeader
	{
	font-size: 14px;
	font-style: italic;
	color: #990000;
	}

.brandingVTabSubContainer {
	width:450px;
}

/* ======================================== CLIENTS PAGE ============================= */
.clientHeader
	{
	float:left;
	clear:both;
	width:757px;
	height:390px;
	padding:10px 0px 0px 130px;
	background-color:#000000;
	}
	
.clientFlash {
	margin-top: 15px;
	margin-left: -105px;
}
/* ====================================================== PORTFOLIO PAGE ======================================= */

.portfolioContent
	{
	float:left;
	width:100%;
	padding-bottom: 10px;
	}
	
.thumbnail
	{
	float:left;
	clear:right;
	width:560px;
	}

.thumbDesc
	{
	float:left;
	clear:right;
	width:300px;
	padding-left:10px;
	}
	
.portRow
	{
	float:left;
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	}

.small
	{
	font-size:11px;
	color:#333;
	}
	

/* ========================================================== Our Story Page ============================== */
.ourStoryHeader	{
	float: left;
	clear: both;
	width: 851px;
	background-color: #000;
	padding: 18px 18px 0px 18px;
}
	
.ourStoryHeader > img {
	margin-left: 15px;
}

table.intelProperty {
	margin-top: -20px;
}

table.intelProperty li + li {
	margin-top: 10px;
}

/* ************** accordian styles ************** */
.trigger {
	background-image: none; //url(../images/our_story/our_story_tab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin-top: 2px;
	margin-left: 2px;
	height: 60px;
	width: 847px;
	float: left;
	cursor: pointer;
}

.trigger:hover {
	background-image: url(../images/our_story/our_story_tab_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.trigger h3 {
	text-align: center;
	margin: 0px;
	padding: 20px 10px 25px 10px;
	font-size: 15px;
	font-weight: normal;
}

.triggerText {
	color: #fff;
}

.keyPoint.active {
	background-image: url(../images/our_story/our_story_tab.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.keyPoint.active:hover {
	background-image: url(../images/our_story/our_story_tab_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.toggle_container {
	overflow: hidden;
	clear: both;
}
	
.description {
	background-image: url(../images/our_story/our_story_panel_bg.png);
	background-repeat: repeat-y;
	margin-top: 2px;
	margin-left: 2px;
	padding: 25px 10px 15px 10px;
	color: #000;
	min-height: 157px;
}

.descriptionText {
	display: inline-block;
	width: 550px;
}

.descriptionText p {
	margin-top: 20px;
	margin-bottom: 0;
}

.description img {
	float: left;
	border: none;
	margin: 2px 20px 0px 20px;
}

.description h4 {
	font-size: 14px;
	margin-top: 0;
}

.descriptionBottomBg {
	background-image: url(../images/our_story/our_story_panel_bottom_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 2px;
	height: 6px;
	width: 847px;
}
	
/* ========================================================== Web Services PAGE ============================== */	
	
.blackBoxTab {
	float:left;
	clear:both;
	width:887px;
	height:44px;
	background-image:url(../images/web_services/black_box_tab.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.webServicesContainer {
	padding-left: 35px;
}
	
table.webTable {
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	border-collapse: collapse;
	width: 93%;
	text-align: center;
	margin-bottom: 30px;
	table-layout: fixed;
}
	
.webTableHeaders
	{
	font-size:16px;
	font-weight:bold;
	color: #ffcc00;	
	}
	
.webTableHeaders th {
	border-bottom: 2px solid #fff;
}

table.webTable td {
	padding: 4px 0 4px 50px;
}

table.webTable th {
	padding: 0 0 10px 0;
}

table.webTable td , table.webTable th {
	text-align: left;
	width: 40%;
}

table.webTable td + td , table.webTable th + th {
	text-align: center;
	width: 20%;
	padding-left: 0;
}
	
.highlightYellow {
	background-color: #ffcc00;
}

.highlightGray {
	background-color: #999999;
	color: #000;
}

.colorYellow {
	color: #ffcc00;
	font-weight: bold;
}

table.webTable td.firstRow {
	padding-top: 20px;
}
	
/* ========================================================== CONTACT PAGE ============================== */
.subNavBottomBox /*also used on "OUR STORY PAGE" */
	{
	float:left;
	clear:both;
	width:887px;
	height:10px;
	background-image:url(../images/shared/sub_nav_bottom_box.gif);	
	background-repeat:no-repeat;
	background-position:top left;
	}

.formContainer /* container for all the form fields*/
	{
	float:left;
	width:591px;
	font-size:11px;
	}
	
.contactBox3 {
	float:left;
	clear:both;
	width:562px;
	height:110px;
	margin-top: 5px;
	margin-left: 17px;
}

.contactBox3 img {
	float: left;
	margin-right: 8px;
}

.contactBox3 .icon {
	margin-top: 10px;
	margin-right: 10px;
}

.contactBox3 .vDivider {
	margin-left: 33px;
}

.contactBoxInfo {
	float: left;
	margin-top: 20px;
}

.contactBoxInfo h6 {
	color: #003399;
	text-decoration: underline;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.contactBoxInfo p {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.contactBoxInfo p + p {
	text-align: right;
	color: #666;
	font-size: 12px;
}

.ourStoryLiveChat {
	float:left;
	clear:both;
	padding:15px 0px 25px 0px;
}
	
/*====================== form div code ======================= */	
.quoteRow
	{
	width:550px;
	float:left;
	clear:both;
	}

.quoteFormInputRow1
	{
	float:left;
	clear:right;
	width:60%;
	padding:4px 2px 4px 8px;
	height:24px;
	}

.quoteFormInputRow2
	{
	float:left;
	clear:right;
	width:60%;
	padding:4px 2px 4px 8px;
	height:24px;
	}
	
.quoteFormInputRow3
	{
	float:left;
	clear:right;
	width:60%;
	padding:10px 2px 50px 143px;
	height:24px;
	}	
	
.quoteFormInputRow4
	{
	float:left;
	clear:right;
	width:60%;
	padding:4px 2px 4px 8px;
	height:auto;
	}	
		
/* ============== defaualt input label for the second page ==== this is for the second part of the form ==================== */

.inputWrapper
	{
	float:left;
	clear:right;
	width:300px;
	}

.inputLabelName, .inputLabelCompanyName, .inputLabelDayPhone, .inputLabelBestTime, .inputLabelEmail, .inputLabelBudget, .inputLabelMessage
	{
	text-align:left;
	float:left;
	clear:right;
	padding-top:10px;
	width:22%;
	padding-left:15px;
	height:22px;
	font-weight:bold;
	color: #333;
	}
	
.inputLabelNameWrong, .inputLabelCompanyNameWrong, .inputLabelDayPhoneWrong, .inputLabelBestTimeWrong, .inputLabelEmailWrong, .inputLabelBudgetWrong, .inputLabelMessageWrong
	{
	float:left;
	clear:right;
	width:16px;
	height:16px;
	padding:3px;
	display:none;
	}
.inputLabelNameCorrect, .inputLabelCompanyNameCorrect, .inputLabelDayPhoneCorrect, .inputLabelBestTimeCorrect, .inputLabelEmailCorrect, .inputLabelBudgetCorrect, .inputLabelMessageCorrect
	{
	float:left;
	clear:right;
	width:16px;
	height:16px;
	padding:3px;
	display:none;
	}

/* ---- focus highlight effect for form fields 

*:focus {
	-moz-outline: 2px #85BAFC solid !important;
	-moz-outline-offset: 1px !important;
	-moz-outline-radius: 5px !important;
}
textarea:focus, button:focus, select:focus, input:focus {
	-moz-outline-offset: -1px !important;
}
input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0px !important;
}
a:focus {
	-moz-outline: 0px #85BAFC solid !important;
}
input[type="image"]:focus {
	-moz-outline: 0px #85BAFC solid !important;
}	
	-------*/