/* global */
body {
	padding: 0;
	margin: 0;
	font: 0.74em Verdana, Arial, sans-serif;
	line-height: 1.5em;
	background: #f3f3f3;
	color: #454545;
	color: #555;
	color: #535353;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #0E4D8B;
	background: inherit;
}
a:hover {
	background: inherit;
}
a:active {
	outline: none;
}
a:focus {
	width:0;
	height:0;
}
hr {
	margin: 12px 0 12px 0;
	border: none;
	background-color: #999;
	height: 1px;
	color: #999;
}
h1 {
	font: 1.5em Verdana, Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 12px 0 0 12px;
	margin: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font: normal 1.5em Verdana, Arial, Sans-Serif;
	letter-spacing: -1px;
}
h3 {
	font: 90% Verdana, Arial, Sans-Serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #5f5f5f;
	background: #FFF;
}
.entry p {
	margin: 0 0 16px 0;
	line-height: 1.5em;
}
p {
	margin: 0 0 0px 0;
	line-height: 1.5em;
}
/* layout */
.navigation {
	height: 42px;
	margin: 14px auto;
	width: 812px;
	color: #969595;
	text-align: center;
}
.nav {
	margin: 0 140px 0 0;
}
.navigation ul {
	margin: 0px;
	padding-top: 14px;
}
.navigation ul li {
	display: inline;
	font-size: .97em;
}
.navigation a {
	font-weight: bold;
	font-family: arial !important;
	font-size: 1.1em;
	color: #a9a8a8;
	text-decoration: none;
}
.navigation a:hover {
	color: #0E4D8B;
}
.navigation li.selected a {
	color: #666;
	color: #0E4D8B; /* #ffba00; */
}
.navigation ul li a {
	padding: 0 13px 0 11px;
	text-decoration: none;
	border-right: 1px solid #dedede;/*border-right: 1px solid #e5e5e5;*/
}
.navigation ul li.last a {
	border-right: 0px solid #ccc;
}
.navigation a img {
	float: left;
	margin-left: 17px;
	border: 0px;
}
.content {
	margin: 0px auto;
	width: 812px;
	background: #FFF url(../images/backgrounds/bg_middle.gif) repeat-y;
}
/* headers */
.masthead {
	background: #fefefe url(../images/backgrounds/bg_top.gif) no-repeat;
	height: 56px;
}
.masthead img {
	float: right;
	margin: 12px 12px 0 0;
}
.masthead_brand {
	padding: 4px 0 0 16px;
}
.banner {
	margin-left: 6px;
}
/* breadcrumbs */
.header {
	color: #c3c3c3;
	margin: 20px 10px 40px 32px;
}
.header ul {
	margin: 0px;
	padding: 0px;
}
.header li {
	display: inline;
	margin: 0 2px 0 0;
	font-size: .95em;
}
.header a {
	color: #999;
	text-decoration: none;
}
.header a:hover {
	color: #0E4D8B;
	text-decoration: underline;
}
/* columns */
.left_column {
	float: left;
	width: 159px;
	padding: 0px 5px 0 24px;
}
.right_column {
	float: right;
	width: 430px;
	margin: 0 5px 0 0;
}
.left_full {
	float: left;
	width: 795px;
	margin: 0 0 50px 2px;
}
.right_column_full {
	float: left;
	width: 580px;
	margin: 0 0 0 14px;
}
.left_column_half {
	float: left;
	width: 370px;
	margin: 0 0 50px 28px;
}
.right_column_half {
	float: left;
	width: 368px;
	margin: 0 0 50px 14px;
}
.entry {
	padding: 0 24px 0 24px;
}
.left {
	float: left;
	width: 632px;
	margin: 0 0 0 2px;
}
.right {
	float: right;
	width: 170px;
	margin: 0 1px 10px 0;
}
.icon_download {
	float: left;
	margin: 0 9px 3px 0;
	padding-bottom: 6px;
}
.box_top {
	background: transparent url(../images/backgrounds/left_callout_top.gif) no-repeat;
	color: #808080;
	width: 159px;
	height: 45px;
}
.box_top h2 {
	color: #808080;
	background: inherit;
	font-size: 1.2em;
	padding: 14px 0 0 17px;
	margin: 0;
}
.box {
	font-size: .95em;
	border-left: 1px solid #e2dede;
	border-right: 1px solid #e2dede;
	padding: 0 14px 8px 17px;
	margin: 0;
	width: 124px;
	color: #999;
	background: #F0F0F0;
}
.box p {
	padding: 8px 0 0 0;
}
.box a:hover {
	text-decoration: underline;
}
.box a {
	text-decoration: none;
}
.box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.box_bottom {
	background: #fff url(../images/backgrounds/left_callout_bottom.gif) no-repeat;
	color: #000;
	width: 160px;
	height: 13px;
	margin: 0 0 19px 0;
}
/* footer and copyright */
.footer {
	clear: both;
	background: #f3f3f3 url(../images/backgrounds/bg_bottom.gif) no-repeat;
	color: #fff;
	height: 38px;
	text-align: center;
	font-size: 11px;
	padding-top: 6px;
}
.about {
	color: #777;
}
.copyright {
	clear: both;
	text-align: center;
	color: #808080;
	background: #f3f3f3;
	padding: 0 0 5px 0;
	font-size: .9em;
}
.copyright p {
	line-height: 1em;
	margin-bottom: 18px;
}
.copyright a {
	color: #4F4F4F;
	text-decoration: none;
}
ul.tokens {
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0;
}
ul.tokens li img {
	float: left;
	margin-right: 16px;
}
ul.tokens li {
	display: block;
	width: 540px;
	height: 150px;
}
ul.tokens li a em {
	display: block;
	color: #aaa;
	font-style: normal;
	text-decoration: none;
}
ul.tokens li a {
	color: #ffba00;
	color: #0E4D8B;
	display: block;
	text-decoration: none;
}
ul.tokens li a:hover strong {
	text-decoration: underline;
}
.left {
	text-align: left;
	padding: 16px 0 12px 0;
}
.center {
	text-align: center;
	padding: 16px 0 16px 0;
}
ul.tokens_row {
	list-style: none;
	height: 100%;
	margin: 30px 0 0 0;
	padding: 0;
}
ul.tokens_row li {
	float: left;
	text-align: center;
	margin: 0 13px 13px 13px;
}
ul.tokens_row li a {
	color: #ffba00;
	color: #0E4D8B;
	text-decoration: none;
}
ul.tokens_row img {
	margin-bottom: 8px;
	border: none;
	text-decoration: none;
}
ul.tokens_row li a:hover {
	text-decoration: underline;
}
.quotations {
	padding-top: 40px;
	clear: both;
}
a.contact_link {
	text-decoration: none;
}
a.contact_link:hover {
	text-decoration: underline;
}
.copyright a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
