﻿
/* Standard formatting ==================================== */

body
{
	margin: 0px 0px 0px 0px;
	padding-top: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#superWrap
{
	margin: 0px auto;
	width: 995px;
	background-position: left top;
	/*background-image: url(../Images/Standard/mainBacking.jpg);*/
	background-repeat: no-repeat;
}
#superWrap p
{
	line-height: 170%;
}
#superWrap li
{
	margin-bottom: 5px;
}


/* General purpose classes ================================ */

.clearLeft
{
	clear: left;
}
.clearBoth
{
	clear: both;
}
.clearRight
{
	clear: right;
}

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}

.padding10
{
	padding: 10px;
}
.margin10
{
	margin: 10px;
}

.textLeft
{
	text-align: left;
}
.textCentre
{
	text-align: center;
}
.textRight
{
	text-align: right;
}
.textJustify
{
	text-align: justify;
}

.blockCentre
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.border1
{
	border: solid 1px Gray;
}

.borderTop
{
	margin-top: 10px;
	border-top: solid 1px #003399;
}
.grayCapitals
{
	font-size: 0.9em;
	text-transform: uppercase;
	color: #666;
}


/* Header formatting ====================================== */

#headerWrap
{
	width: 995px;
	height: 124px;
	background-image: url(../Images/Standard/banner.jpg);
}
#bannerText
{
	margin:0 0 0 630px;
	padding: 28px 10px 10px 10px;
	color:#fff;
	line-height:1.6em;
	font-size: 22px;
	font-weight: bold;
}
.largeRedText
{
	font-size: 1.1em;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c43513;
}


/* Main body formatting =================================== */

#mainWrap
{
	margin: 60px 0 0 0;
	border-bottom: solid 1px #003399;
	width: 995px;
	/*background-image: url(../Images/Standard/background.jpg);*/
	background-repeat: no-repeat;
}
#middleColMR
{
	float: left;
	padding: 0px 20px 20px 20px;
	width: 734px;
	border-right: solid 1px #003399;
}
#rightColMR
{
	float: right;
	margin-top: 30px;
	padding: 10px 10px 20px 10px;
	width: 200px;
}
#leftColLMR
{
	float: left;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	width: 172px;
	z-index: 2;
}
#middleColLMR
{
	float: left;
	margin-top: 10px;
	border-left: solid 1px #003399;
	border-right: solid 1px #003399;
	padding: 10px 20px 20px 20px;
	width: 381px;
}
#rightColLMR
{
	float: right;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	width: 360px;
}
/*
#middleColLM
{
	float: left;
	border-left: solid 1px #003399;
	padding: 20px 10px 0 20px;
	width: 772px;
}
*/


/* Footer formatting ====================================== */

#footerWrap
{
	float: left;
	margin: 20px 10px 0 10px;
	width: 973px;
}
#footerSofted
{
	float: left;
	width: 280px;
}
#footerSeapl
{
	float: left;
	width: 400px;
}
#footerWV
{
	position: relative;
	top: -10px;
	left: 10px;
	float: right;
}


/* Standard formatting ==================================== */

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #c43513;
}
h2, .fakeH2
{
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
}
h3
{
	font-weight: bold;
	font-size:1.1em;
	color:#000;
	font-style: italic;
}

h4
{
	margin-left: 10px;
	font-weight: bold;
	font-size:1em;
	color:#000;
	font-style: italic;
}
a
{
	text-decoration: none;
	color: #003399;
}
a[href]:hover
{
	text-decoration: underline;
}
a img
{
	/*border: none;*/
	border-color: Black;
}
table
{
	border-collapse: collapse;
}
table td
{
	padding: 5px;
	vertical-align: top;
}

#middleColLMR #heading h1
{
	width: 332px;
}
#middleColMR #heading
{
	height: 30px;
	width: 754px;
	padding-top: 20px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #039;
}
#middleColMR #heading h1
{
	width: 755px;/*525px;*/
	margin-bottom: 0;
}


/* Icon formatting ======================================== */

.sCost, .sDate, .sDuration, .sPDF
{
	display: block;
	padding: 10px 0 10px 40px;
	background-repeat: no-repeat;
	background-position: left 50%;
}
.sCost
{
	background-image: url(../Images/Standard/calculatorS.gif);
}
.sDate
{
	background-image: url(../Images/Standard/calendarS.gif);
}
.sDuration
{
	background-image: url(../Images/Standard/clockS.gif);
}
.sPDF
{
	background-image: url(../Images/Standard/pdfS.gif);
}


.bookNow
{
	display: block;
	padding: 15px 60px 25px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.2em;
	color: #c43513;
	background-image: url(../Images/Standard/arrowL.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.bookNowLeft
{
	display: block;
	padding: 15px 0 25px 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.2em;
	color: #c43513;
	background-image: url(../Images/Standard/arrowL.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}


/* At a glance formatting ================================= */

#atAGlance
{
	margin-top: 34px;
	margin-bottom: 0;
	padding: 10px 0 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #c43513;
	border-left: solid 1px #003399;
	border-bottom: solid 1px #003399;
}
#atAGlanceDetails
{
	padding: 20px 0 10px 10px;
	border-left: solid 1px #003399;
	border-bottom: solid 1px #003399;
}
#atAGlanceDetails strong
{
	font-size: 1.2em;
}
#atAGlanceDetails a
{
	font-weight: bold;
	font-size: 1.2em;
}
#atAGlanceDetails .sCost, #atAGlanceDetails .sDate
{
	background-position: left 10px;
}
#atAGlanceLocations strong
{
	font-size: 1.0em;
}
#atAGlanceLocations a
{
	font-weight: normal;
	font-size: 1.0em;
}


/* Print formatting ======================================= */

@media screen
{
	.noScreen
	{
		display: none;
	}
}
@media xxprint
{
	/*@@@*/
	.noPrint, #headerWrap, #footerWrap, #menuBar, #leftCol
	{
		display: none;
	}
	#superWrap
	{
		background-image: none;
		width: auto;
	}
	#mainWrap
	{
		margin: 0;
		border: none;
		width: auto;
	}
	#middleCol, #middleColNoRight, #middleColNoLeft
	{
		float: none;
		border-left: none;
		padding: 0;
		width: auto !important;
	}
	#rightCol
	{
		width: 100px;
		padding-left: 20px;
		font-size: 75%;
	}
	.labelField
	{
		width: 200px;
	}
	#atAGlance
	{
		margin-top: 14px;
	}
	#heading h1
	{
		width: 495px;
	}
	.sDuration, .sCost, .sDate
	{
		padding-left: 0;
		background-image: none;
	}
}

