﻿body 
{
    margin: 0;
    padding: 0;
    background-color: #808080;
    /*background-color: #FFFFFF;*/
    /*background-image: url("/images/grad-vert.png");
    background-position: top left;
    background-repeat: repeat-x;    */
    text-decoration: none;
}
a   
{
	text-decoration:none;
	outline: none;
	border: none;
}
p:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child 
{
    margin-top: 0;
}
#wrapper 
{
    position: relative;
    top: 15px;
    margin: 0 auto;
    width: 960px;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    background-color: #FFFFFF;
}
#header 
{
    position: relative;
    width: 100%;
    height:  140px; 
}
#headerLeft
{
    position: relative;
    float: left;
    width: 25%;
}
#headerRight 
{
    position: relative;
    float: right;
    width: 75%;
}
#centerColumn
{
    position: relative;
    width: 100%;
    min-height: 720px !important;    
    background-image: url("/images/homepage_2019.png");
    background-position: top right;
    background-repeat: no-repeat;
 
}
#centerColumn1
{
    position: relative;
    width: 100%;
    min-height: 720px !important;
    background-image: url("/images/mountain00.png");
    background-position: top right;
    background-repeat: no-repeat;
}
#centerColumn2
{
    position: relative;
    width: 100%;
    min-height: 720px !important;
     /* background-image: url("/images/beach01.png");*/
    background-position: top right;
    background-repeat: no-repeat; 
}
#centerColumn3
{
    position: relative;
    width: 100%;
    min-height: 720px !important;
   /* background-image: url("/images/beach01.png");*/
    background-position: top right;
    background-repeat: no-repeat;
}
#footer 
{
    position: relative;
    width: 98%;
    height: 300px;
    border-top: 1px solid #DDDDDD;
    padding-left: 20px;
}
#menu
{
    position: relative;
    bottom: 3px;
    width: 100%;
    height: 36px;
    font-size: 1.2em;
    color: #252525;
}

#menu a
{
    padding: 0;
    margin: 0;
    outline: none;
    border-left: 1px solid #6B6C73;
    border-right: 1px solid #6B6C73;
    text-decoration: none;
    font-weight: bold;
    color: #505050;
}

#menu a:hover
{
    color: #505050;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul a
{
    width: 100%;
    border: 0 !important;
}

#menu ul li
{
    width: 147px;
    float: left;
    padding: 0 20px 0 20px;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin-left: 2px;
    background-image: url("/images/white-grad.png");
    background-position: top left;
    background-repeat: repeat-x;
}

#menu ul li:hover
{
    background-image: url("/images/grey-grad.png");
    background-position: top left;
    background-repeat: repeat-x;
}

#menu ul li:active
{
    background-image: url("/images/grey-grad.png");
    background-position: top left;
    background-repeat: repeat-x;
}

#menu ul li.selected
{
    background-image: url("/images/grey-grad.png");
    background-position: top left;
    background-repeat: repeat-x;
}

#menu ul li a
{
    position: relative;
    display: block;
    padding: 0;
    line-height: 34px;
    border: 1px solid #C3D1EC;
    border-bottom: 0;
}

.arrow
{
    position: relative;
    top: 10px;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid #C0C0C0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#ssLogo 
{
    position: relative;
    float: left;
    top: 10px;
    left: 10px;
    width: 203px;
    height: 43px;
    border-bottom: 1px solid #DDDDDD;
    border: none;
}
#clientLogo
{
    position: relative;
    float: left;
    clear: left;
    top: 20px;
    left: 10px;
    max-width: 375px;
    max-height: 72px;
    border: none;
}

#secondClientLogo
{
    position: absolute;
    float: left;
    clear: left;
    top: 65px;
    left: 190px;
    max-width: 375px;
    max-height: 72px;
    border: none;
}

#content 
{
    position: relative;   
    width: 800px;
    height: auto;
    padding-left: 20px;
} 
#contentidx 
{
    position: relative;   
    width: 460px;
    height: auto;
    padding-left: 20px
}
#contentContactus
{
    position: relative;   
    width: 460px;
    height: auto;
    padding-left: 50px;
	padding-top: 25px;
}
#promo 
{
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
    /*top: -61px;*/
    bottom: 60px;
    right: 20px;
    float: right;
    width: 300px;
    height: 200px;
    background-color: #FFFFFF;
}
#headLinks
{
    position: relative;
    right: 10px;
    float: right;
    width: 300px;
    height: 100px;
}
#questions 
{
    position: relative;
    float: left;
    clear: right;
    height: 33px;
}
#signIn
{
    position: relative;
    float: right;
    width: 520px;
    height: 50px;
    margin-right: -175px;
}
