* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
}

body {
  background-attachment: fixed;
  background-image: url('/images/background.gif');
  background-color: #E9FDDA;
  background-repeat: no-repeat;
  background-position: 100% 100%;

  font-size: 62.5%;
  font: normal 1em "Helvetica neue", "Lucidia Sans Unicode", Arial, sans-serif;

  line-height: 1.2em;
}

/*

 Standard elements
 
 */
 
.cleared { clear: both; }

ul {
 margin-left: 30px;
}

p {
  margin-bottom: 20px;
}

p em {
  background-color: #B4F28B;
  padding: 0px 2px;
}

strong {
  color: #064255;
}

#header {
  background-color: #0C7A07;
  background-image: url('/images/style/gradient.png');
  background-repeat: repeat-x;
  background-position: 0% 100%;
  padding: 0px 0px 15px 3px;
}

#logo {
  width: 770px;
  margin: 0px auto;  
}

#header img {
  border: 0px;
}

#content-wrapper {
  width: 770px;
  margin: 0px auto -1.1em auto;
  border-radius: 15;
  padding-bottom: 9em;
  
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/*

 Language select
 
 */

#language_select {
  height: 3px;
  width: 100%;
  background-color: #076505;
}

#language_select #flags {
  position: absolute;
  right: 20px;
  top: 15px;
  background-color: #076505;  
  margin-right: 50px;
  margin-top: -15px;
  padding: 5px 15px;
  padding-bottom: 3px;
}

#language_select img {
  border: 0px;
}

/*

 Bar navigation
 
 */
 
#navigation {
  text-align: center;
  width: 100%;
  background-color: #67ABC1;
  height: 30px;
}

#navigation ul {
  clear: both;
  text-transform: uppercase;
  margin: 0px auto;
  width: 770px;
  list-style-type: none;
}

#navigation ul li {
  font: bold 1em/1.2em "Gill Sans","Verdana", "Arial Black",Arial,sans-serif;
  float: left;
  text-align: left;
}

#navigation ul li a {
  padding: 5px 0px;
  color: #fff;
  width: 191px;
  height: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
}

#navigation ul li a.current {
  background: #3D8394;
}

#navigation ul li a:hover {
  text-decoration: none;
  background: #3D8394;
  height: 100%;
}

/*

 Content structure
 
 */

#content {
  padding: 30px;
  border: dotted 1px #000;
  background: rgba(255, 255, 255, 0.65);
}

h1 {
  font:	bold 1.8em "Gill Sans","Arial Black",Arial,sans-serif;
  color: #30802B;
  text-transform: uppercase;
  margin: 20px 0px;
  margin-top: 23px;
  text-align: center;
}

.breakout {
  font-size: 1.5em;
  padding: 10px;
  background-color: #E9FDDA;
  line-height: 1.5em;
  text-align: center;
}

#contact {
  border: 1px dotted #777;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.65);
}

#footer, #push {
	height: 1.1em;
}

#footer {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  
  text-align: center;
  padding: 5px 0px;
}

/*

  Specific content
  
 */

.highlight_box {
  margin-bottom: 50px;
}

.highlight_box h2 {
  text-align: center;
  margin: 10px 0px 30px 0px;
}

.highlight_box .highlight_box_content {
  clear: both;
  margin-top: 20px;
  height: 262px;
}

.highlight_box_content img {
  float: right;
}

.highlight_box ul {
  font-weight: bold;
  padding: 50px 0px 0px 40px;
  line-height: 1.2em;
}

.photo_strip {
  padding: 0px auto;
  text-align: center;
  margin: 50px 0px;
}

p.demo {
  text-align: center;
  font-size: 1.2em;
}

/*

 Form stuff
 
 */

#flash {
  font:	bold 1.9em "Gill Sans","Arial Black",Arial,sans-serif;
  background-color: #C1C1C1;
  color: #0C7A07;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #0C7A07;
}

#errorExplanation {
  padding: 0px 0px 30px 40px;
}

#errorExplanation h2 {
  padding: 0px;
  color: #CE1A1A;
}

#errorExplanation p {
  padding-top: 10px;
  padding-left: 0px;
}

#errorExplanation ul {
  padding-left: 40px;
}

form {
  padding: 0px 0px 0px 40px;
}

form p {
  padding: 0px;
}

input, textarea {
  font-size: 1.2em;
  margin-bottom: 20px;
  margin-top: 3px;
}

input:focus, textarea:focus {
  font-size: 1.2em;
  background-color: #E9FDDA;
}