@charset "utf-8";
/* CSS Document */

body {		
	margin: 0 auto;
	font: 400 14px/140% 'Open Sans', Helvetica, sans-serif;
}
a {
	color:#002f65;
}
a:hover {
	color:#dc7200;
}
li{
	line-height:25px;
}
table {
  font-size: inherit;
}

@font-face {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-family: 'Open Sans Condensed', Helvetica, sans-serif;
}
img{
	border:none;
}

blockquote {
display: block;
background-color:white;
font-size: 20px;
line-height:120%;
padding: 10px 60px;
width=600px
height=150px
text-align: center;
color: #444444;
}

/* Quote Mark Styles */
blockquote:before, blockquote:after {
color: #5a7c87;
display: block;
font-size: 500%;
width: 50px;
}

/* Left Quote */
blockquote:before {
content: '\201C';
height: 0;
margin-left: -0.55em;
}

/* Right Quote */
blockquote:after {
content: '\201D';
height: 50px;
margin-left: 700px;
}


#main{
	background: url(../images/header-bg.jpg) repeat-x;
}
#content-1{
	background: url(../images/inner-bg-1.jpg) repeat-x;
	min-height:1000px;	
}
#content-2{
	background: url(../images/inner-bg-2.jpg) repeat-x;
	min-height:1000px;	
}
#content-3{
	background: url(../images/inner-bg-3.jpg) repeat-x;
	min-height:1000px;	
}
#content-4{
	background: url(../images/inner-bg-4.jpg) repeat-x;
	min-height:1000px;	
}

.header-curve{
	background: url(../images/header-curve.jpg) repeat-x scroll 0 0;
	height:89px;
	width:940px;

}
#hero{
	margin:12px 0 5px 0;
	overflow:hidden;
}	

.quotes {
  display:none;
	background: FFF#;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.container p{
	font: 400 14px/140% 'Open Sans', Helvetica, sans-serif;
}
.floatleft { float: left; margin: 0px 5px 5px 0px;
}
.floatright { float: right; margin: 0px 0px 5px 5px;
}
.grid1, .grid2, .grid3, .grid4, .grid4-mod, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	float: left;
	display: inline;
	margin-left: 20px;
}
.grid1 {
	width: 60px;
}
.grid2 {
	width: 140px;
}
.grid3 {
	width: 220px;
}
.grid4 {
	width: 300px;
}
.grid4-mod {
	width: 265px;
}
.grid4-mod2 {
	width: 200px;
	float: left;
	display: inline;
	margin-left: 15px;
}
.grid5 {
	width: 380px;
	margin: 0px 30px;
}
.grid6 {
	width: 460px;
}
.grid7 {
	width: 540px;
}
.grid8 {
	width: 620px;
}
.grid9 {
	width: 700px;
}
.grid10 {
	width: 780px;
}
.grid11 {
	width: 860px;
}
.grid12 {
	width: 940px;
}
.first {
	margin-left: 0;
	clear: left;
}
.center {
  display: block;
	margin-left:auto;
  margin-right:auto;
	clear: both;
}

/* 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 */

/* NOTE: the following styles are for demo purpose (not required) */
.container {
	
}

/* Main Navigation ///////////////////////////////////////////////*/
.top-nav{
	position:relative;
	z-index:200;
	font: 12px/140% 'Open Sans', Helvetica, sans-serif;
	font-weight:700;
}
.top-nav ul ul {
	display: none;
}

	.top-nav ul li:hover > ul {
		display: block;
	}


.top-nav ul {
	float:right;
	margin:25px 40px 0 0;
	background: #ffc80b; 	
	border-bottom:2px solid #b38e05;
	border-bottom:1px solid #b38e05;
	padding: 0;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
	        border-radius: 4px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	.top-nav ul:after {
		content: ""; clear: both; display: block;
	}

	.top-nav ul li {
		float: left;
		border-right:1px solid #fff;
	}

	.top-nav ul li.last {
		float: left;
		border-right:none;
	}
		.top-nav ul li:hover {
			background: #183765;
			background: linear-gradient(top, #274a7f 0%, #132e57 40%);
			background: -moz-linear-gradient(top, #274a7f 0%, #132e57 40%);
			background: -webkit-linear-gradient(top, #274a7f 0%,#132e57 40%);
			-webkit-border-radius: 4px;
		     -moz-border-radius: 4px;
	            border-radius: 4px;
		}
			.top-nav ul li:hover a {
				color: #fff;
			}
		
		.top-nav ul li a {
			display: block; 
			padding: 6px 12px;
			width: 85px;
			text-align: center;
			color: #183765; 
			text-decoration: none;
		}
			
		
	.top-nav ul ul {
		background: #132e57; border-radius: 0px; padding: 0;
		margin:-1px 0 0 0;
		position: absolute; top: 100%;
		border:none;
	}
		.top-nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
			background-image: url(../images/clear.gif)
			
		}
			.top-nav ul ul li a {
				width:160px;
				color: #fff;
			}	
				.top-nav ul ul li a:hover {
					background: #25487d;
					-webkit-border-radius: 0px;
		     -moz-border-radius: 0px;
	            border-radius: 0px;
				}
		
	.top-nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
/* Home  ///////////////////////////////////////////////*/
.home-content{
	background:url(../images/home-content-bg.png) no-repeat;
	padding:20px 0 0 5px;
	margin:0 0 0 45px;
	min-height:286px;
	width:873px;
	float:left;
}
.home-bot{
	padding:0;
	margin:0 0 0 45px;
	width:873px;
	float:left;
}
.home-bot img.sep{
	padding:0 0 0 45px;
}
.home-bot h2{
	font:25px/18px 'Open Sans', Helvetica, sans-serif;
	font-weight:700;
	color:#183765;
	text-align: center;
}
.home-bot p{
	font:15px/25px 'Open Sans', Helvetica, sans-serif;
	font-weight:400;
	color:#333;
	
}
.home-b1 a{
	display:block;
	background:url(../images/home-b1-sprite.png) no-repeat;
	height:285px;
	width:266px;
	overflow:hidden;
	text-indent:-9999px;	
}
.home-b1 a:hover{
	background-position:0 -285px;
}
.home-b2 a{
	display:block;
	background:url(../images/home-b2-sprite.png) no-repeat;
	height:285px;
	width:266px;
	overflow:hidden;
	text-indent:-9999px;	
}
.home-b2 a:hover{
	background-position:0 -285px;
}
.home-b3 a{
	display:block;
	background:url(../images/home-b3-sprite.png) no-repeat;
	height:285px;
	width:266px;
	overflow:hidden;
	text-indent:-9999px;	
}
.home-b3 a:hover{
	background-position:0 -285px;
}
/* Inner Pages  //////////////////////////////////////////*/
.inner-v1{
	float:left;
}
.inner-v1 h1{
	font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 40px;
	background: url(../images/inner-h1-bg.png) no-repeat;
	padding: 70px 0 20px 25px;
	height: 70px;
	width: 357px;
	color: #183765;
}
.inner-v1 h2{
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	font-size:22px;
	line-height:33px;
	color:#fff;
}
.landing-head{
	margin:0 0 0 40px;
	color:#fff;
}
.landing-head p{
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:18px;
}
.inner-content{
	padding:40px;
	background:#fff;
	min-height:400px;
	width:880px;
	-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
	        border-radius: 8px;
}
.inner-content h2{
	font:22px/18px 'Open Sans', Helvetica, sans-serif;
	font-weight: 700;
	color:#183765
}
.inner-content p{
	font: 400 14px/140% 'Open Sans', Helvetica, sans-serif;
}
.inner-content ul li{
	list-style:none;
}
.market-b1 a{
	display:block;
	background:url(../images/marketing-b1-sprite.jpg) no-repeat;
	height:405px;
	width:266px;
	overflow:hidden;
	text-indent:-9999px;	
}
.market-b1 a:hover{
	background-position:0 -405px;
}
.market-b2 a{
	display:block;
	background:url(../images/marketing-b2-sprite.jpg) no-repeat;
	height:405px;
	width:266px;
	overflow:hidden;
	text-indent:-9999px;	
}
.market-b2 a:hover{
	background-position:0 -405px;
}
.market-b3 a{
	display:block;
	background:url(../images/marketing-b3-sprite.jpg) no-repeat;
	height:405px;
	width:266px;
	overflow:hidden;
	text-indent:-9999px;	
}
.market-b3 a:hover{
	background-position:0 -405px;
}
.capabilities-b1 a{
	display:block;
	background:url(../images/capabilities-b1-sprite.jpg) no-repeat;
	height:405px;
	width:200px;
	overflow:hidden;
	text-indent:-9999px;	
}
.capabilities-b1 a:hover{
	background-position:0 -405px;
}
.capabilities-b2 a{
	display:block;
	background:url(../images/capabilities-b2-sprite.jpg) no-repeat;
	height:405px;
	width:200px;
	overflow:hidden;
	text-indent:-9999px;	
}
.capabilities-b2 a:hover{
	background-position:0 -405px;
}
.capabilities-b3 a{
	display:block;
	background:url(../images/capabilities-b3-sprite.jpg) no-repeat;
	height:405px;
	width:200px;
	overflow:hidden;
	text-indent:-9999px;	
}
.capabilities-b3 a:hover{
	background-position:0 -405px;
}
.capabilities-b4 a{
	display:block;
	background:url(../images/capabilities-b4-sprite.jpg) no-repeat;
	height:405px;
	width:200px;
	overflow:hidden;
	text-indent:-9999px;	
}
.capabilities-b4 a:hover{
	background-position:0 -405px;
}
.inner-content img.sep{
	padding:20px 0 20px 45px;
}
.newhome-b1 a{
	display:block;
	background:url(../images/direct-response-sprite.jpg) no-repeat;
	height:405px;
	width:380px;
	overflow:hidden;
	text-indent:-9999px;	
}
.newhome-b1 a:hover{
	background-position:0 -405px;
}
.newhome-b2 a{
	display:block;
	background:url(../images/worksite-sprite.jpg) no-repeat;
	height:405px;
	width:380px;
	overflow:hidden;
	text-indent:-9999px;	
}
.newhome-b2 a:hover{
	background-position:0 -405px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* FORMS ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
label {font-size:14px; line-height:21px;}
fieldset {border:0; margin:0; padding:0;}
input,select {
	width:250px;
}
input,select,textarea {
	border: 1px solid #888;
	padding: 4px;
	color: #666;
	font: 400 14px/21px 'Open Sans', Helvetica, sans-serif;
}
input:focus,
select:focus,
textarea:focus {border:1px solid #333; outline:none;}
::-moz-focus-inner {border:0;}

select {
	-webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box;
	    -ms-box-sizing: content-box;
	        box-sizing: content-box;
}
textarea {
	height: 143px;
	width:450px;
	overflow: auto; /* IE fix: remove scrollbar */
	resize: vertical;
}
input[type="radio"],
input[type="radio"]:focus,
input[type="checkbox"],
input[type="checkbox"]:focus {border:0;} /* IE fix */

input[type="submit"] {
	border: 1px solid #666;
	background: #183765;
	padding: 7px 12px;
	color: #eee;
	font-family: 'Open Sans', Helvetica, sans-serif;
	text-transform: uppercase;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #666;
	cursor: pointer;
}
input[type="submit"]:active {
	position: relative;
	left: 1px;
	top: 1px;
}
/* Footer  ///////////////////////////////////////////////*/
.footer-full{
	background:url(../images/footer-bg.png) repeat-x;
	min-height:50px;
	background-position:bottom;
}
.footer-info{
	background:url(../images/footer-info2.png) no-repeat;
	min-height:50px;
	background-position:bottom;

}
.footer-info p{
	padding:62px 0 0 0;
	text-align:center;
	font-size:11px;
	color:#002f65;
}
.inner-v1 h1.error{

	font-size: 30px;

}