/* 
    Document   : style
    Created on : Jun 2, 2014, 8:10:38 AM
    Author     : DIO-TML
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/




html{
    font-family:Arial,Helvetica, sans-serif;
    color:#ffffff;
}
body{
    background:#ffffff; 
    margin: 0;
}
#container{
    width:1014px; 
    margin: auto;
    background: #fff;
    clear: both;
    content: "";
    display: table;
    -moz-box-shadow: 0 0 30px 5px #cccccc;
    -webkit-box-shadow: 0 0 30px 5px #cccccc;
    box-shadow: 0 0 30px 5px #cccccc;
}

body.ie6 #container,
body.ie7 #container,
body.ie8 #container {
    zoom:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=15, Direction=270);
}

body.ie6 #container #notifications,
body.ie7 #container #notifications,
body.ie8 #container #notifications{
    margin-top: 15px;  
    margin-left: 15px;
}

body.ie6 #container .slideshow,
body.ie7 #container .slideshow,
body.ie8 #container .slideshow{
    margin-top: 15px;  
    margin-left: 15px;
}
.clear 
{
    clear:both
}
#header{
    width:1014px;
    height: 169px; 
}
#logo { 
    float: left; 
    width: 1014px; 
    height: 127px; 
    margin: 0px; 
    background:#ffffff;
    background-image: url(../images/top-banner2.jpg);
    background-repeat:no-repeat;
    margin-bottom: 2px;
}

#navbar{
    padding-right: 2px;
    height: 34px; 
    clear: both;
    background-image: url(../images/bar44.gif);
    background-repeat: repeat;
}
#navbar ul{
    margin: 0;
    padding: 0; 
    list-style-type: none;
}
#navbar ul li{
    padding: 2px;
    float: left;
    display:block;     
    background-image: url(../images/imagesbar2.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    height: 34px;
}

#navbar ul li a{
    float: left; 
    padding: 0 0 0 4px;  
    display: block;
    color: #FFF;
    text-decoration:none;
    font-family:Verdana,Arial, Helvetica, sans-serif; 
    font-size:12px; 
    line-height:33px; 
    height:34px;
    margin:0px 11px 0px 9px; 
    font-weight:bold;
}

#navbar ul li a:hover{color:#f94608;text-shadow: 0px 1px 1px #fff;}

#left_col{
    float: left;
    width: 196px;
    color: #000; 
    background: #FFF;
    margin-top: 0px;
    margin-bottom:10px;
}

#side1{
    float: left;
    width: 590px;
    color: #000; 
    background: #FFF;
    margin-bottom:10px;
}

#center_col{
    width:600px; 
    float:left; 
    margin:0px 5px; 
    margin-bottom:10px;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    line-height:18px;
    color: #343434;
}

#gallery {
    position:relative;
    height:280px;
}
#gallery a {
    float:left;
    position:absolute;
    padding: 0px;
}

#gallery a img {
    border:none;
    padding: 0px;
}

#gallery a.show {
    z-index:500
}

#gallery .caption {
    z-index:600; 
    background-color:#000; 
    color:#ffffff; 
    height:50px; 
    width:100%; 
    position:absolute;
    bottom:0;
}

#gallery .caption .content {
    margin:5px
}

#gallery .caption .content h3 {
    margin:0;
    padding:0;
    color:#1DCCEF;
}

#right_col{
    float: left;
    width: 208px;
    color: #000; 
    background: #FFF;
    margin-bottom:10px;
}

#side1{
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 4px;
}

#side2{
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 4px;
}

#side3{
    margin-left: 2px;
    margin-right: 0px;
    margin-top: 4px;
}

#footer{
    float: left;
    width: 1014px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    line-height:18px;   
    color:#8b8b8b;
    background-color: #3f464e;
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    font-weight: bold;
    clear: both;
    padding-right: 0px;
}
/*
.slideshow {
    height: 290px;
}

.slideshow img {
    padding: 0px;
    border: 1px solid #ccc;
    background-color: #eee;
    z-index:500
}

.slideshow .caption{
    z-index:600;
        background-color:#000;
        color:#ffffff;
        height:100px;
        width:100%;
        position:absolute;
        bottom:0;
}*/



.box{
    margin-top: 0px;
    margin-left: 0px;
    padding:0px;
    width: 194px;
}

.box-h1{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:15px;  
    line-height:150%;
    color:#1F5B8D; 
    font-weight:bold; 
    padding: 0px;
}

.blue-bg{
    background-color:#15A3C7; padding:3px 3px 3px 6px; color:#ffffff;text-shadow: 0px 1px 1px #797979;
}

.green-bg{
    background-color:#60cd5b; padding:3px 3px 3px 6px; color:#ffffff;text-shadow: 0px 1px 1px #797979;
}

.red-bg{
    background-color:#f53e3c; padding:3px 3px 3px 6px; color:#ffffff;text-shadow: 0px 1px 1px #797979;
}

.yellow-bg{
    background-color:#EEAC17; padding:3px 3px 1px 6px; color:#ffffff;text-shadow: 0px 1px 1px #797979;
}
.gray-bg{
    background-color:#898586; padding:3px 3px 3px 6px; color:#ffffff;text-shadow: 0px 1px 1px #797979;
}

.navlink{
    margin: 0;
    float: left;
    text-align: left;
    width: 192px;
    background-color: #fcfbfb;
    border: solid 1px #ddd;
}

.navlink ul{
    margin: 0px;
    width: 188px;
    padding: 0px;
}

.navlink ul li{
    display:block; 
    padding-left: 6px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    text-align: left;
    width: 180px;
}

.navlink ul li a{
    text-decoration: none;
    display: block;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    line-height:20px;   
    color:#343434;
}

.navlink ul li a:hover{
    text-decoration: underline;
    display: block;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    line-height:20px;
    color:#2525ef;
}

.navlink2{
    width: 208px;
    padding: 0px;
}

.navlink2 ul{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    width: 208px;
    background-color:#c7c7c7;
}

.navlink2 ul li{
    display:block; 
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 193px;
    height: 38px;
}

.navlink2 ul li a{
    text-decoration: none;
    display: block;
}
.navlink2 ul li a img{
    border: none;
}

.box1{
    margin-top: 0px;
    margin-left: 0px;
    padding:0px;
    width: 208px;
}

.imageborder{
    width: 206px;
    background-color: #fcfbfb;
    display: block;
    height: 163px;
}


.imageborder a img{
    background: #c7c7c7; 
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;

}

/*
.imageborder a img:hover{
    background: #c7c7c7; 
}*/

.content2{
    font-family: Verdana;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 4px;
    margin-top: 1px;
    margin-bottom: 4px;
    background-color: #ddd;
}

.hyperlink1{
    font-family:Verdana,Arial, Helvetica, sans-serif; 
    font-size:11px;
    color:#2525ef;
    text-shadow: 0px 1px 1px #fff;
}

.blue-bar{
    border-top:4px #2525ef solid; padding:0px 12px 1px 6px;
}

.orange-bar{
    border-top:4px #F1AC13 solid; 
}

.orangered-bar{
    border-top:4px orangered solid; padding:0px 8px 1px 6px;
}



.bottomlink{
    font-weight:bold;
    color:#ff4800;
    float: left;
    padding-right: 3px;
    margin: 0px;
    line-height:20px;
}

.tmlparagraph{
    text-align: justify;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.tmlcelll{
    text-align: right;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}
.tmlcellr{
    text-align: left;
    padding-top: 1px;
    padding-right: 12px;
    padding-bottom: 1px;
    padding-left: 12px;
    border: 1px solid #f1f1f1;
    width: 280px;
}

#dc_img{
    border: none;
}

.centercontent{padding: 3px 8px 3px 3px;}
.centercontent ul{list-style-type:square;}
.centercontent ul li a{text-decoration: none;color:#052467; font-size: 12px;line-height: 23px; }
.centercontent ul li a:hover{text-decoration:underline;color:#2525ef; font-size: 12px;line-height: 23px; }

.centercontent p{text-align: justify;}
.centercontent ol li{text-align: justify;}
.centercontent ol li a{text-decoration: none;color:#052467; font-size: 11px;line-height: 23px; }
.centercontent ol li a:hover{text-decoration:underline;color:#2525ef; font-size: 11px;line-height: 23px; }
div#container {
    margin-left: auto;
    margin-right: auto;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color:#60cd5b;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: #34982f;
}

.mytr{   
}

.mytr:hover{    
    background-color: #affcab;
}

.cell_left
{
    border-left:1px solid #000000;
    border-top: 1px solid #000000;	
    border-right: 0px;
    border-bottom: 0px;	
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cell_right
{
    border-left:1px solid #000000;
    border-top: 1px solid #000000;	
    border-right: 1px solid #000000;
    border-bottom: 0px;	
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cell_bottom
{
    border-left:1px solid #000000;
    border-top: 1px solid #000000;	
    border-right: 0px;
    border-bottom: 1px solid #000000;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.text_center{
    text-align: center;
}

.footer_cell{
    padding-top: 10px;
    padding-left: 60px;
    padding-bottom: 0px;
    font-size: 110%;
    color: #cacabb;
    text-shadow: 0px 1px 1px black;
}

.footer_nav{
    float:left;
    padding-left: 70px;
    padding-right: 30px;
}
.footer_nav li{
    list-style-type: square;
    color: #7b7a7a;
    padding:6px 0 6px 8px;
    border-bottom: 1px solid #585e65;
    width: 102%;
}
.footer_nav li a{
    font-family: Geneva,Arial,Helvetica,sans-serif;
    text-decoration: none;
    color:#8b8b8b;
    font-size: 115%;
}
.footer_nav li a li.last { padding-bottom:0; border-bottom:0; }
.footer_nav li a:hover{
    color:#ffffff;
}


