﻿#lightbox
{
 padding:5px 5px 5px 5px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    margin-left: -350px;
    background: #fff;
    z-index: 1001;
    display: none;
    border: 8px solid #808080;    
    border-collapse:separate;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
-moz-box-shadow: 5px 5px 5px black;
-webkit-box-shadow: 5px 5px 5px black;
box-shadow: 5px 5px 5px black;
}

#lightbox-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}

.button {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 3px;
    margin: 5px 0px 0px 15px;
    font-size: 12px;
    text-transform: uppercase;
    background: #D53A1B;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
    width:100px;
}

.button:hover {
    background: #74A599;
}

.button:active {
    background: #F6A953;
}
        .ContactsLayOut
        {
            float:right;
            width:400px;
        }
        .ContactsLayOut ul
        {
           list-style-type:none;
           padding-top:5px;
           padding-bottom:5px;
        }
        .ContactsLayOut ul li
        {
           padding: 6px 0px 4px 0px;
        }
 .ContactsLayOut .Lbl
        {
           float:left;
            text-align:left;
           width:100px;
        }
        .ContactsLayOut .txt
        {
           float:right;
           text-align:left;
            width:260px;
        }

.heading1 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color:Black;
}


.FindContacts{ line-height:30px; position:relative; cursor:pointer; background:url("../images/header_bg.png") repeat-x scroll 0 0 transparent; padding-right:15px;  height:30px; margin:3px 0 0  3px; color:#fff;}
.FindContacts ul{ display:block; position:absolute; left:0px; top:15px;background:#fff; border:1px solid #AF2002; list-style-type:none; padding:0; line-height:22px; border-top:1px solid #AF2002;color:#000;} 
.FindContacts:hover{ background:#AF2002; }
.FindContacts img{ margin-left:3px;}
