@charset "utf-8";
/* CSS Document */


/* =========== Printer Layout Hides all the pretty stuff ============== */
body{
	text-align: left;
	background-color: #FFFFFF;
	background-image:none;
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman", Times, serif; 
	font-size : 1em; 
}

a { text-decoration : underline; color : #0000ff; }


.main_header{
	  display: block;
	  font-family:  Tahoma, Arial, Verdana, sans-serif;
	  font-size: 20px;
	  font-weight:bold;
	  color:#006699;
	  line-height: 22px;

}
.sub_header_blue{
	  font-family:  Arial, Verdana, sans-serif;
	  font-size: 15px;
	  font-weight:bold;
	  color:#006699;
}
.sub_header_green{
	  font-family:  Arial, Verdana, sans-serif;
	  font-size: 15px;
	  font-weight:bold;
	  color: #99cc33;
}


#container{
	margin: 0px;
 	position: absolute;
	top:0px;
	width: 550px;
	background-image:none;
} 

img{ border:0px;}


#langBtn, #menuBar1, #mainNavigation, #sidebar1, #header_en, #header_fr, #breadcrumb_trail{display: none;}


/* Content to be edited must be in the cms div: */


a img,:link img,:visited img { border: none; }

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContentHolder_en {
	float:left; 
	padding-top: 0px;
	margin: 0px 0px 0px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width: 550px;
	background-image:none;		
} 
#mainContentHolder_fr { 
	float:left; 
	padding-top:0px;
	margin: 0px 0px 75px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width: 550px;
	background-image:none;
}

#flashHeader{
	display: none;
}

 =========== Header Styles ==============

 
#home_header_en p{
	margin: 0px;
} 
#home_header_fr p{
	margin: 0px;
} 

/* =========== Menu Sidebar ============== */
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	width:1px;
	clear:both;
	float: right;
	display: none;	
}




/* =========== classes for CMS ============== */
div#cms{
  width : 550px;
}

#cms h2
{
  font-size: 18px;
  font-family: 'Trebuchet MS', arial, sans-serif;
  margin: 10px 0;
  border-bottom: solid 1px lightgrey;
}

#cms .cms_head
{
  font-weight: bold;
  margin: 10px 0;
}

#cms .cms_related, #cms .cms_references, #cms .cms_about
{
  margin: 10px 0;
}

#cms .cms_home_title{
	padding: 0px 0px 0px 20px;
	width: 300px;
}

#cms .cms_home_feature_right{
	line-height: 12px;
	font-size:9px;
	width: 264px;
	float: right;
	background-image: url(/images/home_core_prg_bg.jpg);
	color: #1D1D1D;	
}
#cms .cms_home_feature_right blockquote{
	margin:5px 6px 20px 45px;
}
#cms .cms_home_feature_right p{
	margin:0px;
}
#cms .cms_home_feature_right a{
	color: #333333;
	text-decoration:none;
	margin: 16px 0px 5px 0px;
}
#cms .cms_home_feature_right a:hover{
	color: #0e65b0;
	margin:0px;
}

#cms .cms_home_feature{
	font-size:11px;
	line-height: 18px;
	padding: 0px 0px 0px 30px;
	width: 260px;	
}

#cms .cms_home_feature img{
	margin-left: -5px;
}

#cms .cms_title{
	padding: 0px 0px 0px 20px;
	width: 300px;
}
#cms .cms_feature{
	font-size:11px;
	padding: 0px 0px 0px 30px;
	width: 260px;	
}
#cms .cms_feature  p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;	 
  margin-top: 14px;
}
#cms .cms_feature_right{
	width: 266px;
	float: right;
	background-image: url(/images/home_core_prg_bg.jpg);
}

#cms .cms_updates 
{
  width: 270px;
  float: right;
}

#cms .cms_about 
{
  clear: right;
}


/* =========== Program Feature Styles ============== */



