/* CSS Document */


* {
    margin: 0;
    padding: 0;
}
body {
    border-top: 4px solid #2b5192;
    color: #797979;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
img {
    border: 0 none;
}
#wrapper {
    margin: 0 auto;
    width: 948px;
}
#wrapper .header {
    height: 124px;
    position: relative;
    width: auto;
}
#wrapper .header .logo {
    left: 0;
    position: absolute;
    top: 10px;
    width: auto;
}
#wrapper .header .logo h1 {
}
#wrapper .navigation {
    background: rgba(0, 0, 0, 0) url("../images/nav-bg.jpg") no-repeat scroll 0 0;
    height: 33px;
    width: auto;
}
#wrapper .navigation ul {
    list-style-type: none;
}
#wrapper .navigation ul li {
    background: rgba(0, 0, 0, 0) url("../images/nav-line.gif") no-repeat scroll right center;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 8px 18px;
}
#wrapper .navigation ul li:last-child{
   background: none;
}
#wrapper .navigation ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#wrapper .navigation ul li.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-right: 0;
}
#wrapper .main {
    margin: 10px 0;
    width: auto;
    margin-bottom: 50px;
}
#wrapper .main .left-area {
    float: left;
    margin-right: 20px;
    width: 240px;
}
#wrapper .main .left-area .block-1 {
    background: rgba(0, 0, 0, 0) url("../images/centr-line-bg.gif") repeat-y scroll 0 0;
    margin-bottom: 10px;
    width: auto;
}
#wrapper .main .left-area .block-1 .title {
    background: rgba(0, 0, 0, 0) url("../images/title-bg.gif") no-repeat scroll 0 0;
    height: 32px;
    width: auto;
}
#wrapper .main .left-area .block-1 .title h2 {
    color: #fff;
    font-size: 13px;
    padding: 7px;
}
#wrapper .main .left-area .block-1 .inner {
    background: rgba(0, 0, 0, 0) url("../images/title-btm-line.gif") no-repeat scroll left bottom;
    padding: 10px;
    width: auto;
}
#wrapper .main .left-area .block-1 .inner p {
    font-size: 12px;
}
#wrapper .main .left-area .block-1 .inner span {
    color: #2b5192;
    display: inline-block;
    font-size: 11px;
    padding-top: 10px;
}
#wrapper .main .left-area .block-1 .inner span a {
    color: #2b5192;
    font-size: 11px;
    text-decoration: none;
}
#wrapper .main .right-area {
    float: left;
    width: 688px;
}
#wrapper .main .right-area .banner {
    height: 167px;
    margin-bottom: 15px;
    width: auto;
}
#wrapper .main .right-area .content {
    width: auto;
}
#wrapper .main .right-area .content h3 {
    border-bottom: 1px solid #e8e8e8;
    color: #2b5192;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#wrapper .main .right-area .content h4 {
    background-color: #2b5192;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
}
#wrapper .main .right-area .content p {
    font-size: 12px;
}
#wrapper .main .right-area .content span {
    color: #2b5192;
    display: inline-block;
    float: right;
    font-size: 11px;
    padding-top: 10px;
}
#wrapper .main .right-area .content span a {
    color: #2b5192;
    font-size: 11px;
    text-decoration: none;
}
#wrapper .main .right-area .content .blocks {
    margin-top: 40px;
    width: auto;
}
#wrapper .main .right-area .content .blocks .inr-block-01 {
    float: left;
    margin-right: 23px;
    width: 290px;
}
#wrapper .main .right-area .content .blocks .inr-block-01 h3 {
    border-bottom: 1px solid #e8e8e8;
    color: #2b5192;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#wrapper .main .right-area .content .blocks .inr-block-01 p {
    font-size: 12px;
}
#wrapper .main .right-area .content .blocks .inr-block-01 span {
    color: #2b5192;
    display: inline-block;
    float: right;
    font-size: 11px;
    padding-top: 10px;
}
#wrapper .main .right-area .content .blocks .inr-block-01 span a {
    color: #2b5192;
    font-size: 11px;
    text-decoration: none;
}
#wrapper .main .right-area .content .blocks .inr-block-02 {
    float: left;
    width: 375px;
}
#wrapper .main .right-area .content .blocks .inr-block-02 h3 {
    border-bottom: 1px solid #e8e8e8;
    color: #2b5192;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#wrapper .main .right-area .content .blocks .inr-block-02 ul {
    list-style-type: none;
}
#wrapper .main .right-area .content .blocks .inr-block-02 ul li {
    border: 1px solid #e8e8e8;
    float: left;
    margin: 0 22px 0 0;
    padding: 5px;
}
#wrapper .main .right-area .content .blocks .inr-block-02 ul li img {
}
#wrapper .main .right-area .content .blocks .inr-block-02 ul li.last-img {
    margin: 0;
}
#wrapper .footer {
    background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat scroll 0 0;
    padding: 20px 0;
    width: auto;
}
#wrapper .footer ul {
    list-style-type: none;
    text-align: center;
}
#wrapper .footer ul li {
    background: rgba(0, 0, 0, 0) url("../images/ftr-nav-line.gif") no-repeat scroll right center;
    color: #797979;
    display: inline;
    font-size: 12px;
    padding: 0 10px;
}
#wrapper .footer ul li a {
    color: #797979;
    font-size: 12px;
    text-decoration: none;
}
#wrapper .footer ul li.last-01 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#wrapper .footer p {
    color: #797979;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}
.txt {
    font-size: 13px;
    padding-bottom: 10px;
}
.head {
    background-color: #2b5192;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 25px;
    padding-left: 10px;
}
ul.block {
    margin: 0;
    padding-left: 30px;
}
ul.block li {
    margin: 0;
    padding: 0;
}


.feedback-form{
  position: relative;
}

.feedback-form table{
    widows: 100%;
}

.feedback-form table td{
    padding: 5px 0px;
    vertical-align: middle;
}

.feedback-form input.form-control{
   width: 70%;
   height: 20px;
   color: #000;
   background: transparent;
   padding: 5px 8px 5px 15px;
   border: 1px solid #c7c7c7;
}

.feedback-form textarea.form-control{
   width: 70%;
   color: #000;
   background: transparent;
   padding: 5px 8px 5px 15px;
   border: 1px solid #c7c7c7;
   resize: none;
}

.feedback-form em.req{
   color: red !important;
   font-size: 12px;
   font-weight: bold;
}

.feedback-form .error{
   font-size: 12px;
  color: red;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  text-transform: none;
  font-weight: bold;
}

.feedback-form .submit-btn{
  background:url("../images/title-bg-2.gif") repeat-x;
   color: #fff;
   padding: 7px 18px;
   font-size: 14px;
   border: 0;
   display: inline-block;
   text-decoration: none;
  cursor: pointer;
}

.feedback-form .submit-btn:hover{
    text-decoration: none;
}

p.img-wrapper{
    text-align: left;
    margin-bottom: 20px;
    clear: both;
}

p.img-wrapper span.img-caption{
    float: none !important;
    display: block !important;
    font-size: 13px !important;
    font-style: italic;
    padding: 5px 0px;
}

table.tbl-style-1{
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin-bottom: 30px;
    clear: both;
}

table.tbl-style-1 td{
    padding: 8px 8px;
    border: 1px solid #c7c7c7;
}

table.tbl-style-1 td.heading{
    font-weight: bold;
}

table.tbl-style-1 tr:nth-child(even) td{
    background-color: #f3f3f3;
}


table.tbl-style-2{
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin-bottom: 25px;
    clear: both;
}

table.tbl-style-2 td{
    padding: 2px 0;
}


table.tbl-style-3{
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin-bottom: 30px;
    clear: both;
}

table.tbl-style-3 td{
    padding: 8px 8px;
    border: 1px solid #c7c7c7;
}

table.tbl-style-3 td.main-heading{
    color: #2b5192;
    background: #eee;
    font-weight: bold;
    text-transform: uppercase;
}

table.tbl-style-3 td.heading{
    font-weight: bold;
}

table.tbl-style-3 tr:nth-child(odd) td{
    background-color: #f3f3f3;
}