body {
	background: white;
	color: rgb(16, 30, 74);
	font-size: 90%;
	line-height: 1.5;
	margin: 0;
	padding: 130px 90px 0;
}

div#header a {
	display: boxed;
	position: absolute;
	top: 0;
	left: 0;
	height: 37px;
	padding-top: 22px;
	padding-left: 270px;
	z-index: 100;
}

div#header a:link,
div#header a:visited {
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

div.facebook-buttons {
	float: right;
}

div.facebook-buttons > * {
	display: block;
	float: left;
}

div.menu {
	background: #001e4b url(bg.png) repeat-x 0 100%;
	font-size: 13px;
	height: 92px;
	left: 0;
	line-height: 1;
	min-width: 650px;
	position: absolute;
	top: 0;
	width: 100%;
}

div.menu ul,
div.menu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.menu ul {
	background: url(title.png) no-repeat -25px 0px;
	height: 28px;
	left: 0;
	line-height: 1;
	padding: 0;
	padding-top: 64px;
	position: absolute;
	top: 0;
	width: 100%;
}

div.menu a:link,
div.menu a:visited {
	color: white;
	padding: 0 0.75em;
	position: relative;
	text-decoration: none;
	text-shadow: 0.2em 0.2em 0.2em rgb(0, 0, 90);
	z-index: 200;
}

div.menu a:hover,
div.menu a:active,
div.menu a:focus {
	text-decoration: underline;
	text-shadow: 0.2em 0.2em 0.3em rgb(0, 0, 60);
}

div.menu ul li#menu-services {
	padding-left: 80px;
}

div.menu ul li#menu-search {
	position: absolute;
	top: 22px;
	right: 25px;
}




a:link {
	color: rgb(36, 50, 192);
}

a:visited {
	color: rgb(96, 60, 128);
}


h1 {
	font-size: x-large;
	padding: 0px;
	margin: 0px;
	margin-bottom: 50px;
	text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
}

h1 a:link,
h1 a:visited {
	color: rgb(16, 30, 74);
	text-decoration: none;
}

div.content h2,
div.day h3 {
	background: url(content-bg-top.png) no-repeat top left;
	font-size: large;
	font-weight: normal;
	margin-left: -30px;
	min-height: 81px;
	padding: 30px 0 0 30px;
	text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
}

div.content h2 {
	margin-top: 2em;
}

div.content h3 {
/*
	background: url(content-bg-top2.png) no-repeat top left;
	margin: 3em 0 1em -20px;
	min-height: 73px;
	padding: 30px 0 0 20px;
	text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
*/
	margin: 3em 0 1em;
}


h1 .sub,
h2 .sub,
h3 .sub,
h4 .sub,
h5 .sub {
	color: #5774a0;
	display: block;
	border-top: 1px solid #e6edf8;
	font-size: 80%;
	font-weight: normal;
	margin-left: 15%;
	padding-right: 1em;
	text-align: right;
}

h1 .sub
{
  font-size: 70%;
}

h2 .sub .separator,
h3 .sub .separator,
h4 .sub .separator,
h5 .sub .separator {
	display: none;
}


div#footer {
	background: url(shadow.png) repeat-x 0 -3px;
	border-top: 1px solid;
	margin: 5em -60px 2em;
	padding: 0.5em 60px;
	text-align: center;
	clear: both;
}

div.footer-menu ul,
div.footer-menu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.footer-menu ul li
{
	margin-left: 2.5px;
	margin-right: 2.5px;
}

address {
	font-style: normal;
}

div.content,
div.day {
	padding: 0 30px 30px 0;
	background: url(content-bg.png) no-repeat bottom right;
	min-height: 188px;
	clear: both;
}

dt {
	font-weight: bold;
	clear: both;
}

dl.date-and-topic dt {
	clear: both;
	float: left;
	width: 8em;
}

dl.date-and-topic dd {
	margin-left: 8.5em;
}


img.photo,
img.eye-catcher {
	float: right;
	margin: 0 0 1em 1em;
	border: 0 none;
}

img.figure {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.pdf-thumbnail {
	float: right;
	margin: 0 0 1em 1em;
}

h2, h3, h4, h5, h6 {
	clear: both;
}


table, td, th {
	border-collapse: collapse;
	border: 1px solid #5774a0;
}

table {
	margin-left: auto;
	margin-right: auto;
}

td, th {
	padding: 0.3em;
}



em {
	font-weight: bold;
	font-style: normal;
}

code {
	color: #669;
}

pre {
	border: 1px solid #AAA;
	padding: 0.5em;
}

div.signature {
	margin-top: 3em;
	margin-bottom: 2em;
}

div.signature p.person {
	text-align: right;
}

div.following {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}

div.following p.following-mark {
	text-align: center;
}

p.afterpiece {
	margin-top: 2em;
	text-align: right;
}

div.press-release-signature {
	text-align: right;
	margin-bottom: 2em;
}

div.press-release-signature p {
	margin: 0px;
}

dl.press-release-contact dt {
	clear: both;
	float: left;
	width: 7em;
}

dl.press-release-contact dd {
	margin-left: 7.5em;
}

li.level1 {
	margin-left: 1em;
}

li.level2 {
	margin-left: 2em;
}

li.level3 {
	margin-left: 3em;
}

li.level4 {
	margin-left: 4em;
}

li.level5 {
	margin-left: 5em;
}

div.date
{
	text-align: right;
}

table.internship p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table.internship ul,
table.internship ol
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 1.5em;
}

table.internship ol
{
	padding-left: 2em;
}

table.curriculum td
{
	text-align: center;
	padding: 0.5em;
}


.version-info dd {
	margin: 0;
	padding: 0;
}


.api-list {
	border: solid 1px #d1d5ea;
	padding-bottom: 1em;
}

.api-list dt:first-child {
	border: none;
	margin-top: 0;
}
.api-list dt {
	border-top: solid 1px #d1d5ea;
	margin-top: 1.5em;
	padding-left: 1em;
	padding-right: 4em;
	padding-top: 0.5em;
	position: relative;
}
.api-list dd dt {
	border: none;
	margin: 0;
	padding: 0;
	position: static;
}
.api-list dd {
	padding-right: 0.5em;
}
.api-list dd dd {
	padding-right: 0;
}

.api-list dt input {
	position: absolute;
	right: 0;
	top: 0.5em;
}

.api-list .alias {
	background: #f1f1f9;
	display: block;
	font-size: 90%;
	margin-right: -4em;
	padding-left: 1em;
}

div.errors {
	border: 1px solid red;
	padding-left: 1em;
	margin-bottom: 1em;
}

input.error,
textarea.error {
	border: 1px solid red;
}

textarea#content {
	width: 100%;
	height: 20em;
}

table.contact-confirm pre {
	border-width: 0;
}

div.submit-buttons {
	margin-top: 1em;
	text-align: center;
}

div.trap {
	display: none;
}

div#topic-path {
	margin-top: -30px;
	height: 30px;
	font-size: smaller;
	color: #5774a0;
}

div.note {
	margin-left: 30px;
	margin-right: 30px;
}

div.note h3 {
	margin: 0;
}

