body {
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
}
html {
	color: #444;
	background: #000 url("/images/homepage/headerbg.jpg") top no-repeat;
}
/* utilities */

.c {
	text-align: center;
}
.ar {
	text-align: right;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.ml {
	margin-left: 1em;
}
.mr {
	margin-right: 1em;
}
.strong {
	font-weight: bold;
}
.hl {
	padding: 1px 4px;
	background: #fffccc;
}
.va {
	vertical-align: middle;
}
.vtt {
	vertical-align: text-top;
}
.lg {
	color: #999;
}
.bb {
	border-bottom: 1px dotted #ccc;
}
.pb {
	padding-bottom: 1em;
}
.mb {
	margin-bottom: 1em !important;
}
.lmb {
	margin-bottom: 2.5em !important;
}
.smb {
	margin-bottom: 5px !important;
}
.lmt {
	margin-top: 2.5em;
}
.lh {
	line-height: 1.5em;
}
.hide {
	visibility: hidden;
	display: none;
}
.nc {
	clear: none;
}


#bd {
	font-size: 12px;
	line-height: 1.5em;
}

pre {
	border: 1px solid #3F6D99;
	background: #CBE5FB;
	color: #333;
	overflow: auto;
	font-size: 10px;
	line-height: 12px;
	padding: 10px;
	margin-bottom: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: monospace;
}
a {
	color: #273958
}
a:hover {
	border-bottom: 1px solid #273958
}
ul li {
	margin: 0.5em 0em;
	list-style-position: inside;
	list-style-type: disc;
}
dl {
	clear: none;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 2em;
	padding-bottom: 1em;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS",sans-serif;
	margin: 1em 0em;
}
h1:first-child {
	margin-top: 0em;
}
h1 {
	font-size: 28px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	padding: 8px;
	background: #163E5D;
	color: #fff;
	font-weight: bold;
}

h3 {
	background: #286CA2;
	color: #fff;
	font-size: 14px;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 4px 8px;
	font-weight: bold;
}

h4 {
	color: #163E5D;
	font-size: 14px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
}

em {
	color: #191919;
	background: #D1E7FC;
	font-style: italic;
	margin: 0em 0.5em;
	padding: 0.1em 0.5em;
}
#apicontent {
	margin-top: 0.5em;
	padding: 2em 2em 1em 2em;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #191919;
}
#navigation ul {
	margin-left: 0em;
}
#navigation li {
	margin-bottom: 5px;
	list-style: none;
	margin-left: 0em;
	color: #333;
	background: #5DA0E5;
	padding: 5px 8px;
	width: 88%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#navigation ul li.hover {
	background: #173E5A;
}

#navigation a {
	text-decoration: none;
	color: #fff;
}
#navigation .spacer {
	padding: 5px;
	margin-bottom: 5px;
}

#navigation ul li:hover {
	background: #173E5A;
	opacity: 1;
	border: none;
}

#navigation a:hover {
	text-decoration: none;
	border-bottom: 0px;
}

.va {
	vertical-align: middle;
}
#blueheader p {
	line-height: 1.5em;
	text-shadow: none;
}


#apicontent .submit {
	clear: both;
	font-size: 11px;
	margin:0px;
	margin-top:2em;
	padding:0px;
	background:none;
}