/*
----------------------------------------------------------------------------- 
General
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 68.75% arial,helvetica,sans-serif;
	color: #000000;
	background: #ffffff;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

p {
	margin: 0 0 0.8em 0;
}

hr {
	margin: 1.5em 0 1.5em 0;
	background: #b2d2e8;
	height: 1px;
	color: #b2d2e8;
	border: none; 
	clear: both;
}
.hr {
	margin: 1.5em 0 1.5em 0;
	border-top: 1px dotted #b2d2e8;
}
.hr hr {
	display: none;
}
.clear {
	position: relative;
	width: 100%;
	clear: both;
	line-height: 0;
	height: 0;
	display: block;
}

img {
	border: 0;
}

.ImgLeft {
	margin: 0 1em 1em 0;
	float: left;
	border: 1px solid #b2d2e8;
	padding: 1px;
}
.ImgRight {
	margin: 0 0 1em 1em;
	float: right;
	border: 1px solid #b2d2e8;
	padding: 1px;
}

/*
----------------------------------------------------------------------------- 
General Links & Buttons
-----------------------------------------------------------------------------*/

a {
	color: #0069b3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000000;
}
a:focus {
	-moz-outline: none;
}

a.more {
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../images/arrow_off.gif) 100% 60% no-repeat;
	padding: 0 6px 0 0;
}
a.more:hover {
	background: transparent url(../images/arrow_on.gif) 100% 60% no-repeat;
}

/*
----------------------------------------------------------------------------- 
Headings
-----------------------------------------------------------------------------*/

h1 {
	font: bold 2em arial,helvetica,sans-serif;
	color: #0069b3;
	margin: 0 0 0.1em 0;
}
h1 em, #Home h1 {
	font-style: normal;
	color: #000000;
}
h2 {
	font: 1.7em arial,helvetica,sans-serif;
	color: #000000;
	margin: 0 0 0.2em 0;
}
h2 em, #Home h2 {
	font-style: normal;
	color: #0069b3;
}
h3 {
	font: 1.6em arial,helvetica,sans-serif;
	color: #000000;
	margin: 0 0 0.5em 0;
}
h3 em {
	font-style: normal;
	color: #0091ca;
}
h4 {
	font: bold 1.4em arial,helvetica,sans-serif;
	color: #0069b3;
	margin: 0 0 0.2em 0;
}
h4 em {
	font-style: normal;
	color: #000000;
}
h5 {
	font: bold 1.1em arial,helvetica,sans-serif;
	color: #0091ca;
	margin: 0 0 0.5em 0;
}
h5 em {
	font-style: normal;
	color: #000000;
}
h6 {
	font: bold 1em arial,helvetica,sans-serif;
	color: #000000;
	margin: 0 0 0.3em 0;
}
h6 em {
	font-style: normal;
	color: #0091ca;
}

/*
----------------------------------------------------------------------------- 
Lists
-----------------------------------------------------------------------------*/

ul {
	margin: 0 0 1em 10px;
	list-style: none;
}
ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 8px;
	background: transparent url(../images/arrow_off.gif) 0 0.4em no-repeat;
}

ol {
	margin: 0 0 1em 3em;
}
ol li {
	margin: 0 0 2px 0;
}

ul.SiteMap li {
	font-weight: bold;
	text-transform: uppercase;
}
ul.SiteMap li li {
	text-transform: none;
}
ul.SiteMap li li li {
	font-weight: normal;
}

/*
----------------------------------------------------------------------------- 
Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
}
table.border-separate {
	border-collapse: separate;
}

/*
----------------------------------------------------------------------------- 
Forms
-----------------------------------------------------------------------------*/

form fieldset {
	margin: 0 0 1em 0;
	border: none;
}

input, textarea, select {
	font: 1em arial,helvetica,sans-serif;
	color: #000000;
	background: #ffffff;
}
textarea {
	overflow: auto;
}
optgroup {
	font-style: normal;
}
optgroup option {
	padding: 0 0 0 20px;
}

form input[type="radio"], form input[type="checkbox"] { 
	width: auto;
	margin: 0 2px 0 5px;
}
form input[type="hidden"] {
	display: none;
}
form select[multiple="multiple"] {
	margin-left: 0;
}
form br {
	clear: both;
	line-height: 0;
	height: 0;
}
form .required {
	border: 1px solid #0069b3;
}
form .requiredred {
	border: 1px solid #FF0000;
}

form#OtherSites {
	margin: 3px 5px 1px 0;
}
form#OtherSites select {
}

form#SiteSearch {
	width: 180px;
	padding: 10px 10px 0 10px;
}
form#SiteSearch input#query {
	width: 120px;
	margin: 0 5px 0 0;
	padding: 0 2px 1px 2px;
	vertical-align: baseline;
}

form.Custom1 input, form.Custom1 textarea, form.Custom1 select {
	float: left;
	width: 200px;
	margin: 0 0 3px 0;
}
form.Custom1 textarea {
	height: 100px;
}
form.Custom1 label {
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
	text-align: right;
}

.btn {
	font-size: 10%;
	border: 0;
	margin: 0 0 2px 0;
	height: 17px;
	letter-spacing: 200em;
	overflow: hidden;
	cursor: pointer;
	text-indent: -999em;
}
.btn_go {
	width: 35px !important;
	background: #ffffff url(../images/btn_go.gif) 0 0 no-repeat;
}
.btn_go:hover {
	background: #ffffff url(../images/btn_go.gif) 0 -30px no-repeat;
}
.btn_send {
	width: 45px !important;
	background: #ffffff url(../images/btn_send.gif) 0 0 no-repeat;
}
.btn_send:hover {
	background: #ffffff url(../images/btn_send.gif) 0 -30px no-repeat;
}
.btn_login {
	width: 45px !important;
	background: #ffffff url(../images/btn_login.gif) 0 0 no-repeat;
}
.btn_login:hover {
	background: #ffffff url(../images/btn_login.gif) 0 -30px no-repeat;
}


/*
----------------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------------*/

#Wrapper {
	min-width: 1000px;
	max-width: 100%;
}

#Header1, #Header2, #Header3 {
	float: left;
	clear: both;
	width: 100%;
	min-height: 24px;
	margin: 0 0 1px 0;
}
#Header3 {
	margin: 0;
}
* html #Header1, * html #Header2, * html #Header3 {
	height: 24px;
}
#Header2, #Header3 {
	background: #0069b3;
}
#Header1 img {
	height: 19px;
	margin: 3px 0 0 5px;
}
#Header2 img {
	height: 24px;
}

#TopLinks {
	margin: 6px 5px 2px 0;
	word-spacing: nowrap;
}
#TopLinks a {
	color: #0069b3;
	background: #e5f0f7;
	border: 1px solid #b2d2e8;
	padding: 1px 5px 1px 5px;
	margin: 0 0 0 2px;
}
#TopLinks a:hover {
	color: #ffffff;
	background: #0069b3;
	border: 1px solid #0069b3;
}

#Date {
	color: #ffffff;
	padding: 6px 5px 4px 5px;
	word-spacing: nowrap;
}

#BreadCrumbs {
	color: #ffffff;
	padding: 6px 5px 4px 5px;
}
#BreadCrumbs a {
	color: #ffffff;
}
#BreadCrumbs a:hover {
	color: #000000;
}

#Middle {
	float: left;
	clear: both;
	width: 1000px;
	background: #ffffff url(../images/bg_middle.gif) 0 0 repeat-y;
}

#Navbar {
	float: left;
	width: 200px;
	padding: 0 2px 20px 8px;
}

#Main {
	float: left;
	width: 600px;
	margin: 20px 10px 20px 20px;
	font-size: 1.09em;
}

#Intro {
	width: 600px;
	background: #cce1f0 url(../images/bg_intro.gif) 100% 0 no-repeat;
	margin: 0 0 20px 0;
}
#Intro img {
	float: left;
	width: 350px;
}
#Intro .Content {
	float: left;
	width: 230px;
	padding: 20px 8px 10px 12px;
	font-size: 1.1em;
}

#MainContent {
	width: 600px;
}
#Home #MainContent {
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
}

#LatestNews {
	float: left;
	width: 228px;
	border: 1px solid #b2d2e8;
	padding: 12px 8px 0 12px;
}
#LatestNews .Item {
	border-top: 1px dotted #b2d2e8;
	padding: 10px 0 5px 0;
}
#LatestNews .Date {
	font-weight: bold;
}
#LatestNews .Title {
	font-weight: bold;
	color: #0069b3;
	margin: 0 0 3px 0;
}

#Banners {
	float: left;
	width: 155px;
	margin: 20px 0 20px 0;
}

#HeadImg {
	width: 600px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

/*
----------------------------------------------------------------------------- 
Footer
-----------------------------------------------------------------------------*/

#Footer {
	clear: both;
	width: 100%;
	background: #0069b3 url(../images/bg_footer.gif) 0 0 no-repeat;
	padding: 25px 0 10px 0;
}
#LogoSolvay {
	float: left;
	width: 210px;
	text-align: center;
}
#Copyright {
	float: left;
	width: 600px;
	margin: 0 20px 0 20px;
	color: #ffffff;
}
#Copyright a {
	color: #cccccc;
}
#Copyright a:hover {
	color: #ffffff;
}
#LogoRC {
	text-align: right;
	margin: 0 10px 0 0;
}
#LogoSolvay img {
	height: 60px;
}
#LogoRC img {
	height: 43px;
}

/*
----------------------------------------------------------------------------- 
Nav
-----------------------------------------------------------------------------*/

ul#Nav, ul#Nav2 {
	clear: both;
	float: left;
	width: 200px;
	padding: 0 0 1px 0;
	margin: 20px 0 20px 0;
	list-style: none;
	border-top: 2px solid #b2d2e8;
	border-bottom: 2px solid #b2d2e8;
}
ul#Nav2 {
	margin: 20px 0 0 0;
	border-top: 1px solid #b2d2e8;
	border-bottom: 1px solid #b2d2e8;
}
ul#Nav li, ul#Nav2 li { /* all list items */
	position: relative;
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0069b3;
	background: #b2d2e8 url(../images/bullet_nav_off.gif) 10px 50% no-repeat;
	line-height: 1.85em;
}
ul#Nav2 li {
	text-transform: none;
	background: #e5f0f7 url(../images/bullet_nav_off.gif) 10px 50% no-repeat;
	line-height: 1.45em;
}
ul#Nav li a, ul#Nav2 li a {
	display: block;
	width: 170px !important;
	width /**/: 200px;
	padding: 0 8px 0 20px;
	color: #0069b3;
	background: transparent;
	border: 1px solid #ffffff;
	border-bottom: none;
}
ul#Nav li a:hover {
	color: #ffffff;
	background: #0069b3 url(../images/bullet_nav_on.gif) 10px 50% no-repeat;
}
ul#Nav2 li a:hover {
	color: #ffffff;
	background: #0069b3 url(../images/bullet_nav_on.gif) 10px 50% no-repeat;
}
ul#Nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 200px;
	margin: -1.95em 0 0 199px;
	padding: 0;
}
ul#Nav li ul li {
	width: 200px;
	text-transform: none;
	background: #e5f0f7;
}
ul#Nav li ul li a {
	width: 180px !important;
	width /**/: 200px;
	padding: 0 8px 0 10px;
}
ul#Nav li ul li a:hover {
	background: #0069b3;
}
ul#Nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin: -1.95em 0 0 199px;
}
ul#Nav li ul ul li {
	font-weight: normal;
}

ul#Nav li:hover ul ul, ul#Nav li:hover ul ul ul, ul#Nav li.sfhover ul ul, ul#Nav li.sfhover ul ul ul {
	left: -999em;
}
ul#Nav li:hover ul, ul#Nav li li:hover ul, ul#Nav li li li:hover ul, ul#Nav li.sfhover ul, ul#Nav li li.sfhover ul, ul#Nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
