/* global */
body {
	padding: 0;
	margin: 0;
	font: 11px 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;
	padding: 0 0 0 20px;
}
h3 {
	font: 90% Verdana, Arial, Sans-Serif;
	margin: 0 0 10px 20px;
	padding: 0;
	color: #5f5f5f;
	background: #FFF;
}
.entry p {
	margin: 0 0 16px 0;
	line-height: 1.5em;
}
p {
	margin: 0 0 0 0;
	line-height: 1.5em;
}
/* layout */
.navigation {
	color: #969595;
}
.navigation ul {
	margin: 0 0 14px 30px;
}
.navigation ul li {
	font-size: .97em;
 list-item-style:
}
.navigation a {
	font-weight: bold;
	font-family: arial !important;
	font-size: 1.1em;
	color: #a9a8a8;
	text-decoration: none;
}
.navigation a:hover {
	color: #ffba00;
}
.navigation li.selected a {
	color: #666;
	color: #ffba00;
}
.content {
	background: #FFF url(../images/backgrounds/bg_middle.gif) repeat-y;
}
.content p {
	padding: 0 10px 0 18px;
}
/* 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: 16px 10px 20px 20px;
}
.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 */

.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;
	margin: 0 0 0 16px;
}
.box_top h2 {
	color: #808080;
	font-size: 12px;
	padding: 14px 0 0 17px;
}
.box {
	font-size: 11px;
	border-left: 1px solid #e2dede;
	border-right: 1px solid #e2dede;
	padding: 0 14px 8px 17px;
	margin: 0 0 0 16px;
	width: 157px;
	color: #999;
	background: #F0F0F0;
}
.box p {
	padding: 4px 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 16px;
}
/* footer and copyright */
.footer {
	clear: both;
	background: #f3f3f3 url(../images/backgrounds/bg_bottom.gif) no-repeat;
	color: #fff;
	height: 38px;
	text-align: center;
	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;
	display: none;
}
ul.tokens li {
	display: block;
	width: 540px;
	height: 150px;
	margin: 0 8px 14px 18px;
}
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;
}
