@charset "utf-8";
body {
	font: 0.9em Calibri, sans-serif;
	margin: 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;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0% 20%;
	background-color: #FFFFFF;
}
.style #container {
	width: 930px;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #A6A6A6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}
.style #header {
	width: 930px;
	height: 140px;

}
.style #headernavbar {
	float: right;
	width: 200px;
	height: 140px;
	background: none;
	display: block;
	color: #fff;
	text-align: right;
}
.style #headernavbar ul {
	font-family: Myriad Pro, Verdana;
	color: #fff;
	font-size: 20px;
	list-style-type: none;
	line-height: 150%;
}
.style #headernavbar ul a:link {
	color:#060;
}
.style #headernavbar ul a:visited {
	color:#060;
}
.style #headernavbar ul a:active {
	color:#060;
}
.style #headernavbar ul a:hover {
	padding-right: 20px;
	color: #030;
	
}
.style #mainContent {
	width: 930px;
	height: auto;
	background-image:;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	padding-top: 10px;
}
.style #maincontentbanner {
	width: 966px;
	height: 114px;
	margin-left: -18px;
	margin-right: 0px;
	background-image: url(images/courses_banner.gif);
	background-repeat: no-repeat;
	vertical-align: inherit;
	display: block;
	padding: 0px;
}
.style #maincontenttext {
	width: 100%;
	padding-top: 0px;
}
.style #maincontenttextcontent {
	width: 49%;
	padding-top: 0px;
	float: left;
}
.style #maincontenttextbenefits {
	width: 49%;
	margin-left: 50%;
}
.style #maincontenttextiema {
	float:right;
	height: 340px;
	width: 340px;
	display: block;
	padding: 10px;
}
.style #maincontenttextaudit {
	margin-left: 50%;
	height: 300px;
}
.style #newdates {
	padding-bottom: 10px;
	width: 100%;
	text-align: center;

}
.style #contentlogos {
	position: relative;
	width: 295px;
	height: 120px;
	background-color: #FFF;
	left: 615px;
	top: 280px;
	padding: 10px;
	
}

.style #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style #minilogos_carbon {
	background-image: url(images/carbon_g.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 120px;
	float: left;
}
.style #minilogos_carbon:hover {
	background-image: url(images/carbon_c.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 120px;
	float: left;
}
.style #minilogos_iema {
	background-image: url(images/iema_g.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 120px;
	float: right;
}
.style #minilogos_iema:hover {
	background-image: url(images/iema_c.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 120px;
	float: right;
}
.style #footer {
	background:#fff;
	height: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 930px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.style #footer_left {
	float: left;
	height: 90px;
	width: 400px;
}
.style #footer_right {
	float: left;
	height: 90px;
	width: 520px;
	margin-left: 8px;
	vertical-align: top;
	font-family: Calibri, Verdana;
	font-size: 11px;
	text-align: center;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	
}
.footer_right_gda {
	float: right;
	margin-top: 0px;
	display: inline;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
.style #footer_right img {
	border: 0
}