@charset "utf-8";
body  {
	font: 100% Tahoma, Helvetica, 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-color: #FFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#otherPageTitle {
	font-family: Tahoma, Helvetica, sans-serif;
	height: auto;
}
#header {
	padding: 0px;
	height: 201px;
	background-color: #FFF;
	background-image: url(images/home_header1.jpg);
} 
#navMain {
	position: relative;
	top: 165px;
	height: 36px;
	width: 382px;
}
#navSignUp {
	width: 172px;
	right: 808px;
	float: right;
}
#header h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bannerMain {
	background-image: url(images/banner_home.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}

#sidebar1 {
	float: left;/* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/col1_home_back.jpg);
	width: 320px;
}
#sidebarOther1 {
	float: left;/* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/col1_home_back.jpg);
	width: 200px;
}
#contentHolder {
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/col3_home_back.jpg);
}
#sidebarOther2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/col3_home_back.jpg);
}
#mainContent {
	width: 320px;
	margin-left: 330px;
	background-color: #FFF;
	background-image: url(images/col2_home_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
#mainContentOther {
	width: 580px;
	margin-left: 200px;
	background-color: #FFF;
	background-position: top;
}
#rightNavIcons {
	height: 260px;
	width: 172px;
	position: relative;
	left: 808px;
}
/*****************************************
 * FOOTERS
 *****************************************/
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DADFDB;
} 
#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 */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #999;
}
#footer a {
	font-family:Tahoma, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
/*****************************************
 * FLOAT AND OTHER CONTENT AREA POSITIONING LAYOUTS
 *****************************************/

.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;
}
.fltrtPLogos {
	float: right;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.fltltPLogos {
	float: left;
	margin-bottom: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin-right: 20px;
	padding-right: 20px;
}

/*****************************************
 * FONT FORMATTING
 *****************************************/
#contentArea {
	padding: 10px;
}
.contentArea {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.contentArea a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00284C;
	text-decoration: underline;
}
.contentArea a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: none;
}
.contentArea a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.contentArea a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.contentArea2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.largeHeading {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #54745D;
}
.largeSubHeading {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #00284C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00284C;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #E8F4FF;
}
.subheading {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	line-height: 16px;
	color: #1F496F;
}
.testimonials {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6F6557;
	padding: 8px;
	background-image: url(images/testimonials_back.jpg);
	background-repeat: repeat-y;
}
.testimonialsHeader {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #507B8C;
	background-image: url(images/testimonials_back.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #507B8C;
	border-bottom-color: #507B8C;
}
.captionText {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}
.captionText a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-decoration: underline;
}
.pdfList {
	list-style-image: url(images/pdficon.gif);
	margin-bottom: 6px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.pdfList a:link {
	list-style-image: url(images/pdficon.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00284C;
	text-decoration: underline;
}
.pdfList a:visited {
	list-style-image: url(images/pdficon.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: none;
}
.pdfList a:hover {
	list-style-image: url(images/pdficon.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.pdfList a:active {
	list-style-image: url(images/pdficon.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.indentedTextPDFList {
	margin-left: 25px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.indentedTextPDFList a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00284C;
	text-decoration: underline;
}
.indentedTextPDFList a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: none;
}
.indentedTextPDFList a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.indentedTextPDFList a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.indentedText {
	margin-left: 150px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.indentedText a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00284C;
	text-decoration: underline;
}
.indentedText a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: none;
}
.indentedText a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.indentedText a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.redtext {
	color: #F00;
	font-size: 12px;
}
.dividerline {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/*****************************************
 * HOME PAGE FORMATTING
 *****************************************/
#columnList  {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	width: 295px;
	margin-bottom: 20px;
	margin-top: 15px;
}
#columnList p {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-left: 10px;
	padding-bottom: 4px;
}
#columnList a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #00284C;
	text-decoration: none;
}
#columnList a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #54745D;
	text-decoration: none;
}
#columnList a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #54745D;
	text-decoration: none;
}
#columnList a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #54745D;
	text-decoration: none;
}
#introText {
	height: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.introText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.largeHeadingHome {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #54745D;
}
/*****************************************
 * SIDE BAR NAVIGATION FORMATTING
 *****************************************/
#leftNav  {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	width: 184px;
	margin: 8px;
}
#leftNav p {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
}
#leftNav a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #00284C;
	text-decoration: none;
}
#leftNav a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #54745D;
	text-decoration: none;
}
#leftNav a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #54745D;
	text-decoration: none;
}
#leftNav a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #54745D;
	text-decoration: none;
}
#mainContentOther  {
	font-family: Tahoma, Helvetica, sans-serif;
	width: 580px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 200px;
}

/*****************************************
 * IMAGE PAGE TITLE BANNERS
 *****************************************/
#bannerLearning {
	background-image: url(images/banner_learning.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerStakeholder {
	background-image: url(images/banner_stakeholder.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerAbout {
	background-image: url(images/banner_about.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerReporting {
	background-image: url(images/banner_reporting.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerResearch {
	background-image: url(images/banner_research.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerStrategy {
	background-image: url(images/banner_strategy.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}

.testimonialsSideBarBack {
	background-image: url(images/testimonial_sidebar_back.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	color: #18726B;
	line-height: 15px;
}
.tableLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#bannerContact {
	background-image: url(images/banner_contact.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerResources {
	background-image: url(images/banner_resources.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerNews {
	background-image: url(images/banner_news.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerJoinEmail {
	background-image: url(images/banner_joinemail.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerBookWorkshop {
	background-image: url(images/banner_bookworkshop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerLaTrobe {
	background-image: url(images/banner_latrobe.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#bannerSustRep2009 {
	background-image: url(images/banner_sustrep2009.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
.dividerlinetable {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.dividerlinetableVert {
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: right center;
}

.dividerlineQL {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
