@charset "utf-8";
/* CSS Document */

/* -------------------- Resets --------------------- */

html {
}
body {
margin: 0;
padding: 0;
}
body, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
}
img {
border:0; /* kills Gecko bug when img's are placed inside links */
vertical-align:bottom; /* set vertical align to bottom for IE */
}
/* ------------------- Defaults ------------------- */
html {
 /* creates a horizontal scrollbar, for a more consistent look & feel */
}
body {
font-family:'Swiss721BT-Roman',Arial; /* font-size 100% prevents IE's resize bug */
background:#fff;
color:#58585a;
}
/* ------------------ Typography ------------------- */
h1, h2, h3, h4, h5, h6, p {
margin:0 0 0 0;
padding:0px;
}
p, ul, ol {
font-size:1em;
}
ul {
margin:0 0 0 0;
list-style:none;
}
h1 {font-size:1.6em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}
/* -------------------- Forms ---------------------- */
fieldset {
border:none;
}
form :focus {
outline:0; /* removes Safari's blue border */
}  
input, select, textarea {
}
label {
vertical-align:middle;
}
input {
vertical-align:middle;
}
textarea { 
overflow:hidden; /* removes scrollbar from IE when none is needed */
font-family: arial;
font-size: 13px;
}

/* -------------------- Layout --------------------- */

@font-face {
				font-family: 'Swiss721BT-Roman';
				src: url(../fonts/swis721-bt-roman.eot);
				src: url(../fonts/swis721-bt-roman.eot?#iefix) format('embedded-opentype'),
						 url(../fonts/swis721-bt-roman.woff) format('woff'),
						 url(../fonts/swis721-bt-roman.ttf) format('truetype'),
						 url(../fonts/swis721-bt-roman.svg#swis721-bt-roman) format('svg');
				font-weight: normal;
				font-style: normal;
		}

#header
{
float: left;
position: fixed;
width: 100%;
z-index: 1000;
background:url(../images/header-bg.jpg) repeat-x;
height:119px;
overflow:hidden;
}
#wrapper , #footer-wrapper, #clients-wrapper, #bd-wrapper{
width:1000px;
margin:0 auto;
}
.logo a
{
	float:left;
	background:url(../images/logo.jpg) no-repeat center center;
    text-align:center;
    text-decoration: none;
	text-indent:-209887px;
	width:188px;
	height:62px;
	margin:30px 0 0 18px;
}

.nav
{
float:right;
padding:31px 40px 0 0;
}

.heading
{
width:100%;
vertical-align:middle;
color:#fff;
text-align:left;
font-size:12px;
border-bottom:1px solid #fff;
padding:0 0 10px 0;
margin:0 0 10px 0;
}

.nav ul
{
float:left;
}

.nav ul li
{
float:left;
vertical-align:middle;
color:#fff;
text-align:left;
font-size:12px;
}

.nav ul li.final
{
border:none;
margin: 0 40px 0 0;
}

.nav ul li.last
{
border:none;
}

.nav ul li.first a
{
padding:0 10px 0 0;
}

.nav ul li.last a
{
padding:0 0 0 10px;
}

.nav ul li a
{
float:left;
color:#fff;
padding: 0 10px;
text-align:left;
font-size:13px;
text-decoration:none;
text-transform:uppercase;
}

.nav ul li a:hover, .nav ul li a.active
{
color:#0d5d98;
}

#bd
{
float: left;
width:100%;
padding:140px 0 0 0;
}

.four-column
{
float:left;
width:100%;
min-height:290px;
}

.column
{
float:left;
width:220px;
margin:0 0 0 20px;
padding: 0 0 7px;
border-bottom:3px solid;
}

.title
{
width:100%;
vertical-align:middle;
color: #58585A;
font-size: 10pt;
height: 23px;
letter-spacing:1px;
text-align:left;
border-bottom:1px solid #373c3a;
margin:0 0 10px 0;

}
.title-slider {
    border-bottom: 2px solid #939598;
    clear: both;
    color: #58585A;
	font-size:10pt;
	height: 23px;
	letter-spacing:1px;
    margin-left:50px;
    padding-top: 25px;
    text-align: left;
    vertical-align: middle;
    width: 89%;
}
.title-caps
{
width:100%;
vertical-align:middle;
text-transform:uppercase;
color: #58585A;
font-size: 10pt;
height: 23px;
text-align:left;
border-bottom:1px solid #373c3a;
margin:0 0 10px 0;
}
.title span, .title-caps span, .columns ul p span
{
color:#3c8bbe;
}
.columns p span
{
color:#3c8bbe;
}
.column a
{
/* display: inline-block; */
margin: 10px auto;
text-align: center;
width: 100%;
height:138px;
vertical-align:middle;
}

.title-bottom
{
text-align: left;
    vertical-align: bottom;
    width: 100%;
	font-size: 10px;
	bottom: 0;
    color: #1A1A1B;
}
.title-bottom a
{
color:#1a1a1b;
height:auto !important;
margin:0 !important;
text-align: left;
text-decoration:none;
}
.title-bottom a:hover
{ 
color: #8bbee7;
}
.column ul
{
float:left;
width:100%;
/*height: 215px;
*/}
.column ul li
{
float:left;
width:100%;
}

.column ul li a
{
float:left;
width:100%;
color:#4f4f51;
text-align:left;
font-size:9.5pt;
line-height: 18px;
margin:0px !important;
padding:0px !important;
height:auto !important;
text-decoration:none;
}

.column ul li a span
{
color:#6bafdb;
}

.statement
{
float:left;
border-top:1px solid #b2b4b7;
border-bottom:1px solid #b2b4b7;
margin: 30px 0 33px 20px;
    padding: 20px 0;
    width: 94%;
	min-height:260px;
}

.mission
{
float:left;
width:100%;
margin:10px 0 0px 0;
font-size: 14px;
line-height: 20px;
}

.mission h3
{
width:100%;
vertical-align:middle;
color:#58585a;
text-align:left;
font-size:10pt;
font-weight:normal;
border-bottom:1px solid #373c3a;
padding:0 0 0px 0;
margin:0 0 10px 0;
letter-spacing:1px;
height: 23px;
}

.mission p
{
width:100%;
color:#4F4F51;
text-align:left;
font-size:9.5pt;
line-height:18px;
margin-bottom:10px;
}

.mission a
{
width:100%;
color:#4F4F51;
text-align:left;
font-size:9.5pt;
line-height:18px;
margin-bottom:10px;
text-decoration:none;
}

.mission hr
{
width:100%;
height:3px;
border:none;
overflow:hidden;
background:#58585a;
margin:25px 0 5px 0;
}

.columns
{
 border-bottom: 3px solid;
    float: left;
    height: 340px;
    margin: 0 0 0 20px;
    width: 220px;
}

.columns ul
{
float:left;
width:100%;
height: 238px;
}
.columns ul li
{
float:left;
width:100%;
font-size:9.5pt;
line-height: 18px;
}

.columns ul li a
{
float:left;
width:100%;
color:#4f4f51;
text-align:left;
font-size:9.5pt;
margin:0px !important;
padding:0px !important;
height:auto !important;
text-decoration:none;
}
/*.column ul li a:hover, .columns a:hover{
color:#6bafdb;
}*/
.columns ul li a span
{
color:#6bafdb;
}

.columns ul li ul
{
float:left;
height:auto !important;
padding:6px 0 6px 47px;
}

.columns ul p
{
float:left;
width:100%;
color:#1a1a1b;
text-align:left;
font-size:10px;
text-decoration:none;
padding: 10px 0 0 0;
}
.columns p
{
color: #1A1A1B;
    display: table-cell;
    font-size: 10px;
    height: 48px;
    text-align: left;
    text-decoration: none;
    vertical-align: bottom;
    width: 100%;
}
#footer
{
float:left;
width:100%;
background:url(../images/footer-bg.jpg) repeat-x;
height:48px;
margin:30px 0 0 0;
position:fixed;
bottom:0;
}
.copy
{
float:left;
color:#fff;
text-align:left;
font-size:13px;
background:url(../images/footer-logo.jpg) no-repeat left center;
height:17px;
vertical-align:middle;
line-height:17px;
padding:0 0 0 18px;
margin: 15px 0 0 10px;
}
.hosted a
{
float:right;
background:url(../images/hosted.jpg) no-repeat;
width:73px;
height:29px;
margin: 10px 40px 0 0;
}

/* Carousel */
#slider1 {float:left; overflow:hidden; padding: 33px 0;   }
#slider1 .viewport { float: left; width: 940px; height: 258px; overflow: hidden; position: relative; border-bottom:1px solid #939598; }
#slider1 .buttons { background:url(../images/buttons.png) no-repeat scroll 0 0 transparent; display: block; margin: 90px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
#slider1 .next { background-position: 0 0; margin: 90px 0 0 10px;  }
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#slider1 .overview li{ float: left; margin: 0 20px 0 0; padding:4px; border: 1px solid #dcdcdc; }
#slider1 .overview li img{width: 232px;height:233px}
/* Carousel */
#content{float: left;
    margin: 0 0 0 20px;
    min-height: 400px;
    width: 94%;}
.slide-wrapper{
width:1060px;
margin:0 auto;
}
.thumb{
height: 146px;
position: relative;
display: table-cell;
vertical-align: middle;
}
#capabilities_box{
padding-bottom:70px;
float:left;
width:100%;}


div.wpcf7{min-height:500px;}

.cs_header_img img {
    height: 233px;
    width: 100%;
}

input[type=submit]
{
background:url(../images/button-bg.png) repeat-x;
height:26px;
border-radius:5px 5px 5px 5px;
padding:0px 10px;
line-height:26px;
text-align:center;
color:#fff;
font-size:13px;
font-weight:bold;
border:1px solid #4c98cc;
cursor:pointer;
}

textarea, input[type=text]
{
width:350px;
vertical-align: middle;
}
#capabilities_box{
padding-bottom:70px;
float:left;
width:100%;}


div.wpcf7{min-height:500px;}

.cs_header_img img {
    height: 233px;
    width: 100%;
}

input[type=submit]
{
background:url(../images/button-bg.png) repeat-x;
height:26px;
border-radius:5px 5px 5px 5px;
padding:0px 10px;
line-height:26px;
text-align:center;
color:#fff;
font-size:13px;
font-weight:bold;
border:1px solid #4c98cc;
cursor:pointer;
}

textarea, input[type=text]
{
width:350px;
}

.launchLink
{
	cursor:pointer;
}

/* --------------- CONTACT PAGE --------------------- */

	#mainDiv
	{	
		display:inline-block;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #666;
		margin:-40px 0 0 0;
	}

	#contact_title
	{
		font-size:20px;
		width:250px;
		float:left;
	}

	#LinkedIn
	{
		width:250px;
		float:right;
		text-align:right;
		
	}

	#mainContentDiv
	{
		display:block;
		width:100%;
		padding:20px 0;
		
	}

	#ContentDiv
	{	
		width:475px;
		float:left;
		padding-right:60px;
	}

	#FormDiv p, #ContentDiv p, #ContentDiv a
	{
		color: #4F4F51;
		text-align: left;
		font-size: 9.5pt;
		line-height: 18px;
		margin-bottom: 10px;
		text-decoration:none;
	}
	

	#FormDiv
	{	
		width:400px;
		float:left;

	}