/**
 * HTML5 â° Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #2BC0FF; color:#fff; text-shadow: none; }
::selection { background:#2BC0FF; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #2BC0FF; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/-/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 20px;
	height: 25px;
	background: transparent url('/-/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/-/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/-/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/-/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/-/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/-/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/-/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/-/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/-/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/-/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/-/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/-/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/-/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/-/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/-/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/-/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/-/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }/* ----------------------------------------------------------------------
 HTML and Body basic styles
---------------------------------------------------------------------- */
html{
	background:url('/-/images/style/2011/back-html.jpg') top center repeat fixed #F5F0EC;
}
body{
	width:960px;
	min-height:100%;
	margin:0 auto;
	padding:25px 0 0 0;
	overflow:hidden;
}

a img{
	border:none;
}

a{color:#2380ac;padding:2px 4px 2px 4px;text-decoration:none;cursor:pointer;}
a:hover{background:#2380ac;color:#FFFFFF;}

a.btngris{
	background:url('/-/images/style/2011/btn-gris-gauche.png') top left no-repeat;
	height:20px;
	margin:0 0 0 0;
	padding:0px 0 0 13px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
}
a.btngris span{
	background:url('/-/images/style/2011/btn-gris-droite.png') 100% 0% no-repeat;
	height:20px;
	padding:2px 12px 3px 0;
	float:left;
}
a.btngris:hover{text-decoration:none;color:#003B5B;}

/* ----------------------------------------------------------------------
 Headers
---------------------------------------------------------------------- */
#navheader{
	width:960px;
	height:260px;
	margin:0 0 10px 0;
	overflow:hidden;
}

#navheader .logo{
	width:290px;
	height:260px;
	float:left;
}
#navheader .logo_fr{background:url('/-/images/style/2011/logo-fr.png') top left no-repeat;}
#navheader .logo_en{background:url('/-/images/style/2011/logo-en.png') top left no-repeat;}

#navheader .menu{
	width:660px;
	height:30px;
	padding:10px 0 0 0;
	float:right;
}
#navheader .menu ul{float:right;}
#navheader .menu ul li{
	height:20px;
	margin:0 10px 0 0;
	float:left;
}
#navheader .menu ul li.png_bg a{
	padding:2px 0 0 0;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
}
#navheader .menu ul li.png_bg a:hover{background:none;color:#003B5B;text-decoration:underline;}
#navheader .menu ul li.lang{background:url('/-/images/style/2011/btn-lang.png') top left no-repeat;width:96px;}
#navheader .menu ul li.businesshours{background:url('/-/images/style/2011/btn-common.png') top left no-repeat;width:160px;}
#navheader .menu ul li.location{background:url('/-/images/style/2011/btn-common.png') top left no-repeat;width:160px;}
#navheader .menu ul li.popupli{background:transparent;width:auto;margin:0 10px 0 0;font-weight:bold;}

#navheader .statement{
	width:660px;
	height:220px;
	float:right;
}
#navheader .statement p{
	padding:50px 0 0 0;
	color:#000000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
	font-weight:normal;
}
#navheader .statement p a.more{
	background:url('/-/images/style/2011/btn-bleu-gauche.png') top left no-repeat;
	height:18px;
	margin:20px 0 0 0;
	padding:0 0 0 13px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
}
#navheader .statement p a.more span{
	background:url('/-/images/style/2011/btn-bleu-droite.png') 100% 0% no-repeat;
	height:18px;
	padding:3px 12px 3px 0;
	float:left;
}
#navheader .statement p a.more:hover{text-decoration:underline;color:#006699;}

/* ----------------------------------------------------------------------
 Main content
---------------------------------------------------------------------- */


#container{width:100%;overflow-x:hidden;}

#central .outbound{
	background:url('/-/images/style/2011/btn-bleu-gauche.png') top left no-repeat;
	height:18px;
	margin:10px 0 0 0;
	padding:0 0 0 13px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
}
#central .outbound span{
	background:url('/-/images/style/2011/btn-bleu-droite.png') 100% 0% no-repeat;
	height:18px;
	padding:3px 12px 3px 0;
	float:left;
}
#central .outbound:hover{text-decoration:none;color:#006699;}

#column{
	width:280px;
	padding:0 10px 10px 0;
	margin:10px 0 0 0;
	float:left;
}

#central{
	width:670px;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	float:right;
}

#central .full{
	background:#FFFFFF;
	background:rgba(255,255,255,0.75);
	width:670px;
	height:290px;
	margin:0;
	padding:0;
	display:block;
	-moz-box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
  -webkit-box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
  box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
}
#central .full .image{
	background:#000000;
	width:310px;
	height:290px;
	float:left;
	overflow:hidden;
}
#central .full .image img{
	width:310px;
	height:290px;
	z-index:10;
}
#central .full .image .note{
	width:260px;
	padding:5px 0 0 0;
	position:relative;
	top:-280px;
	left:15px;
	color:#FFFFFF;
	border-top:3px solid #2BC0FF;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	z-index:90;
}
#central .full .info{
	width:350px;
	padding:15px 0 0 0;
	float:right;
}
#central .full .info h2{
	margin:3px 0 6px 0;
	color:#2BC0FF;
	font-size:16px;
}
#central .full .info h2 em{
	color:#868753;
	font-style:normal;
}
#central .full .info h3{
	margin:0px 0 9px 0;
	color:#000000;
}
#central .full .info p{
	color:#000000;
}


#central .half{
	background:#FFFFFF;
	background:rgba(255,255,255,0.75);
	width:310px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	float:left;
	-moz-box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
  -webkit-box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
  box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
}
#central .odd{float:left;}
#central .even{float:right;}
#central .half .image{
	background:#000000;
	width:310px;
	height:185px;
	overflow:hidden;
}
#central .half .image img{
	width:310px;
	height:185px;
	z-index:10;
}
#central .half .image .note{
	width:260px;
	padding:5px 0 0 0;
	position:relative;
	top:-170px;
	left:15px;
	color:#FFFFFF;
	border-top:3px solid #2BC0FF;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	z-index:90;
}
#central .half .info{
	padding:15px 10px 0 10px;
}
#central .half .info h2{
	color:#000000;
	font-size:16px;
	font-style:normal;
}
#central .half .info h3{
	margin:0px 0 9px 0;
	color:#000000;
}
#central .half .info p{
	margin:0 0 10px 0;
	color:#000000;
}

#column .outbound{
	background:url('/-/images/style/2011/btn-bleu-gauche.png') top left no-repeat ;
	height:18px;
	margin:10px 0 0 0;
	padding:0 0 0 13px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	float:right;
	display:block;
}
#column .outbound span{
	background:url('/-/images/style/2011/btn-bleu-droite.png') 100% 0% no-repeat;
	height:18px;
	padding:3px 12px 3px 0;
	float:left;
}
#column .outbound:hover{text-decoration:none;color:#006699;}

#column .flickr{
	width:252px;
	margin:0 auto 0 auto;
}
#column .flickr .header{
	background:url('/-/images/style/2011/logo-flickr-small.png') top left no-repeat;
	width:100%;
	height:34px;
	border:none;
	display:block;
}
#column .flickr a.flickr{
	width:72px;
	height:72px;
	margin:0 10px 10px 0;
	padding:0;
	border:1px solid #000000;
	display:block;
	float:left;
}
#column .flickr a.flickr img{
	width:70px;
	height:70px;
	border:1px solid #FFFFFF;
}

#column .youtube{
	width:242px;
	margin:15px 0 0 14px;
	padding:0;
}
#column .youtube .header{
	background:url('/-/images/style/2011/logo-youtube-small.png') top left no-repeat;
	width:100%;
	height:34px;
	border:none;
	display:block;
}
#column .youtube a.youtube{
	width:244px;
	height:174px;
	margin:0 0 10px 0;
	padding:0;
	border:1px solid #000000;
	display:block;
}
#column .youtube a.youtube img{
	width:242px;
	height:172px;
	border:1px solid #FFFFFF;
}


#column .twitter{
	width:252px;
	margin:0 auto 0 auto;
}
#column .twitter .header{
	background:url('/-/images/style/2011/logo-twitter-small.png') top left no-repeat;
	width:100%;
	height:34px;
	border:none;
	display:block;
}
#column .twitter a.twitter{
	background:#FFFFFF;
	background:rgba(255,255,255,0.85);
	width:252px;
	margin:0 0 10px 0;
	padding:5px;
	color:#2380ac;
	font-size:13px;
	display:block;
}
#column .twitter a.twitter em{
	padding:2px 0 0 0;
	font-size:11px;
	display:block;
	text-align:right;
}
#column .twitter a.twitter:hover{
	background:#2380ac;
	background:rgba(35,128,172,0.85);
	color:#FFFFFF;
}
#column .twitter a.twitter img{
	width:70px;
	height:70px;
	border:1px solid #FFFFFF;
}

#column .facebook{
	width:242px;
	margin:15px 0 0 14px;
	padding:0;
}
#column .facebook .header{
	background:url('/-/images/style/2011/logo-facebook-wide.png') top left no-repeat;
	width:100%;
	height:34px;
	border:none;
	display:block;
	opacity:0.6;
}
#column .facebook .header:hover{
	opacity:0.85;
}

/* ----------------------------------------------------------------------
	Footer
---------------------------------------------------------------------- */


#contact{
	background:#FFFFFF;
	background:rgba(255,255,255,0.65);
	width:100%;
	margin:10px auto 10px auto;
	padding:10px;
}

#contact h1{
	
}
#contact h2{
	color:#000000;
	font-size:16px;
	font-style:normal;
}
#contact p{}

#viewmap{width:900px;height:600px;border:none;overflow:hidden;}
#viewmap img{width:900px;height:600px;}



/* ----------------------------------------------------------------------
	Pop-Up
---------------------------------------------------------------------- */

.popup{
	background:#FFFFFF;
	background:rgba(255,255,255,0.75);
	width:310px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	float:left;
	-moz-box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
  -webkit-box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
  box-shadow:0px 2px 6px rgba(0,0,0,0.5); 
}
.popup .image{
	background:#000000;
	width:310px;
	height:185px;
	overflow:hidden;
}
.popup .image img{
	width:310px;
	height:185px;
	z-index:10;
}
.popup .image .note{
	width:260px;
	padding:5px 0 0 0;
	position:relative;
	top:-170px;
	left:15px;
	color:#FFFFFF;
	border-top:3px solid #2BC0FF;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	z-index:90;
}
.popup .info{
	padding:15px 10px 0 10px;
}
.popup .info h2{
	color:#000000;
	font-size:16px;
	font-style:normal;
}
.popup .info h3{
	margin:0px 0 9px 0;
	color:#000000;
}
.popup .info p{
	margin:0 0 10px 0;
	color:#000000;
}















































/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.group:before, .group:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.group:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.group { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
