/* ============================ layout styles =================================*/
.LAYOUT------------------------{
	}
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
#divCentered {
	width: 100%;
	}
#divWrapper {
	width: 100%;
	float: left;
	}
#divHeader{
	display:none;
	}
#divContent{
	width:100%;
	float: left;
	}
#divLargeImage{
	display:none;
	}
p.InternalLink {
	padding-top: 10px;
	color: #990000;
	}
p.InternalLink a:link,
p.InternalLink a:visited{
	color: #666666;
	}
p.FloatingInternalLink {
	float:left;
	padding-top: 0px;
	width: 570px;
	margin-top: 0px;
	color: #990000;
	}
p.FloatingInternalLink a:link,
p.FloatingInternalLink a:visited{
	color: #666666;
	}
img.Icon{
	padding-right: 5px;
	}
	
/* ============================ home styles =================================*/
.HOME------------------------{
	}
#divPrintHeader{
	float:left;
	padding-bottom:20px;
	}
#divPrintLogo{
	float:left;
	}
#divHomePrintImages{
	width:100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
#divHomeImages{
	display:none;
	}
#divPrintHeader{
	float:left;
	width:100%;
	height:77px;
	margin-bottom:15px;
}
.divHomeBlock{
	float: left;
	width: 30%;
	}
.divHomeBlock img{
	float: left;
	}
.Deemphasis{
	font-weight: normal;
	margin-left: 5px;
	}
.divHomeBlock h2{
	font-size:20px;
	margin-top: 0px;
	}
.divHomeBlock h3{
	margin-top: 15px;
	margin-bottom: 10px;
	}
.divHomeBlock p{
	margin-bottom: 4px;
	line-height: 18px;
	}
.divHomeBlock p.ReadMore{
	color: #990000;
	font-size: 11px;
	padding-top: 0px;
	}
.divHomeBlock p.ReadMore a:link,
.divHomeBlock p.ReadMore a:visited{
	font-weight: normal;
	color: #666666;
	}
	
/* ============================ left column styles =================================*/
.LEFTCOLUMN------------------------{
	}
#divLeftColumn{
	width:25%;
	float:left;
	}
#divLeftColumn p{
	font-size:10px;
	line-height: 16px;
	margin: 7px 0px;
	text-align: left;
	}
#divLeftColumn p a:link,
#divLeftColumn p a:visited{
	color: #999999;
	text-decoration: none;
	}
	
/* ============================ right column styles =================================*/
.RIGHTCOLUMN------------------------{
	}
#divRightColumn{
	width:70%;
	float:right;
	margin-left: 5%;
	}
.divRightColumnImageCaption{
	float:right;
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
.divRightColumnImage{
	float:left;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	}
.divRightColumnCaption{
	float:left;
	padding-top:3px;
	padding-left: 6px;
	padding-right: 6px;
	}
.divRightColumnLargeImage{
	width:100%;
	float: left;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	}
.divRightColumnCaption p{
	font-size:10px;
	margin-bottom: 0px;
	color: #666666;
	}

/* ============================ method styles =================================*/
.METHOD------------------------{
	}
.divMethodChart{
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	}

table.MethodChart{
	background-color: #FFFFFF;
	}
table.MethodChart a:link img,
table.MethodChart a:visited img{	
	}
table.MethodChart td{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 12px;
	}
table.MethodChart td.RedArrow{
	vertical-align: top;
	padding-top: 20px;
	}
.divMethodItem{
	margin-bottom: 20px;
	}
ol.AlphaOL{
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 0px;
	}
ol.AlphaOL li{
	list-style-type: none;
	margin-bottom: 5px;
	}
ol.NumericOL{
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 0px;
	}
ol.NumericOL li{
	list-style-type: none;
	margin-bottom: 5px;
	}
h3.Method{
	margin-top: 10px;
	margin-bottom: 10px;
	}
h3.Enfoque{
	margin-bottom: 5px;
	margin-top: 12px;
	}

/* ============================ webinar styles =================================*/
.WEBINAR------------------------{
	}
.divWebinar{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	}
.divWebinarImage{
	float:left;
	width: 20%;
	margin-right: 5%;
	margin-top: 3px;
	}
.divWebinarLargeImage{
	}
.divWebinarImageTN{
	width: 20%;
	margin-right: 5%;
	float:left;
	margin-right: 21px;
	margin-top: 3px;
	}
.divWebinarDescription{
	float: right;
	width:75%;
	}
.divWebinarDescription h2{
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	}
.divWebinarDescription p{
	margin-bottom: 0px;
	}
.divWebinarDescription ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	}
.divWebinarDescription li{
	padding-bottom: 3px;
	}
.divWebinarItem{
	float: left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
	}
.divWebinarInfo{
	float: left;
	width:75%;
	}
.divPowerPoint{
	float: left;
	width:100%;
	border: 1px solid #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	}
h2.WebinarPublicationTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border:none;
	margin: 2px 0px 10px 0px;
	padding: 0px;
	}
h2.WebinarTitle{
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	}
p.WebinarAuthor{
	}

/* ============================ articles styles =================================*/
.ARTICLES------------------------{
	}
.divPublication{
	float: left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.divPublicationImage{
	float:left;
	width: 20%;
	margin-right: 5%;
	margin-top: 2px;
	margin-bottom: 5px;
	}
.divNoPublicationImage{
	float:left;
	width:102px;
	height: 50px;
	}
.divArticlesList{
	float: right;
	width: 75%;
	}
.divArticlesList h2{
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 13px;
	margin-top: 0px;
	}
.divArticlesList ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	}
.divArticlesList li{
	padding-bottom: 3px;
	}
.divArticlesList li a:link,
.divArticlesList li a:visited{
	color: #000000;
	}
	
.divArticleItem{
	float: left;
	width:100%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	}	
.divPublicationImageTN{
	float:left;
	width: 10%;
	margin-top: 2px;
	margin-right: 5%;
	margin-bottom: 5px;
	}
.divNoPublicationImageTN{
	display:none;
	}
.divArticleInfo{
	width: 85%;
	float: left;
	}
.PublicationTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border:none;
	margin: 0px;
	padding: 0px;
	}
.ArticleTitle{
	}
.PublicationAuthor{
	}
.divArticlesInfo h2{
	margin-top: 10px;
	margin-bottom: 5px;
	}
.divArticlesInfo h2.Publication{
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	border: none;
	}
ol.Articles,
ul.Articles{
	list-style-position: outside;
	}
ol.Articles li,
ul.Articles li{
	margin-bottom: 5px;
	margin-left: 0px;
	}
hr{
	border-bottom:none;
	border-right:none;
	border-left:none;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
.divBlockQuote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width:100%;
	padding-right: 30px;
	padding-left: 30px;
	}
.divShadedBlock{
	background-color: #F0F0F0;
	width:100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
.divFullShadedBlock{
	background-color: #F0F0F0;
	width:100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
.divFullShadedBlock li{
	line-height:17px;
	margin-bottom:5px;
	}
p.Excerpt{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}

/* ============================ testimonial styles =================================*/
.TESTIMONIALS------------------------{
}
.divTestimonialItem{
	width:100%;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 12px;
	}
h2.Testimonials{
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
#divLeftColumn p.TestimonialAuthor{
	color: #990000;
	}
#divLeftColumn p.TestimonialInfo{
	color: #000000;
	}
#divLeftColumn p.MoreTestimonials{
	padding-top: 5px;
	color: #990000;
	}
#divLeftColumn p.MoreTestimonials a:link,
#divLeftColumn p.MoreTestimonials a:visited{
	color: #666666;
	}
#divRightColumn p.TestimonialAuthor{
	color: #990000;
	margin-bottom: 0px;
	}
#divRightColumn p.TestimonialInfo{
	color: #666666;
	font-size: 12px;
	}
#divRightColumn p.MoreTestimonials{
	color: #990000;
	font-size: 11px;
	}
#divRightColumn p.MoreTestimonials a:link,
#divRightColumn p.MoreTestimonials a:visited{
	color: #666666;
	}

/* ============================ projects styles =================================*/
.PROJECTS------------------------{
}
.divProjectsMap{
	display:none;
	}
.divFeaturedProjectsItem{
	float:left;
	width:100%;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
.divFeaturedProjectImage{
	float:left;
	width:25%;
	margin-right: 5%;
	}
.divFeaturedProjectImage img{
	}
.divFeaturedProjectInfo{
	float:left;
	width:60%;
	}
.divFeaturedProjectInfo h2{
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	color: #990000;
	}
.divFeaturedProjectInfo h3{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	}

.divProjectsGroup{
	float: left;
	width:100%;
	margin-bottom: 20px;
}
.divProjectsItem{
	float:left;
	width:100%;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
.divProjectInfo p{
	}
.FullProjects{
	}
.FullProjects .FloatingInternalLink{
	font-size: 11px;
	}
.FullProjects h2{
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 15px;
	margin-top: 0px;
	}
.FullProjects h3{
	font-weight: bold;
	margin-top: 0px;
	color: #000000;
	margin-bottom: 6px;
	}
.FullProjects label{
	}
.FullProjects p{
	margin-bottom: 2px;
	}
.Location{
	font-weight: normal;
}

/* ============================ reflections styles =================================*/
.REFLECTIONS------------------------{
	}
ul.Reflections{
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;

	}
.Reflections li{
	list-style-type: none;
	padding-bottom: 10px;
	}
	
/* ============================ contact styles =================================*/
.CONTACT------------------------{
	}
.divContactItems{
	float:left;
	width: 50%;
	margin-top: 10px;
	}
.divContactItem{
	float:left;
	padding-bottom: 4px;
	width: 100%;
	line-height: 16px;
	}
.divContactLabel{
	float:left;
	width: 20%;
	padding-right: 10px;
	}
.divContactInfo{
	float:left;
	}
.divContactInfo p{
	}
.divContactInfo p a:link,
.divContactInfo p a:visited{
	}
.divContactLabel label{
	font-weight: bold;
	color: #666666;
	}
.divContactForm{
	float: left;
	width:100%;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	}
.divContactFormItem{
	float: left;
	width:100%;
	margin-bottom: 15px;
	}
.divContactFormLabel{
	float: left;
	width:20%;
	height: 20px;
	padding-top: 5px;
	padding-right: 5%;
	}
.divContactFormLabel label{
	color: #666666;
	font-weight: bold;
	}
.divContactFormField{
	width:75%;
	float: left;
	}
/* ============================ credits styles =================================*/
.CREDITS------------------------{
	}
.Name{
	color: #990000;
	}

/* ============================ typography styles =================================*/
.TYPOGRAPHY------------------------{
}
h1{
	color:#990000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	}
h2{
	color:#990000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
h2.Black{
	color: #000000;
}
h2 a:link,
h2 a:visited{
	color: #990000;
	}
h3{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 10px;
	}
h4{
	color:#A91E25;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#000000;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	}
p label{
	font-weight: bold;
	color: #666666;
	}
p a:link,
p a:visited{
	color: #990000;
	text-decoration: none;
	}
a:link,
a:visited{
	color: #990000;
	text-decoration: none;
	}
a:link img,
a:visited img{
	border:none;
	}
ol{
	}
ol ol{
	padding-top: 10px;
	}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom:5px;
	}
li label{
	font-weight: bold;
	color: #000000;

	}
	
/* ============================ footer styles =================================*/
.ENGLISHFOOTER------------------------{
	}
#divFooter{
	float: left;
	width:100%;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 50px;
	}
#divFooter p{
	margin:0px;
	padding:0px;
	}
#divSprout{
	float: left;
	}
.divFooterItem{
	float: right;
	padding-right:10px;
	margin-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
#divCopyright{
	float: right;
	}
.divFooterItem p,
#divCopyright p,
#divSprout p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
#divSprout p,
#divCopyright p{
	text-align: right;
	}
.divFooterItem p a,
#divCopyright p a,
#divSprout p a{
	color: #666666;
	text-decoration: none;
	}
