@font-face {
    font-family: 'Trajan Pro';
    src: url("/css/Trajan Pro.eot")
}
@font-face {
    font-family: 'Trajan Pro';
    src: url("/css/Trajan Pro.ttf")
}

@font-face {
    font-family: 'Trajan Pro';
    src: url("/css/Trajan Pro.otf") 
}


blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}

br.both{
    clear:both;
}
#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:99999998;
}
#popupContact{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:500px;
    width:560px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:35px;
    font-size:13px;
    z-index:99999999;
}

#popupContact h1{
    text-align:left;
    color:#555555;
    font-size:22px;
    font-family: 'Trajan Pro';
    padding-bottom:2px;
    margin-bottom:20px;
}
.popupContactClose{
    font-size:15px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#666;
    font-weight:700;
    display:block;
}
#button{
    text-align:right;
}

#contactArea {
    color:#666;
    font-size:11px;
    line-height:16px;
    text-align:justify;	
}

.my_link:link {text-decoration:underline;color:#333;}
.my_link:active {text-decoration:underline;color:#333;}
.my_link:visited {text-decoration:underline;color:#333;}
.my_link:hover {text-decoration:underline;color:#999;}

#backgroundPopup2{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}
#popupContact2{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:520px;
    width:970px;
    background:#000;
    border:1px solid #333;
    z-index:2;
    font-size:13px;
    z-index:99999999;
}
#popupContact2 h1{
    text-align:left;
    color:#555555;
    font-size:22px;
    font-family: 'Trajan Pro';
    padding-bottom:2px;
    margin-bottom:20px;
}
#popupContactClose2{
    font-size:15px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#666;
    font-weight:700;
    display:block;
}
.button2{
    text-align:right;
}

#contactArea2 {
    color:#666;
    font-size:11px;
    line-height:16px;
    text-align:justify;	
}

#popupContactLogin{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:150px;
    width:800px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:35px;
    font-size:13px;
    z-index:9999;
}

#loginpopup {
    text-align: left;
}

#loginpopup .left {
    width:310px;
    margin-left:40px;
    margin-right:26px;
    float:left;
}
#loginpopup .back {
    margin-left: 20px;
    color:#484746;
    font-size:10pt;
    float:left;
    text-decoration:none;
}
#loginpopup .left table {
    color:#484746;
    font-size:10pt;
}
#loginpopup .left .inputClass {
    background-color:#e6e6e7;
    width:200px;
    border:0px;
}
#loginpopup .left .title {
    color:#484746;
    font-size:12pt;
    width:310px;
    margin-bottom:15px;
    border-bottom: 1px solid #ccc;
}
#loginpopup .left .login {
    color:#a29257;
    font-size:12pt;
    cursor:pointer;
}
#loginpopup .right .title {
    color:#484746;
    font-size:12pt;
    width:310px;
    margin-bottom:15px;
    border-bottom: 1px solid #ccc;
}
#loginpopup .right {
    width:310px;
    margin-left: 26px;
    margin-right: 40px;
    float:left;
    color:#484746;
    font-size:10pt;
}
#loginpopup .right .createAccount {
    color:#a29257;
    font-size:12pt;
    cursor:pointer;
}




