body {
    margin:0;
    color:#333;
    font:12px/18px "Trebuchet MS", Verdana, sans-serif;
    background:#c7c7c7 url(images/template/bg-page.gif) repeat-x;
}

a {
    color:#990000;
}

form {
    margin:0;
    padding:0;
}
img {border:none;}
a:focus {outline:none;}
table {
    border-collapse:collapse;
    border-spacing:0;
}
table td {
    padding:0;
    vertical-align:top;
}
#main {
    margin:0 auto;
    width:940px;
    overflow:hidden;
}
.holder {
    overflow:hidden;
    width:100%;
    clear:both;
}
.left {float:left !important;}
.right {float:right !important;}
/*-----header-----*/
#header {
    clear:both;
    width:924px;
    margin:38px 0 0;
    padding:8px 8px 0;
    height:122px;
    background:url(images/template/bg-header.gif) no-repeat;
}
/*---logo---*/
.logo {
    float:left;
    margin:8px 0 0 14px;
    display:inline;
    width:136px;
    height:71px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(images/template/logo.gif) no-repeat;
}
.logo a {
    display:block;
    width:136px;
    height:71px;
}
/*---side-box---*/
.sideBarContainer{
    float:right;
    width:202px;
    padding:23px 20px 0 0;
}
.side-box {
    float:right;
    width:202px;
    height:64px;
    padding:23px 20px 0 0;
}
.side-box .search-area {
    overflow:hidden;
    width:100%;
    clear:both;
    padding:0 0 10px;
}
.side-box .search-area label {
    float:left;
    width:51px;
    color:#000;
    font:13px/18px "Trebuchet MS", Verdana, sans-serif;
}
.side-box .search-area #inp-search {
    float:left;
    width:120px;
    height:17px;
    padding:0 2px;
    border:1px solid #53565b;
    font:12px "Trebuchet MS", Verdana, sans-serif;
    color:#000;
}
.side-box .search-area #btn-search {
    float:right;
    width:19px;
    height:19px;
    margin:0;
}
.side-box strong {
    display:block;
    clear:both;
    color:#d8002d;
    font:21px/24px "Trebuchet MS", Verdana, sans-serif;
    text-align:right;
}
/*---navigation---*/
.nav-holder {
    clear:both;
    width:100%;
}
.nav-holder ul.navmenu {
    float:left;
    clear:both;
    margin:0 0 0 14px;
    padding:4px 0 0;
    display:inline;
}
.nav-holder ul.navmenu li {
    float:left;
    list-style:none;
    padding:0 2px 0 0;
    font:13px/16px "Trebuchet MS", Verdana, sans-serif;
    background:url(images/template/separator-nav.gif) no-repeat 100% 0;
}

.nav-holder ul.navmenu li.last {
    background: none;
}

.nav-holder ul.navmenu li:hover,
.nav-holder ul.navmenu li.hover {position:relative;}
.nav-holder ul.navmenu li:hover ul,
.nav-holder ul.navmenu li.hover ul {display:block;}
.nav-holder ul.navmenu li a {
    float:left;
    padding:6px 14px 0;
    height:25px;
    color:#ccc;
    text-decoration:none;
}
.nav-holder ul.navmenu li a:hover,
.nav-holder ul.navmenu li a.active,
.nav-holder ul.navmenu li:hover a,
.nav-holder ul.navmenu li.hover a {
    background:#fff;
    color:#333;
    margin:0 -2px 0 0;
    position:relative;
    padding:6px 16px 0 14px;
}
.nav-holder ul.navmenu li ul {
    position:absolute;
    top:31px;
    left:0;
    width:180px;
    margin:0;
    padding:1px;
    background:#fff;
    z-index:98;
    display:none;
    border:1px solid #d7d7d7;
    border-top:none;
}
.nav-holder ul.navmenu li ul li {
    float:left;
    width:100%;
    background:0;
    padding:1px 0 0;
    font:12px/15px "Trebuchet MS", Verdana, sans-serif;
}
.nav-holder ul.navmenu li ul li a {
    float:none;
    display:block;
    width:158px;
    color:#333;
    text-decoration:none;
    padding:4px 11px !important;
    height:auto;
    margin:0 !important;
}
.nav-holder ul.navmenu li ul li a:hover {
    padding:4px 11px !important;
    background:#e0e0e0;
}
.nav-holder ul.navmenu li ul li a.active {
    background:#d8012d !important;
    color:#fff !important;
    padding:4px 11px;
    margin:0;
}
/*-----content-----*/
#content {
    clear:both;
    width:893px;
    padding:17px 26px 8px 21px;
    overflow:hidden;
    background:url(images/template/bg-content.png) repeat-y;
}
.homepageContent img{
    float:left;
}
.homepageContent h2{
    float:left;
}
.homepageContent p{
    float:left;
}
.homeFlash{
    margin:0 0 17px 0;
}
/*---flash---*/
.flash {
    overflow:hidden;
    width:100%;
    clear:both;
    margin:0 0 17px;
}
.flash img {display:block;}
/*---breadcrumb---*/
ul.breadcrumb {
    overflow:hidden;
    width:100%;
    clear:both;
    margin:0 0 10px;
    padding:0;
}
ul.breadcrumb li {
    float:left;
    padding:0 5px 0 9px;
    background:url(images/template/separator-bc.gif) no-repeat 0 60%;
    color:#333;
    font:12px/18px "Trebuchet MS", Verdana, sans-serif;
    text-transform:capitalize;
    list-style:none;
}
ul.breadcrumb li:first-child {background:none;}
ul.breadcrumb li.activeLink a{
    color:#333;
    text-decoration:underline;
}
ul.breadcrumb li.activeLink  a:hover{
    text-decoration:none;
}
ul.breadcrumb li.curPage a{
    color:#333;
   cursor:pointer;
   /*  text-decoration:none; */
}
ul.breadcrumb li.curPage a:hover{
   color:#333;
   cursor:pointer;
   text-decoration:none; 
}
/*---main-content---*/
.main-content,
.wrapper {
    width:100%;
    clear:both;
}
.padding {
    width:885px;
    padding:0 0 0 8px;
}
.main-content h2 {
    margin:0 0 4px;
    padding:11px 0 11px 17px;
    background:url(images/template/bg-block-title.jpg) no-repeat;
    color:#d8002d;
    font:24px/28px "Trebuchet MS", Verdana, sans-serif;
    clear:both;
}
.main-content p {
    margin:0 0 12px;
    padding:4px 0 0;
    color:#333;
    font:12px/18px "Trebuchet MS", Verdana, sans-serif;
}
.main-content p a {
    color:#d8002d;
    text-decoration:underline;
}
.main-content p a:hover {text-decoration:none;}
/*---info-block---*/
.info-block {
    float:left;
    width:554px;
    padding:0 23px;
}
.info-box {
    width:100%;
    clear:both;
}
.info-box .title {padding:0 0 10px;}
.info-box .title img {
    float:left;
    margin:0 14px 0 0;
    border:1px solid #646e6d;
}
.main-content .info-box .title h2 {
    float:left;
    margin:14px 0 0;
    padding:0;
    color:#000;
    font:24px/28px "Trebuchet MS", Verdana, sans-serif;
    background:none;
    clear:none;
}
.info-box p {
    margin:0 0 16px;
    color:#333;
    font:12px/18px "Trebuchet MS", Verdana, sans-serif;
}
.info-box p a {
    color:#d8002d;
    text-decoration:underline;
}
.info-box p a:hover {text-decoration:none;}
/*---side-block---*/
.side-block {
    float:right;
    width:308px;
}
/*--grey-block--*/
.grey-block {
    width:308px;
    background:#c7c7c7 url(images/template/bg-grey-block.gif) repeat-y;
}
.grey-block .bg-top {
    font-size:0;
    line-height:0;
    height:9px;
    background:url(images/template/bg-grey-block-top.gif) no-repeat;
}
.grey-block .bg-bottom {
    font-size:0;
    line-height:0;
    height:9px;
    background:url(images/template/bg-grey-block-bottom.gif) no-repeat;
}
.grey-block .box {
    width:100%;
    clear:both;
}
.grey-block .box td {
    padding:0 1px;
    width:306px;
}
.grey-block .box h3 {
    margin:0 0 10px;
    background:#000;
    padding:6px 16px;
    width:274px;
    color:#ccc;
    font:16px/20px "Trebuchet MS", Verdana, sans-serif;
}
.grey-block .box img {
    display:block;
    margin:0 auto;
}
.grey-block .box ul{
    overflow:hidden;
    margin:0 0 6px;
    padding:0 0 0 18px;
    width:280px;
}
.grey-block .box ul li{
    float:left;
    width:100%;
    list-style:none;
    font:12px/18px "Trebuchet MS", Verdana, sans-serif;
}
.grey-block .box ul li a {
    color:#d8002d;
    text-decoration:underline;
}
.grey-block .box ul li a:hover {text-decoration:none;}
/*---info-column---*/
.info-column {
    float:left;
    width:600px;
}
.inf-box {
    width:100%;
    clear:both;
    margin:0 0 10px;
}
.inf-box .info-holder {
    margin:0 0 0 16px;
    width:584px;
}
.inf-box .subInfo-holder {
    margin:0 0 0 16px;
}
.inf-box .subInfo-holder h3 {
    margin:0 0 17px;
    padding:0 8px;
    background:#d8002e;
    color:#fff;
    font:bold 12px/18px "Trebuchet MS", Verdana, sans-serif;
}
.inf-box .subInfo-holder ul{
    overflow:hidden;
    margin:0 0 16px;
    padding:0 20px 0 0;
}
.inf-box .subInfo-holder ul li {
    vertical-align:top;
    padding:0 0 0 18px;
    list-style:none;
    background:url(images/template/ico-bullet.gif) no-repeat 0 5px;
    color:#333;
    font:12px/18px "Trebuchet MS", Verdana, sans-serif;
}
.inf-box .subInfo-holder ul li a {
    color:#333;
    text-decoration:none;
font-weight:bold;
}
.inf-box .subInfo-holder ul li a:hover {text-decoration:underline;}

.inf-box img {
    float:left;
    margin:0 40px 0 0;
}
.inf-box ul.list {
    overflow:hidden;
    margin:0 0 16px;
    padding:0 20px 0 0;
}
* html .inf-box ul.list {
    overflow:visible;
    height:1%;
}
.inf-box ul.list li {
    vertical-align:top;
    padding:0 0 0 18px;
    list-style:none;
    background:url(images/template/ico-bullet.gif) no-repeat 0 5px;
    color:#333;
    font:bold 12px/18px "Trebuchet MS", Verdana, sans-serif;
}
.inf-box ul.list li a {
    color:#333;
    text-decoration:none;
}
.inf-box ul.list li a:hover {text-decoration:underline;}
/*--side-column--*/
.side-column {
    float:right;
    width:245px;
}
.inner-grey-block {
    width:100%;
    margin:0 0 17px;
    clear:both;
    background:url(images/template/bg-inner-grey-block.gif) repeat-y;
}
.inner-grey-block .bg-top {
    font-size:0;
    line-height:0;
    height:12px;
    background:url(images/template/bg-inner-grey-block-top.gif) no-repeat;
}
.inner-grey-block .bg-bottom {
    font-size:0;
    line-height:0;
    height:6px;
    background:url(images/template/bg-inner-grey-block-bottom.gif) no-repeat;
}
.inner-grey-block .box {
    width:100%;
    clear:both;
}
.inner-grey-block .box td {
    padding:0 1px;
    width:243px;
}
.inner-grey-block .box h3 {
    margin:0 0 10px;
    background:#000;
    padding:6px 14px;
    width:215px;
    color:#ccc;
    font:16px/20px "Trebuchet MS", Verdana, sans-serif;
}
.inner-grey-block .box .side-logo {padding:0 0 12px;}
.inner-grey-block .box .side-logo img {
    display:block;
    margin:0 auto;
}
.inner-grey-block .contact {
    margin:0 12px;
    width:219px;
}
.inner-grey-block .contact td {padding:0;}
.inner-grey-block .contact img {
    display:block;
    margin:0 auto;
    border:2px solid #9d9d9d;
}
.inner-grey-block .contact .contact-info td {
    width:203px;
    padding:14px 8px 0;
}
.inner-grey-block .contact .contact-info strong {
    display:block;
    clear:both;
}
.inner-grey-block .contact .contact-info p {
    margin:0 0 16px;
    padding:0;
}
/*---wide-inf-box---*/
.wide-inf-box {
    width:100%;
    clear:both;
    margin-bottom:25px;
}
.img-column {
    float:left;
    width:180px;
}
.img-column td {padding:0 0 0 17px;}
.img-column img {
    display:block;
    margin:0 0 4px;
}
.text-block {
    float:right;
    width:658px;
    margin:0 14px 0 0;
    display:inline;
}
.wide-inf-box h3 {
    margin:0 0 17px;
    padding:0 8px;
    background:#d8002e;
    color:#fff;
    font:bold 12px/18px "Trebuchet MS", Verdana, sans-serif;
}
.list-column {
    float:left;
    width:324px;
    overflow:hidden;
}
.list-column ul {
    overflow:hidden;
    padding:0 0 0 24px;
    margin:0 0 17px;
    width:290px;
}
.list-column ul li {
    float:left;
    width:278px;
    padding:0 0 0 12px;
    list-style:none;
    color:#333;
    font:bold 12px/18px "Trebuchet MS", Verdana, sans-serif;
    background:url(images/template/ico-bullet.gif) no-repeat 0 5px;
}
/*-----footer-----*/
#footer {
    clear:both;
    width:924px;
    height:48px;
    padding:12px 8px 10px;
    margin:0 0 20px;
    overflow:hidden;
    background:url(images/template/bg-footer.png) no-repeat;
}
#footer ul {
    overflow:hidden;
    width:100%;
    clear:both;
    margin:0;
    padding:0 0 2px;
    font:12px/18px "Trebuchet MS", Verdana, sans-serif;
    color:#333;
    text-align:center;
}
#footer ul li {
    display:inline;
    list-style:none;
    padding:0 6px 0 11px;
    background:url(images/template/separator-f-nav.gif) no-repeat 0 60%;
}
#footer ul li:first-child {
    padding:0 6px 0 0;
    background:none;
}
#footer ul li a {
    color:#333;
    text-decoration:none;
}
#footer ul li a:hover {text-decoration:underline;}
#footer p {
    margin:0;
    text-align:center;
}
#footer p span {padding:0 26px;}

.bodtopic {
color:#666666;
font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
margin:6px 0;
}

.bod {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
margin:4px 0;
text-transform:none;
}

.bodindented {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
margin-top:4px;
padding-left:12px;
text-transform:none;
}

.toplinkright {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
margin-top:4px;
padding-right:12px;
text-align:right;
text-transform:none;
}