/* ------------------------------------------------ MAIN STYLE ----------------------------------------------- */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, th, var{font-style:normal; font-weight:normal}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0}

.mainBodyGlowContainer {
position:absolute;
top:0;
left:0;
width:100%;
height:200px;
}

.mainBodyGlow {
margin:auto;
width:960px;
height:200px;
background:url(/images/bg_glow.png) no-repeat 0 0;
}

.mainBodyContainer {
position:relative;
margin:auto;
width:980px;
}

.mainBodyContent {
position:relative;
display:block;
margin:0 auto 20px;
width:940px;
float:left;
padding:20px;
background:url(/images/globeBG.gif) no-repeat bottom right;
-moz-border-radius:7px;
border-radius:7px;
-webkit-border-radius:7px;
}

.mainBodyTL, .mainBodyTR, .mainBodyBR, .mainBodyBL {position:absolute;width:5px;height:5px;}

.mainBodyTL {top:0;left:0;background: #fff url(../images/corners.gif) no-repeat 0 0;}
.mainBodyTR {top:0;right:0;background: #fff url(../images/corners.gif) no-repeat right top;}
.mainBodyBR {bottom:0;right:0;background: #fff url(../images/corners.gif) no-repeat right bottom;}
.mainBodyBL {bottom:0;left:0;background: #fff url(../images/corners.gif) no-repeat left bottom;}

p {
font-family:	"Lucida Grande", "Lucida Sans Unicode", Helvetica,Arial,Sans-Serif;
text-align: left;
margin:0 0 10px 0;
padding:0;
line-height:21px;
}

.blockQuote {
padding:20px;
margin:10px 0;
border:1px solid #ddd;
background:#fcfcfc;
font-size:18px;
line-height:24px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-border-radius:3px;
}

.panelLeft {
position:relative;
padding:0;
margin:0;
float:left;
width:652px;
}

.panelRight {
position:relative;
padding:0;
margin:0;
float:right;
width:275px;
}

.ccccSubTitle {
font-size:10px;
line-height:15px;
font-weight:bold;
margin:0 0 0 10px;
color:#777;
}

.ccccBlurb {
font-size:11px;
line-height:16px;
color:#444;
top:215px;
left:10px;
width:143px;
height:130px;
}

.splashBlue {
background:#1e6496 url(/images/splash/splash_blue_bg.jpg) no-repeat 0 0;
width:650px;
float:left;
padding:0;
margin:0;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
position:relative;
}

.splashBlueRSL {
background:#1e6496 url(/images/splash/rsl_banner.jpg) no-repeat 0 0;
width:650px;
float:left;
padding:0;
margin:0;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
position:relative;
}

.splashBlueTL, .splashBlueTR, .splashBlueBR, .splashBlueBL {
padding:0;
margin:0;
position:absolute;
width:5px;
height:5px;
}

/*
.splashBlueTL {top:0;left:0;background:url(/images/sprite_corners.gif) no-repeat 0 -10px;}
.splashBlueTR {top:0;right:0;background:url(/images/sprite_corners.gif) no-repeat -5px -10px;}
.splashBlueBR {bottom:0;right:0;background:url(/images/sprite_corners.gif) no-repeat -5px -15px;}
.splashBlueBL {bottom:0;left:0;background:url(/images/sprite_corners.gif) no-repeat 0 -15px;}
*/

.superBlock {
padding:7px 0 10px 10px;
margin:0;
border:1px solid #e8e8e8;
background:#fff url(/images/bckgrnd_07.gif) repeat-x 0 0;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
display:block;
float:left;
}

.superBlockBlue {
padding:7px 0 10px 10px;
margin:0;
border:1px solid #e8e8e8;
background:#3574A1 url(/images/bckgrnd_08.gif) repeat-x 0 0;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
display:block;
float:left;
}

.bannerBlockContainer {
position:relative;
width:;
}

.bannerBlock {
position:absolute;
clear:both;
top:0;
left:-20px;
width:960px;
}

.footerBarContainer {
position:relative;
width:960px;
margin:auto;
color:#fff;
}

.footerBarContainerBlocks {
position:absolute;
width:320px;
color:#fff;
}

.fbcTitle {
font-family:	"Lucida Grande", "Lucida Sans Unicode", Helvetica,Arial,Sans-Serif;
font-size:		11px;
line-height:	18px;
color:			#8cc8f0;
}

/*p img {	
padding: 10px;   
margin: 0px;
}*/

hr {
border-top:1px solid #ddd;
height:1px;
background:none;
padding:0; /*  */
margin:20px 0;
clear:both;
}

.ToTheTopDarkIcon {
padding: 0px;
text-decoration: none;
}

.clear {
clear: both;
}
.spacer {
height:10px;
clear: both;
}

.dBl{display:block}
.dIn{display:inline}
.hidden{display:none;}
.mg0 {margin:0;}
.mgT0 {margin-top:0;}
.mgR0 {margin-right:0;}
.mgB0 {margin-bottom:0;}
.mgL0 {margin-left:0;}
.mgT1 {margin-top:1px;}
.mgR1 {margin-right:1px;}
.mgB1 {margin-bottom:1px;}
.mgL1 {margin-left:1px;}
.mgT2 {margin-top:2px;}
.mgR2 {margin-right:2px;}
.mgB2 {margin-bottom:2px;}
.mgL2 {margin-left:2px;}
.mgT3 {margin-top:3px;}
.mgR3 {margin-right:3px;}
.mgB3 {margin-bottom:3px;}
.mgL3 {margin-left:3px;}
.mgT5 {margin-top:5px;}
.mgR5 {margin-right:5px;}
.mgB5 {margin-bottom:5px;}
.mgL5 {margin-left:5px;}
.mgT10 {margin-top:10px;}
.mgR10 {margin-right:10px;}
.mgB10 {margin-bottom:10px;}
.mgL10 {margin-left:10px;}
.mgT15 {margin-top:15px;}
.mgR15 {margin-right:15px;}
.mgB15 {margin-bottom:15px;}
.mgL15 {margin-left:15px;}
.mgT20 {margin-top:20px;}
.mgR20 {margin-right:20px;}
.mgB20 {margin-bottom:20px;}
.mgL20 {margin-left:20px;}
.mgT30 {margin-top:30px;}
.mgR30 {margin-right:30px;}
.mgB30 {margin-bottom:30px;}
.mgL30 {margin-left:30px;}
.mgT40 {margin-top:40px;}
.mgR40 {margin-right:40px;}
.mgB40 {margin-bottom:40px;}
.mgL40 {margin-left:40px;}
.mgT50 {margin-top:50px;}
.mgR50 {margin-right:50px;}
.mgB50 {margin-bottom:50px;}
.mgL50 {margin-left:50px;}
.mgAuto {margin:auto;}
.autoH{height:auto}
.autoW{width:auto}
.posR {position:relative;}
.posA {position:absolute;}
.xxsm {font-size:8px;line-height:12px;}
.xsm {font-size:9px;line-height:15px;}
.sm {font-size:10px;line-height:15px;}
.medsm {font-size:11px;line-height:16px;}
.med {font-size:12px;line-height:18px;}
.lrg {font-size:14px;line-height:21px;}
.xlrg {font-size:16px;line-height:24px;}
.xxlrg {font-size:20px;line-height:30px;}
.xxxlrg {font-size:24px;line-height:36px;}
.k {color: #000;}
.g {color: #777;}
.gg {color: #444;}
.w {color: #fff;}
.ww {color: #ddd;}
.www {color: #bbb;}
.r {color: #b40000;}
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.justify {text-align:justify;}
.autoH{height:auto}
.h5{height:5px}
.h10{height:10px}
.h15{height:15px}
.h20{height:20px}
.h25{height:25px}
.h50{height:50px}
.ht0 {height:0px;}
.ht1 {height:1px;}
.ht2 {height:2px;}
.ht3 {height:3px;}
.ht4 {height:4px;}
.ht5 {height:5px;}
.ht10 {height:10px;}
.ht20 {height:20px;}
.h100{height:100px}
.h150{height:150px}
.h200{height:200px}
.h300{height:300px}
.h400{height:400px}
.h500{height:500px}
.autoW{width:auto}
.px10 {width:10px;}
.px20 {width:20px;}
.px25 {width:25px;}
.px30 {width:30px;}
.px40 {width:40px;}
.px50 {width:50px;}
.px60 {width:60px;}
.px70 {width:70px;}
.px75 {width:75px;}
.px80 {width:80px;}
.px90 {width:90px;}
.px25 {width:25px;}
.px50 {width:50px;}
.px75 {width:75px;}
.px100 {width:100px;}
.px125 {width:125px;}
.px150 {width:150px;}
.px200 {width:200px;}
.px225 {width:225px;}
.px250 {width:250px;}
.px275 {width:275px;}
.px300 {width:300px;}
.px350 {width:350px;}
.px370 {width:370px;}
.px400 {width:400px;}
.px450 {width:450px;}
.px500 {width:500px;}
.px550 {width:550px;}
.px600 {width:600px;}
.px610 {width:610px;}
.px650 {width:650px;}
.px700 {width:700px;}
.px720 {width:720px;}
.px730 {width:730px;}
.px735 {width:735px;}
.px740 {width:740px;}
.p5 {width:5%;}
.p10 {width:10%;}
.p15 {width:15%;}
.p20 {width:20%;}
.p25 {width:25%;}
.p30 {width:30%;}
.p33 {width:33%;}
.p45 {width:45%;}
.p48 {width:48%;}
.p50 {width:50%;}
.p66 {width:66%;}
.p75 {width:75%;}
.p100 {width:100%;}
.fLeft {float:left;display:inline;}
.fRight {float:right;}
.fNone {float:none;}
.b0{border:none;}
.b1w{border:1px solid #fff;}
.b1ww{border:1px solid #eee;}
.b1wg{border:1px solid #ccc;}
.b1g{border:1px solid #aaa;}
.b1gg{border:1px solid #555;}
.b1ggg{border:1px solid #333;}
.b1k{border:1px solid #000;}
.b1Bl{border:1px solid #96b4d2;}
.pd0 {padding:0px;}
.pd1 {padding:1px;}
.pd2 {padding:2px;}
.pd3 {padding:3px;}
.pd4 {padding:4px;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.pd30 {padding:30px;}
.pd40 {padding:40px;}
.pd50 {padding:50px;}
.pdT1 {padding-top:1px;}
.pdR1 {padding-right:1px;}
.pdB1 {padding-bottom:1px;}
.pdL1 {padding-left:1px;}
.pdT2 {padding-top:2px;}
.pdR2 {padding-right:2px;}
.pdB2 {padding-bottom:2px;}
.pdL2 {padding-left:2px;}
.pdT3 {padding-top:3px;}
.pdR3 {padding-right:3px;}
.pdB3 {padding-bottom:3px;}
.pdL3 {padding-left:3px;}
.pdT5 {padding-top:5px;}
.pdR5 {padding-right:5px;}
.pdB5 {padding-bottom:5px;}
.pdL5 {padding-left:5px;}
.pdT10 {padding-top:10px;}
.pdR10 {padding-right:10px;}
.pdB10 {padding-bottom:10px;}
.pdL10 {padding-left:10px;}
.pdT20 {padding-top:20px;}
.pdR20 {padding-right:20px;}
.pdB20 {padding-bottom:20px;}
.pdL20 {padding-left:20px;}
.pdT30 {padding-top:30px;}
.pdR30 {padding-right:30px;}
.pdB30 {padding-bottom:30px;}
.pdL30 {padding-left:30px;}
.pdT40 {padding-top:40px;}
.pdR40 {padding-right:40px;}
.pdB40 {padding-bottom:40px;}
.pdL40 {padding-left:40px;}
.pdT50 {padding-top:50px;}
.pdR50 {padding-right:50px;}
.pdB50 {padding-bottom:50px;}
.pdL50 {padding-left:50px;}
.bdTX {border:1px solid #7c7450;}
.bdT100 {border:1px solid #b4aa7c;}
.bdT90 {border:1px solid #bbb289;}
.bdT80 {border:1px solid #c3bb96;}
.bdT70 {border:1px solid #cac3a3;}
.bdT60 {border:1px solid #d2ccb0;}
.bdT50 {border:1px solid #d9d4bd;}
.bdT40 {border:1px solid #e1ddcb;}
.bdT30 {border:1px solid #e8e5d7;}
.bdT20 {border:1px solid #f0eee5;}
.bdT10 {border:1px solid #f7f6f2;}
.bdW {border:1px solid #fff;}
.bdTB100 {border:1px solid #b4aa7c;}
.bdTB90 {border-bottom:1px solid #bbb289;}
.bdTB80 {border-bottom:1px solid #c3bb96;}
.bdTB70 {border-bottom:1px solid #cac3a3;}
.bdTB60 {border-bottom:1px solid #d2ccb0;}
.bdTB50 {border-bottom:1px solid #d9d4bd;}
.bdTB40 {border-bottom:1px solid #e1ddcb;}
.bdTB30 {border-bottom:1px solid #e8e5d7;}
.bdTB20 {border-bottom:1px solid #f0eee5;}
.bdTB10 {border-bottom:1px solid #f7f6f2;}
.bdB100 {border:1px solid #000;}
.bdB90 {border-bottom:1px solid #222;}
.bdB80 {border-bottom:1px solid #444;}
.bdB70 {border-bottom:1px solid #777;}
.bdB60 {border-bottom:1px solid #999;}
.bdB50 {border-bottom:1px solid #aaa;}
.bdB40 {border-bottom:1px solid #bbb;}
.bdB30 {border-bottom:1px solid #ccc;}
.bdB20 {border-bottom:1px solid #ddd;}
.bdB10 {border-bottom:1px solid #eee;}
.bdBW {border-bottom:1px solid #fff;}
.bgT100 {background:#b4aa7c;}
.bgT90 {background:#bbb289;}
.bgT80 {background:#c3bb96;}
.bgT70 {background:#cac3a3;}
.bgT60 {background:#d2ccb0;}
.bgT50 {background:#d9d4bd;}
.bgT40 {background:#e1ddcb;}
.bgT30 {background:#e8e5d7;}
.bgT20 {background:#f0eee5;}
.bgT10 {background:#f7f6f2;}
.bgG100{background:#000;}
.bgG90{background:#333;}
.bgG88{background:#444;}
.bgG86{background:#555;}
.bgG83{background:#666;}
.bgG80{background:#777;}
.bgG70{background:#aaa;}
.bgG60{background:#bbb;}
.bgG50{background:#ccc;}
.bgG40{background:#ddd;}
.bgG30{background:#eee;}
.bgG20{background:#f2f2f2;}
.bgG10{background:#f5f5f5;}
.bgW {background:#fff;}
.bgR {background:#c80000;}
.bgBl {background:#1e6496;}
.bgY {background:#ffffdb;}
.bgI {background:inherit;}
.bg0 {background:none;}
.r0 {-moz-border-radius:0px;border-radius:0px;-webkit-border-radius:0px;}
.r3 {-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;}
.r5{-moz-border-radius:5px;border-radius:5px;-webkit-border-radius:5px;}
.r7{-moz-border-radius:7px;border-radius:7px;-webkit-border-radius:7px;}
.r10{-moz-border-radius:10px;border-radius:10px;-webkit-border-radius:10px;}
.rTL0{-moz-border-radius-topleft:0px;border-top-left-radius:0px;-webkit-border-top-left-radius:0px;}
.rTL3{-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-top-left-radius:3px;}
.rTL5{-moz-border-radius-topleft:5px;border-top-left-radius:5px;-webkit-border-top-left-radius:5px;}
.rTL7{-moz-border-radius-topleft:7px;border-top-left-radius:7px;-webkit-border-top-left-radius:7px;}
.rTL10{-moz-border-radius-topleft:10px;border-top-left-radius:10px;-webkit-border-top-left-radius:10px;}
.rTR0{-moz-border-radius-topright:0px;border-top-right-radius:0px;-webkit-border-top-right-radius:0px;}
.rTR3{-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-top-right-radius:3px;}
.rTR5{-moz-border-radius-topright:5px;border-top-right-radius:5px;-webkit-border-top-right-radius:5px;}
.rTR7{-moz-border-radius-topright:7px;border-top-right-radius:7px;-webkit-border-top-right-radius:7px;}
.rTR10{-moz-border-radius-topright:10px;border-top-right-radius:10px;-webkit-border-top-right-radius:10px;}
.rBR0{-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px;-webkit-border-bottom-right-radius:0px;}
.rBR3{-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;}
.rBR5{-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-right-radius:5px;}
.rBR7{-moz-border-radius-bottomright:7px;border-bottom-right-radius:7px;-webkit-border-bottom-right-radius:7px;}
.rBR10{-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;-webkit-border-bottom-right-radius:10px;}
.rBL0{-moz-border-radius-bottomleft:0px;border-bottom-left-radius:0px;-webkit-border-bottom-left-radius:0px;}
.rBL3{-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;}
.rBL5{-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;-webkit-border-bottom-left-radius:5px;}
.rBL7{-moz-border-radius-bottomleft:7px;border-bottom-left-radius:7px;-webkit-border-bottom-left-radius:7px;}
.rBL10{-moz-border-radius-bottomleft:10px;border-bottom-left-radius:10px;-webkit-border-bottom-left-radius:10px;}
.clrBoth {clear:both;}
.clrNone {clear:none;}
.crP {cursor:pointer;}
.crM {cursor:move;}
.valignT {vertical-align:top;}
.valignM {vertical-align:middle;}
.valignB {vertical-align:bottom;}
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}
.justify {text-align:justify}
