/* ARCUS front page */

/* Templage over rides */
#main-content-wrapper {
	padding: 0;
}

#content {
	margin: 0;
}


/* Front page breakout */
#front-breakout {
 margin: 0 0 3px 5px;
 font-size: 11px;
}

#front-breakout ul {
	
	margin: 0;
	padding: 0;
}

#front-breakout a:link, #front-breakout a:visited {
 color: #4242ab;
 text-decoration: none;
}

#front-breakout a:hover {
	text-decoration: none;
	color: #000;
}

#front-breakout ul li {
	padding: 0;
	margin: 0 0 3px 0;
	list-style-type: none;
}

/* main content table */
#front-page {
	border-collapse: collapse;

}

#col-1 {
	width: 318px;
}

#col-2 {
	width: 317px;
}

#col-3 {
	width: 140px;
}

#front-page td {
	vertical-align: top;
	padding: 5px;
}



p { font-size: 11px; }

/* TREC/PTREC box */
.trecimage {
	margin-left: 17px;

	border: 1px solid #CCCCCC;
}
.treccaption {
	margin: 3px 0px 3px 17px;
	font: normal 10px arial, Helvetica, sans-serif;
}
.trecattribution {
	margin: 3px 0px 3px 17px;
	font: italic 10px arial, Helvetica, sans-serif;
}



/* News boxes */
.news {
	clear: both;
}

.news h2  {
 	text-align: right;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;

}

.news h2 a {
	display: block;
 	border-top: 3px solid #8989c6;
 	padding-top: 3px;
}

.news h2 a:link, .news h2 a:visited {
	text-decoration: none;
		color: #42428b;
}

.news h2 a:hover {
	color: #888;
}


.news h2 span {
  background: transparent url('/images/home_page/header_tabs/news_tab.gif') center left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  width: 109px;
  height: 23px;
  text-align: left;
  line-height: 23px;
  letter-spacing: .1em;
  padding-left: 7px;
}

.news h2 span.long-tab {
	letter-spacing: 0;
}

.news ul.logistics li {
	list-style: none;
	font: normal 11px arial, Helvetica, sans-serif;
}


/* Section boxes */
td#sections {
	padding-top: 15px;
        padding-right: 0;
}

.section {
	background-color: #bdc6eb;
	margin: 0 0 30px 0;
	padding: 15px 3px;

}

.section dt a:link, .section dt a:visited {
	text-decoration: underline;
	color: #42428b;
	font-weight: bold;
}

.section dl {
	margin: 0;
	padding: 0;
	font-size: 10px;
	
}

.section dt {
	margin: 0;
	padding: 0;
}

.section dd {
	margin: 0;
	padding: 0;
}

/* News box sub navigation lists */
.sub-nav {
	margin: 0 0 1em 0;
	padding: 0;
}

.sub-nav li {
	display: inline;
	list-style-type: none;
	margin: 0 .3em 0 0;
	padding-right: .5em;
	border-right: 1px solid #555;
}

.sub-nav li.last-child {
	border-right: none;
}
/* About arcus box */
#about-arcus {
	background-color: #a6b1e2;
	padding: 5px;
}

#about-arcus h2 {
	letter-spacing: .3em;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	color: #42428b;
}

#about-arcus p {
		font-size: 11px;
		text-align: justify;
}

/* Specific boxes */
#fws-thumbs {
	float: right;
	clear: both;
}

/* soa announcement */
#soa-logo {
	margin-bottom: 30px;
}
/* remove img border */
img.no-border {
	border: none;
}

