/* global.css */

* { 
	margin: 0; 
	padding: 0; 
}

a { color: #92141f; text-decoration: none; font-weight: bold; }

img {border: 0;}

html {
	background: #919191;
}

body {
	font-size: 1em; /* 16px */
	font-family: arial, verdana, sans-serif;
	text-align: left;
	color: #494b4c;
}

/* Main Wrapper */
#pageWrapper {
	margin: 0 auto;
	width: 980px;
	background: url('../images/wrapperRepeat.gif') repeat-y;
}

/* Top Menu Links */
#pageWrapper #siteMenu ul {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 0.625em; /* 10pt */
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
}

#pageWrapper #siteMenu ul li {
	float: left;
	padding-right: 10px;
	margin-left: 10px;
	background: url('../images/grey_divider.gif') no-repeat 100% 45%;
}

#pageWrapper #siteMenu ul li a {
	color: #444646;
	text-decoration: none;
}

#pageWrapper #siteMenu ul li.last {
	background: none;
}

#pageWrapper #siteMenu ul li a:hover {
	text-decoration: underline;
}

/* Top Navigation (blue) */

#mainNavigation {
	clear: both;
	height: 33px;
	background: #151313;
	margin-left: 3px;
	padding-left: 5px;
	font-size: 0.875em;
	line-height: 33px;
	font-family: "Arial Narrow", Arial, Sans-Serif;
}

#mainNavigation ul { list-style-type: none; }

#mainNavigation ul li { float: left; }

#mainNavigation ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: url('../images/nav_divide.gif') no-repeat 100% 45%;
	margin-left: 10px;
	padding-right: 20px;
}

#mainNavigation ul li a:hover {
	text-decoration: underline;
}

#mainNavigation ul li.last a {
	background: none;
}

/* Header Area */

#topPanelWrap {
	float: left;
	width: 937px;
	background: #000000;
	display: inline; /* IE6 */
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

/* border colour - 151313 */

#topPanelWrap .heroThreeCol {
	float: left;
}

#topPanelWrap .heroThreeCol .col {
	float: left;
}

#topPanelWrap .heroThreeCol .leftCol {
	width: 263px;
	margin-left: 2px;
	display: inline;
}

#topPanelWrap .heroThreeCol .leftCol img {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
}

#topPanelWrap .heroThreeCol .leftCol .darkGrey {
	display: block;
	background: url('../images/lnk-darkgrey.gif') no-repeat;
	width: 263px;
	height: 18px;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	font-family: arial, sans-serif;
	line-height: 18px;
}

#topPanelWrap .heroThreeCol .leftCol .lightGrey {
	display: block;
	background: url('../images/lnk-lightgrey.gif') no-repeat;
	width: 263px;
	height: 18px;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	font-family: arial, sans-serif;
	line-height: 18px;
	margin-top: 1px;
}

#topPanelWrap .heroThreeCol .leftCol a.lightGrey:hover {
background: url('../images/lnk-black.gif') no-repeat;
color: #fff;}
#topPanelWrap .heroThreeCol .leftCol a.darkGrey:hover {
background: url('../images/lnk-black.gif') no-repeat;
color: #fff;}

#topPanelWrap .heroThreeCol .middleCol {
	width: 180px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 0.75em;
}


#topPanelWrap .heroThreeCol .rightCol {
	width: 470px;
}

#topPanelWrap .heroThreeCol .leftCol h2 img {
	border: 3px solid #868686;
}

#topPanelWrap .heroThreeCol .rightCol img {
	border: 3px solid #868686;
}

#topPanelWrap .heroThreeCol .middleCol img {
	border: 1px solid #151313;
}

#topPanelWrap .heroThreeCol #introContent {
	background: #fff;
	border: 1px solid #151313;
	border-top: 0;
	width: 468px;
	height: 156px;
}
h1 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 1.8em;
color: #92141f;
font-weight: normal;
font-family: "Arial Narrow", arial, sans-serif;
}
h2 {
margin-top: 10px;
margin-bottom: 4px;
font-size: 1.4em;
color: #92141f;
font-weight: normal;
font-family: "Arial Narrow", arial, sans-serif;
}
h3 {
margin-top: 10px;
margin-bottom: 4px;
font-size: 1.2em;
color: #92141f;
font-weight: normal;
font-family: "Arial Narrow", arial, sans-serif;
}
#topPanelWrap .heroThreeCol #introContent h2 {
	background: url('../images/heading.gif') no-repeat 0 0;
	width: 469px;
	height: 23px;
	padding-bottom: 11px;
}

#topPanelWrap .heroThreeCol #introContent h2 span { display: none; }

#topPanelWrap .heroThreeCol #introContent p {
	margin-left: 5px;
}

#topPanelWrap .heroThreeCol #introContent a {
color: #151313;
text-decoration: underline;
}
#topPanelWrap .heroThreeCol #introContent a:hover {
color: #000;
}

/* Navigation */

#siteNavigation { clear: both; float: left; width: 976px; margin-left: 3px; background: #151313; height: 44px; }

#siteNavigation ul { list-style-type: none; }

#siteNavigation ul li { 
	float: left; 
	background: url('../images/nav_bg.gif') no-repeat;
}

#siteNavigation ul li a {
	width: 120px;
	height: 34px;
	display: block;
	background: url('../images/nav_bg.gif') no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #222323;
	font-weight: bold;
}

#siteNavigation ul li a:hover {
	width: 120px;
	height: 34px;
	display: block;
	background: url('../images/nav_bg2.gif') no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #000;
	font-weight: bold;
}

#siteNavigation ul li a span {
	width: 75px;
	margin-left: 32px;
	display: block;
	padding-top: 6px;
	line-height: 1em;
}

/* Main Content Area */

#groupNavigation { clear: both; float: left; width: 975px; margin-left: 3px; background: #ccc; height: 36px; }

#groupNavigation ul { list-style-type: none; }

#groupNavigation ul li { 
	float: left; 
}

#groupNavigation ul li a {
	width: 120px;
	height: 34px;
	display: block;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #222323;
	font-weight: bold;
}

#groupNavigation ul li a:hover {
	width: 120px;
	height: 34px;
	display: block;
	background:#FFF;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #000;
	font-weight: bold;
}

#groupNavigation ul li a span {
	width: 75px;
	display: block;
	padding-top: 6px;
	line-height: 1em;
	margin-left: 25px;
}

#content {
	float: left;
	width: 975px;
	margin-left: 3px;
	display: inline; /* IE6 */
	margin-top: 0px;
	font-size: 0.75em;
    background: url('../images/contentbg.gif') repeat-y
}

#content .contentLeft {
	float: left;
	display: inline; /* IE6 */
	width: 680px;
	margin-left: 20px;
	margin-right: 0px;
}

#content .contentLeft p {
	margin-bottom: 1em;
}

#content .contentLeft .promoContainer {
	float: left;
	margin-top: 20px;
margin-bottom: 20px;
}

#content .contentLeft .promoContainer .promo {
	width: 180px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/promo_bg.gif') repeat-y top left;
	height: auto !important;
	height: 244px;
	min-height: 244px;
	position: relative;
}

#content .contentLeft .promoContainer .promo a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #92141f;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

#content .contentLeft .promoContainer .promo p {
	font-family: "arial narrow", arial, sans-serif;
	color: #00296e;
	font-size: 1.2em;
text-align: center;
}

.promo2 {
	width: 180px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/box2.jpg') repeat-y top left;
	height: auto !important;
	height: 244px;
	min-height: 244px;
	position: relative;
}

.promo2 a {
	position: absolute;
	right: 25px;
	bottom: 90px;
	color: #92141f;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

.promo2 p {
	font-family: "arial narrow", arial, sans-serif;
	color: #33393c;
	font-size: 1.2em;
text-align: center;
}
.promo1 {
	width: 180px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/box1.jpg') repeat-y top left;
	height: auto !important;
	height: 244px;
	min-height: 244px;
	position: relative;
}

.promo1 a {
	position: absolute;
	right: 15px;
	bottom: 118px;
	color: #92141f;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

.promo1 p {
	font-family: "arial narrow", arial, sans-serif;
	color: #33393c;
	font-size: 1.2em;
text-align: center;
}
.promo3 {
	width: 180px;
	float: left;
	display: inline; /* IE6 */
	margin-right: 5px;
	background: url('../images/box3.jpg') repeat-y top left;
	height: auto !important;
	height: 244px;
	min-height: 244px;
	position: relative;
}

.promo3 a {
	position: absolute;
	right: 15px;
	bottom: 100px;
	color: #92141f;
	font-family: "arial narrow", arial, sans-serif;
	font-weight: bold;
}

.promo3 p {
	font-family: "arial narrow", arial, sans-serif;
	color: #33393c;
	font-size: 1.2em;
text-align: center;
}

#content .contentLeft .promoContainer .last {
	margin-right: 0;
}

#content .contentLeft .breadCrumb {
	font-size: 0.92em;
	color: #151313;
	margin-top: 10px;
	margin-bottom: 15px;
}

#content .contentLeft .breadCrumb strong {
	color: #1b1a1a;
}

#content .contentLeft h3,
#content .contentLeft h4 {
	font-family: "Arial Narrow", arial, verdana, sans-serif;
	color: #151313;
	font-size: 1.6em;
	line-height: 1.5em;
padding-bottom: 5px;
text-align: center;
}

#content .contentRight {
	width: 256px;
	float: right;
}

#content .contentRight fieldset {
	border: 0;
}

.vipLogin {
	margin-top: 14px;
	margin-left: 10px;
	width: 250px;
}

.vipLogin a {
	display: block;
	width: 241px;
	height: 34px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: .05em;
	background: url('../images/redbutton.gif') no-repeat;
}
.vipLogin a:hover {
	display: block;
	width: 241px;
	height: 34px;
	background: url('../images/redbutton-over.gif') no-repeat;
}

.vipLogin a span {
	line-height: 35px;
	font-size: 1.3em;
	color: #fff;
	font-family: "Arial Narrow", arial, sans-serif;
}

#content .contentRight .newto {
	width: 256px;
	height: 38px;
}

#content .contentRight .newto a {
	display: block;
	width: 256px;
	height: 38px;
	font-weight: normal;
	letter-spacing: .05em;
	background: url('../images/newtochartwelltab.gif') no-repeat;
}
.newto a:hover {
	display: block;
	width: 256px;
	height: 38px;
	background: url('../images/newtochartwelltab-over.gif') no-repeat;
}

.newto a span {
	line-height: 38px;
	font-size: 1.6em;
	color: #fff;
	font-family: "Arial Narrow", arial, sans-serif;
	margin-left: 70px;
}

.chart img {
	border: 1px solid #021629;
	margin-top: 10px;
}

#content .contentRight .newsletter {
	border: 1px solid #021629;
	margin-top: 1px;
	background: #e0e0e2;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}


#content .contentRight .newsletter h4 {
	font-family: "Arial Narrow", arial, sans-serif;
	font-size: 1.5em;
	color: #92141f;
}

#content .contentRight .newsletter p {
	color: #1b1a1a;
	font-size: 0.92em;
	line-height: 2em;
}

#content .contentRight .newsletter form {
	margin-left: 20px;
}

#content .contentRight .newsletter form label {
	display: block;
	color: #151313;
	text-transform: uppercase;
	font-family: "arial narrow", arial, sans-serif;
	font-size: 0.92em;
	font-weight: bold;
}

#content .contentRight .newsletter form .submitButton {
	margin-top: 10px;
	float: left;
}

#content .contentRight .newsletter ul { 
	list-style-type: none;
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .contentRight .newsletter ul li {
	display: inline;
	margin-right: 8px;
}

#content .contentRight .newsletter ul li.last {
	margin-right: 0;
}

#content .contentRight .newsletter ul li a {
	color: #151313;
	text-decoration: underline;
	font-weight: bold;
	font-family: arial, sans-serif;
}
.greybar{
width: 975px;
	margin-left: 3px;
}

.greybar ul {
	clear: both;
	width: 975px;
	list-style-type: none;
	text-align: left;
	text-transform: uppercase;
	background: url('/images/greybarbg.jpg') repeat-x;
	padding: 10px 0 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece
}

.greybar ul li { 
	color: #383838;
	font-size: 0.65em;
	display: inline;
	padding-right: 10px;
	margin-left: 10px;
	line-height: 1.5em;
	background: url('../images/grey_divider.gif') no-repeat 100% 55%;
}
.greybar ul li a{
	color: #383838;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
}
.greybar ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.greybar ul li.last {
	background: none;
}
/* Footer */
.blackbar{
width: 975px;
	margin-left: 3px;
}

#footerRegion {
	width: 980px;
	padding: 10px;
}
.blackbar ul {
	clear: both;
	width: 975px;
	list-style-type: none;
	text-align: left;
	text-transform: uppercase;
	background: url('/images/blackbarbg.jpg') repeat-x;
	padding: 10px 0 10px 0;
}

.blackbar ul li { 
	color: #868686;
	font-size: 0.75em;
	display: inline;
	padding-right: 10px;
	margin-left: 10px;
	line-height: 2em;
	background: url('../images/grey_divider.gif') no-repeat 100% 55%;
}
.blackbar ul li a{
	color: #fff;
	font-family: "Arial Narrow", arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .05em;
}
.blackbar ul li a:hover {
	text-decoration: underline;
}

.blackbar ul li.last {
	background: none;
}
#footerRegion ul {
	clear: both;
	width: 975px;
	margin-left: 3px;
	list-style-type: none;
	text-align: center;
}

#footerRegion ul li { 
	color: #868686;
	font-size: 0.75em;
	display: inline;
	padding-right: 10px;
	margin-left: 10px;
	line-height: 2em;
	background: url('../images/grey_divider.gif') no-repeat 100% 55%;
}

#footerRegion ul li a:hover {
	text-decoration: underline;
}

#footerRegion ul li.last {
	background: none;
}

/* Below Container - FSA etc */
.blacktext {
	font-family: "Arial Narrow", arial, sans-serif;
	margin: 0 auto;
	font-size: 0.6875em; /* 11pt */
	text-align: center;
	color: #151313;
	padding-top: 10px;
	font-weight: bold;
	}
#subContentWrapper {
	width: 980px;
	font-family: "Arial Narrow", arial, sans-serif;
	margin: 0 auto;
	font-size: 0.6875em; /* 11pt */
	text-align: left;
	color: #151313;
	padding-top: 10px;
}

.nav {
	margin-bottom: 0px;
	padding: 0;
}

.nav li {
	list-style: none;
	line-height: 24px;
	border-top: 1px solid #fff;
	float: left;
	width: 100%;
}

.nav li a {
	display: block;
	text-decoration: none;
	color: #383838;
	height: 100%;
	padding: 0 0 0 28px;
	background: #ededed;
}

.nav li a.active,
.nav li a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: underline; 
}
.nav li.active ul {
	display:block; 
}
.nav ul {
	margin: 0; 
	padding: 0; 
	display: none; 
}
.nav ul li {
	border-top: 1px solid #ededed; 
	background: #fff;
}
.nav ul a {
	background: #fff;
	color: #92141f;
}
.nav ul a:hover {
	text-decoration: underline; 
	color: #000;
}

/* nav end */
.subnav {
	margin-top: 20px;
margin-bottom: 20px;
}
.subnav h3{
text-align: center;
background: #151313;
color: #fff;
line-height: 22px;}
#content .contentLeft ul { margin-left: 14px; margin-bottom: 6px;}
#content .contentLeft p label { float: left; width: 150px; }
.contentLeft a{
color: #92141f;
font-weight: bold;
}
.contentLeft a:hover{
color: #000;
text-decoration: underline;
}

#search {
margin-top: 15px;
margin-left: 32px;}
.rhboxheader{
width: 241px;
height: 52px;
margin-top: 15px;
background: url(../images/boxheader.gif) top left no-repeat;
}
.rhboxheader h2{
color: #fff;
font-family: "arial narrow", arial, sans-serif;
text-align: center;
font-weight: normal;
font-size: 1.5em;
letter-spacing: .05em;
padding-top: 14px;
}
.rhbox {
background: #fff;
width: 240px;
margin-bottom: 10px;
}

.right {
float: right;}
.helpicons a{
padding: 8px 0 8px 54px;
display: block;
font-size: 1.3em;
background: #fff url(/images/helpicons.gif) top left no-repeat;
border-bottom: 1px dotted #5f5f5f;
}
.helpicons a:hover{
color: #000;
background: #c2c2c2 url(/images/helpiconsover.gif) top left no-repeat;
text-decoration: underline;}

.rhboxdiv {
margin-left: 10px;}
.infobox1 {
width: 310px;
float: left;
margin-right: 28px;
margin-bottom: 15px;
margin-top: 325px;
}.infobox2 {
width: 310px;
float: left;
margin-right: 0px;
margin-bottom: 15px;
margin-top: 325px;
}
.greybox {
width: 310px;
border: 1px solid #5f5f5f;
background: #c2c2c2;
padding: 5px;}
.greybox h3{
color: #000;
font-size: 1.4em;
font-family: "arial narrow", arial, sans-serif;
text-align: center;}
.whitebox {
width: 310px;
border: 1px solid #5f5f5f;
background: #fff;
color: #000;
font-weight: bold;
font-family: arial, sans-serif;
font-size: 1.2em;
padding: 5px;
margin: 5px 0 5px 0;}
.darkgreybox {
width: 310px;
border: 1px solid #5f5f5f;
background: #5f5f5f;
padding: 5px;}
#content .contentLeft .darkgreybox a{
color: #fff;
font-family: "arial narrow", arial, sans-serif;
font-size: 1.1em;
letter-spacing: .05em;
font-weight: normal;}
.huge {
font-size: 2em;
color: #92141f;
float: left;
padding-right: 10px;}
.whitebox p{
margin: 0 0 0 20px;
padding: 0;}
.newsletter {
width: 206px;
background: #c2c2c2;
border: 1px solid #5f5f5f;
float: right;
margin-left: 10px;
margin-right: 21px;
padding: 10px 10px 0 10px;
}
.newsletter #name{
margin-bottom: 20px;}
.newsletter #ntruy-ntruy{
margin-bottom: 20px;}
#content .contentLeft .newsletter h4{
color: #92141f;
font-family: "arial narrow", arial, sans-serif;
padding: 10px;
font-size: 16px;
text-align: left;
margin: 0;
padding: 0;}
.newsletter p{
font-size: .9em;
color: #000;}
.newsletter label{
font-size: .9em;
padding:0;
color: #000;
font-weight: bold;}
.newsletter fieldset{
border: none;
margin-left: 20px;}
#content .contentLeft .newsletter {
margin-bottom: 20px;}
.newslettercontainer h2{
clear: left;
color: #92141f;
font-family: "arial narrow", arial, sans-serif;
text-align: left;
padding: 0 0 10px 0;
font-size: 16px;}
#content .contentLeft .infodiv {
position: relative;
clear: both;}
.frame {
height: 282px;
width: 230px;
border: 0;
padding: 0;
margin: 0;}
#content .contentLeft h3{
text-align: left;}
#content .contentLeft .greybox h3{
text-align: center;}
#content .contentLeft .darkgreybox h3{
text-align: center;}
#content .contentLeft table td{
padding: 10px;}