/* text -----------------------------------------------------------------------*/

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #003767;
}

h2{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #4288ad;
}

h3{
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}

h5{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #4288ad;
}

p{
	margin-bottom: 13px;
	line-height: 1.5em;
}

hr{
	clear: both;
	margin: 10px 30px 30px 30px;
	width: 85%;
	border:none;
	background-color: #ebebeb;
	height: 1px;
}

a:link {color: #fe8000; text-decoration: underline; font-weight: bold;}
a:visited {color: #fe8000;	text-decoration: underline; font-weight: bold;}
a:hover {color: #003767;text-decoration: none; font-weight: bold;}
a:active {color: #fe8000; text-decoration: underline; font-weight: bold;}

h2 a{
  color: #4288ad;
}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #569ec1;
	background-image: url(../images/blue-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
   text-align: center;
}

#print-head{
	display: none;
}

#wrapper{
	margin: 0 auto;
	width: 980px;
	margin-top: 9px;
}

#header{
	width: 925px;
	height: 74px;
	text-align: right;
	color: #003767;
	font-weight: bold;
	padding-top: 23px;
	padding-right: 55px;
	font-size: 1.2em;
}



#top-nav{
	width: 980px;
	height: 36px;
	line-height: 38px;
	margin: 0px;
	z-index: 9999;
}

#top-nav ul li{
	float: left;
	margin: 6px 0 0 15px; 
	background-color: #cbd2db;
	z-index: 8888;
}

#top-nav ul li a{
	color: #003767;
	font-size: 1.2em;
	text-decoration: none;
	padding: 6px 19px; 
}

#top-nav ul li a:hover{
	background-color: #fff;
	color: #fe8000;
}

#top-nav ul li:hover{
	background-color: #fff;
}

#top-nav ul li a.bdown{
	background-color: #fff;
}



#top-nav ul li ul{
	background-color: #fff;
	width: 220px;
	margin-left: -5px;
	margin-top: -3px;
	padding: 10px;
	border-bottom: solid 5px #b3bccb;
	border-right: solid 5px #b3bccb;
	border-left: solid 5px #b3bccb;
	z-index: 9999;
}

#top-nav ul li ul li{
	background-color: #fff;
	text-align: left;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	z-index: 9999;
}

#top-nav ul li ul li a{
	background-color: #efefef;
	border: solid 1px #efefef;
	text-align: left;
	margin: 0px;
	padding: 5px;
	
	z-index: 9999;
}



#main-section{
	margin-top: 9px;
	width: 980px;
	background-color: #fff;
	padding: 15px 0 15px 0;
}

#content-main{
	text-align: left;
	padding: 15px 0 10px 30px;
	font-size: 1.2em;
}

#content-main-home{
	text-align: left;
	padding: 15px 0 10px 30px;
	font-size: 1.2em;
}

#content-main ol{
	list-style:decimal;
	font-size: 1em;
	margin: 20px 0px;
}

#content-main ul{
	list-style:square;
	font-size: 1em;
	margin: 20px 0px;
}

#content-main ol li, #content-main ul li{
	margin-left: 23px;
	padding-left: 0px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

.social-links{
	float:left;
	margin-right: 20px;
}

.content-left{
	float: left;
	width: 470px;
}

.content-right{
	float: left;
	width: 400px;
	margin: 0px 0px 0px 20px;
	padding-left: 27px;
	border-left: solid 1px #ebebeb;
	text-align: center;
}

.content-right img{
	margin-bottom: 15px;
}

.portfolio-box{
	background-color: #ebebeb;
	margin-top: 20px;
	clear:left;
}

#webscan-form{
	width: 950px;
	height: 250px;
	clear: both;
	text-align: left;
	background-color: #ebebeb;
	background-image: url(../images/form-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: solid 1px #aeaeae;
	padding: 30px 0 15px 30px;
	margin-bottom: 5px;
}

#webscan-form table tr td{
	border: solid 2px #ebebeb;
}

#webscan-form table tr td input{
	margin-left: 10px;
	width: 175px;
	border: 0px;
	font-size: 1em;
}

.form-table-left{
	width: 130px;
	height: 27px;
	line-height: 27px;
	text-align: right;
	padding-right: 10px;
}

.form-table-right{
	width: 198px;
	height: 27px;
	line-height: 27px;
	text-align: left;
	background-image: url(../images/webscan-form-bg.jpg);
	background-repeat: no-repeat;
}

/* tabs ---------------------------------------------------------------------*/

.tab-navigation{
	height: 48px;
	width: 970px;
	background-color: #fff;
	background-image: url(../images/project-profile-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 10px;
	border-bottom: solid 1px #6b95be;
}

.tab-navigation li{
	float: left;
	text-align: left;
	font-size: 1em;
	line-height: 18px;
	margin-left: 8px;
}

.tab-navigation a{
	display: block;
	height: 44px;
	width: 175px;
	color: #003767;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 3px;
	padding-left: 5px;
	background-image: url(../images/tab-bg.jpg);
}

.tab-container{
	width: 950px;
	height: 192px;
	color: #656363;
	clear: both;
	text-align: left;
	background-color: #e9efff;
	background-image: url(../images/project-profile-bg.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 15px 30px;
	border-bottom: solid 1px #6b95be;
	margin-bottom: 15px;
}

.tab-container a{
	color: #4288ad;
}

.what-we-did{
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	font-weight: bold;
}

.what-we-did img{
	vertical-align: middle;
	margin-left: 3px;
}

.newsitem {
	margin-bottom: 20px;
}

img.newsthumb {
	display: none;
}


/* contact form ---------------------------------------------------------------------*/

form#two, form#one { 
	width:340px;
	padding:0px 15px 0px 15px;
	margin-top:30px;
	margin-right:10px;
	background: url(../images/mail-bg.jpg) top right no-repeat #efefef; 
}

form#two fieldset, form#one fieldset {
	display:block; 
	border:1px solid #999; 
	padding:10px;
	margin-bottom:0.5em; 
	margin: 13px;
	line-height:1.2em;
	width:350px;
}

form#two legend, form#one legend {
	font-size:1em; 
	font-weight:bold; 
	color: #000;
	background-color: red;
}

form#two label, form#one label {
	clear:left; 
	display:block; 
	float:left; 
	width:320px; 
	text-align:left; 
	padding:10px 10px 2px 0px; 
	color: #000; 
	margin-bottom:0.2em;
	margin-top:0.5em;
	font-size: 1em;
	line-height: 0.9em;
}

form#two input, form#one input {

	margin:0px 10px 0px 0px; 
	margin-bottom:0.6em;

	font-family:"Courier New", Courier, monospace;
	text-align: left;
}

form#two textarea, form#one textarea {
	width:300px; 
	height:100px;
	border:1px solid #999; 
	padding:0.5em; 
	overflow:auto; 
	background-color:#fff;
	font-family:"Courier New", Courier, monospace;
}

#btnSubmit {
	width:50px;
	margin: 0px;
	text-align: center;
}

form#two .button, form#one .button { 
	border:1px solid #ddd;
	background:#8392e5;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding:5px 15px;
}

form#two .button:hover, form#one .button:hover { 			/* Only works in FF */
	border:1px solid #aaa;
	background:#2056a0;
	color: #fff;
}

form#two .buttonover, form#one .buttonover {
	border:1px solid red;
}

.form-protection {
	display: none; visibility: hidden;
}

.whitepaper-request-form-div {
	float: left; text-align: right; clear: both; padding-bottom: 10px; width: 250px;
}
