html {
    background-color: #eee;
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(/images/globalbg2.gif);
    background-repeat: repeat-y;
    background-position: center;
}
a, a:hover, a.visited, a.active {
    color: #000000;
    text-decoration: none;
}
body {
    background-color: #FFFFFF;
    width: 880px;
    margin: 16px auto;
    min-height: 100%;
    font: 100%/120% verdana, arial, sans-serif;
}
div#logo {
    float: left;
    clear: left;
    margin: 0 0 0 0;
    list-style: none;
    width: 190px;
    height:60px;
    border: 0px;
}
div#testimonialBox {
    float: right;
    clear: right;
    margin: 11px 0 0 0;
    padding: 0 0 0 0;
    width: 235px;
    height: 120px;
    text-align:left;
    font-size: 11px;
    line-height: 1.4em;
    background:#fff url(/images/testimonialBox_box.png) no-repeat right top;
}
div#clientBox {
    float: right;
    clear: right;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    width: 235px;
    height: 120px;
    text-align:left;
    font-size: 11px;
    line-height: 1.4em;
    background:#fff url(/images/clientBox_box.png) no-repeat right top;
}
div#clientInnerBox {
    text-align: center;
    padding-left: 11px;
    padding-right: 8px;
    padding-top: 30px;
}
div#testimonialInnerBox {
    padding-left: 11px;
    padding-right: 8px;
    padding-top: 35px;
}
div#middleNav {
    clear: both;
    width: 875px;
    height: 25px;
    margin: 11px 0 0 0;
    padding: 11px 0 0 0;
    text-align:center;
    font-size: 11px;
    font-weight: bold;
    color: #d60000;
    line-height: 1.4em;
    background:#fff url(/images/middleNav.jpg) no-repeat right top;
}
div#middleNav a {
    text-align:center;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    line-height: 1.4em;
}
div#middleNav a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #d60000;
}
div#flashMnu {
    float: left;
    clear: left;
    margin: 11px 0 0 7px;
    padding-top: 5px;
    list-style: none;
    width: 630px;
    height: 250px;
}

#intros {
    width: 630px;
    height: 250px;
}

#thumbs {
    font-size: 11px;
    position: relative;
    bottom: 23px;
    height: 20px;
    width: 630px;
    color: #FFFFFF;
    filter: none;
    -moz-opacity: 100%;
    background-image:url('/images/intro/bg.png');
    background-repeat:repeat-x;	
}

.thumbs_button {
    width: 5%;
    text-align: center;
    float:left;
    display:inline;
}

.thumbs_button2 {
    width: 5%;
    text-align: center;
    float:left;
    display:inline;
    background-image:url('/images/intro/bg_red.png');
    background-repeat:repeat-x;		
}
#pagination, #pagination a {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

ul#globalNav {
    float: right;
    clear: right;
    margin: 11px 0 0 0;
    padding: 0;
    list-style: none;
    width: 650px;
    height:46px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    background:#fff url(/images/global-nav-bg.jpg) no-repeat right top;
}
ul#globalNav li {
    float: left;
    margin: 0 0 0 3px;
    background: none;
}
ul#globalNav a {
    float: left;
    display: block;
    padding: 7px 8px 0 12px;
    line-height: 1.4em;
    text-decoration: none;
    color: #333;
}
ul#globalNav a:hover {
    color: #A2ACBA;
}
ul#globalNav a.current {
    color: #D60000;

}
ul#countryNav {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    font-weight: bold;
}
ul#countryNav li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
}
ul#countryNav a {
    float: left;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 1.2em;
    text-decoration: none;
    color: #333;
}
ul#countryNav a:hover {
    color: #000;
    text-decoration: underline;
}
img {
    border: 0px none;
}

.bottomLeftBox {
    float:left;
    text-align: left;
    width: 34%;
    height: 100%;
    font-size: 11px;
    color: #000000;
    text-decoration:none;
    border-style:dotted;
    border-width: 0px;
    border-color: #AAAAAA;
    border-right-width:1px;
}
.bottomRightBox {
    float:right;
    text-align: left;
    width: 30%;
    height: 100%;
    font-size: 11px;
    color: #000000;
    text-decoration:none;
}
.bottomLeftBox a, .bottomRightBox a {
    color: #000000;
    text-decoration:none;
    text-align:justify;
}
.bottomLeftBox ul, .bottomRightBox ul {
    list-style-image: url(/images/minliarrow.gif);
}
.bottomLeftBox li.title, .bottomLeftBox li.title a, .bottomRightBox li.title, .bottomRightBox li.title a {
    list-style-type: none;
    list-style-image: none;
    background: none;
    font-weight: bold;
    color: #D60000;
    text-decoration:none;
}

.bottomLeftBox li.last, .bottomLeftBox li.last a, .bottomRightBox li.last, .bottomRightBox li.last a {
    list-style-type: none;
    list-style-image: none;
    background: none;
    font-weight: bold;
    color: #D60000;
    text-decoration:none;
}
.bottomLeftBox a:hover, .bottomRightBox a:hover {
    color: #000000;
    text-decoration: underline;
}
.bottomFooter {
    float:left;
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #D60000;
    text-decoration:bold;
}
hr#footer {
    background-color: #AAAAAA;
    border: 0;
    height: 1px;
}
#breadcrumb {
    margin:0;
    clear:both;
    display:block;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: right;
    font-size: 11px;
    color: #000000;
}
#breadcrumb a {
    color: #000000;
    text-decoration:none;
    white-space:nowrap;
}
#breadcrumb a:hover {
    text-decoration:underline;
}
/* Side Bar and Section Nav styles*/
/* Section Level*/
#sidebar {
    float: left;
    width: 22%;
    font-size: 12px;
}
#sidebar h5 {
    margin:0;
}
h5#sectitle {
    display:block;
    font-size: 0.8em;
    color: #000000;
    font-weight:bold;
    background: url('/images/subnav_topcap.gif') no-repeat;
    padding-left:7px;
    padding-right:0;
    padding-top:1px;
    padding-bottom:1px
}
/* 1st Level*/
#subnav {
    margin: 0px;
    float:left;
    background: url('/images/subnav_bottomcap.gif') no-repeat 0 100%;
    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:4px;
    width: 180px;
}
#subnav li {
    display:block;
    border-top: 1px solid #FFF;
}
#subnav li a {
    display:block;
    padding: 4px 4px 4px 7px;
    color: #000000;
    background:#E2E1E1;
    font-size: 0.85em;
    text-decoration:none;
}
#subnav li a:hover {
    text-decoration:underline;
}
#subnav li.children a {
    background: #E2E1E1 url('/images/iconplus.png') no-repeat 100% 0;
}
#subnav li.selected a {
    color:#55616C;
    background: #E2E1E1;
    font-weight:bold;
}
#subnav li.open a {
    background: #EBEBEB;
    font-weight:bold;
}
/* 2nd Level */
#subnav li ul {
    display:none;
}
#subnav li.open ul {
    display:block;
    padding: 0 5px 5px 5px;
    margin: 0px;
    background: #F6F6F6;
}
#subnav li ul li {
    border:none;
    font-size: 1em;
    list-style-type: none;
}
#subnav li.open ul li a {
    font-weight:normal;
    color: #000000;
    border-top: 1px solid #F9FBFB;
    background: #F6F6F6 url('/images/minliarrow.gif') no-repeat 2px 11px;
    padding-left:14px;
    padding-right:3px;
    padding-top:3px;
    padding-bottom:3px
}
#subnav li.open ul li.selected a, #subnav li.open ul li.open li.selected a {
    text-decoration:none;
    font-weight:bold;
    color:#4B4B4B;
    background-image: url('/images/minliarrow.gif');
}
/* 3rd Level */
#subnav li.open ul li ul {
    display:none;
    padding:0 0 3px 0;
}
#subnav li.open ul li.open ul {
    display:block;
}
#subnav li.open ul li.open li {
    padding-left: 11px;
}
#subnav li.open ul li.open li a {
    font-weight:normal;
    color:#005EAD;
    background-image: url('/images/minliarrow.gif');
    border:medium none;
    padding-left:12px;
    padding-right:2px;
    padding-top:2px;
    padding-bottom:2px
}
#subnav li.open ul li.open li a:hover {
    text-decoration:underline;
}
#subnav {
    border-bottom: 11px solid #FFF;
}
#subnav.opennav li {
    color:#6F808E;
    font-size: 1em;
    font-weight:bold;
    padding: 5px 0 3px 7px;
}
#subnav.opennav li ul {
    display:block;
}
#subnav.opennav li ul li {
    padding:0;
}
#subnav.opennav li ul li a {
    display:block;
    background: url('/images/minliarrow.gif') no-repeat 1px 8px;
    font-weight:normal;
    padding-left:9px;
    padding-right:0;
    padding-top:3px;
    padding-bottom:3px
}
#subnav.opennav li ul li.selected a {
    font-weight:bold;
    color:#4B4B4B;
}
div#content {
    float: right;
    width: 76%;
    font-size: 11px;
    font: 70%/150% verdana, arial, sans-serif;
    font-size: 11px;
    text-align: justify;
}
div#content p.heading, p.heading a {
    font-size: 12px;
    color: #D60000;
    font-weight: bold;
    padding: 0px;
    padding-left: 5px;	
    margin: 0px;
    padding-bottom: 3px;
    background-color: #F6F6F6;
    margin-bottom: 3px;
}

div#content .body {
    padding-left: 20px;
}

div#content p.contentheading, p.contentheading a {
    font-size: 11px;
    color: #D60000;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

div#content h1 {
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    margin-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 4px;	
}

.visibleLinks {
    color: #D60000;
}

div#tagLine {
    background:#fff url(/images/tagLine.png) no-repeat;
    font-size: 18px;
    color: #000000;
    height: 111px;	
}
div#tagLine p{
    margin: 0px;
    padding: 15px;
    padding-top: 23px;
    line-height: 28px;
}
div#tagLine p span {
    font-size: 22px;
}
div#tagLine p em{
    font-style: normal;
    color: #D60000;
}
div#tagLine p a{
    text-decoration: underline;
    color: #E2E1E1;
}
div#tagLine p a span{
    font-size: 18px;
    color: #D60000;
}
div#tagLine p a:hover{
    color: #000;
}

div#middleContent {
    margin: 5px 0 0 0;
    padding: 5px 0 0 11px;
    color: #000000;
    background:#fff url('/images/middleContent.jpg') no-repeat center top;
    line-height: 1.4em;
    height: 27px;
}
div#middleContent a, div#middleContent a.last, div#middleContent a.current {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
div#middleContent a:hover {
    color: #D60000;
    text-decoration: underline;
}
div#contentRight {
    float: right;
    width: 25%;
    margin-top:1em;
}
div#contentRight2 {
    width: 90%;
    margin-left: 20px;
    border-left:2px solid #F6F6F6;
}
div#contentLeft {
    float: left;
    width: 75%;
}

div#contentLeft p.first {
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
div#contentLeft p {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
div#crHeader {
    width: 100%;
    height: 30px;
    background: url('/images/bg-in-page-nav.jpg') repeat-x;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div#crContent {
    margin-left: 11px;
    width: 100%;
}
.roundbox {
    padding-top: 11px;
    text-align: left;
    font-size: 11px;
    color: #000000;
    line-height: 1.4em;
}
p.roundbox {

    color: #D60000;
}
.resources {
    float: right;
    padding-top: 4px;
}
table.hovertable {
    padding-top: 11px;
    font-size: 1em;
    line-height: 1.4em;
}
table.hovertable td {
    padding: 8px;
    width: 50%;
    background: url('/images/dottedhr.gif') repeat-x 0 0;
}
table.hovertable td.onhover, table.hovertable td:hover {
    background-color: #F6F6F6;
}
table.hovertable td.nohover {
    background-color: #FFF !important;
}
table.hovertable td a {
    font-size: 1.05em;
    font-weight:bold;
    background: url('/images/minliarrow.gif') no-repeat 0 50%;
    padding-left:14px;
    padding-right:0;
    padding-top:0;
    padding-bottom:0
}
table.hovertable td a.plain {
    padding:0;
    font-size: 1em;
    font-weight:normal;
    background:none;
}
table.hovertable td img {
    float:left;
    margin: 0 8px 0 0;
}
table.hovertable td img.right {
    float:right;
    margin: 0 0 0 8px;
    border:none;
}
table.generaltable {
    padding-top: 11px;
    width: 100%;
    font: 100%/120% verdana, arial, sans-serif;
}
table.generaltable td {
    padding: 8px;
    background: url('/images/dottedhr.gif') repeat-x 0 0;
    vertical-align:top;
}
table.generaltable td.onhover, table.generaltable td:hover {
    background-color: #F6F6F6;
}
table.generaltable td.nohover {
    background-color: #FFF !important;
}
table.generaltable td a {
    font-size: 1.05em;
    font-weight:bold;
    padding-left:14px;
    padding-right:0;
    padding-top:0;
    padding-bottom:0
}
table.generaltable td a.plain {
    padding:0;
    font-size: 1em;
    font-weight:normal;
    background:none;
}
table.generaltable td img {
    margin: 0 8px 0 0;
    text-align: center;
}

table.generaltable td img.right {
    float:right;
    margin: 0 0 0 8px;
    border:none;
}

.general {
    text-align: left;
    font-size: 11px;
    color: #000000;
    text-decoration:none;
    margin-left: -20px;	
}

table#leads {
    width: 600px;
    font-size: 11px;
}

td.error {
    width: 40%;
    font-size: 11px;
    color: #D60000;
    font-weight: bold;
}

w.valid {
    width: 40%;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.general a {
    color: #000000;
    text-decoration:none;
}

.general ul {
    list-style-image: url(/images/minliarrow.gif);
    font-size: 11px;
}

.general li {
    margin-top: 0.5em;
}

.general a:hover {
    color: #000000;
    text-decoration: underline;
}

.readmore_button {
    text-align: right;
}

.related_heading, .related_heading p {
    font-size: 12px;
    color: #D60000;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.related_subheading, .related_subheading p {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

table.generaltable td.related_content a  {
    padding-left: 0px;
}

table#clientstable {
    text-align: center;
}
