@charset "UTF-8";
body {
    margin: 0px;
    padding: 0px;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/sand.gif');
    background-repeat: repeat;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #ff0000;
}

a:active {
    color: #ff0000;
}

.hometop {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/water.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 365px;
}
.nav {
    height: 57px;
    width: 534px;
    padding-right: 254px;
}
.homepic {
    height: 150px;
    width: 790px;
}

.bottom_wrap {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_wave.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.homecontent {
    width: 790px;
}
.hcright {
    width: 232px;
}

.hcleft_fill {

}

.hcleft_min_height {
    height: 450px;
    width: 1px;
}

.hcleft td {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #000000;
}

.hcleft {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/homemain_03.gif');
    background-repeat: no-repeat;
    background-position: right top;
    width: 528px;
    padding-top: 5px;
    padding-left: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: left;
    padding-right: 20px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 25px;
    color: #0b66b0;
}

h4 {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
}

.place {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/homemain_04.gif');
    height: 106px;
    width: 231px;
}

.footer {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_bar.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 35px;
    width: 790px;
    padding-top: 7px;
    text-align: center;
}

.footer a:link {
    color: #000000;
    text-decoration: none;
}

.footer a:visited {
    color: #000000;
    text-decoration: none;
}

.footer a:hover {
    color: #880000;
    text-decoration: none;
}

.footer a:active {
    color: #ff0000;
    text-decoration: none;
}

.bg_one {
    width: 100%;
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/footer_wave.gif');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.innertop {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/water_inner.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 251px;
}
.innerpic {
    height: 163px;
    width: 790px;
}

.copyright {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    height: 40px;
    width: 100%;
}

.gallery_block_outer {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/side_box_08.gif');
    background-repeat: repeat-y;
    width: 231px;
}

.gallery_block_inner {
    background-image: url('http://www.ourlittleplanet.org/themes/littleplanet/images/side_box_07.gif');
    background-repeat: no-repeat;
    background-position: top center;
    width: 231px;
}

.gallery_block_content {
    padding-left: 24px;
    padding-right: 15px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #000000;
}

.gallery_block_content a:link {
    color: #000000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: none;
}

.gallery_block_content a:visited {
    color: #000000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: none;
}

.gallery_block_content a:hover {
    color: #880000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: underline;
}

.gallery_block_content a:active {
    color: #ff0000;
    font-size: 10pt;
    font-family: Tahoma, Arial, default;
    text-decoration: underline;
}

.req {
    color: #ff0000;
}

.contact_form td {
    font-size: 12px;
    font-family: Trebuchet MS;
}

.contact_form th {
    font-size: 13px;
    font-family: Trebuchet MS;
}

.message-error {
    color: #ff0000;
}

.message-info {
    color: #008800;
}

.error {
    color: #ff0000;
}

.faqs div {
    padding-bottom: 4px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
