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

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

a:hover {
    color: #888;
}

.left {
    float: left;
}

.right {
    float: right;
}

#wrapper {
    background: #fff;
}

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

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 {
    height: 40px;
    background-color: #769aa7;
}

#header.home {
    height: 170px;
    background: url(../images/header_bg.png) no-repeat;
}

ul#translate {
    margin: 5px 10px;
}

ul#translate li {
    float: right;
    display: inline;
    list-style-type: none;
    padding-left: 12px;
    font-size: 12px;
}
ul#solutions {
    padding-top: 18px;
}
ul#solutions li {
    float: none;
    display: inline;
    list-style-type: none;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
}

ul#solutions li a {
    text-shadow: 1px 1px 3px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    color: #fff;
}

ul#solutions li a:hover {
    color: #de4431;
}

#solutions-message {
    color: #fff;
    font-weight: bold;
    padding-top: 33px;
    padding-left: 20px;
}

#solutions-message p {
    padding-left: 15px;
    margin-bottom: 0;
}

/* Home Page */

#navigation.home {
    padding-top: 86px;
    padding-left: 40px;
}

#navigation.home li {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    padding: 7px 0;
    list-style: none;
}

#navigation.home li a {
    color: #fff;
}

#navigation.home li a:hover {
    color: #de4431;
}

h1.home {
    margin-top: 53px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 3px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

#logo.home img {
    padding: 15px 64px 0;
}

.tm {
    font-size: 0.5em;
}

#main.home {
    height: 398px;
    background: url(../images/main_bg.jpg) no-repeat;
}

#boxes-wrap {
    background: url(../images/boxes_wrap_bg.png) repeat-y;
}

#boxes {
    min-height: 311px;
    background: url(../images/boxes_bg.png) top no-repeat;
}

#boxes-bottom {
    height: 7px;
    background: #adbcc2 url(../images/boxes_bottom_bg.png) no-repeat;
}

#boxes h3 {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    padding-top: 5px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

#box1-content {
    padding: 5px 30px 10px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #de4431;
}

#box2-content {
    padding: 5px 30px 10px 40px;
}

/* 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: 40px 20px 20px 20px;
}

#main {
    background: #fff;
    padding-bottom: 20px;
}

#main-header {
    background: #fff url(../images/main_content_header_bg.jpg) top left no-repeat;
}

#main-header h1 {
    margin: 0 0 0 30px;
    padding: 0 0 50px 0;
    color: #ccc;
    font-size: 100px;
    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;
}

.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: #769aa7;
    color: #fff;
    text-align: center;
    font-size: .8em;
}

#footer.home {
    width: 928px;
    margin: 20px 0 0 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#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;
}
