/* For information about what browsers this CSS was tested on
   and how to interpret the shorthand I use for the browsers' names,
   see: http://albin.net/styles/css-notes.txt */

/* ************************
 * general xhtml elements *
 ************************ */
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

body {
	padding-bottom: 10px;
	color: #dc711c;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color:#002d9a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

/* spacers are sometimes needed so that the containing box doesn't end before the end of the floats */
div.spacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}

.accessibilityItems {
	display: none;
}

.centered {
	text-align: center; /* 1st part of IE5-5.5 centering hack */
}


/***********
 * top nav *
 ***********/

.topNav {
	position: absolute;
	margin-left: 515px;
	border: 0px;
	width: 435px;
	text-align: center;
}

.topNav a:link, .topNav a:active, .topNav a:visited {
	color: #dc711c;
	text-decoration: none;
}

.topNav a:hover {
	text-decoration: underline;
}

.topNav ul {
	margin-top: 10px;
	margin-left: 0px;
}

html>body .topNav ul {
	margin-left: -30px;
}

.topNav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	display: inline;
	margin-right: 20px;
}


/* *****************
 * the content box *
 ***************** */

.contentWrapper {
	margin-top: 0px; margin-bottom: 0px;
	margin-left: 0px; margin-right: 0px;
	padding: 0px 0px;
	border: 0px;
	width: auto;
	height: auto;
}

.contentWrapperMain {
	position: relative;
	width: 950px;
	height: 685px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;	/* Opera 4 doesn't like the 'margin' shorthand when using auto */
	padding: 0px;
	border: 1px solid #9f3d20;
	text-align: left; /* 2nd part of IE5-5.5 centering hack */
	background-color: #fbfafe;
}


/***************************
 * Tax Credit Link Holders *
 ***************************/

.tcInfoLink {
	position: absolute;
	text-align: right;
	top: 550px;
	right: 10px;
	padding-right: 7px;
	font-size: 0.85em;
}

.tcInfoLink a:link, .tcInfoLink a:active, .tcInfoLink a:visited {
	color: #9f3d20;
	text-decoration: underline;
}

.tcInfoLink a:hover {
	text-decoration: underline;
}


/*************************
 * Tax Credit Nav Holder *
 *************************/

.tcNav {
	position: absolute;
	text-align: center;
	top: 390px;
	left: 62px;
	padding: 0;
	width: 350px;
	height: 100px;
	border: 0px;
}

html>body .tcNav {
	top: 375px;
}

.tcNav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #822914;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: -1.05em;
}

html>body .tcNav p {
	margin-bottom: -0.85em;
}

.tcNav a:link, .tcNav a:active, .tcNav a:visited {
	color: #9f3d20;
	text-decoration: none;
}

.tcNav a:hover {
	text-decoration: underline;
}


/*************************************
 * Legal Disclosures Link Formatting *
 *************************************/

.legalBlue {
	text-indent: 0;
}

p.legalBlue a:link, p.legalBlue a:active, p.legalBlue a:visited {
	color: #4e6773;
	text-decoration: none;
}

p.legalBlue a:hover {
	text-decoration: underline;
}


/**************
 * bottom nav *
 **************/

.bottomNav {
	position: relative;
	width: 950px;
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;	/* Opera 4 doesn't like the 'margin' shorthand when using auto */
	clear: both;
	border: 0px;
}

.bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
	color: #dc711c;
	text-decoration: none;
}

.bottomNav a:hover {
	text-decoration: underline;
}

.bottomNav ul {
	margin-left: 10px;
}

html>body .bottomNav ul {
	/*margin-left: -30px;*/
	margin-left: 10px;
}

.bottomNav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	display: inline;
	margin-right: 20px;
}


/**********
 * footer *
 **********/

.footer {
	position: relative;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	/* Opera 4 doesn't like the 'margin' shorthand when using auto */
	text-align: right;
	clear: both;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #dc711c;
}

html>body .footer {
	margin-top: 20px;
	margin-bottom: 0px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #803702;
	font-weight: normal;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


/*************
 * Other CSS *
 *************/

img.floatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

img.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.error {
	color: red;
}

img {
	behavior: url(/pngbehavior.htc);
}