body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 20 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container a:link {
	color: #666666;
	text-decoration: none;
}
#container a:visited {
	color: #666666;
	text-decoration: none;
}
#container a:hover {
	color: #666666;
	text-decoration: underline;
}
#container a:active {
	color: #666666;
	text-decoration: underline;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: static;
}
.msgBoxConferences {
	background-color: #E08A24;
}
.msgBoxConferences #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E08A24;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
}
.msgBoxConferences #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: static;
	margin-top: 100px;
}
.msgBoxConferences #container a:link {
	color: #666666;
	text-decoration: none;
}
.msgBoxConferences #container a:visited {
	color: #666666;
	text-decoration: none;
}
.msgBoxConferences #container a:hover {
	color: #666666;
	text-decoration: underline;
}
.msgBoxConferences #container a:active {
	color: #666666;
	text-decoration: underline;
}
.msgBoxIncentives {
	background-color: #B2BB1E;
}
.msgBoxIncentives #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B2BB1E;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
}
.msgBoxIncentives #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: static;
	margin-top: 100px;
}
.msgBoxIncentives #container a:link {
	color: #666666;
	text-decoration: none;
}
.msgBoxIncentives #container a:visited {
	color: #666666;
	text-decoration: none;
}
.msgBoxIncentives #container a:hover {
	color: #666666;
	text-decoration: underline;
}
.msgBoxIncentives #container a:active {
	color: #666666;
	text-decoration: underline;
}
.msgBoxEvents {
	background-color: #004387;
}
.msgBoxEvents #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #004387;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
}
.msgBoxEvents #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: static;
	margin-top: 100px;
}
.msgBoxEvents #container a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.msgBoxEvents #container a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.msgBoxEvents #container a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.msgBoxEvents #container a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.flashContent {
	background-position: left center;
	display: table-cell;
	width: 780px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left;
} 
.twoColFixLtHdr #mainContent {
	width: 590px;
	float: right;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	background-image: url(../images/avanti_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 0px;
} 
.twoColFixLtHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
	color: #FFFFFF;
	text-indent: 20px;
}
.twoColFixLtHdr #headerBlack {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	background-image: url(../images/avanti_logo_black.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 0px;
} 
.twoColFixLtHdr #headerBlack p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
	color: #FFFFFF;
	text-indent: 20px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.twoColFixLtHdr #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 16px;
	padding-left: 0.7em;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8B8E9A;
	padding-left: 1.7em;
	margin-top: 0px;
}
.twoColFixLtHdr #contactBtn {
	height: 67px;
	width: 150px;
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.twoColFixLtHdr #footer {
	background:url(../images/border_bar.jpg) no-repeat;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
}
.headerNav {
	color: #729126;
	padding-left: 20px;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerNav p {
	color: #729126;
	padding-left: 20px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	background-color: #333333;
}
#mainTopArea {
	height: 290px;
}
#mainBottomArea {
}
#mainBottomLeft {
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
	width: 330px;
	padding-right: 20px;
	margin-top: 20px;
}
#mainBottomLeftPic {
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
	width: 330px;
	padding-right: 20px;
}
#mainBottomFull {
	float: left;
	width: 500px;
	padding-right: 20px;
	margin-top: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainBottomRight {
	float: right;
	width: 220px;
	padding-right: 10px;
	margin-top: 20px;
}
#mainBottomRightWords {
	float: right;
	width: 220px;
}
#mainBottomRightWords p {
	color: #FFF;
	padding-right: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#mainBottomRightImage {
	float: right;
	width: 220px;
}
#mainBottomRightImage p {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#mainBottomRightImage h1 {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

#imageTextArea {
	float: right;
	height: 290px;
	width: 240px;
	background-color: #E08A24;
	position: relative;
	margin: 0px;
}
.bottom {
	position: absolute;
	bottom: 0px;
	width: 240px;
}
#imageAnimArea {
	float: left;
	height: 290px;
	width: 350px;
}
#imageTextArea p {
	background-color: #E08A24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 20px;
	margin: 15px 0px 0px;
}
#contactDetails {
	width: 240px;
	position: absolute;
	top: 240px;
	height: 50px;
	padding: 0px;
}
#contactDetails p {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0px;
}
#imageTextArea a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#imageTextArea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#imageTextArea a:hover {
	color: #333333;
}
#imageTextArea a:active {
	color: #333333;
}
#mainBottomRight p {
	height: 58px;
}
.backgroundNeutral {
	background-color: #A6A6B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#headerNav {
	color: #729126;
	padding-left: 20px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	background-color: #333333;
}
.formColour {
	background-color: #BFC1CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.bottomBorder2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 0em;
}.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.logoSpacing {
	padding-bottom: 10px;
}
.blueText {
	color: #0071BC;
}
.greenText {
	color: #90A828;
}
.orangeText {
	color: #E08A24;
}
.top {
	position: absolute;
	top: 0px;
}
.greyText {
	color: #8A8D99;
}
.googleMapText {
	background-color: #CCCCCC;
}

 .3ColContainer {
	border: 0px;
}
.GreenBox {
	border: 2px solid #b2da8c;
    width: 80px;
    float: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 0px;
    padding: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
    }
	.EngageBox {
    width: 105px;
    float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#e18b35;
    }
	.InspireBox {
    width: 105px;
    float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	color:#739127;
    }
	.ExciteBox {
    width: 105px;
    float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:20px;
	color:#0273bd;
    }

	.EngageBoxHome {
    width: 205px;
    float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	color:#e18b35;
    }
	.InspireBoxHome {
    width: 170px;
    float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	color:#739127;
    }
	.ExciteBoxHome {
    width: 195px;
    float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	color:#0273bd;
    }
	
	
	.HomeIcons {
	width: 565px;
	margin-top:20px;
	text-align:right;
	float: left;
    }#homeAward {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	float: left;
	width: 530px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-left: 30px;
}

