﻿body 
{
    padding:0;
    margin:0;
    font-family:Segoe UI, Tahoma;
    background:url('../images/bg.jpg') repeat;
}

img
{
    border:none;
}

a
{
     text-decoration:none;
}

#main
{
    width:1044px;
    margin:0 auto;
    background-color:white;
}

#header
{
    background-image:url('../images/headerBar.jpg');
    background-repeat:repeat-x;
    height:125px;
}

#logo
{
    float:left;
    margin:8px 0 0 8px;
    height:110px;
    width:97px;
}

#slogan
{
     float:left;
     margin:41px 0 0 39px;
     height:51px;
     width:584px;
}

#contact
{
    color:#34353A;
    display:block;
    float:right;
    font-size:9pt;
    height:82px;
    padding-right:15px;
    padding-top:9px;
    text-align:right;
    width:250px;
}

#contact span.company
{
    font-weight:bold;
    font-size:11pt;
}

#lang
{
    clear:right;
    float:right;
    margin:4px 13px 0 0;
     height:25px;
     width:25px;
}

#content
{
}

#left
{
    padding:18px 0 0 22px;
    width:193px;
    float:left;
}

#innerleft
{
    padding:18px 0 0 12px;
    width:193px;
    float:left;
}

.leftservices
{
    padding-top:15px;
}

.leftBox
{
    background-image:url('../images/box.jpg');
    background-repeat:no-repeat;
    height:124px;
    margin:28px 0;
    text-align:center;
}

.boxTitle
{
    margin:0 auto;
    color:#c2171e;
    font-family:Segoe UI,Tahoma;
    font-size:15pt;
}

.boxText
{
    color:#c2171e;
    font-family:Segoe UI,Tahoma;
    font-size:9pt;
}

#magazine
{
    background-image:URL('../images/magazine.png');
    background-repeat:no-repeat;
    width:46px;
    height:47px;
    margin-top:11px;
    padding-bottom:14px;
    cursor:pointer;
}

#conRoom
{
    background-image:URL('../images/conRoom.png');
    background-repeat:no-repeat;
    width:53px;
    height:63px;
    margin-top:7px;
    cursor:pointer;
}

#forum
{
    background-image:URL('../images/forum.png');
    background-repeat:no-repeat;
    width:73px;
    height:65px;
    margin-top:4px;
    cursor:pointer;
}

#middle
{
    float:left;
    padding-left:25px;
    margin-top:32px;
    width:550px;
}

#text
{
    padding-top:5px;
    font-size:10pt;
}

#text h1
{
    color:#005aaa;
    font-family:Segoe UI,Tahoma;
    font-size:15pt;
    display:block;
}

#text h2
{
    border-bottom: 1px solid #c2171e;
    font-size: 11pt;
    color:#c2171e;
}

#text p
{
    font-size:10pt;
}

#text ul, #text ol
{
    font-size:10pt;
}

#text ul li
{
    margin-bottom:4px;
    list-style-type:square; 
}

#text ol li
{
    margin-bottom:5px;
}

#text a:hover
{
    text-decoration:underline;    
}

#text table
{
    margin-bottom: 20px;
    border:1px dotted black;
     
}

.title
{
    color:#c2171e;
    font-family:Segoe UI,Tahoma;
    font-size:15pt;
    display:block;
    font-weight:bold;
}

.bluetitle
{
    color:#005aaa;
    font-family:Segoe UI,Tahoma;
    font-size:15pt;
    display:block;
    font-weight:bold;
}

#services
{

    padding-top:10px;
}

#galery
{    
    width:511px;
    height:190px;
    margin:0px auto;
    margin-bottom:40px;
}

#news
{
    width:100%;
    float:left;
}
.news
{
    width:100%;
    float:left;
    margin-bottom:10px;
}
#news a:link
{
    text-decoration:none;
    color:Black;
}

#news a:hover
{
    text-decoration:underline;
}

#right
{
    float:right;
    padding:18px 20px 0 22px;
    width:194px;
}

.rightBox
{
    background-image:url('../images/box.jpg');
    background-repeat:no-repeat;
    height:124px;
    margin:28px 0;
    text-align:center;
}

#quickPay
{
    background-image:URL('../images/quickPay.png');
    background-repeat:no-repeat;
    width:61px;
    height:60px;
    margin-top:11px;
    padding-bottom:2px;
    cursor:pointer;
}

#onlineIns
{
    background-image:URL('../images/onlineIns.png');
    background-repeat:no-repeat;
    width:133px;
    height:48px;
    margin-top:11px;
    padding-bottom:14px;
    cursor:pointer;
}

#azPic
{
    float:right;
    padding:0 35px 25px 0;
}

#claims
{
    text-align:center;
    border:1px solid #e0e0e0;
    background-color:#f7f7f7; 
    margin-bottom:25px;
}

.claimscontent
{
    padding:8px;
    font-size:9pt;
    text-align:left;
}

.date
{
    color:#4486c1;
    font-size:10pt;
    float:left;
    padding-right:10px;
}

.more
{
    display:block;
    font-size:10pt;
    text-align:right;
}

#footer
{
    background-image:url('../images/footerBar.jpg');
    background-repeat:repeat-y;
    height:29px;
    clear:both;
}

#copyright
{
    display:inline;
    float:left;
    font-size:10pt;
    margin:6px;
}

#sk
{
    display:inline;
    float:right;
    font-size:10pt;
    margin:6px;
}

#modal_container {  
    padding:5px;  
    background-color:#fff;  
    border:1px solid #666;  
    overflow:auto;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
    text-align:left;  
} 

#modal_overlay {  
   background-color:#000;  
} 