﻿@charset "utf-8";

#cssmenu
{
    height: 37px;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid;
    border-radius: 5px;
}
#cssmenu > ul
{
    list-style: inside none;
    padding: 0;
    margin: 0;
}
#cssmenu > ul > li
{
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}
#cssmenu > ul > li > a
{
    outline: none;
    display: block;
    position: relative;
    padding: 12px 20px;
    font: bold 13px/100% Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.4);
}
#cssmenu > ul > li:first-child > a
{
    border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after
{
    content: '';
    position: absolute;
    border-right: 1px solid;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
}
#cssmenu ul li.has-sub:hover > a:after
{
    top: 0;
    bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before
{
    content: '';
    position: absolute;
    top: 18px;
    right: 6px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
#cssmenu > ul > li.has-sub:hover > a:before
{
    top: 19px;
}
#cssmenu ul li.has-sub:hover > a
{
    background: #3f3f3f;
    border-color: #3f3f3f;
    padding-bottom: 13px;
    padding-top: 13px;
    top: -1px;
    z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div
{
    display: block;
}
#cssmenu ul li.has-sub > a:hover
{
    background: #3f3f3f;
    border-color: #3f3f3f;
}
#cssmenu ul li > ul, #cssmenu ul li > div
{
    display: none;
    width: auto;
    position: absolute;
    top: 38px;
    padding: 10px 0;
    background: #3f3f3f;
    border-radius: 0 0 5px 5px;
    z-index: 999;
}
#cssmenu ul li > ul
{
    width: 200px;
}
#cssmenu ul li > ul li
{
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
}
#cssmenu ul li > ul li a
{
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    font: 10pt Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.5);
}
#cssmenu, #cssmenu > ul > li > ul > li a:hover
{
    background: #4fbdf0;
    background: -moz-linear-gradient(top, #4fbdf0 0%, #45b2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fbdf0), color-stop(100%,#45b2d2));
    background: -webkit-linear-gradient(top, #4fbdf0 0%,#45b2d2 100%);
    background: -o-linear-gradient(top,  #4fbdf0 0%,#45b2d2 100%);
    background: -ms-linear-gradient(top, #4fbdf0 0%,#45b2d2 100%);
    background: linear-gradient(top,  #4fbdf0 0%,#45b2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fbdf0', endColorstr='#45b2d2',GradientType=0);
}
#cssmenu
{
    border-color: #3589a1;
}
#cssmenu > ul > li > a
{
    border-right: 1px solid #3589a1;
    color: #fff;
}
#cssmenu > ul > li > a:after
{
    border-color: #6ed1ff;
}
#cssmenu > ul > li > a:hover
{
    background: #36acd2;
}
/*body
{
    font-family: Arial;
    font-size: 12px;
    background-color: #fff;
    color:#3F484C;
    padding-left: 7px;
    background-image: url(../images/bg11.png);
    background-repeat: repeat-x; /* background: #4CBAE8;     background: -moz-linear-gradient(bottom, #F8FDFE, #8ce0fc) no-repeat;     background: -o-linear-gradient(bottom, rgb(140,146,172), rgb(255,255,255)) no-repeat;     background: -webkit-gradient(linear, center bottom, center top, from(#F8FDFE), to(#8ce0fc)) no-repeat;*/
}*/
.shade
{
    background: #4CBAE8;
    background: -moz-linear-gradient(bottom, #FFFFFF, #4CBAE8) no-repeat;
    background: -o-linear-gradient(bottom, rgb(140,146,172), rgb(255,255,255)) no-repeat;
    background: -webkit-gradient(linear, center bottom, center top, from(#FFFFFF), to(#4CBAE8)) no-repeat;
}
#div_BodyArea
{
    min-height: 350px;
}
.clsMainDiv
{
    width: 100%; /*margin-top: 5px;*/ /* margin-left: -5px;*/
}
.clsCenterDiv
{
    width: 995px;
    margin: 0 auto;
}
.clsDivSections
{
    float: left;
    width: 98%;
    background-color: White;
    clear: both;
    padding: 5px;
    line-height: 18px;
    font-family: Verdana;
}
ul.clsLists
{
    margin-left: 45px;
}
.clsLists li
{
    list-style-image: url(../images/arrow-icon.png);
}

.clsLogoPanel
{
    float: left;
    width: 155px;
    padding-top: 5px;
}
.clsMenuPanel
{
    padding-top: 2px;
    width: 820px;
    float: right;
}
/*.FooterLeftDiv
{
    width: 850px;
    float: left;
}*/

/*.clsFooterLogo
{
    width: 105px;
    height: 35px;
    float: right;
}
#div_footer
{
    background-color: transparent;
    color: Black;
    font-size: 10px;
    width: 99%;
}
#div_footer a
{
    color: #000000;
    text-decoration: none;
}
.FooterMenu
{
    font-size: 14px;
    width: 585px;
    padding-top: 10px;
    padding-left: 200px;
}
.clsSectionHeader
{
    color: Blue;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}*/
.clsPagecontent
{
    padding: 10px;
    line-height: 1.2;
    text-align: justify;
}
.divPageheading
{
    
     background: rgba(0, 0, 0, 0) url("../../banner/bg.jpg") repeat-x scroll 0 0;
    border-bottom: 1px solid #222;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    margin: 0 12px 8px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    vertical-align: middle;
    width: 37%;
}
.scroll
{
    margin:0 auto;
}
.divPageheading #headingFont
{
    padding-top: 7px;
}
.divPageheading .headingFont
{
    padding-top: 7px;
}
.divRightMenu
{
    width: 250px;
    margin-left: 13px; /*float: left;*/
    height: auto;
}
.contentDiv
{
    float: left;
    margin-top: 10px;
    font-weight: normal;
    clear: both;
    font-family: Verdana;
    text-align: justify;
    line-height: 18px;
}
.contentDiv p
{
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
    font-family: Verdana;
    line-height: 18px;
}
.awesome
{
    background: url(../images/bg.jpg) repeat-x;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px 10px;
    color: #fff;
    width: 200px;
    text-align: center;
    margin: 1px 0px 1px 15px; /* margin: 1px 0px 1px 0px; width: 240px;*/
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 3px #A8A9AD;
    -webkit-box-shadow: 0 1px 3px #A8A9AD;
    text-shadow: 0 -1px 1px #A8A9AD;
    border-bottom: 1px solid #A8A9AD;
    position: relative;
    cursor: pointer;
}
.awesomehead
{
    background: url(../images/right-bg.jpg) repeat-x;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px 10px;
    color: #fff;
    width: 240px;
    text-align: center;
    margin: 1px 0px 1px 0px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 3px #A8A9AD;
    -webkit-box-shadow: 0 1px 3px #A8A9AD;
    text-shadow: 0 -1px 1px #A8A9AD;
    border-bottom: 1px solid #A8A9AD;
    position: relative;
    cursor: pointer;
}
.awesome:hover
{
    background: url(../images/hover-bg.jpg) repeat-x;
}
.awesome:active
{
    background: url(../images/selected-bg.jpg) repeat-x;
}
.button
{
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    width: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: bold;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Verdana;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover
{
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
.button:active
{
    border-top-color: #1b435e;
    background: #1b435e;
}
.contactDiv
{
    padding: 0px 10px 10px 10px;
    text-align: left;
    width: 310px;
    font-size: 14px;
    line-height: 18px;
    margin: 5px;
}

.hyperclass
{
    background-color: #EA9F4C;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    width: 100px;
    height: 50px;
    padding: 5px;
    color: Black;
}
.ulclass
{
    list-style-image: url('../images/icon.png');
    padding-left: 10px;
}
.ulclass li
{
    padding-top: 10px;
    font-size: 16px;
}
.tdclass
{
    padding-bottom: 16px;
    font-size: 16px;
    vertical-align: top;
}
.tdclass a
{
    padding-top: -5px;
    color: Black;
}
.tableContact
{
    /*border: 1px;     border-style: solid;     border-color: Gray;*/
    height: 150px;
    padding: 5px;
}
.tableContact .Contactheading
{
    text-align: center;
    height: 30px;
    background-image: url(../images/selected-bg.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    color: White;
    vertical-align: middle;
    border-radius: 10px;
}
.tableContact td
{
    height: 16px;
    padding-left: 5px;
}

.tableContactprefered
{
    /*border: 1px;     border-style: solid;     border-color: Gray;     height: auto;*/
    padding: 5px;
    width: 675px;
}
.tableContactprefered .Contactheading
{
    text-align: left;
    padding-left: 5px;
    height: 30px;
    background-image: url(../images/selected-bg.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    color: White;
    vertical-align: middle;
    width: 685px;
}
.tableContactprefered .tdclasspreferred
{
    height: 70px;
    width: 225px;
}
.tableContactprefered .tdclasspreferred div
{
    margin: 5px;
    border: 1px solid gray;
    height: 60px;
    width: 216px;
}
.NormalBoldheading
{
    text-align: left;
    padding-left: 5px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
.NormalBoldheading a
{
    text-decoration: none;
    color: Blue;
}
.containerHeading
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #48B6DD;
    color: #FFFFFF;
    padding: 2px 0px 2px 0px;
}
.subtrhead
{
    font-weight: bold;
    background-color: #A2A3A5;
    color: #FFFFFF;
}
.dropshadowpage
{
    width: 100%;
    float: left; /*box-shadow: 0 14px 32px 14px rgba(0, 0, 0, 0.3);*/
}
.style1
{
    width: 98%;
    border: 1px solid red;
    margin: 10px;
    border: .5px solid gray;
}
.trHead
{
  /*  background-color: #46B3D7;*/
  background-color: #284A7A;
    font-weight: bold;
    width: 100%;
    color: White;
    text-align: center;
}
.tdcontent
{
    padding: 5px;
    width: 20%;
    border: .5px solid gray;
}
.contentTr
{
    background-color: #EEEEEE;
    text-align: center;
}
.textbox
{
    border: 1px solid #48B6DD;
   width: 142px;
height: 31px;
    background-color: transparent;
    text-align: right;
}
.textboxactive
{
    border: 1px solid #48B6DD;
   width: 159px;
height: 31px;
}
.utilityDiv
{
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 9px;
    text-align: left;
    width: 210px;
}

.tableutil
{
    border: 1px;
    border-style: solid;
    border-color: Gray;
    height: 140px;
    width: 200px;
}
.tableutil .Contactheading
{
    text-align: center;
    height: 30px;
    background-image: url(../images/selected-bg.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    color: White;
    vertical-align: middle;
}
.tableutil td
{
    height: 16px;
}

.clsBannerImg
{
    text-align: center;
    width: 100%;
    clear: both;
    padding-top: 5px;
    background-color: #FFFFFF;
}


/*CLOCK SETTINGS*/


.clock
{
    width: 200px;
    padding: 5px;
    border: 1px solid #333;
    color: #fff;
    background-color:#333;
    height:40px;
}

#Date
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 5px #00c6ff;
}

ul.clockUl
{
    width: 150px;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin:0 auto;
}
/*.textboxactive{    width: 90%;
    margin: 3px 4px;
    border: 1px solid #3BB9CE;
}*/
ul.clockUl li
{
    display: inline;
    font-size:22px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 0 5px #00c6ff;
}

#point,#point1
{
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}
/* Simple Animation */
@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}

@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}
/* CSS Document */

