/* CSS Document */


/* CSS Code to show full background image - comment out body background color 

html {
	background: url(../_images/_pictures/ephrussi_de_rothschild.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 900px;
	height: auto;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/blossombranch2.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper a:link, #wrapper a:visited {
	color: #000000;
	text-decoration: none;
}

#wrapper a:link.highlight, #wrapper a:visited.highlight {
	color: #000000;
}

#wrapper a:hover {
	text-decoration: none;
	color: #94C9C9;
}

#wrapper a:hover.highlight {
	color: #94C9C9;
}

#header img {
	border: 0;
}

table#tblServices tr:hover {
	background-color: #94C9C9;
	color: #000000;
}

table#tblServices a:hover {
	color: #000000;
}

table#tblMenu tr:hover {
	background-color: #94C9C9;
	color: #000000;
}

table#tblMenu a:hover {
	color: #000000;
}

#mainContent {
	width: 895px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#mainContent p a:link {
	text-decoration: underline;
}

#panelLH {
	width: 200px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
}

#panelLHSImage img {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #cccccc;
}

#panelTopLeft img {
	padding: 5px;
	border: 1px solid #cccccc;
}

#panelTopLeft table#tblServices img {
	border: none;
	float: right;
}

#panelTopLeft {
	height: auto;
	width: auto;
	border: 5px solid #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#panelTopLeft li {
	padding-bottom: 5px;
}

#panelTLContent {
	padding: 0px;
	height: auto;
	width: auto;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	margin: 0px;
}

#panelTLContent table {
	font-size: 1em;
	width: 95%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#panelTLContent table td {
	width: 20%;
	background-image: url(../_images/bg_panel.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 5px;
	border: 1px solid #cccccc;
}

#panelBottomLeft {
	width: 200px;
	height: auto;
}

#panelRH {
	width: 680px;
	height: auto;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#infoPanel {
	/* box-shadow: 5px 5px 5px #999; */
	padding: 5px;
	height: auto;
	width: 660px;
	margin: 0px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	float: right;
}

#infoContent {
	padding: 0px;
	height: auto;
	width: 658px;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	background-image: url(../_images/bg_panel.png);
	background-repeat: repeat;
	margin: 0px;
}

#infoContent p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

#contactForm {
	font-size: 0.9em;
	width: 550px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contactForm fieldset {
	background-color: #D0E8E8;
	padding: 1em;
}
  
#contactForm fieldset label {
  float:left;
  width:90%;
  margin-right:0.5em;
  padding-top:0.3em;
  text-align:left;
  font-weight:bold;
}

#contactForm fieldset input {
  float:left;
  width:98%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
}

#contactForm fieldset select {
  float:left;
  width:98%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
}

#contactForm fieldset textarea {
  float:left;
  width:98%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
}

#tblServices th a:link, #tblServices th a:visited {
	color: #FFF;
	text-decoration: none;
}

#tblServices th a:link.highlight, #tblServices th a:visited.highlight {
	color: #FFF;
}

#tblServices th a:hover {
	text-decoration: none;
	color: #94C9C9;
}
#tblServices th a:hover.highlight {
	color: #94C9C9;
}

td {
	width: 200px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

td a {
	display: block;
	height:100%;
	width:100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#frmContact {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#frmContact table{
	border: 0px;
	width: 100%;
	cellpadding: 2px;
	cellspacing: 0px;
	margin-left: 10px;
}

#footer {
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	clear: both;
}

#footerLinks {
	padding: 10px;
	margin-top: 0px;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat;
	border-radius: 0px 0px 10px 10px;	
}

#footer table {
	font-size: 0.8em;
	width: 880px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#footer table td {
	width: 20%;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer th {
	color: #94C9C9;
	text-align: left;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 5px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:link.highlight, #footer a:visited.highlight {
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
	color: #94C9C9;
}
#footer a:hover.highlight {
	color: #94C9C9;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat;
	clear: both;	
	text-transform: uppercase;
}

h2 {
	text-transform: none;
}

/* h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #000;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../_images/bg_panel.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #86adb9;
}
*/

.footerCentre {
	text-align: center;
	margin: 0px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}

.rightLink {
	text-align: right;
	margin: 0px;
	font-size: 0.8em;
	font-style: italic;
	color: #000;
	clear: both;
}

.rightLinkNI {
	text-align: right;
	margin: 0px;
	font-size: 0.9em;
	color: #000;
}

.rightQuote {
	text-align: right;
	margin: 0px;
	font-style: italic;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
}

.pQuote {
	background-color: #FFF;
}

.red {
	color: #F00;
}

.menuOn {
	background-color: #94C9C9;
}

.floatRight {
	float: right;
}

.photo {
	padding: 5px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.photoRight {
	padding: 5px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	clear: right;
}

.quote {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.sitemapSub {
	margin-left: 20px;
}

.clearBoth {
	clear: both;
}

.fieldErr {
	color: #F00;
}
