/* CSS Reset (merci Eric Meyer) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}:focus{outline:0;}body{line-height:1;color:#000;background:#FFF;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:400;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
	letter-spacing: .5px;
  background-color: #0EA05F;
	text-align: center;
	color: #fff;
}
p {
	line-height: 130%;
}
a {
	color: #fff;
}
h2, h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Georgia, 'Times New Roman', serif;
}
h3 {
	font-size: 15px;
}
a img {
	text-decoration: none;
	color: none;
}
hr {
	border: none;
	border-bottom: 1px solid #87D0AF;
	height: 1px;
	margin: 20px 0 20px 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clear {
	clear: both;
}
/* ================
404
===================*/
#four-four {
	
}

/* ================
Miscellaneous
===================*/
.hidden {
	display: none;
}
.message-error {
	background: #990000;
	line-height: 200%;
}
.message-notice {
	background: #ffff99; 
	line-height: 200%;
	color: #000; font-style: italic;
	font-family: Georgia, 'Times New Roman', serif;
}
/* ================
Form error
===================*/
.error {
	text-align: left; font-weight: normal;
	color: #000;
}
.error h2 {
	padding: 3px 10px 3px 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.error ul {
	padding: 0 10px 0 10px;
	list-style-type: disc;
}
.error li {
	margin-left: 30px;
	margin-bottom: 4px;
}

/* ================
Terms
===================*/
#terms {
	text-align: left;
}
#terms li {
	font-style: italic;
  margin: 1em 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.4em;
}
/* ================
Structure
===================*/
#header {
	margin-top: 20px;
}
#header #logo {
	height: 190px;
}
#header h1, #header .description {
	display: none;
}
#page {
	
}
#content {
	padding: 15px 0 20px 0;
	background-color: #158A56;
	margin-bottom: 10px;
}
.narrow-column {
	margin: 0 auto;
	width: 310px;
}

/* ================
Support
===================*/
#support {
  padding: 0;
	margin-bottom: 60px;
	text-align:center;
}
#support p {
}

/* ================
Tour
===================*/
#tour a {
	color: #fff;
}
#tour p {
	margin: 5px 0 13px 0;
}
#tour h2 {
	font-size: 28px; font-weight: normal;
}
#tour h3 {
	font-size: 20px;
	margin-bottom: 11px;
}
#tour-about {
}
#gallery {
	display: block;
	margin-bottom: 7px;
}
#gallery ul li {
	display: inline; margin: 2px;
}
#gallery ul li img {
	border: 5px solid #fff;
	margin-bottom: 10px;
}


/* ================
Subscribe
===================*/
#subscribe p {
	font-weight: bold;
	margin-bottom: 5px;
}
form.signup_form {
	font-weight: bold;
	font-size: 95%;
}
form.signup_form #user_cell {
	color: #02421E;
	font-family: Georgia, 'Times New Roman', serif;
	padding: 4px;
	font-size: 38px;
	text-align: left;
  padding-left: 36px !important; /* for IE6 which wont display the cell icon */
  width: 266px;
  padding-left: 4px;
  background: #fff url(/images/cell_icon.gif) left center no-repeat;
}
form.signup_form  .box {
	text-align: left;
	width: 296px;
	border: 1px solid #0EA05F;
	padding: 5px;
}
form.signup_form label {
	margin-right: 4px;
}
form.signup_form .submit {
	text-align: right;
}
form.signup_form input[type=submit] {
	font-size: 24px; padding: 3px; margin-top: 8px;
}
/* ================
Confirmation
===================*/
form.confirmation_form #activation_code, form.confirmation_form #unsubscribe_code {
	color: #02421E;
	font-family: Georgia, 'Times New Roman', serif;
	padding: 4px;
	font-size: 38px;
	text-align: center;
	width: 290px;
}
form.confirmation_form input[type=submit] {
	font-size: 24px; padding: 3px; margin-right: 12px;
}
form.confirmation_form .submit {
	text-align: right;
}
/* ================
Private page
===================*/
#private-page {
}
/* ================
Footer
===================*/
#footer {
	clear: both;
	font-size: 90%;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #87D0AF;
}
#footer a {
	color: #87D0AF;
}
#footer p {
	margin: 5px 0 13px 0;
}
#footer p.support {
  color: blue;
}