/* GENERAL STYLES */
/* CSS Document */

body {
	text-align: left;
	margin: 10px 0px 10px 0px;
	background: #000000 url(../images/background-tile.gif) top left repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #3a3637;
	line-height: 16px;
}
a:link {color: #3a3637; text-decoration: underline;}
a:visited {color: #3a3637; text-decoration: underline;}
a:hover {color: #006600; text-decoration: none;}
a:active {color: #3a3637; text-decoration: underline;}

.title a:link {color: #006600; text-decoration: none;}
.title a:visited {color: #006600; text-decoration: none;}
.title a:hover {color: #006600; text-decoration: underline;}
.title a:active {color: #006600; text-decoration: none;}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

img { border: 0; }

.end {
	clear: both;
}

.marginTop30px {margin: 30px 0 0 0;}
.marginBottom20px {margin: 0 0 20px 0;}
.marginBottom10px {margin: 0 0 10px 0;}

.genPicLeft {float: left; margin: 4px 20px 20px 0px;}
.genPicRight {float: right; margin: 4px 0px 20px 20px;}


h1 {
	font-family: Arial, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.0em;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	color:#006600;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 24px;
}

h2 a {color: #006600;}

h3 {
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1em;
	color:#006600;
	margin: 0 0 0 0;
	padding: 0;
}

h3 a:link {color: #006600; text-decoration: none;}
h3 a:visited {color: #006600; text-decoration: none;}
h3 a:hover {color: #006600; text-decoration: underline;}
h3 a:active {color: #006600; text-decoration: none;}

h4 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color:#a29e9a;
	margin: 0;
	padding: 0;
}

ul {
    /*margin:0;*/
    margin:17px;
    padding:0px 0px 0px 0px;
    /*list-style:none;*/
    }

li {
    padding: 0px 0px 3px 12px;
	/*background: url(../images/arrow-bullet.gif) top left no-repeat;*/
}




#container {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 938px;
	background: #FFFFFF;
	padding: 0px 30px 16px 30px;
}





/*PAGE HEADER*/

#pageHeaderHolder {
	float: left;
	width: 938px;
	margin: 16px 0px 24px 0px;
}

#logo {
	clear: both;
	float: left;
	width: 371px;
	height: 55px;
	margin: 8px 0px 0px 10px;
}

#utilityNavHolder {
	float: right;
	width: 500px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 0.9em;
}

.utilityItem {
	float: right;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 26px;
	background: url(../images/circles-icon.gif) center left no-repeat;
	color: #3a3637;
}

.utilityItem a:link, .utilityItem a:visited {
	color: #3a3637;
}

.utilityItem a:hover {color: #006600;}



/*GLOBAL NAV*/

#globalNavHolder {
	float: left;
	clear: both;
	width: 926px;
	height: 26px;
	background: #b6cc8d;
	margin: 0px 0px 1px 0px;
	padding: 8px 0px 0px 12px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
	font-size: 1.2em;
	text-transform:lowercase;
}

#globalNavHolder ul {
    margin:0;
    padding:0px 0px 0px 0px;
    list-style:none;
    }

#globalNavHolder li {
    display: inline;
    padding: 0 30px 0 0px;
	background: none;
}

#globalNavHolder a:link {color: #3a3637; text-decoration: none;}
#globalNavHolder a:visited {color: #3a3637; text-decoration: none;}
#globalNavHolder a:hover {color: #ffffff; text-decoration: none;}
#globalNavHolder a:active {color: #3a3637; text-decoration: none;}

#globalNavHolder #current a {
	color: #ffffff;
}


/*SUB NAV*/

#subNavHolder {
	float: left;
	clear: both;
	width: 174px;
	/**height: 358px;*/
	height: auto;
	min-height: 91px;
	background: #565857;
	margin: 0px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
	border-right: #ffffff solid 1px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
	font-size: 1.2em;
}

.subNavLevelOne {
	display: block;
	padding: 10px 0px 0px 0px;
	font-weight: 400;
}

.subNavBorder {
	padding: 10px 0px 10px 0px;
	border-bottom: #d4dbe3 dotted 1px;
}

.subNavLevelOne a:link {color: #ffffff; text-decoration: none;}
.subNavLevelOne a:visited {color: #ffffff; text-decoration: none;}
.subNavLevelOne a:hover {color: #006600; text-decoration: none;}
.subNavLevelOne a:active {color: #ffffff; text-decoration: none;}

#subNavCurrent a {
	color: #006600;
}

.subNavLevelTwo {
	display: block;
	padding: 0px 0px 10px 14px;
	border-bottom: #d4dbe3 dotted 1px;
}

.subNavLevelTwo p {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

.subNavLevelTwo a:link {color: #ffffff; text-decoration: none;}
.subNavLevelTwo a:visited {color: #ffffff; text-decoration: none;}
.subNavLevelTwo a:hover {color: #006600; text-decoration: none;}
.subNavLevelTwo a:active {color: #ffffff; text-decoration: none;}







/*PAGE BANNERS*/

#homePageBanner {
	float: left;
	clear: both;
	background: url(../images/homepage-banner.jpg) top left no-repeat;
	width: 938px;
	height: 184px;
}

/*#aboutUsPageBanner {
	float: left;
	clear: both;
	background: url(../images/about-us-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}*/

#aboutUsPageBanner {
	float: left;
	clear: both;
	background: url(../images/about-us-banner.jpg) top left no-repeat;
	width: 679px;
	height: 115px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 30px 0px;
}

#aboutUsPageBanner table{
	height: 115px;
	width:50%;
}

#aboutUsPageBanner table td{
	vertical-align: middle;
}

#whatWeOfferPageBanner {
	float: left;
	clear: both;
	background: url(../images/what-we-offer-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}

#ourClientsPageBanner {
	float: left;
	clear: both;
	background: url(../images/our-clients-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}

#greenbankOpenPageBanner {
	float: left;
	clear: both;
	background: url(../images/greenbank-open-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}

#knowledgeCentrePageBanner {
	float: left;
	clear: both;
	background: url(../images/knowledge-centre-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}

#contactUsPageBanner {
	float: left;
	clear: both;
	background: url(../images/contact-us-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}

#generalPlainBanner {
	float: left;
	clear: both;
	background: url(../images/general-banner-plain.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}

/*#devLeadersPageBanner {
	float: left;
	clear: both;
	background: url(../images/dev-leaders-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}*/

#devLeadersPageBanner {
	float: left;
	clear: both;
	background: url(../images/dev-leaders-banner.jpg) top left no-repeat;
	width: 679px;
	height: 115px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 30px 0px;
}

#devLeadersPageBanner  table{
	height: 115px;
	width:50%;
}

#devLeadersPageBanner  table td{
	vertical-align: middle;
}


/*#devLeadersPlainBanner {
	float: left;
	clear: both;
	background: url(../images/dev-leaders-banner-plain.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}*/

#devLeadersPlainBanner {
	float: left;
	clear: both;
	background: url(../images/dev-leaders-banner-plain.jpg) top left no-repeat;
	width: 679px;
	height: 115px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 30px 0px;
}

#devLeadersPlainBanner table{
	height: 115px;
	width:50%;
}

#devLeadersPlainBanner table td{
	vertical-align: middle;
}



#devLeadersTeamBanner {
	float: left;
	clear: both;
	background: url(../images/dev-leaders-banner-plain.jpg) top left no-repeat;
	width: 739px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}



/*#salesGrowthPageBanner {
	float: left;
	clear: both;
	background: url(../images/sales-growth-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}*/

#salesGrowthPageBanner {
	float: left;
	clear: both;
	background: url(../images/sales-growth-banner.jpg) top left no-repeat;
	width: 679px;
	height: 115px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 30px 0px;
}

#salesGrowthPageBanner table{
	height: 115px;
	width:50%;
}

#salesGrowthPageBanner table td{
	vertical-align: middle;
}


/*#salesGrowthPlainBanner {
	float: left;
	clear: both;
	background: url(../images/sales-growth-banner-plain.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}*/

#salesGrowthPlainBanner {
	float: left;
	clear: both;
	background: url(../images/sales-growth-banner-plain.jpg) top left no-repeat;
	width: 679px;
	height: 115px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 30px 0px;
}

#salesGrowthPlainBanner table{
	height: 115px;
	width:50%;
}

#salesGrowthPlainBanner table td{
	vertical-align: middle;
}


#salesGrowthTeamBanner {
	float: left;
	clear: both;
	background: url(../images/sales-growth-banner-plain.jpg) top left no-repeat;
	width: 739px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

/*#buildingTeamsPageBanner {
	float: left;
	clear: both;
	background: url(../images/building-teams-banner.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}*/

#buildingTeamsPageBanner {
	float: left;
	clear: both;
	background: url(../images/building-teams-banner.jpg) top left no-repeat;
	width: 679px;
	height: 115px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 30px 0px;
}

#buildingTeamsPageBanner table{
	height: 115px;
	width:50%;
}

#buildingTeamsPageBanner table td{
	vertical-align: middle;
}



/*#buildingTeamsPlainBanner {
	float: left;
	clear: both;
	background: url(../images/building-teams-banner-plain.jpg) top left no-repeat;
	width: 679px;
	height: 40px;
	padding: 45px 30px 30px 30px;
	margin: 0px 0px 30px 0px;
}*/

#buildingTeamsPlainBanner {
	float: left;
	clear: both;
	background: url(../images/building-teams-banner-plain.jpg) top left no-repeat;
	width: 679px;
	height: 115px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 30px 0px;
}

#buildingTeamsPlainBanner table{
	height: 115px;
	width:50%;
}

#buildingTeamsPlainBanner table td{
	vertical-align: middle;
}



#buildingTeamsTeamBanner {
	float: left;
	clear: both;
	background: url(../images/building-teams-banner-plain.jpg) top left no-repeat;
	width: 739px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}


/*HOMEPAGE CONTENT HOLDERS*/


#homepageContentHolder {
	clear: both;
	float: left;
	width: 938px;
	margin: 30px 0px 0px 0px;
}

#homepageColumnOne {
	clear: both;
	float: left;
	width: 287px;
	margin: 0px 30px 0px 0px;
}

#homepageColumnTwo {
	float: left;
	width: 321px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 30px;
	border-left: #d4dbe3 dotted 1px;
}

#homepageColumnThree {
	float: left;
	width: 208px;
	padding: 0px 0px 0px 30px;
	border-left: #d4dbe3 dotted 1px;
}

#homepageWideColumn {
	float: left;
	clear: both;
	width: 938px;
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	border-top: #d4dbe3 dotted 1px;
}



/*SUBPAGE CONTENT HOLDERS*/


#subpageContentHolder {
	float: left;
	width: 739px;
	margin: 0px 0px 0px 0px;
}

#subpageColumnOne {
	clear: both;
	float: left;
	width: 440px;
	margin: 0px 30px 0px 30px;
	padding: 0px 30px 0px 0px;
	border-right: #d4dbe3 dotted 1px;
	font-weight: normal;
}

#subpageColumnTwo {
	float: left;
	width: 178px;
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
}

#subpageColumnWide {
	clear: both;
	float: left;
	width: 709px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#devLeadersColumnOne {
	clear: both;
	float: left;
	width: 440px;
	margin: 0px 30px 0px 30px;
	padding: 0px 30px 0px 0px;
	border-right: #d4dbe3 dotted 1px;
	font-weight: normal;
}

#devLeadersColumnOne h3 {
	color: #9888b9;
}

.devLeadersTeamPageColumnOne {
	clear: both;
	float: left;
	width: 324px;
	margin: 0px 30px 0px 30px;
	padding: 0px 30px 0px 0px;
	border-right: #d4dbe3 dotted 1px;
}

.devLeadersTeamPageColumnOne h3 {
	color: #9888b9;
}

.devLeadersTeamPageColumnTwo {
	float: left;
	width: 324px;
	margin: 0px 0px 0px 0px;
}

.devLeadersTeamPageColumnTwo h3 {
	color: #9888b9;
}




#salesGrowthColumnOne {
	clear: both;
	float: left;
	width: 440px;
	margin: 0px 30px 0px 30px;
	padding: 0px 30px 0px 0px;
	border-right: #d4dbe3 dotted 1px;
	font-weight: normal;
}

#salesGrowthColumnOne h3 {
	color: #c96766;
}

.salesGrowthTeamPageColumnOne {
	clear: both;
	float: left;
	width: 324px;
	margin: 0px 30px 0px 30px;
	padding: 0px 30px 0px 0px;
	border-right: #d4dbe3 dotted 1px;
}

.salesGrowthTeamPageColumnOne h3 {
	color: #c96766;
}

.salesGrowthTeamPageColumnTwo {
	float: left;
	width: 324px;
	margin: 0px 0px 0px 0px;
}

.salesGrowthTeamPageColumnTwo h3 {
	color: #c96766;
}


#buildingTeamsColumnOne {
	clear: both;
	float: left;
	width: 440px;
	margin: 0px 30px 0px 30px;
	padding: 0px 30px 0px 0px;
	border-right: #d4dbe3 dotted 1px;
	font-weight: normal;
}

#buildingTeamsColumnOne h3 {
	color: #eabc66;
}

.buildingTeamsTeamPageColumnOne {
	clear: both;
	float: left;
	width: 324px;
	margin: 0px 30px 0px 30px;
	padding: 0px 30px 0px 0px;
	border-right: #d4dbe3 dotted 1px;
}

.buildingTeamsTeamPageColumnOne h3 {
	color: #eabc66;
}

.buildingTeamsTeamPageColumnTwo {
	float: left;
	width: 324px;
	margin: 0px 0px 0px 0px;
}

.buildingTeamsTeamPageColumnTwo h3 {
	color: #eabc66;
}






/*HOMEPAGE SPECIFIC STYLES*/

.developingLeadersHolder {
	background: url(../images/tile-dev-leaders-home-bg.gif) top left repeat-y;
	width: 283px;
	padding: 2px 0px 4px 4px;
	font-weight: bold;
}

.developingLeadersHolder a:link {color: #3a3637; text-decoration: none;}
.developingLeadersHolder a:visited {color: #3a3637; text-decoration: none;}
.developingLeadersHolder a:hover {color: #3a3637; text-decoration: underline;}
.developingLeadersHolder a:active {color: #3a3637; text-decoration: none;}

.salesGrowthHolder {
	background: url(../images/tile-sales-growth-home-bg.gif) top left repeat-y;
	width: 283px;
	padding: 2px 0px 4px 4px;
	font-weight: bold;
}

.salesGrowthHolder a:link {color: #3a3637; text-decoration: none;}
.salesGrowthHolder a:visited {color: #3a3637; text-decoration: none;}
.salesGrowthHolder a:hover {color: #3a3637; text-decoration: underline;}
.salesGrowthHolder a:active {color: #3a3637; text-decoration: none;}

.buldingTeamsHolder {
	background: url(../images/tile-building-teams-home-bg.gif) top left repeat-y;
	width: 283px;
	padding: 2px 0px 4px 4px;
	font-weight: bold;
}

.buldingTeamsHolder a:link {color: #3a3637; text-decoration: none;}
.buldingTeamsHolder a:visited {color: #3a3637; text-decoration: none;}
.buldingTeamsHolder a:hover {color: #3a3637; text-decoration: underline;}
.buldingTeamsHolder a:active {color: #3a3637; text-decoration: none;}

.practiceAreaDescription {
	width: 283px;
	padding: 2px 0px 14px 4px;
}

.licensedLogoHd {
	padding: 20px 30px 0px 0px;
	float: left;
}

.licensedLogo {
	padding: 0px 30px 0px 30px;
	float: left;
}



/*ABOUT US & WHAT WE DO PRACTICE AREA PROMOTION SPECIFIC STYLES*/

.practiceAreasPromoHolder {
	clear: both;
	float: left;
	width: 440px;
	margin: 0px 0px 30px 0px;
}

.practiceAreasPromoHolder p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.whatPracticeAreasPromoHolder {
	clear: both;
	float: left;
	margin: 4px 10px 10px 0px;
}

.whatPracticeAreasPromoHolder p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.developingLeadersPromoHolder {
	float: left;
	background: url(../images/tile-dev-leaders-other-bg.gif) top left repeat-y;
	width: 141px;
	padding: 0px 0px 4px 0px;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

.developingLeadersPromoHolder a:link {color: #3a3637; text-decoration: none;}
.developingLeadersPromoHolder a:visited {color: #3a3637; text-decoration: none;}
.developingLeadersPromoHolder a:hover {color: #3a3637; text-decoration: underline;}
.developingLeadersPromoHolder a:active {color: #3a3637; text-decoration: none;}

.salesGrowthPromoHolder {
	float: left;
	background: url(../images/tile-sales-growth-other-bg.gif) top left repeat-y;
	width: 141px;
	padding: 0px 0px 4px 0px;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

.salesGrowthPromoHolder a:link {color: #3a3637; text-decoration: none;}
.salesGrowthPromoHolder a:visited {color: #3a3637; text-decoration: none;}
.salesGrowthPromoHolder a:hover {color: #3a3637; text-decoration: underline;}
.salesGrowthPromoHolder a:active {color: #3a3637; text-decoration: none;}

.buldingTeamsPromoHolder {
	float: left;
	background: url(../images/tile-building-teams-other-bg.gif) top left repeat-y;
	width: 141px;
	padding: 0px 0px 4px 0px;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

.buldingTeamsPromoHolder a:link {color: #3a3637; text-decoration: none;}
.buldingTeamsPromoHolder a:visited {color: #3a3637; text-decoration: none;}
.buldingTeamsPromoHolder a:hover {color: #3a3637; text-decoration: underline;}
.buldingTeamsPromoHolder a:active {color: #3a3637; text-decoration: none;}

.practiceAreaPromoImage {
	border-bottom: #FFFFFF solid 1px;
	margin: 0px 0px 2px 0px;
}

.adsDiagram {
	float: left;
	margin: 4px 10px 0px 0px;
}



/*SUBPAGE SPECIFIC STYLES*/

.teamMemberTitleHolder {
	float: left;
	margin: 45px 30px 0px 30px;
}

.teamMemberPicBanner {
	float: right;
	margin: 0px 67px 0px 0px;
	height: 115px;
}

.teamMemberBusTitle {
	font-size: 0.6em;
	/*line-height: 8pt;*/
}

.teamPagePic {float: left; margin: 4px 10px 20px 0px;}

.teamPageText {margin-left: 80px;}



/*FOOTER*/

#footerHolder {
	clear: both;
	float: left;
	width: 938px;
	margin: 30px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
	background: #e3e2de;
}

.footerText {
	padding: 8px 0px 0px 0px;
	float: left;
}

.footerLogo {
	padding: 0px 0px 0px 0px;
	float: right;
}

/*CONTENT IMAGES*/

#subpageColumnOne img {
margin: 0px 5px 5px 0px;
}

#buildingTeamsColumnOne img {
margin: 0px 5px 5px 0px;
}

#salesGrowthColumnOne img {
margin: 0px 5px 5px 0px;
}

#devLeadersColumnOne img {
margin: 0px 5px 5px 0px;
}

/*LEFT HAND IMAGES*/

#subNavHolderImages {
	/*float: left;*/
	clear: both;
	width: 174px;
	/*height: 358px;*/
	height: auto;
	min-height: 91px;
	background: #565857;
	margin: 0px 0px 0px 0px;
	padding: 12px 12px 12px 12px;
	border-right: #ffffff solid 1px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}

#subNavHolderImagesWrapper 
{
	float: left;
	clear: both;
}

.subNavHolderImage 
{
	display:block;
	padding: 120px 12px 0px 12px;
	border-bottom: #FFFFFF solid 1px;
	margin: 0px 0px 0px 0px;
}
#subpageColumnTwo ul
{
	margin-left:0px;
}

#subpageColumnTwo ul li
{
	padding-left:0px;
}



/*blog tag weights */
.tagweight1
{
	font-size:x-small;
}
.tagweight2
{
	font-size:small;
}
.tagweight3
{
	font-size:medium;
}
.tagweight4
{
	font-size:large;
}
.tagweight5
{
	font-size:x-large;
}

div.comment-author img
{
	display:none;	
}



/* Styling to centre divs */
.wrapper-centre
{
   bottom: 50%;
   right: 50%;
   position: relative;
   

}

.container-centre
{
	left: 50%;  	
	position: relative;  	
	top: 50%;
}


/* End of styling to centre divs */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

