﻿/* pagecontent style sheet */
/* version 1.00	14/04/08 */
@import url('testimonials.css');
@import url('forms.css');
@import url('boxes.css');
@import url('sitemap.css');

body {
	background: #ccc8b8;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: .5em;
}
body.iframe {
	background: #ffffff;
}
a {
	text-decoration: none;
}
h2 {
	font-size: 1.3em;
	margin: .5em auto;
}
img {
	border: none;
}
div#outerContainer {
	max-width: 1024px;
	margin: 0 auto;
}
* html div#outerContainer {
	width: 1024px;
}
div.leftColumnContainer {
	float: left;
	width: 66%;
}
div.rightColumnContainer {
	float: right;
	width: 33%;
}
/****************************************************************************/
div#banner {
	background: #ffffff;
	border-top: 1px #66645c solid;
	border-right: 1px #66645c solid;
	border-left: 1px #66645c solid;
	float: left;
	padding-bottom: 7px;
	text-align: right;
	width: 100%
}
div#logoAndText {
	padding: 0 0 0 35px;
}
/*div#logoAndText p {
	padding: 0;
	margin: 0;
}
div#logoAndText div.text {
	padding: 27px 0 0 15px;
}*/
div#loginMenu {
	color: #858477;
	padding: 4px 0 4px 4px;
}
div#loginMenu a {
	color: #858477;
	padding: 0 .5em;
}
div#loginMenu img {
	border: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
div#bannerTel {
	color: #858477;
	font-size: 1.5em;
	font-weight: bold;
	float: right;
	padding: 4px 15px 7px 0;
	margin: 0;
	white-space: nowrap;
}
/****************************************************************************/
div#menuBar {
	background: #ffffff;
	border-right: 1px #66645c solid;
	border-left: 1px #66645c solid;
	float: left;
	font-size: 1.3em;
	padding-bottom: 7px;
	width: 100%
}
div#topMenu {
	background: #97887e;
	margin: 0 0 0 35px;
}
div#topMenu ul {
	border-right: 1px #b1a69e solid;
	border-left: 1px #b1a69e solid;
	color: #ece9e6;
	height: 1.5em;
	line-height: 1.5em;
	list-style-type : none;
	margin: 0;
	padding: 0 0 0 6px;
}
div#topMenu li {
	border-left: 1px solid #ffffff;
	display: inline;
	font-size: .75em;
	font-weight: bold;
	padding: 0 12px;
	white-space: nowrap;
}
div#topMenu li.Home {
	border-left: 1px solid #97887e;
}
div#topMenu li.Login, div#topMenu li.Loggedin {
	display: none;
}
div#topMenu a {
	color: #ffffff;
}
div#topMenu a.thisPage {
	color: #ece9e6;
}
/****************************************************************************/
/*
/**html div#leftColumn {
	height: 1px;
	overflow: visible;
}
div#rightColumn {
	padding: 7px 15px 0 0;
	overflow: auto;
}
*html div#rightColumn {
	height: 1px;
	overflow: visible;
}
/****************************************************************************/
div#bodyContainer {
	background: #ffffff;
	border-right: 1px #66645c solid;
	border-left: 1px #66645c solid;
	float: left;
	padding-bottom: 7px;
	width: 100%
}
div#bodyContainerNRC div#pagecontent p  {
	margin-left: 35px;
}
div#leftColumn {
	padding-left: 35px;
}
div#pagecontent {
	float: left;
	width: 100%;
}
*html div#pagecontent {
	height: 1px;
	overflow: visible;
}
div#pagecontent .content {
	overflow: auto;
	padding-bottom: 7px;
}
*html div#pagecontent .content {
	height: 1px;
	overflow: visible;
}
div#pagecontent .content img {
	margin-bottom: 7px;
}
div#pagecontent a {
	color: #66645c;
	text-decoration: underline;
}
div#pagecontent h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: .5em auto 0 auto;
}
div#pagecontent h2 {
	color: #61bf1a;
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em auto 0 auto;
}
div#pagecontent h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em auto 0 auto;
}
div#pagecontent h4 {
	color: #61bf1a;
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em auto 0 auto;
}
div#pagecontent p {
	margin: .5em auto;
}
div#pagecontent ul, div#pagecontent ol {
	margin-top: .5em;
	margin-bottom: .5em;
}
/****************************************************************************/
div#pagecontent .pictureSpace {
	border-right: 1px #66645c solid;
	border-left: 1px #66645c solid;
	padding: 0 6px;
	position: relative;
}
div#pagecontent .pictureSpace img {
	width: 100%;
}
div#pagecontent .caption {
	color: #66645c;
	font-size: .9em;
	margin: 4px 0 7px 0;
	padding: 0 15px;
	text-align: center;
}
/****************************************************************************/
div#footer {
	background: #ffffff;
	border-right: 1px #66645c solid;
	border-bottom: 1px #66645c solid;
	border-left: 1px #66645c solid;
	color: #858477;
	float: left;
	margin-bottom: 7px;
	text-align: center;
	width: 100%;
}
div#footer ul {
	margin: 0;
}
div#footer li {
	display: inline;
}
div#footer a {
	color: #858477;
	padding: 0 .5em;
}
div#footer p {
	margin: .5em 0;
}
/****************************************************************************/
.noDisplay {
	display: none;
}
.fixedheight4 {
	height: 4em;
}
.fixedheight5 {
	height: 5em;
}
.fixedheight6 {
	height: 9em;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/*.black, .colourblack {
	color: #231f20;
}
.drkGrey, colourdrkGrey {
	color: #97887e;
}*/
.green, .colourgreen {
	color: #61bf1a;
}
/*.grey {
	color: #858477;
}
	/*color: #66645c;*/
/*.white, colourwhite {
	color: #ffffff;
}*/
.mediumText {
	font-size: 1.1em;
}
.lrgText {
	font-size: 1.3em;
}
.xlrgText {
	color: #858477;
	font-size: 1.5em;
	font-weight: bold;
}
.padleft {
	padding-left: 10px;
}
.padright {
	padding-right: 10px;
}
.third {
	position: relative;
	width: 33%;
}
.two_thirds {
	position: relative;
	width: 66%;
}
.fullWidth {
	clear: both;
	width: 100%;
}
.textright {
	text-align: right;
}
/****************************************************************************/
