@import url("dropdown.css");

/* =reset
.................................................................. */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	color: #444;
	font: .9em Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #8e8e8e;
}

a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #333;
}

p {
	line-height: 1.4em;
	padding-bottom: 8px;
	font-size: .90em;
	padding-top: 8px;
}

p a {
	border-bottom: 1px dotted #999;
}

p a:hover {
	border-bottom-color: #666;
}

ul, ol {
	list-style-type: none;
}

blockquote {
	margin: 10px 20px;
 	padding: 10px 5px 10px 35px;  
   	border: 1px solid #F0F0F0;
	background: #f8f8f8 /* url(img/quote.gif) no-repeat 2px 2px*/;	
	color: #555;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: normal 1.1em/1.3em Georgia, 'Times New Roman', Times, Serif;
}

hr {
	margin-top: 4px;
	margin-bottom: 4px;
	border-width: 0;
	border-bottom: 1px solid #e1e1e1;
}

hr.dark {
	margin-top: 4px;
	margin-bottom: 4px;
	border-width: 0;
	border-bottom: 6px solid #c5bfbc;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-size: 1.3em;
	color: #333;
	padding-top: 5px;
}

h1 {
	font-size: 1.6em;
	color: #666;
	line-height: 1.4em;
}

h2 {
	font-size: 1.6em;
	color: #666;
	line-height: 1.4em;
}

h3 {
	font-size: 1.2em;
	color: #666;
	line-height: 1em;
}

h6 {
	color: #333;
	line-height: 1em;
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 5px;
}

h3 span {
	font-size: .8em;
	color: #777;
}

/* @group header */

#header {
	width: 980px;
	height: 110px;
	background: url(i/header-bg.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 375px;
	height: 70px;
	/*background: url(img/logo.png) no-repeat;*/
	text-indent: 0px;
	/* text-indent: -9999px; */
	position: absolute;
	left: 20px;
	top: 30px;
}

#message, #message-single {
	color: #ccc;
	width: 365px;
	/*padding-left: 30px;*/
	/*padding-top: 20px;*/
	line-height: 1.5em;
	font-size: 1.2em;
	position: absolute;
	top: 20px;
	left: 30px;
}

#message-single {
}

#message strong, #message-single strong {
	color: #eee;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}

#contact-us {
	color: #595857;
	/*color: #7d7f96;*/
	font-size: 1em;
	position: absolute;
	top: 0px;
	right: 20px;
	height: 60px;
	background: url(img/contact-bg) no-repeat left top;
	padding-left: 36px;
	padding-top: 40px;
}

#contact-us a {
	color: #595857;
}

.header-mail {
	padding-top: 10px;
}

/* @end */

/* @group splash */

#splash {
	width: 980px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #929e9e;
	background-color: #031e2f;
	position: relative;
}

.home {
	background: url(i/splash-home.jpg) no-repeat right center;
}

.about {
	background: url(i/splash-about.jpg) no-repeat right center;
}

.capabilities {
	background: url(i/splash-capabilities.jpg) no-repeat right center;
}

.results {
	background: url(i/splash-results.jpg) no-repeat right center;
}

.contact {
	background: url(i/splash-contact.jpg) no-repeat right center;
}

.resource-center {
	background: url(i/splash-intelligence.jpg) no-repeat right center;
}

/* @end */

/* @group searchbox */

#search-panel {
	margin-top: 5px;
	padding: 10px;
}

#search_box {
	width: 212px;
	height: 31px;
	background: url(img/searchbox-bg.gif);
	margin-left: 4px;
	margin-top: 10px;
}

/* changed 07/26/2009 */

#search_box #s {
	float: left;
	padding: 0;
	margin: 7px 0 0 6px;
	border: 0;
	width: 170px;
	background: none;
	font: .9em Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

#search_box #go {
	float: right;
	margin: 3px 4px 0 0;
}

/* @end */

.inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #fff;
}

/* @group form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	text-align: right;
	font-size: .9em;
	padding: 5px 1.5em 0 1em;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input,fieldset div textarea {
	width: 320px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

input:focus,textarea:focus {
	background: #efefef;
	color: #000;
}

input.button { 
	font: 1em Arial, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	color: #fff;
	background:#B4DB6F;
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
	width: 100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}



/* @end */

.inner-side {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #fff url(img/column-bg.gif) repeat-y;
}

.desc {
	font-size: .9em;
}

.clear {
	clear: both;
}

.external {
	padding-right: 16px;
	background-image: url(img/ext-link.gif);
	background-repeat: no-repeat;
	background-position: right 0;	
}

.help, .warning, .sql {
	color: #333;
	display: block;
	border: 1px solid #eee;
	background: #ebebbc url(img/help-bg.jpg) repeat-x 0 top;
	margin-bottom: 6px;
	margin-top: 2px;
	/*width: 640px;*/
	padding: 4px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}

.external:hover {
	background-position: right -14px;
}

.pad10 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.lists, ul.values, ul.clients, ul.result-list {
	padding-left: 25px;
	padding-bottom: 10px;
}

ul.lists li {
	font-size: .9em;
	line-height: 1.6em;
	float: left;
	width: 180px;
	padding-left: 18px;
	color: #333;
}

ul.values li {
	font-size: .9em;
	line-height: 1.6em;
	padding-left: 18px;
	color: #333;
	background: url(img/bullet.png) no-repeat 0 50%;
	background-position: 0 2px;
	vertical-align:text-top;
}

ul.clients li {
	font-size: .8em;
	line-height: 1.6em;
	padding-left: 18px;
	color: #666;
	background: url(img/bullet.png) no-repeat 0 50%;
}

ul.result-list {
	padding: 0 30px 10px 60px;
}

ul.result-list li {
	font-size: .9em;
	line-height: 1.3em;
	padding-left: 18px;
	color: #666;
	background: url(img/bullet.png) no-repeat 0 1px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* @group entry */

.entry {
	border-top: 1px solid #ccc;
	margin-top: 4px;
	padding-top: 5px;
}

.entry h2 {
	font-size: 1.6em;
	line-height: 1em;
	padding-bottom: 5px;
}

.entry h3 a {
	border-bottom: 1px dotted #999;
}

.entry h5.heading {
	line-height: 1em;
	font-size: 1em;
	padding-top: 5px;
	color: #526880;
	text-transform: uppercase;
}

.entry p.more {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: .9em;
}

.entry input.button { 
	font: 1em Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background:#B4DB6F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}



/* @end */

/* @group container */

#container, #footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#container {
}



/* @end */

h3.toggle a {
	background: url(img/toggle.png) no-repeat 0 -18px;
	display: block;
	color: #333;
	padding-left: 22px;
	padding-top: 1px;
	border-style: none;
}

h3.h3on a {
	background: url(img/toggle.png) no-repeat 0 2px;
	display: block;
	color: #333;
}

#column {
	/*position: absolute;*/
	float: left;
	width: 220px;
	padding-bottom: 20px;
	/*top: 0;
	left: 0;*/
}

ul#subnav {
	margin-top: 10px;
}

ul#subnav li {
	margin-bottom: 1px;
}

ul#subnav li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	/*background-color: #d3cfcd;*/
	color: #444;
	/*text-transform: uppercase;*/
	font-size: .9em;
	padding-left: 10px;
	border-left: 4px solid #eee;
}

ul#subnav li a:hover {
	background-color: #d3cfcd;
	color: #031a29;
}

ul#subnav li a.on {
	background-color: #fff;
	color: #333;
	border-left-color: #203948;
}

ul#subnav li ul {
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-size: .7em;
}

ul#subnav li ul li {
	background: url(img/bullet-white.png) no-repeat 0 50%;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	float: left;
	/*margin-left: 220px;*/
	padding-top: 20px;
	padding-bottom: 10px;
	/*padding-left: 250px; - this was when the column was absolute for scrolling*/
	padding-left: 25px;
}

.mid {
	width: 500px;	
}

.wide {
	width: 710px;	
}

.wide-ml {
	width: 710px;	
}

#crumbs {
	font-size: .9em;
}

.lite {
	color: #666;
}

a.pdf {
	background: url(img/pdf_file.png) no-repeat 0 50%;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

a.news {
	background: url(img/news_file.png) no-repeat 0 50%;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

.sm-pdf {
	font-size: .8em;
	text-transform: uppercase;
	color: #777;
}

.float-box {
	width: 230px;
	float: left;
	/*padding-right: 10px;*/
}

/* @group rail */

/* @group results-quotes */

/* @group results */

table.result-search {
	border-collapse: collapse;
	font-size: .9em;
}
.result-search tr.altrow { background: #f4f4f4;	}
.result-search th,.results td {
	text-align: left;
  	border-style: none;
}
.result-search th {
	color: #555;
	background: #eee;	
  	border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5;
	padding: .5em 1em;
}
.result-search td {
	/*border-color: #EFEFEF;*/
	padding: .5em;
}

.result-search td a {
	border-bottom: 1px dotted #999;
}



/* @end */

#rail {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

#rail h4 {
	color: #666;
	padding-top: 5px;
	font-size: 1em;
}

#rail h4.title {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	padding-top: 0;
}

#rail .date {
	color: #999;
	margin-top: 2px;
	padding-left: 10px;
	font: .8em Georgia, "Times New Roman", Times, serif;
	border-left: 2px solid #929e9e;
}

#rail p {
	color: #333;
	font-size: .8em;
	padding-top: 8px;
	padding-bottom: 8px;
}

#results-quotes {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

results-quotes h4 {
	color: #666;
	padding-top: 5px;
	font-size: 1em;
}

#results-quotes h4.title {
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	padding-top: 0;
}

#results-quotes .date {
	color: #999;
	margin-top: 2px;
	padding-left: 10px;
	font: .8em Georgia, "Times New Roman", Times, serif;
	border-left: 2px solid #929e9e;
}

#results-quotes p {
	color: #333;
	font-size: 1.25em;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 8px;
}

.linkedin a {
	display: block;
	background: url(img/linkedin.png) no-repeat 0 50%;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.twitter a {
	display: block;
	background: url(img/twitter.jpg) no-repeat 0 50%;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

#footer {
	clear: both;
	color: #eee;
	font-size: .8em;
	margin-bottom: 20px;
	padding-top: 0;
}

#footer .in {
	width: 980px;
	/*width: 740px;*/
	margin-right: auto;
	margin-left: auto;
	background: url(i/footer-bg.png) no-repeat left top;
	padding: 20px 10px 10px;
}

#footer a {
	color: #eee;
	border-bottom: 1px dotted #ccc;
}

#footer a:hover {
	color: #fff;
	border-color: #eee;
}