﻿#home
{
    position: relative;
    padding:90px 0 0 0;
}


.box-home
{
    padding:15px;
    float:left;
    width:50%;
    min-height:180px;
    box-shadow:inset 0 0 10px rgba(0,0,0,.6);
}

.box-home h1
{
    font-size:26px;
    border:none;
    margin-top:5px;
}

.box-home h1, .box-home p, .box-home a
{
    color:#fff;
    font-weight:bold;
    text-shadow:1px 1px 3px rgba(0,0,0,.4);
}

.box-home a
{
    text-decoration:underline;
}
.box-loginProcess
{
    padding: 15px;
    margin-top: 20px;   
    background:#fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);    
    position: relative;    
    margin:0 auto 10px auto;
    color:#fff;
    min-height:180px;    
    padding-left: 15px;
    width:980px;
    
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}
.box-loginProcess h1
{
    font-size:26px;    
    border:none;
    margin-top:15px;
    
}

.box-loginProcess h1, box-loginProcess p, .box-loginProcess a
{
    
    font-weight:bold;
    /*text-shadow:1px 1px 3px rgba(0,0,0,.4);*/
}

#tagline
{
    position:static;
    margin:0 auto 100px auto;
    display:block;
}

#carousel
{
    position:relative;
    margin:0 auto 10px auto;
    width:980px;
    height:530px;
}

#carousel img
{
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    box-shadow:2px 2px 4px rgba(0,0,0,.5);
    position:absolute;
    top:0;
    left:0;
    width:980px;
    height:530px;
    z-index:3;
}

#next, #last
{
    position:absolute;
    top:50%;
    left:10px;
    width:22px;
    height:37px;
    cursor:pointer;
    margin-top:-17px;
    z-index:10;
    background:url(/images/arrowLeft.png) no-repeat;
}

#next
{
    left:auto;
    right:10px;
    background:url(/images/arrowRight.png) no-repeat;
}