@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, br, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0pt none;
	font-size:100%;
	margin:0px;
	padding:0px;
	text-decoration: none;
	list-style: none;
}

/* MAIN ELEMENTS 
----------------------------- */
body {
	background-color:#F6F4F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: smaller;
	
}
.right_column {
	float:right;
	font-size:11px;
	line-height:16px;
	width:335px;
}
.left_column {
	float:left;
	font-size:11px;
	line-height:16px;
	width:335px;
}
#content {
	margin:0pt auto;
	overflow:hidden;
	padding: 15px;
	width: 750px;
	clear: both;
}
#logo {
	float: left;
	width: 40%;
}
#footer {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-bottom: 15px;	
}
#footer_content {
	margin: 0 auto;
	width: 750px;
}	
/* CONTAINER 
---------------------------- */
#container_home {
	padding-top: 5px;
	background: url(../images/background.gif) repeat-x scroll left top;
	width:100%;
}
/* HEADER 
---------------------------- */
#header {
	margin:0pt auto;
	padding: 5px 0px 0px 0px;
	width: 750px;
	
}
#header img {
	padding-top: 0px;
}

/* TOPNAV
-------------------------- */
#topNav {
	color:#FFFFFF;
	font-size:13px;
	margin:0px auto;
	margin-top: 47px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	float: right;
	width: 60%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#home #topNav .home a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
#analytical #topNav .analytical a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
#company #topNav .company a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
#contact #topNav .contact a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
#topNav a {
	color: #666;
	text-transform: uppercase;
	padding: 5px;
}
#topNav a:hover {
	color: #fff;
	padding: 5px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-decoration: none;
}
#topNav li {
	margin: 0;
	padding-left: 10px;
	float: left;
}
a.backhome { color: #FF0000; }
/* RIGHT COLUMN
---------------------------- */
.right_column img {
	margin: 15px 10px 5px 10px;
	padding: 5px;
	border: 1px solid #D1D2CD;
	float: left;
}
/* LEFT COLUMN 
---------------------------- */
.left_column img {
	margin: 15px 10px 5px 10px;
	padding: 5px;
	border: 1px solid #D1D2CD;
	float: left;
}
/* P =p
---------------------------- */
#content p {
	padding: 3px;
}
p.box {
	border: 1.5px solid #ccc;
	margin: 10px;
	padding: 20px;
}
p {
	font-size:11px;
	line-height:16px;
	margin:10px 0pt 0pt;
}
.location p {
	color: #666;
}
/* Headings =h
---------------------------- */
h1 {
	font-size:18px;
	font-weight:normal;
	margin:20px 0pt;
}
h2 {
	border-bottom:1px solid #D1D2CD;
	color:#3B8FB7;
	font-size:16px;
	font-weight:normal;
	padding:11px 0px 11px
}
h4 {
	color: #1D4A78;
	padding: 10px 5px 0 5px;
}
.trelytics h3 {
	font-size:13px;
	font-weight: 500;
	color: #000;
	text-align: center;
	padding: 5px 0px 0 15px;
	
}
/* OL =ol
-------------------------- */
ol ol {
	padding-left: 15px;
}
#footer_content ol {
	padding: 7px 0 0 0;
	font-size: 85%;
	color: #666;
}
ol img {
	margin: 15px 10px 5px 10px;
	padding: 5px;
	border: 1px solid #D1D2CD;
	float: left;
}
ol a { font-size: 11px; }
/* A =a
-------------------------- */
a {
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #3B8FB7;
}
.location a {
	color: #B6B6B6;
}
/* FIELDSET =fieldset
-------------------------- */
label {
	float: left;
	width: 18em;
}
input {
	width: 250px;
}
/* TABLE =table 
-------------------------- */
table {
	width: 450px;
}
table.solutions {
	width: 95%;
	margin: 0 auto;
	font-size: 85%;
}
table.solutions tr td {
	padding: 5px 15px;
}
table label {
	float: left;
	width: 5em;
	font-size: 85%;
}
table tr td {
	text-align: left;
	padding: 5px;
}
table input {
	width: 50px;
}
/* BR =br
-------------------------- */
br.all {
	clear:both;
}