﻿body {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgb(128,128,128);
	line-height: 1.35;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(51,51,51);
	background-color: rgb(255,250,245);
	width: 90%;
}

.container {
}

.content {
}
.content .left {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid rgb(221,221,221);
}
.content .centre {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content .right {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid rgb(221,221,221);
}

/* PAGE STYLING **********************/
.pageHomeCentre {
}
.pageHomeRight {
	padding-top: 15px;
	font-size: 0.75em;
}

.pageSolutionsMain {
	width: 100%;
}
.pageSolutionsDetails {
	width: 75%;
}

.pageDownloadsMain {
	width: 100%;
}
.pageDownloadsDetails {
	width: 80%;
}
.pageDownloadsDetailsRight {
	padding-top: 15px;
	font-size: 0.75em;
	color: rgb(95,95,95);
}

.pageAboutCentre {
	width: 80%
}

.pageHiringCentre {
}
.pageEngagingRogerRight {
	padding-top: 15px;
	font-size: 0.75em;
}

.pageContactColumnLeft {
	vertical-align: top;
	width: 30%;
}
.pageContactColumnRight {
	vertical-align: top;
	width: auto;
}

.pageLegalCentre {
	width: 95%;
}

.pageImageCentre {
	width: 100%;
}

/* TAG STYLING ***********************/
h1 {
	font-size:1.4em;
	font-weight: bold;
	color: rgb(0,0,135);
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: rgb(0,0,135);
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: -7px;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -12px;
}

hr {
	height: 1px;
	color: rgb(250,250,250);
}

b.small {
	font-size: 0.9em;
}

li.paddingBottom {
	padding-bottom: 7px;
}

p.main {
	text-align: justify;
}

p.endNote {
	font-size: 0.85em;
	color: rgb(95,95,95);
}

p.reducedBottomMargin {
	margin-bottom: 5px;
}
p.reducedBottomMarginLess {
	margin-bottom: -8px;
}

p.reducedBottomMarginJustified{
	margin-bottom: -5px;
	text-align: justify;
}

p.reducedTopMargin {
	margin-top: -10px;
}

table.reducedTopMargin {
	margin-top: -7px;
}

td.headerItalics {
	font-style: oblique;
	padding-bottom: 7px;
}

td.paddingBottom {
	padding-bottom: 7px;
}

table.download {
	font-size: 0.9em;
}
td.downloadHWhat {
	width: 17.5%;
	padding-bottom: 10px;
	font-weight: bold;
	vertical-align: top;
}
td.downloadHDesc {
	width: 55%;
	padding-bottom: 10px;
	font-weight: bold;
	vertical-align: top;
}
td.downloadHLVer {
	width: 12.5%;
	padding-bottom: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}
td.downloadHCost {
	width: 15%;
	padding-bottom: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

td.downloadWhat {
	padding-bottom: 15px;
	vertical-align: top;
}
td.downloadDesc {
	padding-bottom: 15px;
	vertical-align: top;
	text-align: justify;
}
td.downloadLVer {
	padding-bottom: 15px;
	vertical-align: top;
	text-align: center;
	font-size: 0.9em;
}
td.downloadCost {
	padding-bottom: 15px;
	vertical-align: top;
	text-align: center;
	font-size: 0.9em;
}

ul.reducedTopMargin {
	margin-top: -7px;
}
ul.TopMarginExtendedLeftReduced {
	margin-top: 2px;
	margin-left: -20px;
}

/* IMAGE GALLERY *********************/
div.img {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px;
	border: 1px solid rgb(150,150,150);
	height: auto;
	width: auto;
	float: left;
}	

div.img img {
	display: inline;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-style: none;
}

div.desc {
	font-size: 0.75em;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 0;
}

.clearFloat {
	clear: both;
}

/* IMAGE DETAIL **********************/
.imgDetail {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid rgb(150,150,150);
}	

/* LINK STYLING **********************/
a:link {
}		
a:visited {
}
a:hover {
}		
a:active {
}

.homeLink {
}
.homeLink a:link {
	color: rgb(0,0,255);
	text-decoration: none;
}
.homeLink a:visited {
	color: rgb(0,0,255);
	text-decoration: none;
}
.homeLink a:hover {
	color: rgb(0,0,255);
	text-decoration: none;
}
.homeLink a:active {
	color: rgb(0,0,255);
	text-decoration: none;
}

.smallLink {
	font-size: 0.8em;
}
.smallLink a:link {
}
.smallLink a:visited {
}
.smallLink a:hover {
}
.smallLink a:active {
}

.backToTop {
	font-size: 0.75em;
}
.backToTop a:link {
	color: rgb(0,0,255);
}
.backToTop a:visited {
	color: rgb(0,0,255);
}
.backToTop a:hover {
	color: rgb(0,0,255);
}
.backToTop a:active {
	color: rgb(0,0,255);
}

div.downloadLink {
	margin-top: 7px;
}
div.downloadLink a:link {
}
div.downloadLink a:visited {
}
div.downloadLink a:hover {
	font-size: 0.95em;
	font-weight: bold;
}
div.downloadLink a:active {
}

.downloadLinkInline {
}
.downloadLinkInline a:link {
}
.downloadLinkInline a:visited {
}
.downloadLinkInline a:hover {
	font-size: 0.95em;
	font-weight: bold;
}
.downloadLinkInline a:active {
}

/* MENU TOP **************************/
.topMenu {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: rgb(0,0,255);
	color: rgb(175,175,175);
	font-weight: bold;
	font-size: 0.9em;
}
.topMenu a:link {
	color: rgb(175,175,175);
	text-decoration: none;
}
.topMenu a:visited {
	color: rgb(175,175,175);
	text-decoration: none;
}
.topMenu a:hover {
	color: rgb(225,225,225);
	text-decoration: none;
}
.topMenu a:active {
	color: rgb(175,175,175);
	text-decoration: none;
}
.topMenu .menuSelected {
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 1.1em;
}

/* MENU BOTTOM ***********************/
.bottomMenu {
	font-size: 0.75em;
	text-align: right;
}
.bottomMenu a:link {
	color: rgb(95,95,95);
	text-decoration: none;
}
.bottomMenu a:visited {
	color: rgb(95,95,95);
	text-decoration: none;
}
.bottomMenu a:hover {
	color: Blue;
	text-decoration: underline;
}
.bottomMenu a:active {
	color: Blue;
	text-decoration: underline;
}

/* MENU LEFT *************************/
.leftMenu {
	padding-bottom: 10px;
}
.leftMenu a:link {
	color: #800000;
	text-decoration: none;
}
.leftMenu a:visited {
	color: #800000;
	text-decoration: none;
}
.leftMenu a:hover {
	color: #800000;
	text-decoration: underline;
}
.leftMenu a:active {
	color: #800000;
	text-decoration: underline;
}

/* HEADER & FOOTER *******************/
.header {
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 5px;
	vertical-align: middle;
	background-color: rgb(255,250,245);
	color: rgb(0,0,255);
}
.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	border-top: 1px solid rgb(128,128,128);
}

/* REST ******************************/
.tagLine {
	padding-right: 5px;
	font-size: 0.80em;
	color: rgb(175,175,175);
	font-weight: normal;
}

.footerNote {
	font-size: 0.75em;
	color: rgb(95,95,95);
}

.errorMsg {
	color: rgb(255,0,0);
}
.statusMsg {
	color: rgb(0,128,0);
	font-weight: bold;
}

.hidden {
	display: none;
}

.camo {
	color: white;
}