body {
	margin:0;
	text-align:center;
	font:0.75em Arial, Helvetica, sans-serif;
	/*background-image:url(/inc/html/rwgroup_new/pix/wrapper_bg_stripe.gif);
	background-position:top left;
	background-repeat:repeat-x;*/
}

.clear {
	clear:both; 
}

.scm-sidebar {
	margin-bottom:10px;
}

#wrapper {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

img {
	border:none;
}

/* ============================================= HEADER */

#header {
	padding-bottom:10px;
	margin-bottom:18px;
}

.header-default, .header-wide {
	border-bottom:1px solid #999999;
}

#logo-container {
	float:left;
}

#top-nav {
	float:right;
	margin:40px 0 0 0; 
	width:260px;
}

#top-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

#top-nav li {
	display:inline;
	text-transform:uppercase;
	font-size:1.2em;
	color:#666666;
}

#top-nav li a, #top-nav li a:visited {
	color:#666666;
	text-decoration:none;
}

#top-nav li a:hover {
	border-bottom:1px dotted #666;
}

#homepage-image {
	width:100%;
	height:320px;
	/*background-image:url(/inc/html/rwgroup_new/pix/homepage_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	margin-bottom:15px;
}
/* ============================================= LEFT CONTENT */

#left-content {
	width:200px;
	float:left;
	background-color:#7e7e7e;
	margin-bottom:10px;
	padding-top:2px;
} 

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left-content ul li a {
	display:block;
	padding:7px 10px 7px 10px;
	background-color:#7e7e7e;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
}

#left-content ul li a, #left-content ul li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#left-content ul li a.current {
	background-color:#6f6e6e;
}

#left-content ul li a:hover {
	text-decoration:underline;
	background-color:#6f6e6e;
}

#left-content ul ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left-content ul ul li a, #left-content ul ul li a:visited {
	padding-left:30px;
	background-color:#a8a7a7;
	background-image:url(/inc/html/rwgroup_new/pix/leftcontent_li_li_bullet.gif);
	background-position:17px 12px;
	background-repeat:no-repeat;
	color:#fff;
}

#left-content ul ul li a.current {
	background-color:#969494;
}

#left-content ul ul li a:hover {
	text-decoration:underline;
	background-color:#969494;
}

#left-content ul ul ul li a, #left-content ul ul ul li a:visited {
	padding-left:40px;
	background-color:#ccc;
	background-image:url(/inc/html/rwgroup_new/pix/leftcontent_li_li_li_bullet.gif);
	background-position:25px 12px;
	background-repeat:no-repeat;
	text-transform:none;
	color:#666;
}

#left-content ul ul ul li a:hover {
	text-decoration:underline;
	background-color:#d6d6d6;
}

/* ============================================= CENTER CONTENT */

#center-content {
	width:430px;
	float:left;
	line-height:1.5em;
	margin-bottom:10px;
	margin-left:25px;
	color:#333;
}
 
#center-content h1 {
	font-size:1.7em;
	line-height:normal;
	color:#004a91;
	margin-top:5px;
}

#center-content h2 {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
}

#center-content h3 {
	font-size:1.2em;
	border-bottom:1px solid #004a91;
	background-image:url(pix/three_squares.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 50px 5px 0;
	color:#004a91;
}

#center-content a, #center-content a:visited {
	color:#cc3333;
}

#center-content a:hover {
	color:#ff0000;
}

#center-content ul {
	list-style:url(/inc/html/rwgroup_new/pix/centercontent_li_style.gif);
}

/* ============================================= CENTER CONTENT ***WIDE TEMPLATE*** */

#center-content-wide {
	width:640px;
	float:right;
	line-height:1.5em;
	margin-bottom:10px;
}

#center-content-wide h1 {
	font-size:1.8em;
	line-height:normal;
	color:#004a91;
	margin-top:0;
}

#center-content-wide h2 {
	color:#333;
	font-size:1.1em;
	font-weight:bold;
}

#center-content-wide h3 {
	font-size:1em;
	border-bottom:1px solid #004a91;
	background-image:url(pix/three_squares.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:50px;
	color:#004a91;
}

#center-content-wide a, #center-content-wide a:visited {
	color:#cc3333;
}

#center-content-wide a:hover {
	color:#ff0000;
}

/* ============================================= RIGHT CONTENT */

#right-content {
	width:180px;
	float:right;
	background-color:#efefef;
}

#right-content h2 {
	font-size:1.1em;
	color:#fff;
	background-color:#132a4f;
	margin:-7px -7px 5px -7px;
	padding:8px;
}

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content ul li {
	padding:5px 10px 5px 20px;
	background-image:url(/inc/html/rwgroup_new/pix/centercontent_li_style.gif);
	background-position:0px 11px;
	background-repeat:no-repeat;
	line-height:1.5em;
	border-bottom:1px solid #ccc;
}

#right-content ul li:hover {
	/* background-image:url(/inc/html/rwgroup_new/pix/news_li_bullet_on.gif);
	background-position:left;
	background-repeat:no-repeat; */
}

#right-content ul li a, #right-content ul li a:visited {
	color:#666;
	text-decoration:none;
}

#right-content ul li a:hover {
	color:#cc3333;
}

/* ============================================= SIDEBARS */

#scm-sidebar-20years {
	text-align:center;
	margin-top:15px;
}

#right-content .scm-sidebar {

}

#scm-sidebar-latest-news {
	padding:8px;
	border:1px solid #ccc;
	background-color:#fff;
	margin:5px;
	color:#747474;
}

#scm-sidebar-hse-text, #scm-sidebar-rb211-text, #scm-sidebar-501, #scm-sidebar-avon, #scm-sidebar-olympus, #scm-sidebar-factfile, #scm-sidebar-olympus {
	padding:8px;
	border:1px solid #ccc;
	background-color:#fff;
	margin:5px;
	color:#747474;
}

#scm-sidebar-members {
	padding:10px;
	color:#666666;
	color:#fff;
}

#scm-sidebar-members h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:1.5em;
	margin-top:0;
}

#scm-sidebar-members a, #scm-sidebar-members a:visited {
	color:#fff;
}
	
/* ============================================= FOOTER */

#footer {
	background-color:#132a4f;
	padding:10px;
	color:#fff;
	line-height:1.5em;
	margin-bottom:20px;
}

#footer a, #footer a:visited {
	color:#fff;
}

#footer a:hover {
	color:#fff;
}

#footer-left {
	float:left;

}

#footer-right {
	float:right;
	/*background-image:url(/inc/html/rwgroup_new/pix/footer_accreditation.gif);
	background-position:top right;
	background-repeat:no-repeat;*/
	width:320px;
	height:35px;
	padding-top:5px;
	text-align:right;
}

/*------- styles for homepage turbine image + text + boxed ------*/

#homepage-intro { 
	width:640px;
	height:306px;
	/* background-image:url(pix/turbine_homepage_img.jpg);
	background-position:top left;
	background-repeat:no-repeat; */
}

#homepage-intro-content {
	width:330px;
	padding:130px 20px 10px 290px;
}

#homepage-intro-content h4 {
	color:#fff;
	font-size:1.2em;
	margin:0;
	padding:0;
	line-height:1.5em;
}

#services-products-list {
	width:180px;
	margin-top:5px;
	float:left;
	margin-right:10px;
}

#services-products-list ul {
	margin:0;
	padding:0;
	list-style:none;
}

#services-products-list ul li {
	text-align:center;
	background-color:#006699;
	padding:7px;
	margin-bottom:2px;
}

#services-products-list ul li a, #services-products-list ul li a:visited {
	color:#fff;
}

#services-products-text {
	width:240px;
	background-color:#fff;
	float:left;
	margin-top:5px;
}

#services-products-text h5 {
	font-size:1em;
	color:#fff;
	background-color:#006699;
	margin:0;
	padding:7px;
}
	

#latest-news {
	float:right;
	width:180px;
	background-color:#efefef;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#latest-news h2 {
	font-size:1em;
	color:#fff;
	background-color:#006699;
	padding:7px;
	margin:0 -10px 0 -10px;
}


/* ============================================= NEWS PAGES */

.news-byline {
	border-bottom:1px dotted #666;
	margin-bottom:8px;
	padding-bottom:8px;
}

/*---------- HOMEPAGE NEWS OVERVIEW ---------*/

#news-homepage-overview {
	margin-top:8px;
}

.article {
	width:192px;
	height:140px;
	margin-right:5px;
	background-color:#fff;
	float:left;
	padding:8px;
	background-color:#fff;
	color:#333333;
	border-top:2px solid #000033;
}

.article p {
	margin-top:5px;
}

#news-homepage-overview a, #news-homepage-overview a:visited {
	color:#666;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
}

/*--------- MISC -------*/

.table-of-data {
	border:0;
}

.table-of-data td {
	padding-left:5px;
}

.table-even {
	background-color:#efefef;
}

.year {
	float:left;
	width:175px;
	background-color:#efefef;
	margin-right:15px;
	height:630px;
	margin-bottom:10px;
	padding:10px 10px 20px 10px;
}

.year h5 {
	background-color:#004a91;
	color:#fff;
	margin:-10px -10px 10px -10px;
	padding:10px;
	font-size:1.2em;
}

.year h6 {
	font-size:1em;
	border-bottom:1px solid #004a91;
	color:#004a91;
	margin:10px 0 10px 0;
	padding-bottom:3px;
}