@charset "utf-8";
/* CSS Document */

/* 
==============================================================================
	File name:  ProfEd.css
	Created by:	Christian Hankel
	For:		VML
	Project:	Colgate Leadership US
	Date:		6/26/2008
==============================================================================
*/

/*==========================*/
/*--------------------------*/
/*	     BASIC STYLES       */
/*--------------------------*/
a {
	font-size:11px;
	color:#0187d0;
}

a.headlineLink {
	font-weight:bold;
	margin:5px 0 1px 0;
}

a.backLink {
	font-weight:bold;
	padding-left:10px;
	background:url(images/list_arrow_left_redOnWhite.gif) left top no-repeat;
}

a:hover {
	color:#fe0000;
}

p {
	margin:0;
	padding:0;
	color:#343434;
	font-size:11px;
	text-align:left;
}

p.hrefTitle {
	padding:0;
	margin:0;
}

.PE_Synopsis {
	margin-left:14px;
}




/*==========================*/
/*--------------------------*/
/*	    HEADER STYLES       */
/*--------------------------*/
#PE_Header { 
	width: 933px;
	padding:0;
	margin-bottom:3px;
	border-bottom:solid 1px #cdcdcf;
	font-family:Arial, Helvetica, sans-serif;
	color:#fe0000;
	background-color:#ffffff;
	text-align:left;
	font-size:24px;
	line-height:1.5em;
}

.SectionTitle {
	font-weight:bold;
	color:#cc0003;
}
	

/*==========================*/
/*--------------------------*/
/*	   CONTENT STYLES       */
/*--------------------------*/	
#PE_ContentContainer {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#ffffff;
}

#PE_ContentContainer h2 {
	color:#000000;
	font-size:12px;
	margin:6px 0 4px 0;
	padding:0;
}

#PE_ContentContainer h2.red {
	color:#fe0000;
}

#PE_LeftColumn {
	width:625px;
	float:left;
}

.PE_OS_SectionHeader {
	width:615px;
	margin:10px 0 7px 10px;
	color:#fe0000;
	text-align:left;
	font-size:12px;	
	font-weight:bold;
}

.PE_OS_SectionImage {
	margin-bottom:-5px;
}

.PE_ArticlesText_Synopsis {
	margin-left:14px;
}

#PE_Box_ItemDescription {
	width:210px;
	float:left;
	margin-bottom:15px;
}

img.videoLink {
	margin:5px 15px 0 0;
	height:55px;
	width:55px;
	float:left;
	clear:right;
}

.PE_LongDropDown {
	 margin: 12px 0 13px 0;
	 padding: 0;
	 width: 250px;
	 height: 18px;
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 11px;
	 font-weight: 900;
	 color: #333;
	 background-color: #fff;
	 border: 1px solid #989A97;
}

#PE_Bold {
	font-weight:bold;
}

.FeaturedMaterials { 
   color: #333;
   font-size: 11px;
   line-height:115%;
   margin: 6px 0 4px 0;
}


/*--------------------------*/
/*	      Box Styles        */
/*--------------------------*/	

#CPDTopic {
  margin: 0 auto 0 auto;
  padding: 0;
  border-top: none;
  border-right: 2px solid #FE0000;
  border-bottom: 2px solid #FE0000;
  border-left: 2px solid #FE0000;
  display: none;
  position: absolute;
  top: 215px;
}

.PE_Box {
	margin:0;
	padding:0 10px 0 10px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 290px;
	float:left;
}

.PE_Box ul {
	color:#343434;
	font-size:11px;
	list-style:none;
	margin: 0 0 4px 0;
	padding: 0 0 0 6px;
	text-align: left;

}

.PE_Box li {
	padding-left:10px;
	background-image: url('/LeadershipUS/ApplicationAssets/images/common/pdpBullet_666.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.logo {
	margin:5px 0 10px 0;
	height:40px;
	float:left;
}

.PE_SynopsisLink {
	margin:0 0 12px 0;
	width:auto;
	float:left;

}

.PE_RedArrowText {
	float:left;
}

#PE_Box_Blue {
	padding:10px 10px 0 10px;
	background-color: #e9f1fe;
}

#PE_Box_BorderRight {
	border-right:dashed 1px #adadad;
}

#PE_Box_BorderLeft {
	margin-left:-1px; /*overlap border so longest div sets height of border*/
  	border-left:dashed 1px #adadad;
}

#PE_Box_HorizontalRule_GrayDash {
	height:0;
	margin:10px 0 10px 0;
	padding:0;
	border-bottom:dashed 1px #adadad;
}


/*--------------------------*/
/*	  Search Box Styles     */
/*--------------------------*/	

.PE_BB_LongDropDown {
	 margin: 12px 0 13px 0;
	 padding: 0;
	 width: 290px;
	 height: 18px;
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 11px;
	 font-weight: 900;
	 color: #333;
	 background-color: #fff;
	 border: 1px solid #989A97;
}

.PE_BB_CheckBox {
	padding:0 13px 10px 0;
	float:left;
}

.small_h2 {
	font-size:9px;
}

.buttonDiv {
	margin-bottom:10px;
	float:right;
}


/*----------------------------
	   UTILITY STYLES
----------------------------*/	

.clear {
	border:0;
	height:0;
	margin:0;
	padding:0;
	clear:both;
}

 .horzBar {
    margin: 0;
    padding: 0;
    width: 275px;
    height: 1px;
   background-color: #FFF;
   color: #FFF;
  }
	
