@charset "UTF-8";
/*IE CHEATS, also controls the background image*/
body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color: #FFF;
	top: 0px;
	background-image: url(../images/backgroundtile.png);
	background-repeat: repeat-x;
	background-position: center top;
}
/*margin collapse and main font settings*/
div, p, h1, h2, h3, h4, h5, h6, img, ul, ol, pre, address, blockquote, span, li, dl, dd, dt {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}	
/*FF Fix – Remove dotted line*/
a {
	outline: none;
}
/*Text styling*/
p  {
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	margin-bottom: 30px;
}	
label  {
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
}
p strong {
	font-weight: bold;
	color: #000;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ol ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
blockquote {
}
/*MAIN HEADINGS*/
h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
h2 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h3 {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.bottomBoxHeadline {
	margin-bottom: 18px;
	padding-bottom: 12px;
}
.menuHeadline {
	margin-bottom: 3px;
	padding-bottom: 12px;
	margin-top: 3px;
}
h4 {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 18px;
}
h5 {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 12px;
}
.downlink {
	background-image: url(../images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.downlinkDoubleLine {
	background-image: url(../images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
}
.phonelinkMESGO {
	background-image: url(../images/telephoneicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	/*color: #999*/;
}
.phonelink {
	background-image: url(../images/telephoneicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-bottom: 0px;
}
.faxlink {
	background-image: url(../images/faxicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-bottom: 0px;
}
.arrowlink {
	background-image: url(../images/arrowup.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.arrowlink:hover {
	background-image: url(../images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	text-decoration: none;
}
.multiline {
	display: block;
	background-position: left 1px;
	padding-right: 40px;
}
.multiline:hover {
	display: block;
	background-position: left 1px;
	padding-right: 40px;
}
.inlineLinks {
	background-image: url(../images/arrowup.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 18px;
}
.inlineLinks:hover {
	background-image: url(../images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 18px;
}
.doubleLineItem {
	margin-left: 18px;
}

h6 {
	font-size: 0.7em;
	line-height: 1.8em;
	font-weight: bold;
	color: #666;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
/*controls the size and colour of the stage*/
#wrapper {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}
#topLogos {
	height: 152px;
	margin-top: 6px;
	padding-left: 16px;
}
#topLogos img {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.firstTopLogo {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#topPanel {
	height: 40px;
	background-image: url(../images/whitepaneltop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainPanel {
	background-image: url(../images/whitepaneltile.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainPanel #mainNav {
	float: left;
	width: 212px;
	margin-left: 70px;
	padding-bottom: 54px;
	padding-top: 5px;
}
#mainPanel #mainContent {
	margin-right: 71px;
	margin-left: 337px;
	padding-bottom: 30px;
}
#mainContent #bottomBoxes {
	padding-top: 10px;
}
#bottomBoxes #downloadsBox {
	float: right;
	width: 266px;
}
#addressBox {
	float: right;
	width: 210px;
}
#formBox {
	width: 330px;
	min-height: 400px;
}
#bottomBoxes #downloadsBox #smallDownload img {
	float: right;
	margin-top: -5px;
}
#bottomBoxes #moreInfoBox {
	width: 266px;
}
#mainContent #mesgoLogo {
	float: right;
	padding-top: 5px;
}
.memberMainBox {
	background-color: #E0E0E0;
	margin-bottom: 18px;
}
.memberBoxTitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 12px;
}
.memberBoxLogo {
	float: left;
}
.memberBoxInfoPanel {
	margin-left: 159px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	min-height: 122px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 18px;
}
.memberPhoneNumberBox {
	float: right;
	width: 170px;
	margin-left: 18px;
}
.memberBoxAddress {
	margin-bottom: 0px;
}
.mainDownloadTitle {
	margin-bottom: 9px;
	padding-top: 18px;
}
.PDFlogo {
	background-image: url(../images/mainPDF.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 65px;
}
.clearBoth {
	clear: both;
}
#bottomPanel {
	background-image: url(../images/whitepanelbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 175px;
}
#bottomPanel #pictureArea {
	margin-left: 17px;
}
#bottomPanel #footer {
	margin-left: 70px;
	margin-top: 15px;
	margin-bottom: 18px;
}
.formLabel {
	margin-top: 0px;
}
.contactTextEntry {
	width: 328px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.contactTextEntryLastOne {
	width: 328px;
	margin-top: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.73em;
	padding: 5px;
}
.warningText {
	text-transform: uppercase;
	color: #F00;
	margin-top: 0px;
	line-height: 1em;
	margin-bottom: 9px;
}
.submitButton {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}
#bottomPanel #pictureArea img {
	margin-right: 1px;
}

