@charset "utf-8";
/* CSS Document */


* {
  margin: 0;
}

html, body {
  height: 100%;
}

body{
    background:url(../images/body-bg.jpg) repeat-x left top #d9e6e8;
    margin:0px;
    padding:0px;
}

.central{
    width:970px;
    margin:0 auto;
    padding:0px;
}

.navigation{
    width:970px;
    height:50px;
    float:left;
    margin:0px;
    padding:0px;
}

.navigation ul{
    width:100%;
    height:50px;
    float:left;
    margin:0px;
    padding:0px;
}

.navigation ul li{
    background:none;
    list-style:none;
    list-style-type:none;
    float:left;
    margin:0px;
    padding:0px;
    border-right:solid 1px #476b72;
}

.navigation ul li a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#c9dbde;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
    list-style:none;
    list-style-type:none;
    float:left;
    line-height:50px;
    margin:0px;
    padding:0px 14px;
    border-right:solid 1px #274a51;
    text-shadow:0px 1px 0px #000;
}

.navigation ul li a:hover, .navigation ul li.live a{
    color:#fff;
    background:url(../images/nav-h.jpg) repeat-x left top;
    text-decoration:none;
}

.logo{
    width:561px;
    height:94px;
    float:left;
    margin-top:17px;
    padding:0px;
}

.other-logo{
    height:103px;
    float:right;
    margin-top:10px;
    padding:0px;
}

.content-bg{
    background:url(../images/content-bg.jpg) left top repeat-y;
    width:970px;
    float:left;
    margin-top:12px;
    padding:20px 0px 8px 0px;
}

.content-bg-end-block{
    background:url(../images/content-bg-end.jpg) center top no-repeat;
    width:970px;
    height:12px;
    float:left;
    margin:0px;
    padding:0px;
}

.sidebar{
    width:260px;
    float:left;
    margin:0px;
    padding:0px;
}

.sidebar .curve{
    position:relative;
    background:url(../images/sidebar-curve.jpg) no-repeat left top;
    width:40px;
    height:50px;
    float:left;
    margin-left:-5px;
    padding:0px;
}

h3{
    background:#2f5961;
    width:210px;
    height:40px;
    float:left;
    font:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#fff;
    text-align:left;
    font-weight:bold;
    text-decoration:none;
    line-height:40px;
    margin:0px;
    padding-left:10px;
}

.sidebar ul{
    width:260px;
    float:left;
    margin:0px;
    padding:0px 0px 10px 15px;
}

.sidebar ul li{
  background:none;
    float:left;
    list-style:none;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.sidebar ul li a{
    background:url(../images/bullet.jpg) no-repeat 0px 14px;
    width:230px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#46585b;
    font-weight:normal;
    text-align:left;
    line-height:30px;
    text-decoration:none;
    border-bottom:dotted 1px #b3b3b3;
    margin:0px;
    padding-left:10px;
}

.sidebar ul li a:hover{
    background:url(../images/bullet.jpg) no-repeat 0px 14px #e2eef0;
    text-decoration:none;
    color:#000;
}

.main-content{
    width:670px;
    float:right;
    margin:0px 15px 10px 0px;
    padding:0px;
}

.content-txt{
    background:#fff;
    width:648px;
    float:left;
    margin-top:15px;
    padding:5px 10px;
    border:solid 1px #dfdfdf;
}

.content-txt h1{
    width:100%;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    font-weight:normal;
    text-align:left;
    text-decoration:none;
    color:#000;
    line-height:22px;
    margin:0px 0px 0px 0px;
    padding:7px 0px;
}

.content-txt p{
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:normal;
    text-align:justify;
    text-decoration:none;
    color:#000;
    line-height:22px;
    margin:0px 0px 0px 0px;
    padding:7px 0px;
}

.footer{
    width:980px;
    height:60px;
    float:left;
    margin:0px;
    padding:0p;
}

.footer .left{
    position:relative;
    background:url(../images/footer-curve-l.jpg) no-repeat left top;
    width:10px;
    height:60px;
    float:left;
    margin-left:-5px;
    padding:0px;
}

.footer .middle{
    position:relative;
    background:#2f5961;
    width:940px;  
    height:50px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    color:#86a6ac;
    font-size:12px;
    line-height:50px;
    font-weight:normal;
    text-align:left;
    text-decoration:none;
    text-shadow:0px 1px 0px #000;
    margin:0px;
    padding:0px 10px;
}

.footer .middle a{
    color:#adc8cd;
    text-decoration:none;
}

.footer .middle a:hover{
    background:#518089;
    color:#fff;
    text-decoration:none;
}

.footer .right{
    position:relative;
    background:url(../images/footer-curve-r.jpg) no-repeat left top;
    width:10px;
    height:60px;
    float:left;
    margin-right:-5px;
    padding:0px;
}

#gallery{
    position:relative;
    height:300px;
}

#gallery a{
    float:left;
    position:absolute;
}
  
#gallery a img{
    border:none;
}
  
#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;
}

h2{
    background:url(../images/page-name-bg.jpg) repeat-x left top;  
    height:40px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    color:#2f5961;
    line-height:38px;
    font-weight:normal;
    text-align:left;
    text-decoration:none;
    text-shadow:0px 1px 1px #fff;
    border-left:solid 1px #e3edef;
    border-right:solid 1px #e3edef;  
    margin:0px;
    padding-left:8px;
}

.content-inner{
    background:url(../images/content-strip.jpg) repeat-x center top #fff;
    width:648px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#4e8590;
    font-weight:bold;
    text-align:left;
    text-transform:uppercase;
    text-decoration:none;
    text-shadow:0px 1px 0px #fff;
    border-top:solid 3px #dfdfdf;
    border-bottom:solid 1px #dfdfdf;
    border-left:solid 1px #dfdfdf;
    border-right:solid 1px #dfdfdf;
    padding:12px 10px 0px 10px;    
    margin:10px 0px;
    float:left;
}

.content-inner span a{
    font-size:12px;
    color:#0da6e8;
    line-height:20px;
    text-decoration:none;
    text-transform:lowercase;
    margin:0px;
    padding:0px;
}

.content-inner span a:hover{
    color:#11b8fe;
    text-decoration:none;
}

.content-inner p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#434647;
    font-weight:normal;
    text-align:justify;
    text-shadow:0px 1px 0px #fff;
    text-decoration:none;
    margin:0px;
    padding:10px 0px;
    line-height:26px;
}

p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#434647;
    font-weight:normal;
    text-align:justify;
    text-shadow:0px 1px 0px #fff;
    text-decoration:none;
    margin:0px;
    padding:10px 0px;
    line-height:26px;
}

.opinion-table{
    width:450px;
    margin:0 auto;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
}

.opinion-table tr{
    margin:0px;
    padding:0px;
}

.opinion-table tr td{
    font-size:14px;
    color:#4e8590;
    font-weight:bold;
    text-align:right;
    text-decoration:none;
    margin:0px;
    padding:5px 10px 5px 0px;
}

.opinion-table tr td .txtfield{
    float:left;
    margin:0px;
    padding:5px;
    background:#f5f8f9;
    border:solid 1px #d5d8da;
    box-shadow:inset 0px 1px 1px #c7c5c5;
    -moz-box-shadow:inset 0px 1px 1px #e4dddd;
    -webkit-box-shadow:inset 0px 1px 1px #c7c5c5;
    -o-box-shadow:inset 0px 1px 1px #c7c5c5;
    -ms-box-shadow:inset 0px 1px 1px #c7c5c5;
     resize: none;
}

.opinion-table tr td .txtfield:hover{
    background:#fff;
}

.opinion-table tr td .txtfield:focus{
    background:#fff;
}

.opinion-table tr td .opinion-submit{
    background:#eef0f1;
    height:36px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:36px;
    font-size:16px;
    color:#3cbbfc;
    font-weight:bold;
    text-align:center;
    text-shadow:0px 1px 0px #fff;
    float:left;
    border:none;
    text-decoration:none;
    margin:0px;
    padding:0px 10px;
    border:solid 1px #d4ddde;
}

.opinion-table tr td .opinion-submit:hover{
    background:#fff;
}

.opinion-table tr td .opinion-submit:active{
    position:relative;
    background:#eef0f1;
    top:1px;
}

.photogallery{
    margin:0px;
    padding-left:24px;
    float:left;
}


.gallery-image {
    border:1px solid #bbb;
    margin:0px 18px 10px 0px;
    padding:3px;
    vertical-align: top;
  float:left;

}

.contact-us{
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    color:#2b5158;
    font-weight:normal;
    text-align:center;
    text-decoration:none;
    text-shadow:none;
    line-height:20px;
    margin:0px;
    padding:30px 0px 40px 0px;
}

.contact-us span{
    font-size:15px;
    color:#858484;
    font-weight:bold;
    text-decoration:none;
    text-shadow:none;
    line-height:28px;
}

.contact-us span span{
    color:#575757;
}

.contact-us span a{
    font-size:15px;

}

.success-table{
    width:100%;
    border-left:solid 1px #e7e7e7;
    margin:10px 0px;
}

.success-table th {
background:url(../images/table-head-bg.jpg) repeat-x left bottom #eaefb5;
  font-size:15px;
  height:44px;
  text-align:left;
  color: #4c4e3d;
  padding:0px 5px;
  border-right:solid 1px #f5f5f5;
}

tr .success-table, .gray{
    background-color:#fbfafa;
}

tr .success-table, .white{
    background-color:#fff;
}

.success-table td {
    padding: 3px 5px;
    vertical-align: middle;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#5f5f5f;
  border-right:solid 1px #e7e7e7;  
  border-bottom:solid 1px #e7e7e7;
}

.success-table td a{
  color:#066ca1;
  text-decoration:none;
}

.success-table td a:hover{
  color:#fff;
  background:#2ca2de;
  text-decoration:none;
}

.success-story-img{
    width:100%;
    float:left;
    margin:10px 0px;
    padding:0px;
}
    
.main-content-bpl{
    width:940px;
    float:right;
    margin:0px 15px 10px 15px;
    padding:0px;
}

.table-bpl{
    background:#fff;
    width:100%;
    margin:10px 0px;
    padding:0px;

}

.table-bpl th {
  background:url(../images/table-head-bg.jpg) repeat-x left top;
  height:32px;
  font-size:15px;
  line-height:32px;
  text-align:left;
    color: #4c4e3d;
    padding:0px 5px;
}

.table-bpl td 
{    
    padding:5px 5px;
    vertical-align: middle;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#5f5f5f;
  border-bottom:solid 1px #e7e7e7;
}

.table-bpl-sub{
    background:#fff;
    width:100%;
    margin:0px;
    padding:0px;

}

.table-bpl-sub th{
  background:url(../images/table-head-bg.jpg) repeat-x left top;
  height:32px;
  font-size:15px;
  line-height:32px;
  text-align:left;
    color: #4c4e3d;
    padding:0px 5px;
}


.table-bpl-sub td{
    padding: 5px 5px;
    vertical-align: middle;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#5f5f5f;
  border-bottom:solid 1px #e7e7e7;

}

.dropdown{
    float:right;
    border:solid 1px #c7c8c8;
    color:#000;
    margin-right:75px;
    width:170px;
    padding:0px;
    font-family:Arial;
    font-size:14px;
    color:#2c3030;
}

.bpl-txtfield{
    border:solid 1px #c7c8c8;
    color:#000;
    font-size:13px;
    margin-right:30px;
    height:20px;
    padding:0px;
    width:100px;
}

.greyTxtfield {
    border: 1px solid #828282;
    color: #565656;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 20px;
    margin-left: 2px;
    margin-right: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100px;
}
    

.submit-blank{
    width:246px;
    margin:0 auto;
    padding:0px;
}

.submit{
    background:url(../images/submit.jpg) repeat-x left top;    
    height:32px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:32px;
    font-size:14px;
    color:#4c5959;
    font-weight:bold;
    text-align:center;
    float:left;
    border:none;
    text-decoration:none;
    margin:0px;
    padding:0px 20px;
}

.submit:hover{
    background:url(../images/submit-h.jpg) repeat-x left top;
}

.submit:active{
    position:relative;
    background:url(../images/submit.jpg) repeat-x left top;
    top:1px;
}

.table-excel
{
    width:100%;
    margin:0px;
    padding:0px;
}

.table-excel td a, .table-excel td
{
    font-family:Arial;
    font-size:14px;
    color:#0b9dda;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
        margin:0px;
    padding:2px;    
}

.table-excel td a:hover
{
    background:#fff;     
    text-decoration:none;    
}

.table-excel td.total-header
{
    background:#fff;
    font-family:Arial;
    font-size:15px;
    color:#8b9698;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    margin:0px;
    padding:5px 0px;
    border-top:solid 1px #d4d4d4;
}

.AdminGrid
{
border: solid 1px #d4d4d4;
}

.AdminGridViewHeader 
{
  /*background-color: #eaefb4;*/
  background:url(../images/table-head-bg.jpg) repeat-x bottom left #eaefb5;
  font-size: 12px;
}

.AdminGridViewHeader  th 
{
  border: solid 1px #d4d4d4;
  padding:5px;
  font-weight:bold;
  color:#66675c;
  text-align:left;
}

.AdminGridView 
{
  background-color: #f4f8f8;
  font-size: 12px;
}

.AdminGridView td
{
  border: solid 1px #d4d4d4;
  padding:5px;
  font-size: 12px;
  color:#485252;  
}

.AdminGridViewAlt 
{
  background-color: #ffffff;
  font-size: 12px;
}

.AdminGridViewAlt td
{
  border: solid 1px #d4d4d4;
  padding:5px;
  font-size: 12px;
  color:#485252;  
}

.pagination tr
{
    margin:0px;
    padding:0px;
}
.pagination td
{
    margin:10px 0px;
    padding:5px 3px 5px 3px;    
}
.pagination td a
{
    padding:3px 8px;
    margin-right:5px;
    background-color:#0ca5f3;
    color:#fff;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    -webkit-border-radius:3px;
    text-decoration:none;
}

.pagination td a:hover
{  
    background-color:#1cd00a;
    color:#fff;
    text-decoration:none;
}

.pagination td span
{
    padding:3px 8px;
    margin-right:5px;
    background-color:#1cd00a;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#fff;   
    cursor:default;
    border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    -webkit-border-radius:3px;
    text-decoration:none;
}

h4{    
    width:100%;
    float:left;
    font:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#4a8b99;
    text-align:left;
    font-weight:bold;
    text-decoration:underline;
    line-height:20px;
    margin:0px;
    padding:0px;
}

.common{
    width:100%;
    margin:0px;
    padding:0px;
    float:left;
}

ul{    
    margin:12px 0px;
    padding:0px;
    float:left;
}

.common ul li{
    background:url(../images/bullet.jpg) no-repeat 0px 9px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#434647;
    text-align:justify;
    list-style:none;
    list-style-type:none;
    font-weight:normal;
    text-decoration:none;
    line-height:22px;
    margin:0px;
    padding-left:10px;
    padding-bottom:5px;
}

.common ul li a{
    color:#0887c3;
    text-decoration:none;
}

.common ul li a:hover{
    color:#fff;
    background:#0dace7;
    text-decoration:none;
}

.officer-thumbnail{
    width:50%;
    height:135px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
  color:#213c42;
    text-align:left;
    text-decoration:none;
    font-weight:bold;
    margin:20px 0px 10px 0px;
    padding:0px;
}

.officer-thumbnail span{
    color:#8d9597;
}

.remark{
    background:#fafcfc;
    border:solid 1px #d4d4d4;
    color: #434647;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    margin:10px 0;
    padding: 10px;
    text-align: justify;
    text-decoration: none;
  }

p a, a:visited, a:active, a:link{
    color: #0887C3;
    text-decoration:none;
}

p a:hover, p span a:hover{
    background:#fff;
      color: #0887c3;
      text-decoration: none;
}

table.table-data {
    font-family:Arial, Helvetica, sans-serif;
    color: #111111;
    margin-top:10px;
    font-size:14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table.table-data th {
    background-color:#ddd;    
    border: 1px solid #ccc;
    color: #111;
  padding: 3px 5px;
}

table.table-data td {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 3px 5px;
    vertical-align: middle;
}

p span, p span a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#7f8485;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
}

.dropdown-ownerlist{
    float:right;
    border:solid 1px #c7c8c8;
    color:#000;
    margin-right:48px;    
    width:125px;
    padding:0px;
    font-family:Arial;
    font-size:14px;
    color:#2c3030;
}

.ownerlist-txtfield{
    border:solid 1px #c7c8c8;
    color:#000;
    font-size:13px;
    margin-right:10px;
    height:20px;
    padding:0px;
    width:50px;
}

ul{
    margin-bottom:10px;
    padding:0px;
    float:left;
    width:100%;
}    

ul li{
    background:url(../images/bullet.jpg) no-repeat 7px 12px scroll;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    color:#434647;
    list-style:none;
    list-style-type:none;
    font-weight:normal;
    text-align:justify;
    text-decoration:none;
    line-height:25px;
    margin:0px;
    padding-left:22px;
}

ul li a{
    color:#1598dc;
    text-decoration:none;
}

ul li a:hover{
    color:#2cb7ff;
    text-decoration:none;
}





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

