@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	color: #990000;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 16px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	font-style: italic;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 17px;	
}

.wrapper {
	background-color: #fff;
	margin: 0 auto 50px auto;
	padding: 1px;
	width: 892px;
}

.header {
	height: 129px;
	position: relative;
}

.header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 716px;
	height: 45px;
	display: block;
	top: 38px;
	left: 89px;
	position: absolute;
	z-index: 10;
}

.main {
	background-image: url(images/separator.gif);
	background-position: 125px 0;
	background-repeat: repeat-y;
	padding-bottom: 21px;
	width: 892px;
	float: left;
	clear: both;
}

.sidebar {
	margin: 0 18px 0 9px;
	width: 99px;
	float: left;
}

.navigation ul {
	margin-top: -5px;
	position: relative;
}

.navigation ul li {
	list-style: none;
	text-align: right;
	width: 99px;
	clear: both;
}

*+html .navigation ul li {
	list-style: outside;
}

.navigation ul li a {
	margin-bottom: 16px;
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	display: inline-block;
}

.navigation ul li ul {
	border-top: #ccc 1px solid;
	margin-top: -13px;
	position: relative;
	width: 97px;
	display: none;
}

.navigation ul li:hover ul {
	display: block;
}

.navigation ul li ul li {
	border-bottom: #ccc 1px solid;
}

.navigation ul li ul li a {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000 !important;
	line-height: 22px;
	display: inline-block;
	white-space: nowrap;
}

.content {
	margin-top: -4px;
	padding-right: 310px;
	width: 434px;
	float: right;
}

.content .banner {
	margin: 6px -287px 5px 20px;
	float: right;
}

.content .banner:hover {
	text-decoration: none;
}

.content .box-quote {
	padding: 0 0 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #333;
	line-height: 19px;
	overflow: hidden;
}

.content .box-quote blockquote {
	display: block;
}

.content .box-quote .author {
	margin-right: 10px;
	float: right;
}

.content .quotes {
	padding-right: 150px;
	position: relative;
	overflow: hidden;
}

.content .quotes .metadata {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: right;
	width: 150px;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	padding-bottom: 60px;
}

.content .quotes .metadata .element {
	padding-top: 18px;
}

.content .quotes .metadata .element .big {
	font-size: 24px;
	line-height: 24px;
}

.content .quotes .metadata .element ul {
	margin-top: 6px;
}

.content .quotes .metadata .element ul li {
	border-top: #ccc 1px solid;
	margin-left: 50px;
	list-style: none;
}

.content .quotes .metadata .element ul li:first-child {
	border: none;
}

*+html .content .quotes .metadata .element ul li {
	list-style: outside;
}

.content .quotes .metadata .element ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000 !important;
	line-height: 17px;
	white-space: nowrap;
}

.content .quotes h2 {
	padding-bottom: 11px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	line-height: 18px;
}

.content .quotes blockquote {
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 19px;
	display: block;
}

.content .quotes .author {
	font-style: italic;
	float: right;
}

.content .quotes .author a {
	color: #333;
}

.content .photo {
	margin: 12px 0 -185px -79px;
	width: 167px;
	position: relative;
	z-index: 10;
}

.content .photo .desc {
	padding: 6px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	display: block;
	clear: both;
}

.content .photo a {
	color: #666666;
}

.content .article {
	padding: 4px 0 38px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
}

.content .article img {
	margin: 0 0 5px 3px;
}

.content h1 {
	padding-bottom: 16px;
	font-size: 22px;
	color: #cc0000;
	font-weight: bold;
	font-style: normal;
	line-height: 22px;
}

.content .article h1 {
	padding-bottom: 17px;
	line-height: 24px;
}

.content .releases {
	padding-bottom: 42px;
	line-height: 17px;
}

.content .releases h3 {
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #cc0000;
	font-style: normal;
	line-height: 22px;
}

.content .contact-box {
	line-height: 22px;
	overflow: hidden;
}

.content .contact-box .tag {
	padding-bottom: 38px;
}

.content .contact-box .position {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	display: inline-block;
}

.content .contact-box .light {
	color: #999;
}

.content .statement {
	padding-bottom: 24px;
	font-style: italic;
}

.content h2 {
	padding-bottom: 5px;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
}

.content .statement p {
	padding-bottom: 8px;
}

.content .puzzle {
	padding-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.content .puzzle .big {
	font-size: 24px;
	line-height: 24px;
}

.content .characterization {
	margin-right: -287px;
	width: 721px;
	float: left;
	clear: both;
	position: relative;
}

.content .characterization .thumb {
	margin: 6px 0 5px 20px;
	float: right;
}

.content .characterization .desc {
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	display: block;
	bottom: 0;
	right: 284px;
	position: absolute;
	z-index: 10;
}

.content h3 {
	padding-bottom: 18px;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
}

.content .event {
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 17px;
}

.content .event h2 {
	padding-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
}

.content .attention {
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 17px;
}

.content .attention h3 {
	padding-bottom: 0;
}

.footer {
	background-image: url(images/footer-bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #333;
	padding: 19px 30px;
	min-height: 159px;
	clear: both;
}

.footer .socials {
	width: 273px;
	float: right;
	position: relative;
	z-index: 20;
}

.footer .socials a {
	vertical-align: middle;
}

.footer .socials a:hover {
	text-decoration: none;
}

.footer .links {
	padding-bottom: 15px;
	line-height: 14px;
	width: 266px;
	float: right;
	clear: both;
	position: relative;
	z-index: 20;
}

.footer .links a {
	margin: 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.footer .links .separator {
	background-image: url(images/footer-separator.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
}

.footer .copyright {
	padding-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 15px;
	width: 260px;
	float: right;
	clear: both;
	position: relative;
	z-index: 20;
}

.footer .copyright .darker {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	top: -6px;
	right: -30px;
	position: absolute;
	z-index: 0;
}

.showDropdown {
	position: relative;
}

.showDropdown ul {
	display: none;
	position: absolute;
	top: 12px;
	right: 5px;
}

.showDropdown:hover ul {
	display: block;
}
