﻿@import url(top-menu.css);
/**CSSReset*/
article,
aside,
details,
figcaption,
figure,
footer,mesga
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family:Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

/*a:link {
    color: #428bca;
}*/

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
            color: #428bca;
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em }
sub { bottom: -0.25em }
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/*a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul li{
	list-style: square;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
#HomePage nav li,
.service-menu-content .service-accord ul li,
.News-Main .ui-accordion .ui-accordion-content .row1 ul li,
.position-list li
{
	list-style: none !important;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
 /*margin-top: 1px \9;*/
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
 /* font: 0/0 a;*/
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

.p-relative { position: relative; }

.sprite01, .icon-news, .icon-cart, .icon-download, .icon-bag, .icon-phone, .icon-email, .icon-vcard, .vcard .in, .icon-pin { background-image: url(../images/sprite01.png); background-repeat: no-repeat; background-color: transparent; }

body { color: #252521; background: url(../images/Home_Bg.jpg) #040718 no-repeat center top; font-family: Arial, Helvetica, sans-serif; }
.left { float: left; }
.right { float: right; }
.top { margin-top: 40px;}
.bottom {margin-top: 20px;}

.padding-bottom-none { padding-bottom: 0px !important; }

/**Commons**/
header { width: 960px; margin: 0 auto; position: relative; }
header .right { float: right; width: 952px; }
header .right .top_links { text-transform: none; float: right; margin-bottom: 10px; }
header .Social { float: right; margin: 15px 0px 0 0px; }
header .Social p { float: left; color: #fff; opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; font-size: 13px; text-transform: uppercase; }
header .Social p a { color: #fff; font-size: 13px; margin-right:10px; font-weight:bold}
header .Social .fb, header .Social .tw, header .Social .google, header .Social .in, header .Social .share, header .Social .print, header .Social .rss { width: 20px; height: 19px; text-indent: -9999px; display: block; float: left; margin-left: 2px; background-image: url(../images/sprite01.png); background-repeat: no-repeat; background-color: transparent; }
header .Social .fb { background-position: 0 0; }
header .Social .tw { background-position: -22px 0px; }
header .Social .google { background-position: -44px 0px; }
header .Social .in { background-position: -66px 0px; }
header .Social .share { background-position: -88px 0px; }
header .Social .print { background-position: -111px 0px; }
header .Social .rss { background-position: -184px 0px; }
header .search { width: 146px; float: right; margin: 0px 0px 0 20px; position: relative; }
header .search .search-submit { position: absolute; right: 4px; top: 0px; width: 20px; height: 19px; padding: 0px; margin: 0px; border: none; display: block; text-indent: -9999px; background-position: -131px 0; }
header .search input { background: #e8e8e8; color: #424751; width: 146px; height: 19px; float: left; font-size: 11px; border: none; padding: 0 18px 0 4px; }
header .left { float: left; width: 300px; }
header .logo { width: 293px; height: 68px; float: left; margin: 0; top: 0px; left: 0px; position: absolute; }
header .logo a { text-indent: -9999px; font-size: 0px; }

header .inline_listing_style:hover .about { color: #520114 !important; }
header nav { margin: 30px 0 0 0; }
header nav ul { margin: 0px !important;}
header nav ul li { margin: 0 0 0 10px !important; display: block; }
header nav ul li a { margin: 0 auto; text-align: center; width: 146px; height:50px; color: white; font-size: 20px; text-transform: uppercase; text-decoration: none; display: block; padding: 16px 0px 14px 0px; position: relative; float: left; }
header nav ul .inline_listing_style { margin: 2px 0px 0 11px; padding: 21px 0 0 0 !important; width: 614px  !Important;}
header nav ul .active em { width: 100%; position: absolute; top: 50px; height: 5px; left: 0px; z-index: 1; }
header nav ul:hover { text-decoration: none; }

header nav ul .about .active { color: #520114 !important; }
header nav ul .about a { background-color: #ab482f; font-size: 16px;  }
header nav ul .about a em { background-color: #b6614b; }
header nav ul .about a:hover { text-decoration: none; color: #520114; }
header nav ul .about .inline_listing_style { background-color: #ab482f; }
header nav ul .about .inline_listing_style li { float: left; display: inline; }
header nav ul .about .inline_listing_style li a { text-transform: capitalize; color: white; font-size: 14px !important; display: inline; float: left !important; padding: 0px 18px 21px 18px; width: auto; }
header nav ul .about .inline_listing_style li a:hover { color: #520114; }

/*header nav ul .industries .active { color: #353b1d !important;  }
header nav ul .industries a { background-color: #788535; line-height: 20px; padding: 4px 0px 3px 10px; font-size: 16px; text-align: left; }
header nav ul .industries a em { background-color: #788535; }
header nav ul .industries a:hover { text-decoration: none; color: #353b1d; }
header nav ul .industries .inline_listing_style { background-color: #788535; }
header nav ul .industries .inline_listing_style li { float: left; display: inline; }
header nav ul .industries .inline_listing_style li a { text-transform: capitalize; color: white; font-size: 14px !important; display: inline; float: left !important; padding: 0px 18px 21px 18px; width: auto; }
header nav ul .industries .inline_listing_style li a:hover { color: #520114; }*/

header nav ul .industries .active { color: #524100 !important; }
header nav ul .industries a { background-color: #788535; line-height: 20px; padding: 4px 0px 3px 10px; font-size: 16px; text-align: left; }
header nav ul .industries a em { background-color: #788535; }
header nav ul .industries a:hover { text-decoration: none; color: #524100; }
header nav ul .industries .inline_listing_style { background-color: #788535; }
header nav ul .industries .inline_listing_style ul { width: 300px; float: left; padding: 0 0 20px 12px; }
header nav ul .industries .inline_listing_style ul li a { width: auto; text-align: left; font-size: 14px; color: #fff; text-transform: none; float: none; }
header nav ul .industries .inline_listing_style ul li a:hover { text-decoration: none; color: #524100; }
header nav ul .industries .inline_listing_style ul li .title { font-size: 15px; text-transform: uppercase; color: #524100; font-weight: bold; padding-bottom: 14px; }

header nav ul .professional .active { color: #524100 !important; margin-bottom:20px; }
header nav ul .professional a { background-color: #2c8091; line-height: 20px; padding: 4px 0px 3px 10px; font-size: 16px; text-align: left; }
header nav ul .professional a em { background-color: #2c8091; }
header nav ul .professional a:hover { text-decoration: none; color: #524100; }
header nav ul .professional .inline_listing_style { background-color: #2c8091; }
header nav ul .professional .inline_listing_style li { float: left; display: inline; }
header nav ul .professional .inline_listing_style li a { text-transform: capitalize; color: white; font-size: 14px !important; display: inline; float: left !important; padding: 0px 18px 21px 18px; width: auto; }
header nav ul .professional .inline_listing_style li a:hover { color: #520114; }

header nav ul .cases .active { color: #524100 !important; }
header nav ul .cases a { background-color: #bd5700; font-size: 16px;  }
header nav ul .cases a em { background-color: #bd5700; }
header nav ul .cases a:hover { text-decoration: none; color: #524100; }
header nav ul .cases .inline_listing_style { background-color: #bd5700; }
header nav ul .cases .inline_listing_style li { float: left; display: inline; }
header nav ul .cases .inline_listing_style li a { text-transform: capitalize; color: white; font-size: 14px !important; display: inline; float: left !important; padding: 0px 18px 21px 18px; width: auto; }
header nav ul .cases .inline_listing_style li a:hover { color: #520114; }
header nav ul .electronic .active { color: #524100 !important; }
header nav ul .electronic a { background-color: #eebe05; line-height: 20px; padding: 4px 0px 3px 10px; font-size: 16px; text-align: left; }
header nav ul .electronic a em { background-color: #eebe05; }
header nav ul .electronic a:hover { text-decoration: none; color: #524100; }
header nav ul .electronic .inline_listing_style { background-color: #eebe05; }
header nav ul .electronic .inline_listing_style li { float: left; display: inline; }
header nav ul .electronic .inline_listing_style li a { text-transform: capitalize; color: white; font-size: 14px !important; display: inline; float: left !important; padding: 0px 18px 21px 18px; width: auto; }
header nav ul .electronic .inline_listing_style li a:hover { color: #520114; }
header nav ul .followup .active { color: #524100 !important; }
header nav ul .followup a { background-color: #83b0e4; line-height: 20px; padding: 4px 0px 3px 10px; font-size: 16px; text-align: left; }
header nav ul .followup a em { background-color: #83b0e4; }
header nav ul .followup a:hover { text-decoration: none; color: #524100; }
header nav ul .followup .inline_listing_style { background-color: #83b0e4; }
header nav ul .followup .inline_listing_style li { float: left; display: inline; }
header nav ul .followup .inline_listing_style li a { text-transform: capitalize; color: white; font-size: 14px !important; display: inline; float: left !important; padding: 0px 18px 21px 18px; width: auto; }
header nav ul .followup .inline_listing_style li a:hover { color: #520114; }

.adv_slider_section section { padding-bottom: 0px; }

section { background: #fff; width: 960px; margin: 0 auto; margin-top: 20px; padding: 12px; }

footer { width: 960px; margin: 0 auto; padding: 10px 0px 50px 0; position: relative; z-index: 110000; }
footer .links { float: left; width: 530px; }
footer .links a { font-size: 11px; color: #fff; opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; margin: 0 12px 0 0; }
footer .copyright { font-size: 11px; color: #fff; opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; margin: 0 12px 0 0; }
footer .MultiTxt { float: right; width: 300px; text-align: right; font-size: 11px; color: #fff; opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
footer .MultiTxt a { color: #fff; }

h1 { font-size: 18px; line-height: 24px; font-weight: bold; color: #252521; margin-top: 0px; margin-bottom: 0px; padding: 0px; }

.submit-btn-blue a { background: url(../images/bg-btn-blue.png) repeat-x; border-radius: 5px; border: none; text-transform: uppercase; font-size: 15px; font-weight: bold; width: 119px; text-align: center; display: block; padding: 8px 0 10px 0; color: #fff; height: 33px; text-decoration: none !important; margin: 10px 0 0 390px; }
.submit-btn-blue a:hover { background: url(../images/bg-btn-blue_hover.png) repeat-x; border-radius: 5px; border: none; text-transform: uppercase; font-size: 15px; font-weight: bold; text-decoration: none !important; color: #fff; }
.submit-btn-blue a:active { background: url(../images/bg-btn-blue_active.png) repeat-x; border-radius: 5px; border: none; text-transform: uppercase; font-size: 15px; font-weight: bold; text-decoration: none !important; color: #fff; }
.submit-btn-blue input { background: url(../images/bg-btn-blue.png) repeat-x; border-radius: 5px; border: none; text-transform: uppercase; font-size: 15px; font-weight: bold; width: 119px; text-align: center; display: block; padding: 8px 0 10px 0; color: #fff; height: 33px; text-decoration: none !important; margin: 10px 0 0 390px; }
.submit-btn-blue input:hover { background: url(../images/bg-btn-blue_hover.png) repeat-x; border-radius: 5px; border: none; text-transform: uppercase; font-size: 15px; font-weight: bold; text-decoration: none !important; color: #fff; }
.submit-btn-blue input:active { background: url(../images/bg-btn-blue_active.png) repeat-x; border-radius: 5px; border: none; text-transform: uppercase; font-size: 15px; font-weight: bold; text-decoration: none !important; color: #fff; }

.ddcommon .clear { clear: both; }

.ddcommon .ddcommon input.text { color: #7e7e7e; padding: 0 0 0 0; position: absolute; background: #fff; display: block; width: 98%; height: 98%; left: 2px; top: 0; border: none; }

.ddOutOfVision { position: relative; display: -moz-inline-stack; display: inline-block; zoom: 1; /*display: inline;*/ }

.ddcommon .divider { width: 0; height: 100%; position: absolute; }

.ddcommon .ddArrow { display: inline-block; position: absolute; top: 50%; right: 4px; }

.ddcommon .ddArrow:hover { background-position: 0 100%; }

.ddcommon .ddTitle { padding: 0; position: relative; display: inline-block; width: 100%; }

.ddcommon .ddTitle .ddTitleText { display: block; }

.ddcommon .ddTitle .ddTitleText .ddTitleText { padding: 0; }

.ddcommon .ddTitle .description { display: block; }

.ddcommon .ddTitle .ddTitleText img { position: relative; vertical-align: middle; float: left; }

.ddcommon .ddChild { position: absolute; display: none; width: 100%; overflow-y: auto; overflow-x: hidden; zoom: 1; z-index: 9999; }

.ddcommon .ddChild li { clear: both; }

.ddcommon .ddChild li .description { display: block; }

.ddcommon .ddChild li img { border: 0 none; position: relative; vertical-align: middle; float: left; }

.ddcommon .ddChild li.optgroup { padding: 0; }

.ddcommon .ddChild li.optgroup .optgroupTitle { padding: 0 5px; font-weight: bold; font-style: italic; }

.ddcommon .ddChild li.optgroup ul li { padding: 5px 5px 5px 15px; }

.ddcommon .noBorderTop { border-top: none 0  !important; padding: 0; margin: 0; }

.dd { border: 0px solid #c3c3c3; }
.dd .divider { border-left: 0px solid #c3c3c3; border-right: 0px solid #fff; right: 24px; }
.dd .ddArrow { width: 21px; height: 13px; margin-top: -6px; background: url(../images/result-dropdown-img.png) no-repeat; }
.dd .ddArrow:hover { background-position: 0 100%; }
.dd .ddTitle { color: #000; background: #e8e8e8; }
.dd .ddTitle .ddTitleText { padding: 5px 20px 5px 15px; }
.dd .ddTitle .ddTitleText .ddTitleText { padding: 0; }
.dd .ddTitle .description { font-size: 12px; color: #666; }
.dd .ddTitle .ddTitleText img { padding-right: 5px; }
.dd .ddChild { border: 1px solid #c3c3c3; background-color: #fff; left: -1px; }
.dd .ddChild li { padding: 5px; background-color: #fff; border-bottom: 1px solid #c3c3c3; }
.dd .ddChild li .description { color: #666; }
.dd .ddChild li .ddlabel { color: #838e97; }
.dd .ddTitleText .ddlabel { color: #838e97; }
.dd .ddChild li.hover { background-color: #cccccc; color: #000; }
.dd .ddChild li img { padding: 0 6px 0 0; }
.dd .ddChild li.optgroup { padding: 0; }
.dd .ddChild li.optgroup .optgroupTitle { padding: 0 5px; font-weight: bold; font-style: italic; }
.dd .ddChild li.optgroup ul li { padding: 5px 5px 5px 15px; }
.dd .ddChild li.selected { background-color: #cccccc; color: #000; }

.advisor .inline_listing_style .dd { margin-bottom: 13px; }
.advisor .inline_listing_style .dd li { margin: 0 !important; }
.advisor .inline_listing_style .ddTitleText { padding: 9px 10px 7px 10px; }
.advisor .inline_listing_style .ddlabel { font-size: 12px; color: #838e97; }
.advisor .inline_listing_style .ddChild { left: 0px; }

.general-right { float: right; width: 234px; }
.general-right h3 { font-size: 14px; font-weight: bold; text-transform: uppercase; color: #fff; background: #015289; padding: 14px 23px; margin: 0px; }
.general-right .content { margin: 15px; }

.general-cnt-left { border-top: 5px solid #015289; width: 935px;  float: left; background-color: #f6f6f6; padding: 11px 5px 10px 5px; }
.general-cnt-left .btn-more { font-size: 14px; font-weight: bold; text-transform: uppercase; color: #bd5700; padding: 0 15px 0 0; margin: 0 0 0 0; background: url(../images/icons-yellowarrow.png) no-repeat right; }
.general-cnt-left .btn-more:hover { text-decoration: none; }
.general-cnt-left .btn-dark-blue { background: #005288; color: #fff; border-radius: 5px; border: none; font-size: 14px; line-height: 18px; padding: 3px 7px 3px 5px; margin-right: 10px; margin-bottom: 10px; float: left; }
.general-cnt-left .btn-dark-blue:hover { background: #075da6; border-radius: 5px; border: none; text-decoration: none; }
.general-cnt-left .cnt-wrapper { padding: 0px 0 30px 0px; margin-top: 15px; }
.general-cnt-left .cnt-wrapper ul { margin: 5px 0 0 0px; padding: 0 0 0 0px; }
.general-cnt-left .cnt-wrapper ul li { margin: 0px 0 0 0px; background: url(../images/bullet-square.jpg) no-repeat 0 0.5em; color: #252521; font-size: 14px; font-weight: normal; padding: 0 0 10px 12px; list-style: none; }
.general-cnt-left .cnt-wrapper p { line-height: 26px; margin-right: 10px; margin-bottom: 0px; }
.general-cnt-left .cnt-wrapper h2 { color: #252521; font-size: 20px; font-weight: bold; padding: 0 0 0px 0; }
.general-cnt-left .cnt-wrapper h3 { color: #005288; font-size: 16px; font-weight: bold; }
.general-cnt-left .cnt-wrapper img { float: right; margin: 10px 10px 4px 0px; }
.general-cnt-left .cnt-wrapper table { font-size: 12px; border-collapse: collapse; text-align: left; width: 100%; margin: 10px 0px; border: none; }
.general-cnt-left .cnt-wrapper table thead td { font-size: 16px; font-weight: bold; color: #6c7d8a; padding: 18px 8px; background-color: #e8e8e8; }
.general-cnt-left .cnt-wrapper table th { font-size: 16px; font-weight: bold; color: #6c7d8a; padding: 18px 8px; background-color: #e8e8e8; }
.general-cnt-left .cnt-wrapper table td { border-bottom: 1px solid #ccc; -moz-box-shadow: 0px 2px 0px #ffffff; -webkit-box-shadow: 0px 2px 0px #ffffff; box-shadow: 0px 2px 0px #ffffff; color: #252521; padding: 8px 8px; font-size: 14px; }

.btn-left, .btn-right { cursor: pointer; width: 20px; height: 156px; margin: 0; background: #ddd; float: left; text-align: center; line-height: 30px; top: 0px; text-transform: uppercase; position: absolute; }
.btn-left { left: 10px; background: url(../images/icons-slide-left.png) no-repeat 0 2.8em; }
.btn-right { right: 10px; background: url(../images/icons-slide-right.png) no-repeat 0 2.8em; }

.Pagination { padding: 15px 10px; width: 600px; text-align: center; margin: 0 auto; clear: both; }
.Pagination .page-lists { margin-top: 7px; }
.Pagination .text { font-size: 14px; color: #005288; }
.Pagination .prev { color: #000; cursor: pointer; padding: 0 0px; margin: 4px 10px 0 10px; width: 8px; height: 12px; line-height: 16px; background: url(../images/Service-Icon-Arrows.jpg) no-repeat; display: inline-block; background-position: 0px 1px; text-indent: -9999px; }
.Pagination .prev .prev { display: none; }
.Pagination .next { color: #000; cursor: pointer; padding: 0 0px; margin: 4px 10px 0 10px; width: 8px; height: 12px; line-height: 16px; background: url(../images/Service-Icon-Arrows.jpg) no-repeat; display: inline-block; background-position: -8px 1px; text-indent: -9999px; }
.Pagination b { color: #015289; padding: 0 4px; margin: 0 4px; }
.Pagination a { color: #686565; padding: 0 4px; margin: 0 4px; font-size: 14px; }
.Pagination a:hover { text-decoration: none; }

.RealtedRes_Service { width: 938px; min-height: 480px; }
.RealtedRes_Service .resources-content { width: 100%; border-top: 5px solid #bd5700; }
.RealtedRes_Service .resources-list-head-bar { width: 100%; }
.RealtedRes_Service .resources-list-head-bar .col01 { width: 600px; }
.RealtedRes_Service .resources-list-item { width: 890px; }
.RealtedRes_Service .resources-list-item .col01-sub { width: 575px; }

form { margin: 0; padding: 0; text-align: left; display: inline; }

.pagetitle {font-weight: bold;}

.body_red {color: red; font-weight:bold}

.about-content {background-color: white; width: 100%; border-top: 5px solid #b6614b; padding: 10px; line-height: 22px;}
.about-content article { margin: 19px 26px 0 26px; padding: 6px 0 6px 0; border-bottom: 1px solid #cfd3d7; -moz-box-shadow: 0px 2px 0px #ffffff; /* Firefox 3.6 and earlier */ -webkit-box-shadow: 0px 2px 0px #ffffff; /* Safari and Chrome */ box-shadow: 0px 2px 0px #ffffff; }
.about-content article img { padding: 0 2px 6px 2px; }
.about-content article h2 { display: inline; padding: 0 0 0 8px; color: #252521; font-size: 20px; line-height: 30px; font-weight: bold; }
.about-content article p { color: #252521; font-size: 14px; line-height: 22px; }

.prep-content {background-color: white; width: 100%; border-top: 5px solid #2c8091; padding: 10px; line-height: 22px;}
.prep-content article { margin: 19px 26px 0 26px; padding: 6px 0 6px 0; border-bottom: 1px solid #cfd3d7; -moz-box-shadow: 0px 2px 0px #ffffff; /* Firefox 3.6 and earlier */ -webkit-box-shadow: 0px 2px 0px #ffffff; /* Safari and Chrome */ box-shadow: 0px 2px 0px #ffffff; }
.prep-content article img { padding: 0 2px 6px 2px; }
.prep-content article h2 { display: inline; padding: 0 0 0 8px; color: #252521; font-size: 20px; line-height: 30px; font-weight: bold; }
.prep-content article p { color: #252521; font-size: 14px; line-height: 22px; }

.content {background-color: white; width: 100%; border-top: 5px solid #eebe05; padding: 10px; line-height: 22px;}
.content article { margin: 19px 26px 0 26px; padding: 6px 0 6px 0; border-bottom: 1px solid #cfd3d7; -moz-box-shadow: 0px 2px 0px #ffffff; /* Firefox 3.6 and earlier */ -webkit-box-shadow: 0px 2px 0px #ffffff; /* Safari and Chrome */ box-shadow: 0px 2px 0px #ffffff; }
.content article img { padding: 0 2px 6px 2px; }
.content article h2 { display: inline; padding: 0 0 0 8px; color: #252521; font-size: 20px; line-height: 30px; font-weight: bold; }
.content article p { color: #252521; font-size: 14px; line-height: 22px; }

.label {background-color: white; width: 100%; border-top: 5px solid #eebe05; padding: 10px; line-height: 22px;}
.label article { margin: 19px 26px 0 26px; padding: 6px 0 6px 0; border-bottom: 1px solid #cfd3d7; -moz-box-shadow: 0px 2px 0px #ffffff; /* Firefox 3.6 and earlier */ -webkit-box-shadow: 0px 2px 0px #ffffff; /* Safari and Chrome */ box-shadow: 0px 2px 0px #ffffff; }
.label article img { padding: 0 2px 6px 2px; }
.label article h2 { display: inline; padding: 0 0 0 8px; color: #252521; font-size: 20px; line-height: 30px; font-weight: bold; }
.label article p { color: #252521; font-size: 14px; line-height: 22px; }

.follow {background-color: white; width: 100%; border-top: 5px solid #83b0e4; padding: 10px; line-height: 22px;}
.follow article { margin: 19px 26px 0 26px; padding: 6px 0 6px 0; border-bottom: 1px solid #cfd3d7; -moz-box-shadow: 0px 2px 0px #ffffff; /* Firefox 3.6 and earlier */ -webkit-box-shadow: 0px 2px 0px #ffffff; /* Safari and Chrome */ box-shadow: 0px 2px 0px #ffffff; }
.follow article img { padding: 0 2px 6px 2px; }
.follow article h2 { display: inline; padding: 0 0 0 8px; color: #252521; font-size: 20px; line-height: 30px; font-weight: bold; }
.follow article p { color: #252521; font-size: 14px; line-height: 22px; }

.questions {background-color: white; width: 100%; border-top: 5px solid #788535; padding: 10px; line-height: 22px;}
.questions article { margin: 19px 26px 0 26px; padding: 6px 0 6px 0; border-bottom: 1px solid #cfd3d7; -moz-box-shadow: 0px 2px 0px #ffffff; /* Firefox 3.6 and earlier */ -webkit-box-shadow: 0px 2px 0px #ffffff; /* Safari and Chrome */ box-shadow: 0px 2px 0px #ffffff; }
.questions article img { padding: 0 2px 6px 2px; }
.questions article h2 { display: inline; padding: 0 0 0 8px; color: #252521; font-size: 20px; line-height: 30px; font-weight: bold; }
.questions article p { color: #252521; font-size: 14px; line-height: 22px; }

.cases-info {background-color: white; width: 100%; border-top: 5px solid #bd5700; padding: 10px; line-height: 22px;}
.cases-info article { margin: 19px 26px 0 26px; padding: 6px 0 6px 0; border-bottom: 1px solid #cfd3d7; -moz-box-shadow: 0px 2px 0px #ffffff; /* Firefox 3.6 and earlier */ -webkit-box-shadow: 0px 2px 0px #ffffff; /* Safari and Chrome */ box-shadow: 0px 2px 0px #ffffff; }
.cases-info article img { padding: 0 2px 6px 2px; }
.cases-info article h2 { display: inline; padding: 0 0 0 8px; color: #252521; font-size: 20px; line-height: 30px; font-weight: bold; }
.cases-info article p { color: #252521; font-size: 14px; line-height: 22px; }

.hometitle {font-family:Arial, Helvetica, sans-serif;font-weight: bold;font-size: 16px;margin-top:5px; margin-bottom:5px; color:#015289}
/*color:#015289 -- Blue Color*/
.hometitle-questions {font-family:Arial, Helvetica, sans-serif;font-weight: bold;font-size: 16px;margin-top:5px; margin-bottom:5px; line-height:20px; color:#015289}
.hometitle-brokers {font-family:Arial, Helvetica, sans-serif;font-weight: bold;font-size: 14px;margin-top:5px; margin-bottom:20px; color:#838e97}