@charset "utf-8";
body  {
	font: 100% Tahoma, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
#container {
	width: 980px;  
	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: 436px;
}
#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;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/col1_home_back.jpg);
	width: 320px;
}
#sidebarOther1 {
	float: left;
	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; 
	width: 320px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/col3_home_back.jpg);
}
#sidebarOther2 {
	float: right; 
	width: 200px; 
	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; 
	padding: 10px 0; 
	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 { 
	float: right;
	margin-left: 8px;
}
.fltlft { /
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	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;
}
.contentAreaFeature {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C63;
}
.contentAreaFeature a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C63;
	text-decoration: underline;
}
.contentAreaFeature a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C63;
	text-decoration: none;
}
.contentAreaFeature a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C63;
	background-color: #F2DACE;
}
.contentAreaFeature a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #C63;
	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;
}
.largeHeading a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #00284C;
	text-decoration: underline;
}
.largeHeading a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #54745D;
	text-decoration: none;
}
.largeHeading a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #54745D;
	text-decoration: underline;
}
.largeHeading a:active {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #54745D;
	text-decoration: underline;
}
.largeHeadingFeature {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #54745D;
	padding: 10px;
	border: 1px dotted #627E68;
	background-color: #ECF1F2;
	margin: 10px;
}
.largeFeatureTop {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	background-image: url(images/headingfeaturetop.png);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-right: 60px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.largeFeatureTopHeader {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(images/headingfeaturetop2.png);
	background-repeat: repeat-y;
	margin-top: 20px;
}
.subheading {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	line-height: 16px;
	color: #1F496F;
}
.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;
}
.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;
}
.arrowList {
	list-style-image: url(images/bullet1.gif);
	margin-bottom: 6px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	list-style-position: outside;
}
.arrowList a:link {
	list-style-image: url(images/bullet1.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00284C;
	text-decoration: underline;
}
.arrowList a:visited {
	list-style-image: url(images/bullet1.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: none;
}
.arrowList a:hover {
	list-style-image: url(images/bullet1.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	text-decoration: underline;
}
.arrowList a:active {
	list-style-image: url(images/bullet1.gif);
	margin-bottom: 6px;font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54745D;
	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;
}
.pdfList2 {
	list-style-image: url(images/pdficon.gif);
	margin-bottom: 6px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-left: -18px;
}
.pdfList2 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;
}
.pdfList2 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;
}
.pdfList2 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;
}
.pdfList2 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;
}
.quickLinksList {
	margin-left: -18px;
	list-style-type: disc;
	color: #507B8C;
}
.headingFeatureList {
	list-style-image: url(images/headingfeaturebullet.png);
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	margin-left: -10px;
	margin-right: 40px;
}
.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;
}
#bannerConf2012 {
	background-image: url(images/banner_conf2012.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;
}
/*****************************************
 * PROFILES
 *****************************************/


#teamProfile{
	width:540px;
	height:1200px;
	position:relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	#teamProfile h2{
		display:none;
		}
	#teamProfile ul{
	list-style:none;
	padding:0;
	position:relative;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
		}
		#teamProfile li{
	width:180px;
	display:block;
	float:left;
	position:relative;
	padding:0px;
	background:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
			}
			#teamProfile li a{
	width:170px;
	height:290px;
	display:block;
	overflow:hidden;
	color:#4a4a4a;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	background:#fff;
				}
				#teamProfile a:hover{
					background-color:#D9E8F0;
					color:#118aa8;
					}
				#teamProfile .image{
					display:block;
					width:150px;
					height:225px;
					overflow:hidden;
					border:0px;
					margin-top: 10px;
					margin-right: 0;
					margin-bottom: 5px;
					margin-left: 10px;
					}				
				#teamProfile .title{
					font-family: Tahoma, Geneva, sans-serif;
					font-size: 0.8em;
					line-height: 1.5em;
					color: #000;
					display:block;
					margin-left: 10px;
					}
				#teamProfile .title2{
					font-family: Tahoma, Geneva, sans-serif;
					font-size: 0.8em;
					line-height: 1.5em;
					margin-left: 15px;
					color: #000;
					display:block;
					}
				#teamProfile .rm{
					position:absolute;
					left:10px;
					bottom:10px;
					color:#ff8228;
					text-decoration:underline;
					display:none;
					}
#teamProfile2{
	width:540px;
	height:370px;
	position:relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
		#teamProfile2 h2{
		display:none;
		}
	#teamProfile2 ul{
	list-style:none;
	padding:0;
	position:relative;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
		}
		#teamProfile2 li{
	width:180px;
	display:block;
	float:left;
	position:relative;
	padding:0px;
	background:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
			}
			#teamProfile2 li a{
	width:170px;
	height:305px;
	display:block;
	overflow:hidden;
	color:#4a4a4a;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	background:#fff;
				}
				#teamProfile2 a:hover{
	background-color:#DAE4DD;
	color:#118aa8;
					}
				#teamProfile2 .image{
					display:block;
					width:150px;
					height:225px;
					overflow:hidden;
					border:0px;
					margin-top: 10px;
					margin-right: 0;
					margin-bottom: 5px;
					margin-left: 10px;
					}				
				#teamProfile2 .title{
					font-family: Tahoma, Geneva, sans-serif;
					font-size: 0.8em;
					line-height: 1.5em;
					color: #000;
					display:block;
					margin-left: 10px;
					}
				#teamProfile2 .title2{
					font-family: Tahoma, Geneva, sans-serif;
					font-size: 0.8em;
					line-height: 1.5em;
					margin-left: 15px;
					color: #000;
					display:block;
					}
				#teamProfile2 .rm{
					position:absolute;
					left:10px;
					bottom:10px;
					color:#ff8228;
					text-decoration:underline;
					display:none;
					}

