/* 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;}

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


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

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

#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: 940px;
	background-color: #fff;
	padding: 20px;
}

#content-main{
	text-align: left;
	width: 920px;
	font-size: 1.2em;
}

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

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

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

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

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

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

#content-left ol li, #content-left ul li{
	margin-left: 23px;
	padding-left: 0px;
	padding-bottom: 10px;
}

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

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

#footer{
	margin: 15px;
	color: #ccc;
}

/* 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;
}

