/* MAIN STRUCTURE */
#wrapper{
	width:913px;
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#BBBDBF;
	margin:0 auto;
}
#flash{
	width:100%;
	height:428px;
	background-color:#404041;
	padding-top:20px;
}
#flash #center{
	width:786px;
	margin:auto;
}
#articles{
	margin:auto;
	margin-top:30px;
	padding-bottom:40px;
	width:786px;
}
#highlighted .column1 .content .title{
	font-size:15px;
}
#highlighted .column1 .image{
	width:70px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
#highlighted .column1 .link{
	margin-top:10px;
	margin-bottom:5px;
	float:right;
}
#highlighted .column1 .link a{
	font-size:12px;
	text-decoration:underline;
	color:#595959;
	font-weight:normal;
}
#highlighted .column2 .image{
	width:60px;;
	margin-bottom:5px;
}
/* BOTH COLUMNS */
.content{
	margin-bottom:20px;
}
.content .title{
	color:#231F20;
	font-weight:bold;
	margin-bottom:5px;
}
.content .date{
	margin-bottom:5px;
}
.pagination{
	margin-top:10px;
}
.pagination a{
	font-size:12px;
	margin-right:3px;
	margin-left:3px;
	color:#595959;
	font-weight:normal;
}
.pagination a:hover{
	color:#FFF;
}
/* COLUMN 1 (left) */
.column1{
	float:left;
	width:466px;
}
.column1 .content .date{
	font-size:11px;
}
.column1 .content .title{
	font-size:13px;
}
.column1 .content .description
{
	font-size:12px;
	margin-bottom:10px;
	text-align:justify;
}
/* COLUMN 2 (left) */
.column2{
	float:left;
	width:287px;
	margin-left:33px;
}
.column2 .content .date{
	font-size:10px;
}
.column2 .content .title
{
	font-size:11px;
}
.column2 .content .description
{
	font-size:10px;
}
/* ARTICLE */
.article_title{
	width:142px;
	height:25px;
	margin-bottom:20px;
}
.article_title.pressroom{
	background-image:url(images/sp-ar/pressroom_title_pressroom.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.article_title.news{
	background-image:url(images/sp-ar/pressroom_title_news.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.article_title.blog{
	background-image:url(images/sp-ar/pressroom_title_blog.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.article_title.pressreleases{
	background-image:url(images/sp-ar/pressroom_title_pressreleases.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* PRESS RELEASES */
.pressreleases .column1 .content .title{
	font-size:15px;
}
/* COMMON USE */
div.clear{
	clear:both;
}
div.separator{
	width:786px;
	height:20px;
	margin-bottom:20px;
	border-bottom:1px solid #808080;
}
/* HTML TAGS */
a{
	text-decoration:none;
	color:#231F20;
	font-weight:bold;
}

div.clearimg {
	clear:both;
	display:block;
}

div.imagethumb {
	margin-right:5px;
}

div.floatleft {
	margin-top:5px;
	display:block;
	float:left;
}

div.block {
	width:170px;
	overflow:hidden;
	height:60px;
}
