﻿/* Synergy Healthcare Plc - Home Page Layout
Updated: Monday 13th October 2008
Author: Joe Pendlebury
Updates: N/A
––––––––––––––––––––––––––––––––––––––––––––––––*/

/******************** CONTENT CONTAINERS ********************/

#wrapper { 
  margin: 0 auto;
  width: 960px;
}

#faux {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
  padding: 0;
  overflow: auto; /* Paul O Brien Fix for IE - www.pmob.co.uk */
  background-image: url(../../../../images/website-layout-graphics/faux-columns/home-layout-faux-columns.gif);
}

/*********************** BANNER **********************/

#banner-home {
  margin: 0;
  padding: 15px 0 0 0;
  overflow:auto;
  background-color: white;
  clear: both;
}

.map-slices {
  float: left;
}

/******************** LEFT COLUMN ********************/

#leftcolumn { 
  margin: 0;
  padding: 0;
  width: 310px;
  float: left;
  background: white;
  color: #004F8E;
}

/******************** MAIN CONTENT ********************/

#content {
  margin: 0 13px;
  padding: 0;
  width: 310px;
  float: left;
  color: #245185;
  background: white;
}

/******************** RIGHT COLUMN ********************/

#rightcolumn { 
  margin: 0;
  padding: 0;
  width: 310px;
  float: left;
  background-color: white;
  color: #245185;
}

/******************** MISCELLANEOUS ********************/

.clear { 
  clear: both;
  background: none;
}

/****************** GREY CONTENT BOXES *****************/

.home-rounded-box-header {
  width: 270px;
  height: 20px;
  padding: 0 17px;
  background: url(../../../../images/website-layout-graphics/home-rounded-box/home-box-header-alternative.gif) no-repeat 0 0;
}

.home-rounded-box-header p {
  font-size: 100%;
  font-weight: bold;
  color: #245185;
  padding: 0 20px 0 5px;
  margin: 0;
}
	
.home-rounded-box-content {
  width: 270px;
  background: url(../../../../images/website-layout-graphics/home-rounded-box/home-box-content.gif) repeat-y;
  padding: 5px 17px 0.5em 17px;
  margin: 0;
  text-align: left;
  height: 260px;
	overflow: hidden;
}

.home-rounded-box-content p {
  font-size: 90%;
  color: #245185;
  padding: 0 10px;
  margin: 0;
}

.home-rounded-box-content a {
  color: #1466A7;
}

.home-rounded-box-content a:hover {
  text-decoration: none;
  color: #237AC0;
}

.home-rounded-box-content a:visited {
  color: #1466A7;
}
	
.home-rounded-box-footer {
	height: 20px;
	background: url(../../../../images/website-layout-graphics/home-rounded-box/home-box-footer.gif) no-repeat 0 0;				
}

/****************** NEWS SCROLLER *****************/

#divscroller0 {
  line-height: 1.5em;
  margin: 20px 0 0 10px;
}

#divscroller0 a{
  color: #1466A7;
}

#divscroller0 a:hover {
  text-decoration: none;
  color: #237AC0;
}

#divscroller0 a:visited {
  color: #1466A7;
}

.scrollertitle {
	font-weight: bold;
}

/****************** FLASH ADVERTS *****************/

#flash-advert-1 {
  padding: 10px 0 16px 10px;
  display: block;
}

#flash-advert-2 {
  padding: 0 0 16px 10px;
  display: block;
}

#flash-advert-3 {
  padding: 0 0 0 10px;
  display: block;
}

#pageflip {
	position: relative;
	right: 9px;
	top: 1px;
	float: right; 
}

#pageflip img {
	width: 50px;
	height: 52px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
	behavior: url(../iepngfix.htc) /* IE PNG Fix - http://www.twinhelix.com/css/iepngfix/ */
}

#pageflip a img {
	border: 0;
}

#pageflip .msg_block {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../../../../images/byotrol.png) no-repeat right top;
}
