@charset "UTF-8";

#swf {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	background: url('/assets/images/home_swf_shadow.png') bottom center no-repeat;
}

#intro {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#intro .leftColumn {
	float: left;
	width: 465px;
	text-align: justify;
	line-height: 1.4em;
}

#intro .rightColumn {
	float: right;
	width: 465px;
	text-align: justify;
	line-height: 1.4em;
}

#rightSidebar {
	width: 250px;
	min-height: 770px;
	float: right;
	background: url('/assets/images/home_sidebar_bg.png') top right no-repeat;
	font-size: 80%;
	text-shadow: none;
}

#social, #newsletter, #highlights {
	padding: 25px 35px 0 25px;
}

#newsletter, #highlights {
	padding-top: 10px;
}

.spacer {
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightSidebar h3 {
	color: #FF9900;
	margin: 10px 0;
	font-family: TeXGyreHerosBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
}

#rightSidebar hr {
	width: 200px;
	height: 1px;
	background-color: #D2D2D2;
	margin: 25px 0 25px 0;
	border: 0;
}

/* Newsletter styles */

#newsletter #formContent {
	position: relative;
}

#newsletter input {
	width: 100%;
	border: thin #C2C2C2 solid;
}

#newsletter #tooltip {
	width: 200px;
	position: absolute;
	left: -202px;
	top: -2px;
	background: url('/assets/images/tooltip_arrow.png') top right no-repeat;
	visibility: hidden;
}

#newsletter #tooltip p {
	background-color: #FF9900;
	border-radius: 4px;
	margin-right: 10px;
	padding: 10px;
	min-height: 20px;
	color: #333333;
}

/* Highlights styles */

#highlights {
	padding-top: 20px;
}

#highlights h3 {
	padding-bottom: 10px;
}

#highlights img {
	padding-bottom: 10px;
	max-width: 200px;
}

#highlights a.learnMore:link, #highlights a.learnMore:visited {
	font-size: 150%;
	margin: 0 -10px 0 0;
}

/* News styles */

#news dl {
	margin: 25px 0px 0px 25px;
	width: 646px;
	float: left;
}

#news dt {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	color: #990000;
	background-color: #DCDCDC;
	border-radius: 6px; 
	font-family: TeXGyreHerosBold, Arial, Helvetica, sans-serif;
	text-shadow: none;
}

#news dt span {
	color: #666666;
	display: block;
	font-size: 80%;
}

#news dd {
	margin: 0 0 10px 0px;
	font-size: 90%;
}

#news dd img {
	margin: 5px 15px 0 0;
	float: left;
}

#news dd ul li {
	margin: 0 0 0 10px;
	list-style-position: inside;
	list-style-image: url('/assets/images/list_bullet_1.png');
}

#news dd p {
	margin: 1em 0;
}

#news a.readMore {
	display: block;
	text-align: center;
}

#news .homeNewsFullWidth {
	display: flex;
}