/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7F0F4; color: #000000;
	background-image: url(../images/bg_lines.gif);
	background-position: top; background-repeat: repeat-x;
	margin: 0px;
}
img { border: 0px; }

a:link { color: #0084A8; text-decoration: underline; }
a:visited { color: #999999; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }


/* ****************** TEXT STYLES ****************** */
h1 a:link, h2 a:link { color: #0084A8; text-decoration: underline; }
h1 a:visited, h2 a:visited { color: #0084A8; text-decoration: underline; }
h1 a:hover, h2 a:hover { color: #000000; text-decoration: underline; }

h1, h2, h3, h4, p { padding: 0px; margin-top: 0px; margin-bottom: 10px; }

h1, h3, h4 { color: #0084A8; }
h1 { font-size: 18px; line-height: 20px; font-weight: normal; }
h2 { font-size: 16px; line-height: 20px; font-weight: bold; color: #9AC1D2; }
h3 { font-size: 13px; line-height: 18px; font-weight: bold; margin-bottom: 5px; }
h4 { font-size: 11px; line-height: 14px; font-weight: bold; margin-bottom: 5px; }

p.firstPara { font-size: 13px; line-height: 18px; color: #000000; }
p, ul, ol { font-size: 11px; line-height: 14px; color: #666666; }
p.smlType { font-size: 10px; font-weight: bold; }

ul, ol {
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px; margin-top: 0px; margin-bottom: 9px;
	margin-left: 15px; padding-left: 0px;
}
ul li, ol li { padding-bottom: 5px; }
li { list-style-position: outside; }

hr {
	padding: 0; margin-top: 0; margin-bottom: 10px;
	height: 0; background: none;
	border: 0; border-bottom: 1px solid #CCCCCC;
}


/* ****************** PAGE STRUCTURE ****************** */
#content {
	width: 760px; height: auto;
	background-image: url(../images/bg_shadow_rpt.gif);
	background-position: center; background-repeat: repeat-y;
	display: block;
	margin-left: auto; margin-right: auto;
}
#contentTop {
	width: 760px; height: auto;
	background-image: url(../images/bg_shadow_top.gif);
	background-position: center top; background-repeat: no-repeat;
	display: block;
}
#contentBase {
	width: 760px; height: 30px;
	/*position: relative;*/ clear: both;
	background-color: #E7F0F4;
	background-image: url(../images/bg_shadow_base.gif);
	background-position: center -1px; background-repeat: no-repeat;
	display: block;
}

#pgContent {
	width: 750px; height: auto;
	background-color: #FFFFFF;
	display: block;
}
#pgContentFooter {
	width: 750px; height: 3px;
	background-color: #0084A8;
	display: block;
}
.spc750 {
	width: 750px; height: 1px;
	position: relative; clear: both;
	display: block;
}

/* ****************** HEADER SECTION ****************** */
#hdrSection {
	width: 750px; height: auto;
	background-image: url(../images/rules.jpg); background-position: left 65px;; background-repeat: repeat-x;
	display: block;
}
#hdrPanels {
	width: 750px; height: auto;
	background-image: url(../images/headerPanels.jpg);
	background-position: top; background-repeat: repeat-x;
	display: block;
}
#rtdcLogo {
	width: 232px; padding-left: 10px; height: 86px; padding-top: 5px;
	/*position: relative;*/ float: left;
	background-color: #FFFFFF;
	background-image: url(../images/logoPanel.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
}
#strapline {
	width: 485px; height: 20px;
	margin: 25px 0px 0px 10px;
	float: left;
	background-image: url(../images/strapline.gif);
	background-position: left -5px; background-repeat: no-repeat;
	display: block;
}
span.straplineTxt { font-size: 10px; visibility: hidden; }

#mainImg {
	width: 750px; height: auto;
	float: right; clear: right;
	background-position: right 65px; background-repeat: no-repeat;
	display: block;
}


/* ****************** NAVIGATION ****************** */
#nav {
	width: 485px; padding-left: 10px; height: 20px;
	float: left;
	text-align: left;
}
#nav ul {
	padding: 0px; margin: 0px; list-style: none;
	font-size: 11px; line-height: 20px;
}
#nav ul li { margin-right: 7px; display: inline; }
#nav ul li a { color: #86AAB8; text-decoration: none; }
#nav ul li a:hover { color: #0084A8; text-decoration: none; }
#nav ul li.current a { color: #000000; text-decoration: none; font-weight: bold; }
#nav ul li.current a:hover { color: #000000; text-decoration: none; }



/* ****************** TYPE AREA ****************** */
#titleArea {
	width: 750px; height: auto; padding-top: 10px;
	clear: both;
	text-align: left;
}

#smlImg {
	width: 90px; height: auto;
	float: left;
	margin-left: 10px; margin-right: 10px;
	text-align: right;
}

#pgTitle {
	width: 330px; height: auto;
	float: left;
}

#typeArea {
	width: 750px; height: auto; padding-top: 50px;
	clear: both;
}

#lhColumn {
	width: 90px; padding-left: 10px;
	height: auto; padding-top: 60px;
	float: left;
	background-image: url(../images/arrow_rh.gif);
	background-position: right top; background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
}
#mainColumn {
	width: 330px; padding-left: 10px; height: auto;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
#rhColumn {
	width: 280px; height: auto;
	float: right;
	padding-right: 10px;
	margin-bottom: 10px;
}
#rhColumn ul { padding-left: 0px; margin-left: 0px; list-style: none; }
#rhColumn h2, #rhColumn h3, #rhColumn h4, #rhColumn ul, #rhColumn ol, #rhColumn p { text-align: left; /*padding-left: 50px;*/ padding-left: 10px; padding-right: 70px; }
#rhColumn ul, #rhColumn p { font-size: 10px; line-height: 14px; }
#rhColumn ul li { padding-bottom: 0px; }


/* ****************** Quick Links ****************** */
#quickLinks {
	width: 205px; padding-left: 5px;
	margin-bottom: 0px;
	display: block;
}
#quickLinks a { text-decoration: none; }
.quickLinkTitle {
	width: 200px; padding-right: 5px; height: 25px;
	clear: both;
	background-image: url(../images/ql_shadow_title.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
.quickLinkTitle h1 {
	width: 195px; padding-left: 5px;
	height: 22px; padding-top: 3px; padding-bottom: 0px;
	margin: 0px;
	background-image: url(../images/ql_title.gif);
	background-position: left top; background-repeat: no-repeat;
	font-size: 16px; font-weight: normal; line-height: 20px; color: #FFFFFF;
	text-align: left;
	display: block;
}
.quickLinkTitle h1:hover { background-image: url(../images/ql_title_f2.gif); }
.quickLinkImg {
	width: 200px; padding-right: 5px;
	height: 55px; padding-bottom: 5px;
	clear: both;
	background-image: url(../images/ql_shadow_img.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}


/* ****************** FOOTER ****************** */
#footer {
	width: 740px; padding-left: 5px; padding-right: 5px;
	height: 11px; padding-top: 2px;
	clear: both;
	background-color: #0084A8;
	font-size: 10px;
	display: block;
}
#footerNav {
	width: auto;
	float: left;
	color: #FFFFFF; text-align: left; font-weight: bold;
	white-space: nowrap;
}
#footerNav a { color: #DBE9EF; text-decoration: none; }
#footerNav a:hover { color: #FFFFFF; text-decoration: none; }

#credit {
	width: auto; white-space: nowrap;
	float: right;
	text-align: right;
	color: #99C1D1;
}
#credit a { color: #99C1D1; text-decoration: none; }
#credit a:hover { color: #FFFFFF; text-decoration: none; }


/* ****************** RH PANEL ****************** */
.rhPanel {
	width: 205px; height: auto;
	clear: both;
	margin-bottom: 15px;
	display: block;
	padding-left: 5px;
}
.rhPanelTitle {
	width: 200px; padding-right: 5px; height: 25px;
	clear: both;
	background-image: url(../images/rhPnl/rhPnl_title.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
.rhPanelTitle h1 {
	width: 195px; padding-left: 5px;
	height: 22px; padding-top: 3px; padding-bottom: 0px;
	margin: 0px;
	font-size: 16px; font-weight: normal; line-height: 20px; color: #FFFFFF;
	text-align: center;
	display: block;
}
.rhPanelContent {
	clear: both;
	text-align: left;
	background-image: url(../images/rt006update/tintpanel_rpt.png);
	background-position: left; background-repeat: repeat-y;
	display: block;
}
#rhColumn .rhPanelContent ul, #rhColumn .rhPanelContent p, #rhColumn .rhPanelContent h2, #rhColumn .rhPanelContent h3, #rhColumn .rhPanelContent h4 {
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
}
.rhPanelBase {
	width: 205px; height: 13px;
	clear: both;
	background-image: url(../images/rt006update/tintpanel_base.png);
	background-position: left top; background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
}

.rhColImgHolder {
	width: 280px; height: auto;
	clear: both;
	padding-bottom: 10px;
}
.lrgMarginTop { padding-top: 50px; }

li.listSubLevel1 { list-style-position: inside; }


/* ******************** HOME PANELS ******************** */
#rhColumn h2.barHeader {
	width: 180px;
	height: 25px;
	padding: 0px 15px 0px 10px;
	margin: 0px;
	background-image: url(../images/rt006update/hmpanel_hdr.png);
	background-position: left top; background-repeat: no-repeat;
	font-size: 16px; font-weight: normal; line-height: 25px;
	color: #FFFFFF; text-align: left;
	display: block;
}
#rhColumn h2.barHeader a:link, #rhColumn h2.barHeader a:visited, #rhColumn h2.barHeader a:hover { color: #FFFFFF; text-decoration: none; }
.qlRepeat {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/rt006update/hmpanel_rpt.png);
	background-position: left; background-repeat: repeat-y;
	display: block;
}
#rhColumn .qlRepeat p, #rhColumn .qlRepeat h3 {
	margin: 0px 10px; padding: 5px 0px 0px 0px;
	text-align: left;
}
.qlBase {
	height: 13px;
	background-image: url(../images/rt006update/hmpanel_base.png);
	background-position: left; background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
}


/* ******************** NEWS ******************** */
p.news_readmore, .hmpanel ul.navList li {
	font-size: 10px; font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
p.news_readmore a, .hmpanel ul.navList a {
	text-decoration: none;
	background-position: right; background-repeat: no-repeat;
	display: block;
}
p.news_readmore a:link, .hmpanel ul.navList a:link { background-image: url(../images/rt006update/expandarrow_f01.gif); }
p.news_readmore a:visited, .hmpanel ul.navList a:visited { background-image: url(../images/rt006update/expandarrow_f03.gif); }
p.news_readmore a:hover, .hmpanel ul.navList a:hover { background-image: url(../images/rt006update/expandarrow_f02.gif); }

p.news_back {
	padding-bottom: 10px; padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	font-size: 10px; font-weight: bold; line-height: 12px;
	text-transform: uppercase;

}
p.news_back a {
	background-position: left top; background-repeat: no-repeat;
	text-indent: 12px;
	text-decoration: none;
	display: block;
}
p.news_back a:link { background-image: url(../images/rt006update/backarrow_f01.gif); }
p.news_back a:visited { background-image: url(../images/rt006update/backarrow_f03.gif); }
p.news_back a:hover { background-image: url(../images/rt006update/backarrow_f02.gif); }

h2.newsTitle {
	margin-bottom: 5px;
	color: #0084A8;
}
