body {
    background-color: #eee;
    color: #555;
}

a {
    color: #e21e23;
    text-decoration: none;
}

a:hover {
    color: #888;
}

.left {
    float: left;
}

.right {
    float: right;
}

#wrapper {
    background: #fff;
}

h1, h2, h3, h5 {
    color: #e21e23;
}

h4, h6 {
    color: #000;
}

h2.newsroom {
    color: #000;
}

h3 { font-size: 1.5em; line-height: 1; margin-bottom: 5px; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 5px; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 5px; }
h6 { font-size: 1em; font-weight: bold; }

p img.left {
    margin-left: 5px;
    margin-bottom: 5px;
}

p img.right {
    margin-right: 5px;
    margin-bottom: 5px;
}

#header {
    background-color: #000;
}

ul#translate li {
    float: left;
    display: inline;
    list-style-type: none;
    padding-right: 1em;
}

#navigation {
    padding-left: 270px;
}

#navigation.home {
    padding-left: 310px;
}

/* Home Page */

#banner {
    height: 318px;
    background: #fff url(../images/home_top_bg.png) repeat-x;
}

.swf-logo {
    width: 287px;
    height: 92px;
    margin-left: 20px;
    margin-top: 15px;
}

#logo-box h1, h2 {
    color: #fff;
}

#logo-box h1 {
    font-weight: bold;
    margin: 35px 0 0 25px;
}

#logo-box h2 {
    margin: 10px 0 0 25px;
}

.tm {
    font-size: 0.5em;
}

#photo-box {
    height: 318px;
}

#photo-caption {
    margin: 250px 5px 0 200px;
    color: #fff;
}

#redbar {
    height: 55px;
    background: #fff url(../images/red_bar_bg.png) repeat-x;
}

#redbar ul {
    list-style: none;
}

#redbar li {
    padding-right: 30px;
    display: inline;
    line-height: 55px;
}

#tooltip { 
    display:none;
    background:transparent url(../images/black_arrow_lg.png);
    height:135px;
    width: 160px;
    padding: 25px;
    color:#fff;
}

#ttip {
    margin-left: 40px;
}
#ttip img {
    margin-left: 20px;
}

#bboxes {
    background: #fff url(../images/home_bottom_bg.png) top repeat-x;
    padding-top: 30px;
    padding-bottom: 30px;
}

#bboxes h3 {
    padding-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

#bboxes p {
    font-size: 1.2em;
}

#bbox-1 {
    height: 211px;
    margin-left: 20px;
    padding: 10px;
    background: #fff url(../images/bbox_bg.png) top left no-repeat;
}

#bbox-2 {
    height: 211px;
    margin: 0 10px;
    padding: 10px;
    background: #fff url(../images/bbox_bg.png) no-repeat;
}

#bbox-3 {
    height: 211px;
    margin-right: 20px;
    padding: 10px;
    background: #fff url(../images/bbox_bg.png) no-repeat;
}

/* Scrolling Logos */

.scrollable {
    margin-left: 35px;
	position:relative;
	overflow:hidden;
	width: 840px;
	height: 70px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	margin:20px 0 0 40px;
	background-color:#fff;
	width:100px;
	height:50px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}


/* Secondary Pages */
#sidebar {
    background: #fff;
}

#sidebar-content {
    margin: 0 20px 20px 20px;
}

#logo {
    height: 150px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#logo img {
    padding-top: 35px;
}

#main {
    padding-bottom: 20px;
}

#main-header {
    height: 150px;
    background: #fff url(../images/main_content_header_bg.png) top left no-repeat;
    padding-bottom: 20px;
}

#main-header h1 {
    margin: 0 0 0 30px;
    padding: 0;
    color: #ccc;
    font-size: 10em;
    font-weight: bold;
    text-transform: lowercase;
}

#main-content {
    background: #fff;
    margin-right: 20px;
}

/* News Pages */

.newslist {
    text-align: left;
	padding: 5px 0;
}

.newslist.summary-home {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0.8em;
}

.newslist.summary {
    text-align: left;
}

.newslist.latest {
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
}

.newslist li {
	margin: 0;
	list-style-type: none;
}

.newslist li.latest {
    font-size:1.7em;
/*    margin-bottom: 5px;*/
}

.newslist li.newsDate {
    font-weight: bold;
	line-height:2em;
}

.newslist li.newsDateHome {
    font-weight: bold;
	line-height:2em;
}

.newslist.summary li.newsDate a {
    font-weight: bold;
	line-height:2em;
}

.newslist.summary li.newsDate a:hover {
	color:#888;
}


.newslist li.newsDateTitle span {
	color:#888;
	line-height:2em;
}

.newslist li.newsDateTitle a {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/icons/page_article.gif) no-repeat left center;
}

.newslist li.newsTitle {
	margin-bottom: 1em;
}


.newslist li.newsTitle a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

.newslist li.newsDateTitle a:hover {
    color: #888;
}

.newslist li.newsSite {
    line-height: 2em;
	font-weight: bold;
}
		
.newslist li.newsSummary {
    color: #666;
	margin-bottom:20px;
}

.newslist.summary li.newsSummary {
	margin-bottom:20px;
}

.newslist.summary-home li.newsSummary {
    margin-bottom: 5px;
}

.newslist.summary-home li.newsSummary a.headline {
    color: #666;
}

.newslist.summary-home li.newsSummary a.headline:hover {
    color: #666;
    text-decoration: underline;
}

.newslist li.newsSummary span {
	font-size:1.1em;
	line-height:1.5em;
	color:#333;
}

.newslist li.newsSummary a.readMoreLink {
    font-size: 1.1em;
	text-decoration:none;
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

.newslist li.newsSummary a.readMoreLink:hover {
    color: #888;
}

.newslist li.newsSummary a.readMoreNews {
    font-size: 1.4em;
    font-weight: bold;
	text-decoration:none;
	padding: 20px 16px 5px 5px;
/*  padding-right: 16px;*/

}

.newslist li.newsSummary a.readMoreNews:hover {
    color: #888;
}

a.readMoreLink {
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

a.readMoreLink:hover {
    color: #888;
}

p.viewAll {
    margin-top: 0;
    padding-top: 0;
    text-align: right;
    font-weight: bold;
}

.sidebar a.readMoreLink {
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

.sidebar a.readMoreLink:hover {
    color: #888;
}

/* Sitemap */
#sitemap-list {
    padding:0 0 0 10px;
    margin:0;
    list-style:none;
    font-weight:bold;
    line-height:150%
} /*1st level list*/

#sitemap-list li {
    padding:10px;
    margin-top:10px;
    font-size:13px;
    background:#f0f0f0;
} /*1st level items*/
 
#sitemap-list ul {
    margin:5px 10px 5px 10px;
    padding:5px 10px;
    font-weight:normal;
    background:#f8f8f8;
} /*2nd level lists*/

#sitemap-list li li {
    padding:0;
    margin:0;
    list-style:none;
    font-weight:bold;
    font-size:11px;
    line-height:18px;
    background:none
} /*2nd level items*/
 
#sitemap-list ul ul {
    margin-left:10px
    ;padding:5px 10px;
    background:#fff;
} /*3rd level lists*/

#sitemap-list li li li {
    font-size:11px;
    font-weight:normal;
} /*3rd level items*/

/* Footer */

#footer {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: .8em;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    line-height: 30px;
    margin: 0 30px;
    display: inline;
}