@charset "utf-8";
/* ----- basic styles ----- */
* { /* zero out default spacing */
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
/* ----- backgrounds ----- */
body {
	background-color: #8b979b;
	background-image: url(../images/bkgd-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
}
#wrapper {
	background-color: #fff;
	margin-left: 23px;
	width: 704px;
	background-image: url(../images/bkgd-wrapper.gif);
	background-repeat: repeat-y;
}
#stage, #footer {
	border-left: 9px solid #F0F1F1;
	border-right: 9px solid #F0F1F1;
}
#banner {
	height: 85px;
	background: url(../images/img-banner.jpg) no-repeat top;
}
/* ----- global styles ----- */
body, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #54676c;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #061131;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #CEAF54;
	margin: 2px 0 5px 0;
}
h3 {
	color: #061131;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 5px;
}
p, ol, ul {
	font-size: 11px;
	line-height: 16px;
	color: #54676c;
}
p {
	margin: 8px 0px;
}
ul, ol {
	margin: 10px 30px;
	list-style-position: outside;
}
#mainContent ol li, #mainContent ul li {
	margin: 10px 0px;
}
a {
	font-weight: bold;
}
a img {
	border: 1px solid #061131;
}
a:hover img {
	border: 1px solid #CEAF54;
}
a:link,a:visited  {
	color: #061131;
	font-weight: bold;
}
a:hover, a:active {
	color: #CEAF54;
	font-weight: bold;
}
table {
	border-left: 1px solid #54676C;
	border-right: 1px solid #54676C;
	border-top: 1px solid #54676C;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	margin: 10px 0;
}
th, td {
	padding: 6px 6px;
	border-bottom: 1px solid #54676C;
}
th {
	text-align: left;
	background: #F1F1F1;
	vertical-align: top;
}
th.right {
	text-align: right;
}
td {
	text-align: right;
}
td.left {
	text-align: left;
}
th.title {
	color: #FFF;
	background: #061131;
	text-align: center;
}
th.subL {
	background: #DFCB90;
	vertical-align: bottom;
}
th.subR {
	background: #DFCB90;
	text-align: right;
	vertical-align: bottom;
}
.disclosure {
	font-style: italic;
	color: #999;
	font-size: 10px;
}
.footnote {
	color: #999;
}
.note {
	text-align: right;
}
a img.none {
	border: none;	
}
#mainContent img.right {
	border: 1px solid #54676C;
	float: right;
	margin: 0 0 0 10px;
}
/* ----- header styles ----- */
#header {
	height: 40px;
	position: relative;
}
#header h1 a {
	background: url(../images/DC-CEF-logo.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 266px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 8px;
}
/* ----- nav styles ----- */
#nav {
	width: 178px;
	position: relative;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav a {
	color: #061131;
	text-decoration: none;
	border-top: 1px solid #061131;
	border-right: 1px solid #061131;
	border-left: 1px solid #061131;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #fff;
	width: 156px;
	padding: 5px 10px;
}
#nav a.main:hover {
	background-color: #061131;
	color: #FFF;
	border-top: 1px solid #FFF;
}
/* -- sub nav styles -- */
#nav a.sub {
	font-weight: normal;
	background-color: #DFCB90;
	border-top: 1px solid #FFF;
	padding-left: 25px;
	width: 141px;
}
#nav a.sub:hover {
	background-color:#CEAF54;
}
#sub1, #sub2, #sub3, #sub4, #sub5 { /* Sub menus are hidden by default. They only appear when section is active. */
	display: none;
}
/* -- last nav has special style -- */
#nav a.last {
	background: url(../images/bkgd-nav-last.gif) no-repeat left top;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 158px;
}
#nav a.last:hover {
	background: url(../images/bkgd-nav-last-hover.gif) no-repeat left top;
	color: #FFF;
}
#contactPage li#contact a {
	background: url(../images/bkgd-nav-last-current.gif);
	color: #fff;
	cursor: default;
}
/* ----- content styles ----- */
#mainContent {
	width: 470px;
	display: block;
	float: right;
	margin: 0 15px 30px 0;
}
#mainContent ul ul {
	list-style-type: disc;
}
/* ----- current page is marked in nav by editing the body tag ID ----- */
/* displays current MAIN section pages */
/* HOME PAGE (only) doens't have top border for current stage */
#homePage li#home a.main { 
	background: #061131;
	color: #FFF;
	cursor: default;
}
/* landing pages for MAIN sections only */
#pressPage li#press a.main, #dcaMainPage li#DCAtrf a.main, #dcwMainPage li#DCWname a.main { 
	background: #061131 url(../images/bkgd-nav-current.gif) no-repeat left center;
	color: #FFF;
	cursor: default;
	border-top: 1px solid #FFF;
}
/* sub pages show which main section they are in */
#dcaYieldPage li#DCAtrf a.main, #dcaDistPage li#DCAtrf a.main, #dcaRelPage li#DCAtrf a.main, #dcaTaxPage li#DCAtrf a.main, #dcwYieldPage li#DCWname a.main, #dcwDistPage li#DCWname a.main, #dcwRelPage li#DCWname a.main, #dcwTaxPage li#DCWname a.main {
	background: #061131;
	color: #FFF;
	cursor: default;
	border-top: 1px solid #FFF;
}
/* displays current SUB pages */
#dcaYieldPage li#dcaYield a, #dcaDistPage li#dcaDist a, #dcaRelPage li#dcaRel a, #dcaTaxPage li#dcaTax a {
	background: #CEAF54 url(../images/bkgd-nav-sub-current.gif) no-repeat left center;
}
#dcwYieldPage li#dcwYield a, #dcwDistPage li#dcwDist a, #dcwRelPage li#dcwRel a, #dcwTaxPage li#dcwTax a {
	background: #CEAF54 url(../images/bkgd-nav-sub-current.gif) no-repeat left center;
}
/* --- displays sub nav when parent is selected --- */
/* for sub1 nav */
#dcaMainPage #sub1, #dcaYieldPage #sub1, #dcaDistPage #sub1, #dcaRelPage #sub1, #dcaTaxPage #sub1 {
	display: block;
}
/* for sub2 nav */
#dcwMainPage #sub2, #dcwYieldPage #sub2, #dcwDistPage #sub2, #dcwRelPage #sub2, #dcwTaxPage #sub2 {
	display: block;
}
/* ----- Heading 1 image replacements: all H1 tags are replaced by an image using the Trajan Pro font, since that is not a normal web-safe font available to everyone ----- */
#mainContent h1 {
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	display: block;
}
/* Heading: DC CLOSED-END FUNDS */
#homePage #mainContent h1 {
	background-image: url(../images/h1-dc-cef.gif);
	height: 36px;
}
/* Heading: PRESS RELEASES */
#pressPage #mainContent h1 {
	background-image: url(../images/h1-press.gif);
}
/* Heading: DCA TOTAL RETURN FUND */
#dcaMainPage #mainContent h1 {
	background-image: url(../images/h1-dca.gif);
}
/* Heading: YIELD & PERFORMANCE */
#dcaYieldPage #mainContent h1, #dcwYieldPage #mainContent h1 {
	background-image: url(../images/h1-yield.gif);
}
/* Heading: MONTHLY DISTRIBUTIONS */
#dcaDistPage #mainContent h1, #dcwDistPage #mainContent h1 {
	background-image: url(../images/h1-distributions.gif);
}
/* Heading: INVESTOR RELATIONS */
#dcaRelPage #mainContent h1, #dcwRelPage #mainContent h1 {
	background-image: url(../images/h1-relations.gif);
}
/* Heading: TAX INFORMATION */
#dcaTaxPage #mainContent h1, #dcwTaxPage #mainContent h1 {
	background-image: url(../images/h1-tax.gif);
}
/* Heading: DCW TOTAL RETURN FUND */
#dcwMainPage #mainContent h1 {
	background-image: url(../images/h1-dcw.gif);
}
/* Heading: CONTACT US */
#contactPage #mainContent h1{
	background-image: url(../images/h1-contact.gif);
}
/* Heading: PRIVACY STATEMENT */
#privacyPage #mainContent h1 {
	background-image: url(../images/h1-privacy.gif);
}
/* Heading: PRIVACY POLICY */
#privpolPage #mainContent h1 {
	background-image: url(../images/h1-privacy-policy.gif);
}
/* Heading: TERMS OF USE */
#termsPage #mainContent h1 {
	background-image: url(../images/h1-terms.gif);
}
/* Heading: BUSINESS CONTINUITY */
#bizPage #mainContent h1 {
	background-image: url(../images/h1-biz-continuity.gif);
}
/* Heading: PROXY VOTING POLICY */
#proxyPage #mainContent h1 {
	background-image: url(../images/h1-proxy.gif);
}
/* ----- footer styles ----- */
#clear {
	clear: both;
}
#footer {
	background-color: #dcddde;
	padding: 5px 10px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	line-height: 12px;
}
/* ----- print specific styles ----- */
#printlogo {
	display: none;
}
