/* CSS Document 

CNK Digital Solutions Ltd.

Project: ICCFR International Commission on Family and Relationships
Date: 2011-10-19
Author: Benjamin Colchester
Version: 0.1

Notes: Main Page Title Container & Elements

*/

/*-------------------------------------------------------------

Page Heading

-------------------------------------------------------------*/	

#page_heading_container { 
	display: block; 
	width: 100%;
	height: auto;
	min-height:35px; 
	float: left; 
	padding: 5px 0px 5px 0px;
	background: url(../images/page_heading_container_shadow.png) left bottom repeat-x;
	position: relative;
	}
	
	#page_heading_container #page_heading_content { width: 999px; height: auto; margin: 0px auto; padding: 0px 0px 0px 25px; display:block;}
	#page_heading_container #page_heading_content h1 { width: 800px; display: block; float: left; margin: 0px 0px 0px 0px; font-size: 32px; color: #FFFFFF; font-weight: bold; font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif; text-transform: uppercase; padding: 0px 25px 0px 0px;}
	#page_heading_container #page_heading_content h1 span { font-weight: 300;}
	
	#page_heading_container #page_heading_content h1.small { width: 800px; height: auto; display: block; float: left; margin: 0px 0px 0px 0px; font-size: 18px; color: #FFFFFF; font-weight: bold; font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif; text-transform: uppercase; padding: 5px 25px 5px 0px;}
	#page_heading_container #page_heading_content h1.small span { font-weight: 300;}
	

	
.light_blue {background-color:#cadbe7 !important;}
.brand_blue {background-color:#2c709e !important;}	
.trust_blue {background-color:#4398d2 !important;}	
.green {background-color:#b0e9cc !important;}	

/*-------------------------------------------------------------

Language Selection

-------------------------------------------------------------*/	

#language_options_container { 
	display: block; 
	width: auto;
	height: 30px;
	padding: 0px 0px 0px 0px;
	float: right;
	margin: 20px 25px 0px 0px;
	background: none;
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
	#language_options_container p {width: 90px; background: none; color:#cadbe7; font-size: 11px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; text-decoration: none; padding: 6px 0px 0px 0px; margin:0px 5px 0px 0px; display: block; float: right;}
	
	#language_options_container .language_icon_INACTIVE {width: 42px; height: 30px; background: none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; display: block; float: right; } 
	#language_options_container .language_icon_ACTIVE {width: 42px; height: 30px; background: url(../images/language_options_container_bg.png) center center no-repeat; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; display: block; float: right; } 

