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[for], 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:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 4px #ffcd32; -webkit-box-shadow: 0px 0px 4px #ffcd32; box-shadow: 0px 0px 4px #ffcd32;
}*/
.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: #ffcd32;
  color: #2365b0;
  text-shadow: none; }

::selection {
  background: #ffcd32;
  color: #2365b0;
  text-shadow: none; }

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

/* 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; }

/**
 * Primary styles
 *
 * Author: So Nice Creative Office
 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  background-color: #ffffff;
  font: 12px/1.5em Verdana,tahoma,sans-serif;
  color: #000000; }

#main_header {
  background-image: url("../img/styles/bg_body.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  min-height: 100px; }

.ie6 #main_header {
  height: 100px; }

#container {
  min-height: 100%;
  position: relative; }

.ie6 #container {
  height: 100%; }

#main {
  padding-bottom: 31px; }

#main object {
  z-index: 0; }

#main_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 31px;
  background: #0062a1; }

.fit_to_sf {
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.headerleft {
  width: 200px;
  float: left;
  height: 10px; }

.headerright {
  width: 960px;
  float: left;
  overflow: hidden;
  margin-top: -15px;
  padding-bottom: 10px;
  margin-left: 227px; }

#main_header h1 {
  float: left;
  padding: 5px 10px 0px 3px;
  min-height: 100px;
  background: #fff; }

#main_header h1 a, #main_header h1 img {
  display: block; }

#main_header nav {
  position: relative;
  min-height: 100px;
  width: 725px;
  float: right;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 3px; }

#main_header nav .open_popup {
  font-size: 9px;
  line-height: 9px;
  float: left;
  padding-left: 32px;
  display: none; }

#nav_top {
  float: right; }

#nav_top > span {
  text-transform: none; }

#nav_lang {
  float: right;
  padding-left: 45px; }

#main_header p {
  font: 9px arial,tahoma,sans-serif;
  color: #fff; }

#main_header a {
  color: #fff;
  text-decoration: none; }

#main_header p span {
  font-weight: bold; }

#main_header nav ul {
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0px auto;
  list-style-type: none; }

#main_header nav li {
  float: right;
  margin-left: 5px; }

#main_header nav li a, #main_header nav li span {
  display: block;
  padding: 10px;
  line-height: 12px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  behavior: url("css/PIE/PIE.htc"); }

#main_header nav li a {
  background-color: #009d2a;
  background-image: url("../img/styles/bg_menu.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  -moz-transition: all .10s linear;
  -webkit-transition: all .10s linear;
  transition: all .10s linear; }

#main_header nav li span {
  color: #0062a1;
  background-color: #fff;
  padding-bottom: 40px; }

#main_header nav li span, #main_header nav li a:hover {
  color: #0062a1;
  background-color: #fff;
  text-shadow: none; }

#sidenav {
  width: 185px;
  padding-right: 40px;
  float: left;
  color: #686767; }

#sidenav ul.page_nav {
  font-size: 14px;
  margin: 0 3px; }

#sidenav ul.page_nav li {
  border-bottom: 1px solid #d6d6d6; }

#sidenav ul.page_nav span, #sidenav ul.page_nav a {
  display: block;
  padding: 6px 0; }

#sidenav ul.page_nav span {
  font-weight: bold; }

#sidenav a {
  color: #686767;
  text-decoration: none; }

#sidenav ul.page_nav a {
  -moz-transition: all .10s linear;
  -webkit-transition: all .10s linear;
  transition: all .10s linear; }

#sidenav ul.page_nav span, #sidenav ul.page_nav a:hover {
  color: #229c1f; }

#sidenav ul.page_nav .last a {
  padding: 15px 0; }

#contact_us {
  margin: 50px 0;
  font-size: 9px; }

#contact_us h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 3px; }

#contact_us h3 {
  font-size: 11px;
  font-weight: normal;
  border-bottom: 4px solid #e5e5e5;
  margin: 0 3px 8px;
  word-spacing: -2px; }

#contact_us p.cartouche_tel {
  font-size: 9px;
  line-height: 1em;
  word-spacing: -0.15em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #376e19;
  background-image: url("../img/styles/bg_contact.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 1px #808080;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  padding: 6px 5px;
  margin: 0 3px 8px;
  behavior: url("css/PIE/PIE.htc"); }

#contact_us span.tel {
  word-spacing: -0.25em;
  font-size: 24px;
  line-height: 1em;
  padding-top: 5px;
  display: block;
  text-align: center; }

#contact_us .plus_info {
  display: block;
  width: 86px;
  margin: 0 3px; }

#contact_us .plus_info img {
  display: block; }

#contact_us ul {
  margin-bottom: 20px; }

#contact_us li, #contact_us li a, .js #contact_us li.rap span {
  -moz-transition: all .10s linear;
  -webkit-transition: all .10s linear;
  transition: all .10s linear; }

#contact_us li {
  font-size: 9px;
  line-height: 1.2em;
  margin: 0 3px 5px;
  background-color: #eeeeee;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 1px #808080;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 white;
  -webkit-text-shadow: 0 1px 0 white;
  -moz-box-text-shadow: 0 1px 0 white; }

.ie #contact_us li, .ie8 #contact_us li, .ie7 #contact_us li, .ie6 #contact_us li {
  border: 1px solid #808080; }

#contact_us li.select, #contact_us li.doc:hover, .js #contact_us li.rap:hover,
#contact_us li.info:hover, #contact_us li.msg:hover {
  background-image: url("../img/styles/bg_contact_li.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #3e7d1d; }

.ie #contact_us li.select, .ie #contact_us li.doc:hover, .ie #contact_us li.rap:hover,
.ie #contact_us li.info:hover, .ie #contact_us li.msg:hover,
.ie6 #contact_us li.select, .ie6 #contact_us li.doc:hover, .ie6 #contact_us li.rap:hover,
.ie6 #contact_us li.info:hover, .ie6 #contact_us li.msg:hover,
.ie7 #contact_us li.select, .ie7 #contact_us li.doc:hover, .ie7 #contact_us li.rap:hover,
.ie7 #contact_us li.info:hover, .ie7 #contact_us li.msg:hover,
.ie8 #contact_us li.select, .ie8 #contact_us li.doc:hover, .ie8 #contact_us li.rap:hover,
.ie8 #contact_us li.info:hover, .ie8 #contact_us li.msg:hover {
  border: 1px solid #3e7d1d; }

#contact_us li a, #contact_us li span {
  padding: 8px 0 5px 35px;
  border-radius: 3px;
  display: block; }

#contact_us li.rap a, #contact_us li.rap span {
  background-image: url("../img/styles/bg_contact_p.png");
  background-repeat: no-repeat;
  background-position: 3px 3px; }

#contact_us li.doc a, #contact_us li.doc span {
  background-image: url("../img/styles/bg_contact_doc.png");
  background-repeat: no-repeat;
  background-position: 3px 3px; }

#contact_us li.info a, #contact_us li.info span {
  background-image: url("../img/styles/bg_contact_info.png");
  background-repeat: no-repeat;
  background-position: 3px 3px; }

#contact_us li.msg a, #contact_us li.msg span {
  background-image: url("../img/styles/bg_contact_msg.png");
  background-repeat: no-repeat;
  background-position: 3px 3px; }

#contact_us li.select span, #contact_us li a:hover, .js #contact_us li.rap span:hover, .js #contact_us li.select span {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

#contact_us li strong {
  font-size: 10px;
  line-height: 1.2em;
  display: block; }

#contact_us li.rap {
  padding-bottom: 5px; }

#contact_us li.rap span {
  color: #686767;
  text-shadow: 0 1px 0 white;
  -webkit-text-shadow: 0 1px 0 white;
  -moz-text-shadow: 0 1px 0 white; }

#contact_us li.rap form {
  margin: 5px 10px;
  padding: 0 0 5px;
  font-size: 11px;
  background-color: #eeeeee; }

#contact_us li.rap p, #contact_us li.rap input.text {
  width: 150px;
  margin: 0 auto 5px;
  padding: 5px 4px; }

#contact_us li.rap p {
  font-size: 9px; }

#contact_us li.rap input {
  display: block;
  border: #246D38 solid 1px; }

#contact_us li.rap input.submit {
  width: 160px;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  color: #ffffff;
  background-image: url("../img/styles/bg_contact_li.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #3e7d1d;
  text-transform: uppercase; }

#contact_us li.rap input.submit:active {
  background-color: #376e19;
  background-image: url("../img/styles/bg_contact.png");
  background-repeat: repeat-x;
  background-position: 0 0; }

.js #contact_us li.rap {
  padding-bottom: 0;
  position: relative;
  overflow: visible; }

.js #contact_us li.rap span:hover {
  cursor: pointer; }

.js #contact_us li.rap .form {
  display: none;
  margin: 5px 10px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 180px;
  margin-top: -60px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  text-align: center;
  min-height: 90px;
  width: 180px;
  z-index: 600; }

.ie #contact_us li.rap .form, .ie6 #contact_us li.rap .form, .ie7 #contact_us li.rap .form, .ie8 #contact_us li.rap .form {
  border: 1px solid #808080; }

.js #contact_us li.rap div.form_select {
  display: block; }

.js #contact_us li.rap form {
  padding: 5px 10px 10px;
  margin: 0;
  background-color: #ffffff;
  text-align: left; }

.js #contact_us li.rap .response {
  text-align: center;
  padding: 10px; }

.js #contact_us li.rap .form .response strong {
  color: #229c1f;
  display: block;
  margin-bottom: 5px; }

.js #contact_us li.rap .response em {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-top: 10px; }

.js #contact_us li.rap .response em:hover {
  color: #229c1f;
  text-decoration: underline; }

#content {
  float: left;
  width: 725px;
  overflow: hidden;
  margin-bottom: 50px; }

#flash_container {
  width: 670px;
  height: 432px;
  margin: 0 auto; }

#content h2 {
  font-size: 24px;
  line-height: 24px;
  color: #0062A1;
  text-transform: uppercase;
  margin: 5px 10px 15px; }

#content h3 {
  color: #229c1f;
  font-size: 18px;
  margin-bottom: 20px; }

#content .basic {
  margin-bottom: 40px;
  font-size: 12px; }

#content .basic h3 {
  font-size: 18px;
  line-height: 18px;
  color: #229c1f;
  margin: 0 10px 10px; }

#content .basic h4 {
  margin: 0 10px 10px; }

#content .basic p.chapo {
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
  font-weight: bold;
  color: #0062A1;
  padding: 3px 0;
  border-top: dotted 1px black;
  border-bottom: dotted 1px black;
  margin: 0 0 9px 10px;
  word-spacing: -2px;
  overflow: hidden; }

body.lang_nl #content .basic p.chapo {
  font-size: 15px;
  word-spacing: -1px; }

#content a.btn, #reunions_popup a.btn {
  word-spacing: -1px;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  background-color: #0062A1;
  background-image: url("../img/styles/bg_arrow.png");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  display: block;
  padding: 4px 5px 4px 22px;
  margin: 1px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none; }

#content .basic a.btn {
  float: right; }

#content .basic p, #content .basic dd {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px; }

#content .basic p, #content .basic dl {
  margin-left: 35px; }

#content .basic dl {
  overflow: hidden; }

#content .basic dt {
  float: left;
  padding-right: 5px;
  color: #229C1F;
  font-size: 14px;
  line-height: 18px; }

html #content section#unites p.chapo a {
  padding: 4px 4px 4px 20px;
  margin: 2px;
  /*width:93px;
	padding:4px 0 4px 10px;
	margin:0.4em 1.2em 0.4em 0;*/
  float: left;
  text-align: center; }

#content .box {
  font-size: 12px;
  overflow: hidden;
  position: relative;
  background-image: url("../img/styles/bg_section.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #f0f0f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #ffffff;
  margin: 5px 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-shadow: 0 1px 0 #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  color: #585858; }

.ie #content section.box, .ie8 #content section.box, .ie7 #content section.box, .ie6 #content section.box {
  border: 1px solid #808080; }

#content section.selected {
  border: 2px solid #229c1f; }

#content .box p {
  line-height: 24px; }

#content .box strong {
  color: #222; }

#content .box50 {
  padding: 25px;
  width: 290px;
  margin: 5px 10px 20px;
  float: left;
  min-height: 224px; }

#content .box50 h3 {
  font-size: 18px;
  line-height: 24px;
  color: #229c1f; }

#content .box50 p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;
  word-spacing: -2px;
  overflow: hidden; }

#content .box50 a.btn {
  background-position: 7px 8px;
  width: 93px;
  padding: 5px 10px 5px 22px;
  margin: 0.4em 1.2em 0.4em 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px; }

#content form p {
  font-size: 14px;
  line-height: 24px;
  color: #919191;
  margin-left: 10px;
  margin-bottom: 20px; }

#content form p strong {
  color: #0062A1; }

#content form ul {
  list-style: none;
  margin: 0; }

#content form li {
  margin: 0 0 10px; }

#content form input.radio {
  padding: 0 5px; }

#content form p.form_action, p.action {
  text-align: center; }

#content form p.form_action input,
#content form p.action input {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #0062A1;
  padding: 5px 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  bottom: 20px;
  right: 20px;
  border: none; }

#content a.btn, #content form p.form_action input, #content form p.action input {
  -moz-transition: all .10s linear;
  -webkit-transition: all .10s linear;
  transition: all .10s linear; }

#content a.btn:hover, #content form p.form_action input:hover, #content form p.action input:hover {
  box-shadow: 0 1px 4px rgba(0, 49, 80, 0.75);
  -webkit-box-shadow: 0 1px 4px rgba(0, 49, 80, 0.75);
  -moz-box-shadow: 0 1px 4px rgba(0, 49, 80, 0.75); }

#content section.form {
  margin: 0 10px; }

#content section.form h3 {
  margin-bottom: 0; }

#content h4 {
  font-size: 14px;
  color: #b4b4b4; }

#content section.form form {
  width: 400px;
  margin: 50px auto; }

#content section.form form input {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none; }

#content section.form form p {
  margin: 0 0 1.5em;
  padding: 0.5em 0 0;
  color: black;
  clear: both;
  font-size: 12px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  background-color: #fff; }

#content section.form form textarea {
  width: 380px;
  height: 90px;
  padding: 9px;
  border: 1px solid #949494;
  resize: none; }

#content section.form form p.input {
  border-bottom: 1px solid #b7b7b7;
  height: 1em;
  overflow: visible; }

#content section.form form p.input label {
  line-height: 1em;
  float: left;
  display: block;
  width: 80px; }

#content section.form form input.text {
  font-size: 12px;
  line-height: 1em;
  height: 1em;
  padding: 3px 0;
  float: right;
  display: block;
  width: 320px;
  background: transparent;
  border: none; }

#content section.form form input#city {
  width: 160px;
  float: left; }

#content section.form form label#lbl_cp {
  width: 40px;
  text-align: center; }

#content section.form form input#cp {
  width: 100px; }

#content section.form form p.action input {
  text-transform: uppercase;
  font-size: 14px; }

#content section.form form p.bday,
#content section.form form p.how_known,
#content section.form form p.top,
#content section.form form p.adh,
#content section.form form p.bottom,
#content section.form form p.gender {
  /*text-align:center;*/
  margin-bottom: 1.5em; }

#content section.form form p.bottom {
  margin-bottom: 1em; }

#content section.form form p.msg {
  font-size: 0.8em;
  margin-bottom: 3em; }

#content section.form form p.adh input,
#content section.form form p.gender input {
  margin: 0;
  padding: 0; }

#content section.form form p.adh label,
#content section.form form p.gender label {
  padding: 0 15px 0 5px; }

#content section.form form p.bday select,
#content section.form form p.how_known select {
  margin-left: 8px; }

#content section.form form #response {
  padding-top: 30px; }

#content section.form form #response p {
  color: #b4b4b4;
  font-size: 1.4em;
  line-height: 1em; }

#content section.form form #response h5 {
  color: #229c1f;
  font-size: 1.4em; }

p.info_links {
  color: #229c1f;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px 0; }

p.info_links a {
  color: #229c1f;
  text-decoration: none; }

p.info_links a:hover {
  text-decoration: underline; }

p.info_links a:visited {
  color: #246D38; }

p.score {
  font-size: 24px;
  line-height: 24px;
  color: #868686;
  text-align: center;
  margin: 20px 10px 30px; }

p.score strong {
  color: #229c1f; }

p.score2 {
  font-size: 12px;
  line-height: 24px;
  margin: 0 10px 20px; }

p.score2 a {
  color: #229c1f;
  text-decoration: none;
  font-weight: bold; }

p.score2 a:hover {
  text-decoration: underline; }

#content p.action {
  margin: 30px 0 10px; }

#content p.action a.btn {
  background-image: none;
  display: inline;
  padding: 5px 20px;
  margin-bottom: 5px; }

#main_footer p {
  font: 9px/31px Arial,tahoma,sans-serif;
  color: #FFFFFF;
  margin-left: 235px;
  text-align: center; }

#main_footer a {
  color: #FFFFFF; }

section#reunions_popup {
  position: relative;
  top: 10%;
  padding: 20px 30px;
  width: 450px;
  background: #fff;
  border: 1px solid #808080;
  margin-left: 40px; }

.js section#reunions_popup {
  display: none;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: none;
  position: relative; }

.js section#reunions_popup .close_popup {
  background: url("../img/styles/close_popup.png") no-repeat;
  color: #fff;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  margin-right: -22px;
  margin-top: -20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-decoration: none; }

.ie section#reunions_popup, .ie8 section#reunions_popup, .ie7 section#reunions_popup, .ie6 section#reunions_popup {
  border: 1px solid #808080; }

section#reunions_popup h3, section#reunions_popup h4 {
  margin: 0;
  margin-bottom: 5px; }

section#reunions_popup h4 {
  font-size: 0.9em;
  line-height: 1em; }

dl#reunions_list {
  text-transform: uppercase;
  margin: 10px auto 20px;
  width: 360px;
  overflow: hidden; }

section#reunions_popup dt.even, section#reunions_popup dd.even {
  color: #229c1f; }

section#reunions_popup dt.odd, section#reunions_popup dd.odd {
  color: #0062A1; }

section#reunions_popup dt, section#reunions_popup dd {
  margin: 0;
  float: left;
  width: 160px;
  padding: 2px 20px; }

section#reunions_popup dt {
  border-right: 1px solid #b4b4b4;
  padding-left: 30px; }

section#reunions_popup dd {
  padding-right: 0;
  width: auto; }

section#reunions_popup a.btn {
  float: none;
  margin: 0 25%;
  padding: 5px 0;
  background-image: none;
  text-align: center; }

body #popup_screen {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url("../img/styles/bg_screen.png");
  z-index: 400; }

#flash_container {
  z-index: 1; }

.homeslides {
  width: 680px;
  height: 500px;
  margin-left: 15px; }

.slides_container {
  width: 680px;
  height: 442px;
  margin-bottom: 5px; }

.slide {
  width: 680px;
  height: 442px; }

ul.pagination {
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 34px;
  width: 100px; }

ul.pagination li {
  float: left;
  margin: 0px 2px;
  height: 20px;
  width: 20px;
  background-image: url("../public/images/pagination-bg.gif");
  background-repeat: no-repeat;
  text-align: center; }

ul.pagination li.current {
  background-position: -22px 0px; }

ul.pagination li a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #FFF; }

.contactus_popup {
  width: 46px;
  height: 182px;
  position: absolute;
  overflow: hidden;
  top: 76px;
  right: 0px;
  z-index: 100; }

.contactus_popup.fixed {
  position: fixed;
  top: 0; }

.contactus_button {
  width: 362px;
  height: 162px;
  margin-top: 20px; }

#main h1 span.sub-title {
  font-size: 21px !important; }

#contactForm p.input {
  width: 360px !important; }

#contactForm p.input label {
  width: 80px !important; }

#contactForm p.input input {
  width: 270px !important;
  margin-top: -6px; }

#contactForm p.city #city {
  width: 140px !important; }

#contactForm p.city #lbl_cp {
  width: 40px !important; }

#contactForm p.city #cp {
  width: 80px !important; }

/**
 * 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 */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

.alert-warning {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 25px;
  width: 74%;
  color: orange; }
  .alert-warning a {
    font-weight: bold;
    color: orange;
    text-decoration: underline; }
    .alert-warning a:hover {
      text-decoration: none; }

/**
 * 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; } }
