﻿
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: normal;
    margin: 0 auto;
    padding: 0;
    background-image: url(../../Images/page-background.jpg);
    background-repeat: repeat-x;
    background-color: #8f8f8f; /* medium even gray */ /*#ededed;*/ /* light gray */
}

h1
{
    font-size: 16px;
    font-weight: bold;
}
h2
{
    font-size: 14px;
    font-weight: bold;
}
h2.bodystyle
{
    font-size:1.0em;
    font-weight: normal;
    font-style:normal;
}

span.darkblue
{
    color: #004b96;
}

span.washout
{
    color: #888888;
}
span.defaulttext_color
{
    color: Black;
}

span.air_color
{
    color: #86b4d3;
}
span.collection_color
{
    color: #ee7521;
}
span.land_color
{
    color: #6ab745;
}
span.lifestyle_color
{
    color: #ffbf0f;
}
span.sea_color
{
    color: #1a358d;
}

span.sub_title
{
    font-size: 1.1em;
    text-transform: uppercase;
}


ul.row {
    list-style-type: none;
    list-style-image:none;
    margin: 0px;
    padding: 0px;
    list-style-position:outside;
}
li.row_flush {
    padding-bottom: 0.5em;
    padding-left: 0px;
    padding-right: 0px;
}
li.row {
    padding-bottom: 0.2em;
    padding-left: 10px;
    padding-right: 0px;
}
li.row_deep {
    padding-bottom: 0.2em;
    padding-left: 30px;
    padding-right: 0px;
}
li.row_top {
    padding-bottom: 0.2em;
    padding-left: 10px;
    padding-right: 0px;
    vertical-align: text-top;
}

li.thinrow {
    /* todo */
    padding-left: 10px;
    padding-right: 0px;
}
li.grouprow {
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 10px;
    padding-right: 0px;
}



/*Links*/
/*======================================================================================*/
a.link, a.link:hover, a.link:visited, a.link:hover
{
    color: #004b96;
    font-size:90%;
    font-weight: bold;
}
a.link_small, a.link_small:hover, a.link_small:visited, a.link_small:hover
{
    font-size:90%;
    color: #004b96;
}


/******************************************************************** Lists */
ul
{
    list-style-image: url("../../Images/bullet.gif");
}
li
{
    padding-left: 2px;
    padding-bottom: 4px;
}

/******************************************************************** Lists */
.error
{
    font-weight: bold;
    color: #990000;
}
.requiredValidator
{
    color: #990000;
}





/******************************************************************** Contact US */
input.contactForm
{
    width: 240px;
    font-family: 'Courier New' , Verdana, Arial;
    font-size: 8pt;
    background-color: #f3f3de; /* sand */
}
.messBox
{
    width: 160px;
    height: 100px;
    font-family: 'Courier New' , Verdana, Arial;
    font-size: 8pt;
    background-color: #f3f3de; /* sand */
}
.validator
{
    /*position:absolute;*/
    width: 200px;
    color: #550000;
}
.error
{
    color: #cc0000;
}
.validatorCallout
{
    background-color: #777700;
    color: #550000;
}
#feedback
{
    margin-top: 40px;
}
#progressImg
{
    margin-left: 25px;
    margin-top: 40px;
}
#feedbackWaiting
{
    margin-top: 40px;
    width: 250px;
    text-align: left;
    color: #006600; /* green */
}
#feedbackSent
{
    margin-top: 40px;
    font-style: italic;
    width: 250px;
    background-color: #fdf3c6; /* cream */
    color: #003300; /* dark dark green */
    padding: 40px;
    border: solid thin #bbbbcc;
}
#feedbackFailed
{
    margin-top: 40px;
    font-style: italic;
    font-weight: bold;
    width: 250px;
    color: #770000;
    background-color: #fdf3c6; /* cream */
    padding: 40px;
    border: solid thin #bbbbcc;
}
p.errorHeadline
{
    font-weight: bold;
    color: #5c3800; /* brownish */
}
p.successHeadline
{
    font-weight: bold;
    color: #044b00; /* dark green */
}


/******************************************************************** Visibility */

.visible
{
    display: inline;
    visibility: visible;
}

.hidden
{
    display: none;
    visibility: hidden;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

img.logo
{
    border-width: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}
img.tagline
{
    border-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 18px;
}




.textcenter
{
    text-align: center;
}

.textright
{
    text-align: right;
}

.space
{
    height: 20px;
    margin: 0;
    padding: 0;
}

/* CSS TRICKERY! - apply this class to a <br /> like this <br class="clear" />.  
    The <br /> tag should come after nested <div> tags that are floated.  This will
    clear the floats above it and allow the parent <div> to render and wrap around
    all child elements that have been floated.  This fixes background color and
    background image inheritance problems!!!
/* =====================================================================================*/
.clear
{
    height: 1%;
    margin: 0;
    padding: 0;
    clear: both;
}

