/* GENERAL DEFINITIONS --------------------------------------------------------------- */

* {margin: 0px; padding: 0px; border: 0px;}

body
{	width: 760px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

h1
{
	font-size: 22px;
	line-height: 26px;
	color: #0057BA;
	margin: 20px 0px 10px 0px;
}

h2, h3
{
	font-size: 19px;
	line-height: 22px;
	color: #0057BA;
	margin: 20px 0px 10px 0px;
}

h4
{
	font-size: 16px;
	line-height: 22px;
	color: #0057BA;
	margin: 10px 0px 10px 0px; /* margin-bottom: 20px; */
}
h2 a {color: #0057BA;}
h2.invertedShort, h2.invertedLong, h2.invertedShortNewSection
{
	width: 50%;
	color: #FFFFFF;
	background-color: #669AD5;
	padding: 4px 8px 3px 8px;
	margin: 20px 0px 10px 0px;
}
h2.invertedLong {width: 100%;}
h2.invertedShortNewSection {margin-top: 0px;}
.first{
	font-size: 22px;
	line-height: 26px;
	color: #0057BA;
	margin: 20px 0px 10px 0px;
	text-transform:uppercase;
}
.second{
	font-size: 22px;
	line-height: 26px;
	color: #0057BA;
	margin: 20px 0px 10px 0px;
	text-transform:uppercase;
}
.third{
	font-size: 19px;
	line-height: 22px;
	color: #0057BA;
	margin: 20px 0px 10px 0px;
}
.fourth{
	font-size: 16px;
	line-height: 22px;
	color: #0057BA;
	margin: 10px 0px 10px 0px;
	font-weight:bold;
}
.pp{
	font-size:9px;
	font-weight:bold;
}
p
{
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 8px 0px;
}
p strong {font-weight: normal; color: #0057BA;}
p a {color: #0057BA;}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

img {display: block; border: 0px;}

sup {font-size: 9px; line-height: 9px;}
strong {font-weight: bold;}
small {font-size: 80%;}
em {font-style: normal; text-decoration: underline;}
.floatLeft {float: left; position: relative;}
.floatRight {float: right; position: relative;}

.image {margin: 0px 0px 20px 0px;}
.imageLeft {float: left; position: relative; margin: 10px 0px 10px 25px;}
.imageLeftInline {float: left; position: relative; margin: 10px 10px 10px 0px;}
.imageLeftInline2 {float: left; position: relative; margin: 0px 10px 10px 0px;}
.imageRight {float: right; position: relative; margin: 10px 25px 10px 0px;}
.imageRightInline {float: right; position: relative; margin: 10px 0px 10px 10px;}
.imageRightInline2 {float: right; position: relative; margin: 0px 0px 10px 10px;}
.downloadSymbol {float: right; position: relative; margin: 10px 0px 0px 10px;}

.colouredText {color: red;}

/* SECTION DEFINITIONS --------------------------------------------------------------- */

#page
{
	float: left;
	position: relative;
	width: 100%;
	background: url(resources/pageBG.gif) top left repeat-y;
}

#content
{
	float: left;
	position: relative;
	width: 575px;
	margin: -50px 0px 0px 0px;
}

.content, .contentNarrow {float: left; position: relative; left: 25px; margin-right: -25px; margin-bottom: 20px;}
.content {width: 515px;}
.contentNarrow {width: 350px;}

#content h1 {text-transform: uppercase;}
#content .third{text-transform:none;}

	/* HEADER DEFINITIONS --------------------------------------------------------------- */

#headerTop {margin: 0px; padding: 8px 8px 8px 14px; font-size: 14px; font-weight: bold; color: #000000; background-color: #E5E5E5; display: none;}
#headerTop a {color: #000000; text-decoration: none;}
#headerTop a:hover {text-decoration: underline;}

#header
{
	float: left;
	position: relative;
	width: 760px;
	height: 152px; /* default: 180px */
	background: url(resources/headerBG.gif) top left no-repeat;
	padding: 28px 0px 10px 14px;
}
#header .call {font-size: 22px; line-height: 26px; font-weight: normal; color: #FFFFFF; margin: 0px;}
#header .phone {font-size: 26px; font-weight:bold; line-height: 30px; color: #FFFFFF; margin: 0px;}

	/* FOOTER DEFINITIONS --------------------------------------------------------------- */
	
#footerA, #footerB {display: block; clear: both; position: relative; top: 80px; padding-bottom: 80px;} /* 80px is the footer top margin */
#footerC {display: block; clear: both; position: relative; top: -68px; margin-bottom: -68px;} /* 68px is the height of the footerMontage image */
#footerD {display: block; clear: both; position: relative; top: 40px; padding-bottom: 40px;}

#footerPhotoA {position: absolute; top: -385px; left: 568px; /* right: 0px; */}
#footerPhotoB {position: absolute; top: -270px; left: 610px; /* right: 0px; */}

#footerStrap
{
	display: block;
	background-color: #0065C2;
	margin: 0px 0px 0px 185px;
	padding: 8px 20px 8px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#footerMenu
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 205px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
}
#footerMenu a {color: #4D4D4D; margin-right: 15px; text-decoration: none;}
#footerMenu a:hover {text-decoration: underline;}

/* MENU DEFINITIONS --------------------------------------------------------------- */

#mainMenu {float: left; position: relative; width: 185px;}
#mainMenu ul {list-style-type: none;}

#mainMenu li {float: left;}

#mainMenu a
{
	float: left;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
	border-bottom: 2px solid #0065C2;	
	text-decoration: none;
}

.level0Menu a {width: 173px; font-size: 15px; line-height: 17px; padding-left: 9px; color: #FFFFFF; background-color: #8ED1ED;}
.level0Menu a:hover, .level0Menu a.selected {color: #FFFFFF; background-color: #FF981F;}

.level1Menu a {width: 164px; font-size: 15px; line-height: 17px; padding-left: 18px; color: #000000; background-color: #FFB26B;}
.level1Menu a:hover, .level1Menu a.selected {color: #000000; background-color: #FFFFFF;}

.level2Menu a {width: 155px; font-size: 15px; line-height: 17px; padding-left: 27px; color: #000000; background-color: #FFD9B5;}
.level2Menu a:hover, .level2Menu a.selected {color: #000000; background-color: #FFFFFF;}

.level3Menu a {width: 146px; font-size: 12px; line-height: 14px; padding-left: 36px; color: #000000; background-color: #FFD9B5;}
.level3Menu a:hover, .level3Menu a.selected {color: #000000; background-color: #FFFFFF;}

/* CONTENT DEFINITIONS --------------------------------------------------------------- */

.summaryTable p {font-size: 14px; line-height: 16px; margin: 0px; padding: 0px;}
.summaryTable a {color: #0065C2; text-decoration: none;}
.summaryTable a:hover {text-decoration: underline;}
.summaryTable th, .summaryTable td {padding: 0px 0px 10px 0px; font-size: 14px; line-height: 16px;  text-align: left; vertical-align: top;}
.summaryTable th {width: 150px; font-weight: bold;}
.summaryTable td {font-weight: normal;}

.featureList {list-style-type: disc; list-style-position: outside;}
.featureList li {font-size: 12px; padding: 0px 0px 2px 0px; margin: 0px 0px 6px 35px; border-bottom: 1px solid #0057BA; }

.technicalList {list-style-type: none; margin: 10px 0px 10px 0px;}
.technicalList li {font-size: 12px; padding: 3px 10px 2px 10px; margin: 0px 0px 0px 25px; border-bottom: 1px solid #FFFFFF; background-color: #DFF2FA;}

.numberedList {list-style-type: decimal; list-style-position: outside; margin: 20px 0px 10px 35px;}
.numberedList li {font-size: 12px; padding: 0px 0px 2px 0px; margin: 0px 0px 6px 0px; }

.alphaList {list-style-type: lower-alpha; list-style-position: outside; margin: 10px 0px 10px 25px;}
.alphaList li {margin: 0px 0px 8px 0px;}
.alphaList li a {color: #0057BA;}

.photoTable td {padding: 0px 10px 5px 0px;}
.photoTable th
{
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
}
.evacchairbg{padding-bottom:575px;background:url(resources/et-cd7b2.jpg) 0 125px no-repeat;}