﻿/* remove the right hand column */
.center-column 
{
    margin:0px 15px 0px 250px;
}

#searchAgain 
{
    margin-bottom:15px;
}

ul
{
    list-style:none;
    margin:5px 0px;
    
}

a 
{
    text-decoration:underline;
}

#content #bodyContent h2 
{    
    margin:0px;  
    font-size:120%;
    font:bold 1em/120% Arial,Helvetica,sans-serif;
}

.map img 
{
    border:2px solid #000;
}

#homeWrapper 
{
    margin:10px 0px;
    position:relative;
}
.fynCol 
{
    width:32%;       
    height:250px;
    background-repeat:no-repeat;
    background-position:bottom right;
    border:1px solid #AAC8E0;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.fynCol p
{
    padding:10px;
}
.fynCol img 
{
    margin-top:5px;
}
#homeLeftCol
{
    float:left;
    background-image:url(/common/images/my-local/leftcol_home.png);    
}

#homeRightCol 
{
    float:right;
    background-image:url(/common/images/my-local/rightcol_home.png);
}

#homeCentreCol 
{
    margin:0% 34% 0% 34%;
    background-image:url(/common/images/my-local/centcol_home.png);
}

/* home page address form */
.addrHome 
{
    padding:10px;
}
.addrHomeLbl 
{
    background-color:#aac8e2;
    font-weight:bold;
    height:22px;
    padding-top:8px;
    text-align:center;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px; 
}

.addrHomeTxt 
{
    margin-bottom:5px;
    margin-top:5px;
}

.addrHomeTxt .field 
{
    height:35px;
    border:1px solid #ccc;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px; 
}

.addrHomeTxt .field input
{
    border:none;
    width:100%;
    height:100%;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px; 
    font-size:14px;
}

.addrHomeBtn .buttonContainer input
{    
    height:32px;
    width:75px;
    padding-bottom:3px;
}



/*disclaimer popup*/
#disclaimerCtr
{
    width:100%;
    text-align:center;
}
#viewDisclaimer 
{
    text-decoration:underline;
    cursor:pointer;
    color:#0000FF;
}
#popup{position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:transparent;display:none;z-index:100000;border 1px solid #000}
#popup #popupBG{position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:#444;opacity:0.6}

#popup #popupContent
{
    position:absolute;
    opacity:1;
    top:25%;
    left:50%;
    padding:15px;
    max-height:50%;
    height:auto;
    margin-top:-197px;
    width:450px;
    margin-left:-247px;
    background-color:#fff;
    
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 30px #444444;
    -moz-box-shadow: 0px 0px 30px #444444;
    -webkit-box-shadow: 0px 0px 30px #444444;
}

#popup #popupClose
{
    float:right;position:relative;right:0px;
}

#popup p{overflow:auto;position:relative;width:auto;height:85%;color:#000;padding:5px}
#popup #popupClose{float:right;}
#popup .popupBtn{cursor:pointer;}

