@CHARSET "UTF-8";

a
{
    color: #000;
}

a:hover
{
    color: #666;
}

html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%; /* needed for page min-height */
    text-align: center; /* IE5 */
    background-color: #8194be;
    color: #000;
    font-family: verdana, helvetica, arial, verdana, sans-serif;
    font-size: 0.9em;
}

#container
{
    position: relative; /* for footer positioning */
    margin: 0px auto; /* center non-IE5 */
    width: 760px;
    background-color: #fff;
    height: auto !important; /* non-IE6 */
    height: 100%; /* min-height for IE6 */
    min-height: 100%; /* non-IE6 */
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
    text-align: left; /* IE */
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
    background-position: 50% 150px;
}


/*** header ***/

#header, #footer
{
    text-align: center;
    background-color: #E6E6FA;
}

#header
{
    background-image: url( '/images/feet.png' );
    background-position: center left;
    background-repeat: no-repeat;
}

h1
{
    padding: 10px;
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    color: #404a5f;
}

#header ul
{
    margin: 0px;
    padding: 5px 0px;
    background: transparent url( '/images/drop-shadow.png' ) repeat-x scroll bottom left; 
}

#header li
{
    display: inline;
    padding: 5px 10px;
}

#header li.current
{
    background: #fff url( '/images/tab-bkg.png' ) no-repeat scroll top right;
    border-left: 2px solid #ccc;
}

#lang
{
    float: right;
    padding: 5px 10px;
}


/*** body ***/

#content
{
    padding: 30px 30px 3.5em 30px; /* bottom padding to avoid to overlap footer */
}

h2
{
    margin: 0px 0px 20px 0px;
    color: #8194be;
    font-weight: bold;
    font-size: 1.75em;
    border-bottom: 1px solid #E6E6FA;
}

h3
{
    margin: 0px;
    color: #8194be;
    font-weight: bold;
    font-size: 1.25em;
}

p
{
    text-align: justify;
}

img.right-image
{
    float: right;
    padding: 0px 0px 15px 15px;
}

.todo
{
    color: #f00;
}

.hide
{
    display: none;
}

#contactTable
{
    border: 1px solid #E6E6FA;
    padding: 10px;
    background-color: #ffffff;
}

.testimonialQuote p
{
    font-style: italic;
    text-align: center;
}

.testimonialSignature
{
    text-align: right;
    margin-bottom: 20px;
}

ul
{
    padding-left: 15px;
    margin-bottom: 20px;
}

li
{
    list-style-type: circle;
    margin-bottom: 5px;
}

.column
{
    float: left;
    width: 345px;
}

#punchLines p
{
    margin: 40px 0px 0px 0px;
    text-align: center;
    font-wxeight: bold;
    font-size: 2em;
}

#motto
{
    margin: 40px 0px 0px 0px;
    text-align: center;
    color: #8194be;
    font-weight: bold;
    font-size: 2.5em;
}

/*** footer ***/

#footer
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-top: 2px solid #ccc;
}

#footer div
{
    padding: 0.375em;
    font-size: 0.75em;
}


