@charset "utf-8";
/* CSS Document */
/* Halo Trust */
/* By The Zen Agency, Glasgow */


/* ---------------------------------------------------------------------------------------------------------*/
/* GLOBAL STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

html {
	height: 100%;
	}

body {
	height: 100%;
	min-width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #071F3B;
	background: url(../images/main_bg.jpg) center top no-repeat;
	}

.full_width {
	float: left;
	display: inline;
	width: 100%;
	}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 1;
	}

.relative { /* Used for holding absolutely positioned elements */
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

.clear {
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* GENERAL TEXT STYLES */
/* ---------------------------------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 140%;
	color: #6B9CC5;
	text-transform: uppercase;
	}

h1 {font-size: 250%; line-height: 115%;}
h2 {font-size: 170%; line-height: 108%;}
h3 {font-size: 150%;}
h4 {font-size: 140%;}
h5 {font-size: 130%;}
h6 {font-size: 110%;}	

p {
	font-size: 105%;
	text-transform: none;
	color: #333333;
	}

a {
	text-decoration: none;
	color: #8F212C;
	outline: none;
	}

a:hover {
	color: #DC727C;
	}

a:active{ outline: none;}
a:focus {-moz-outline-style: none;}

.date {
	font-style: italic;
	font-weight: bold;
	}

blockquote{
    padding: 0px 15px 15px 15px;
    font-size:140%;
	line-height: 120%;
    font-style:italic;
    }

.read_all {
	float: right;
	font-size: 100%;
	font-style: italic;
	padding-top: 3px;
	color: #ffffff;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* COLUMNS (dimensions) */
/* ---------------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------*/
/* STANDARD COLUMNS */
/* ------------------------------------------------------*/

.fcol_1,
.fcol_2,
.fcol_3,
.fcol_4,
.fcol_5,
.fcol_6,
.fcol_7,
.fcol_8,
.fcol_9,
.fcol_10,
.fcol_11,
.fcol_12 {
	float: left;
	display: inline;
	margin: 0 0 20px 0;
	}

/* Standard Column (specific) */
/* -------------------*/

.fcol_1 {width: 80px;}
.fcol_2 {width: 160px;}
.fcol_3 {width: 240px;}
.fcol_4 {width: 320px;}
.fcol_5 {width: 400px;}
.fcol_6 {width: 480px;}
.fcol_7 {width: 560px;}
.fcol_8 {width: 640px;}
.fcol_9 {width: 720px;}
.fcol_10 {width: 800px;}
.fcol_11 {width: 880px;}
.fcol_12 {width: 960px;}


/* ------------------------------------------------------*/
/* STANDARD COLUMNS */
/* ------------------------------------------------------*/

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
	float: left;
	display: inline;
	margin: 0 10px 20px 10px;
	}

/* Standard Column (specific) */
/* -------------------*/

.col_1 {width: 60px;}
.col_2 {width: 140px;}
.col_3 {width: 220px;}
.col_4 {width: 300px;}
.col_5 {width: 380px;}
.col_6 {width: 460px;}
.col_7 {width: 540px;}
.col_8 {width: 620px;}
.col_9 {width: 700px;}
.col_10 {width: 780px;}
.col_11 {width: 860px;}
.col_12 {width: 940px;}


/* ------------------------------------------------------*/
/* PADDED COLUMNS */
/* ------------------------------------------------------*/

.pcol_1,
.pcol_2,
.pcol_3,
.pcol_4,
.pcol_5,
.pcol_6,
.pcol_7,
.pcol_8,
.pcol_9,
.pcol_10,
.pcol_11,
.pcol_12 {
	float: left;
	display: inline;
	margin: 0 10px 20px 10px;
	padding: 10px;
	}

/* Padded Column (specific) */
/* -------------------*/

.pcol_1 {width: 40px;}
.pcol_2 {width: 120px;}
.pcol_3 {width: 200px;}
.pcol_4 {width: 280px;}
.pcol_5 {width: 360px;}
.pcol_6 {width: 440px;}
.pcol_7 {width: 520px;}
.pcol_8 {width: 600px;}
.pcol_9 {width: 680px;}
.pcol_10 {width: 760px;}
.pcol_11 {width: 840px;}
.pcol_12 {width: 920px;}


/* ---------------------------------------------------------------------------------------------------------*/
/* HEADER STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

.header {
	padding: 60px 0 10px 0;
	background: url(../images/header_bg.png) center bottom no-repeat;
	}

.logo {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -110px;
	top: 10px;
	width: 220px;
	z-index: 2;
	}

/* -------------------------------------*/
/* STRAPLINE */
/* -------------------------------------*/

.strapline_left,
.strapline_right {
	float: left;
	display: inline;
	width: 350px;
	font-size: 190%;
	text-transform: uppercase;
	text-align: right;
	}

.strapline_right {
	float: right;
	text-align: left;
	}

/* -------------------------------------*/
/* TOP LINKS */
/* -------------------------------------*/

.top_links {
	margin-top: 50px;
	margin-bottom: 5px;
	text-transform: uppercase;
	}

.top_links ul {
	float: right;
	display: inline;
	list-style-type: none;
	color: #294E6B;
	background: url(../images/top_links_bg.jpg) right 0.7em no-repeat;
	padding: 0 10px 0 0;
	}

.top_links ul li {
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	background: url(../images/top_links_bg.jpg) left 0.7em no-repeat;
	}

.top_links ul li a {
	color: #294E6B;
	}

.top_links ul li a:hover,
.top_links ul li a.current {
	color: #9CB5C9;
	}

/* -------------------------------------*/
/* NAV */
/* -------------------------------------*/

.nav_holder {
	float: left;
	display: inline;
	width: 940px;
	padding: 9px;
	background: url(../images/white_trans.png) left top repeat;
	border: 1px solid #BECAD2;
	text-transform: uppercase;
	}

.nav {
	float: left;
	display: inline;
	width: 920px;
	padding: 7px 10px;
	background: #284B68 url(../images/bluehatch_bg.jpg) left top repeat;
	font-weight: bold;
	}

.nav ul {
	text-align: center;
	}

.nav ul li {
	display: inline;
	padding: 0 13px 0 0;
	margin: 0 7px 0 0;
	color: #ffffff;
	background: url(../images/nav_bg.png) right 0.3em no-repeat;
	}

.nav ul li a {
	color: #ffffff;
	}

.nav ul li a:hover,
.nav ul li a.current {
	color: #C1E8FF;
	}


/* ---------------------------------------------------------------------------------------------------------*/
/* LEFT COLUMN STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

/* -------------------------------------*/
/* COUNTRY NAV STYLES */
/* -------------------------------------*/

.left_column {
	float: left;
	display: inline;
	width: 240px;
	}

.left_column a {
	color: #ffffff;
	}

.left_column a:hover {
	color: #C1E8FF;
	}

.country_nav_holder {
	background: #284B68 url(../images/bluehatch_bg.jpg) left top repeat;
	margin-top: 10px;
	height: auto !important;
	height: 460px;
	min-height: 460px;
	}

.country_nav {
	float: left;
	display: inline;
	width: 200px;
	padding: 60px 10px 20px 10px;
	background: url(../images/country_nav_bg.jpg) left -10px no-repeat;
	}

.country_nav ul {
	list-style-type: none;
	}

.country_nav ul li {
	list-style-type: none;
	padding: 0 0 3px 10px;
	background: url(../images/trans_line.png) center left repeat-x;
	}

.country_nav ul li a {
	list-style-type: none;
	background: url(../images/bluehatch_bg.jpg) left top repeat;
	padding: 0 10px;
	}

.country_nav ul li.parent {
	text-transform: uppercase;
	color: #DCE8F1;
	font-size: 120%;
	padding: 5px 0 3px 0;
	background: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25);
	font-weight: bold;
	}

.country_nav ul li.parent a {
	padding: 0;
	background: none;
	}

.country_nav ul li a:hover {
	list-style-type: none;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* NEWS STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

.news {
	background: #912023 url(../images/newsbox_bg.jpg) left top repeat;
	width: 199px; /* I don't know why I need this. It messes up in IE if we make it 200px ????? */
	padding-top: 30px;
	padding-bottom: 30px;
	}

.news ul {
	list-style-type: none;
	padding: 0 0 2px 0;
	background: url(../images/trans_line.png) left bottom repeat-x;
	}

.news ul li {
	background: url(../images/trans_line.png) left top repeat-x;
	}

.news ul li p {
	padding: 10px 5px;
	margin-bottom: 0;
	}

.news ul li p:hover {
	background: #7B1C1E url(../images/trans_line.png) left top repeat-x;
	}

.news a:hover {
	color: #ffffff;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* MAIN CONTENT STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

.main_content {
	float: right;
	display: inline;
	margin: 10px 0 0 0;
	width: 720px;
	}

.main_heading {
	margin-bottom: 20px;
	}

.sub_heading {
	font-size: 160%;
	line-height: 120%;
	color: #294E6B;
	}

/* -------------------------------------*/
/* GENERAL LIST STYLES */
/* -------------------------------------*/

.main_content ul {
	list-style-image: url(../images/discover_bullet.jpg);
	padding: 0 0 20px 40px;
	}

.main_content ol {
	padding: 0 0 20px 40px;
	}

.main_content ul li,
.main_content ol li {
	padding: 0 0 3px 0;
	font-size: 105%;
	}

.main_content a {
	
	}

.main_content a:hover {
	
	}

/* for indented bullet lists */
.main_content ul li ul {list-style-image: url(../images/bullet_indent.jpg); padding: 5px 0 10px 20px;}
.main_content ul li ul li {
	color: #466A80;
	}

/* -------------------------------------*/
/* PAGE IMAGE STYLES */
/* -------------------------------------*/

.page_image {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	width: 360px;
	padding: 9px;
/*	background: url(../images/white_trans.png) left top repeat;*/
	background: #ffffff;
	border: 1px solid #BECAD2;
	}

.page_image img {
	width: 360px;
	background: url(../images/white_trans.png) left top repeat;
	}

.page_image_caption {
	text-align: justify;
	font-size: 80%;
	padding: 9px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	}

.page_image_caption p {
	margin-bottom: 0px;
	}

.big_map img,
.big_map iframe {
	padding: 9px;
	background: #ffffff;
	border: 1px solid #BECAD2; 
	text-align: center;
	margin: 0 0 10px 0;
	width: 680px;
	}

.big_map iframe {
	_width: 678px;
	}

/* -------------------------------------*/
/* DOCUMENT LIST STYLES */
/* -------------------------------------*/
.documents {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	width: 360px;
	padding: 9px;
	border: 1px solid #BECAD2;
	background: url(../images/white_trans.png) left top repeat;
	}
	
.documents ul {
	list-style-type: none;
	padding: 0;
	}

.documents ul li {
	background:  url(../images/icons/document.gif) left top no-repeat;
	padding: 0 0 0 25px;
	}

.documents ul li a {
	}

.documents ul li p {
	color: #888888;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* OPERATIONS NAV */
/* ---------------------------------------------------------------------------------------------------------*/

.operations_nav {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #BECAD2;
	}

.operations_nav ul {
	color: #23435C;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 150%;
	line-height: normal;
	}

.operations_nav ul li { /* red arrow */
	background: url(../images/ops_nav_bullet_hover.gif) left 0.3em no-repeat;
	padding: 0 0 0 20px;
	}

.operations_nav ul li:hover { /* red arrow */
	background: url(../images/ops_nav_bullet.gif) left 0.3em no-repeat;
	}

.operations_nav ul li a {color: #B40710;}

.operations_nav ul li.current { /* blue arrow */
	background: url(../images/ops_nav_bullet.gif) left 0.3em no-repeat;
	}

.operations_nav ul li.current:hover { /* blue arrow */
	background: url(../images/ops_nav_bullet.gif) left 0.3em no-repeat;
	}

.operations_nav ul li a:hover,
.operations_nav ul li.current a {
	color: #23435C;
	}

/* -------------------------------------*/
/* OPERATIONS COUNTRY NAV SPECIFIC */
/* -------------------------------------*/

.operations_nav.region {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #BECAD2;
	}
	
/* For IE --------------------------- */
.region ul li {
	float: left;
	display: inline;
	width: 310px;
	margin: 0 20px 0 0;
	}
	
/* For all other browsers ----------- */
.region ul li:nth-child(2n+1) {
	float: left;
	display: inline;
	width: 310px;
	margin: 0 20px 0 0;
	}
.region ul li:nth-child(2n) {
	float: right;
	display: inline;
	width: 310px;
	margin: 0 20px 0 0;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* THUMBS STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

.thumb {
	overflow: hidden;
	height: 165px;
	}

.thumb_pic {
	position: relative;
	width: 220px;
	height: 165px;
	overflow: hidden;
	}

/*.thumb img {
	min-width: 220px;
	max-width: 300px;
	min-height: 165px;
	}*/

.thumb img {
	width: 220px;
	}

.thumb_text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/black_trans.png);
	color: #ffffff;
	width: 210px;
	padding: 5px;
	}

.thumb_text h1,
.thumb_text h2,
.thumb_text h3,
.thumb_text h4,
.thumb_text h5,
.thumb_text h6,
.thumb_text p {
	color: #ffffff;
	line-height: 110%;
	margin-bottom: 0px;
	}

.thumb_text a {color: #ffffff;}
.thumb_text a:hover {color: #CCF8FF;}


.thumb_text h2 { /* text has to be smaller because news item headings are long */
	font-size: 140%;
	line-height: 110%;
	text-transform: none;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* LISTED SUBPAGES STYLE */
/* ---------------------------------------------------------------------------------------------------------*/

.list h2 {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #BECAD2;
	}

.list h4 {
	text-transform: none;
	}

.list img {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	padding: 2px;
	width: 136px;
	background: #ffffff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	}

.list img:hover {	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	}


/* ---------------------------------------------------------------------------------------------------------*/
/* GALLERY STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

.gallery {
	float: left;
	display: inline;
	margin-bottom: 10px;
	}

.gallery img {
	float: left;
	display: inline;
	margin: 0 8px 8px 0;
	padding: 2px;
	width: 75px;
	height: 75px;
	overflow: hidden;
	background: #ffffff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	}

.gallery img:hover {	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	}


/* ------------------------------------------------------------------------------------------------------------------ */
/* GENERAL FORM STYLES
/* ------------------------------------------------------------------------------------------------------------------ */

.form_holder {
	margin-bottom: 40px;
	}

.form_row {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 10px 0;
	}

.form {
	margin-bottom: 0;
	}

.form p {
	margin-bottom: 0px;
	font-weight: bold;
	}

/* -------------------------------------*/
/* TEXTBOXES */
/* -------------------------------------*/

.textbox,
textarea,
select {
	background: url(../images/white_trans.png) left top repeat;
	border: 1px solid #BECAD2;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px;
	margin-bottom: 10px;
	font-size: 13px;
	}

/* Flush Column TEXTBOXES */
.col_1 .textbox {width: 48px;}
.col_2 .textbox {width: 129px;}
.col_3 .textbox {width: 208px;}
.col_4 .textbox {width: 288px;}
.col_5 .textbox {width: 368px;}
.col_6 .textbox {width: 448px;}
.col_7 .textbox {width: 528px;}
.col_8 .textbox {width: 608px;}
.col_9 .textbox {width: 688px;}
.col_10 .textbox {width: 768px;}
.col_11 .textbox {width: 848px;}
.col_12 .textbox {width: 928px;}

/* Padded Column TEXTBOXES */
.pcol_1 .textbox {width: 28px;}
.pcol_2 .textbox {width: 108px;}
.pcol_3 .textbox {width: 188px;}
.pcol_4 .textbox {width: 268px;}
.pcol_5 .textbox {width: 348px;}
.pcol_6 .textbox {width: 429px;}
.pcol_7 .textbox {width: 508px;}
.pcol_8 .textbox {width: 588px;}
.pcol_9 .textbox {width: 668px;}
.pcol_10 .textbox {width: 748px;}
.pcol_11 .textbox {width: 828px;}
.pcol_12 .textbox {width: 908px;}


.form_btn {
	float: left;
	display: inline;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: bold;
	background: url(../images/form_btn_bg.jpg) left center repeat-x;
	border: #23435C 1px solid;
	
	/* Special effects */

	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	}

.form_btn:hover {
	background: url(../images/form_btn_bg_hover.jpg) left center repeat-x;
	cursor: pointer;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	}

.donate {
	background: url(../images/white_trans.png) left top repeat;
	height: auto !important;
	min-height: 120px;
	height: 120px;
	}

.flag {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	}


/* ---------------------------------------------------------------------------------------------------------*/
/* FOOTER STYLES */
/* ---------------------------------------------------------------------------------------------------------*/

.footer {
	background: #284B68 url(../images/bluehatch_bg.jpg) left top repeat;
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
	color: #ffffff;
	}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p {
	color: #ffffff;
	}

.footer a {
	color: #C1E8FF;
	}

.footer a:hover {	
	color: #ffffff;
	}

/* -------------------------------------*/
/* DISCOVER LINKS */
/* -------------------------------------*/

.discover {
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #466075;
	}

.discover ul {
	float: left;
	display: inline;
	list-style-type: none;
	width: 140px;
	margin: 0 10px 20px 10px;
	color: #ffffff;
	}

.discover ul li {
	float: left;
	display: inline;
	width: 130px;
	color: #ffffff;
	padding: 0 0 0 10px;
	font-size: 90%;
	background: url(../images/nav_bg.png) left 0.4em no-repeat;
	}


.discover ul li.parent,
.discover ul li.parent a {
	background: none;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	background: none;
	}

/* -------------------------------------*/
/* SOCIAL */
/* -------------------------------------*/

ul.social li {
	background: none;
	padding: 5px 0;
	}

ul.social li img {
	float: left;
	display: inline;
	padding-right: 5px;
	}

/* -------------------------------------*/
/* ABSOLUTE FOOTER */
/* -------------------------------------*/

.footer_strapline p {
	font-size: 140%;
	text-transform: uppercase;
	padding-top: 5px;
	}

.footer_strapline img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	}

.copyright {
	float: left;
	display: inline;
	clear: left;
	}

.iso {
	float: right;
	display: inline;
	clear: left;
	padding: 5px 5px 5px 0;
	margin: 0 0 20px 0;
	background: #23435C;
	border: 1px solid #466075;
	}

.iso img {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* ELEMENTS WITH CURVY CORNERS AND NICE SHADOWS */
/* ---------------------------------------------------------------------------------------------------------*/

.page_image,
.big_map img,
.galleria-container {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	}

.country_nav {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	}

.country_nav_holder,
.news,
.donate,
.thumb {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}


.thumb:hover {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	}

.nav_holder {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	}

.nav {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


/* ---------------------------------------------------------------------------------------------------------*/
/* YOUTUBE */
/* ---------------------------------------------------------------------------------------------------------*/

.video {
	float: left;
	display: inline;
	width: 700px;
	padding: 10px 0 2px 10px;
	margin: 0 0 40px 0;
	background: url(../images/slider_bg.png) left top no-repeat;
	height: 432px;
	border-bottom: 1px solid #BECAD2;
	}

.video .page_image { /* fix / override */
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	}

/* ---------------------------------------------------------------------------------------------------------*/
/* OVERRIDES */
/* ---------------------------------------------------------------------------------------------------------*/

.r {
	float: right;
	margin-right: 0;
	}
	

