/*
	FILE: css_web.css
	DATE: 11.16.2005.dave
	DESC: STYLES FOR SCREEN DISPLAY
*/

html {
	background:#011F3B;
}
body
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height:20px;
	color: #ffffff;
	background:#011F3B;
	margin:0px;
}

a { color:#F29803; }
a:hover { text-decoration:none; }

h1, h2, h3 { color:#F29803; }

.investment { color:green; }
.savings { color:blue; }
.total { border:1px solid green; padding:2px; line-height:20px; }

.hpBtn { background:url(/images/htw_btn_bg.gif) no-repeat; width:189px; height:95px; text-align:center; padding-top:45px; color:#F29803; font-weight:bold !important; }
.hpBtn a { color:#fff; font-weight:bold !important; text-decoration:none; }
.hpBtn a:hover { text-decoration:underline; }

.hpBtnSm { background:url(/images/htw_btn_bg_sm.gif) no-repeat; width:125px; height:60px; text-align:center; padding-top:35px; color:#F29803; font-weight:bold !important; }
.hpBtnSm a { color:#fff; font-weight:bold !important; text-decoration:none; }
.hpBtnSm a:hover { text-decoration:underline; }

#print_header { display:none; }

#container { position:relative; width:780px; }
	#header { position:relative; background:url('/images/header_bg.jpg') no-repeat; width:780px; height:233px; }
		#pnav { position:absolute; top:164px; background:url('/images/pnav_bg.jpg') repeat-x; width:540px; height:21px; padding-left:10px; }
		#pnav ul { margin:0px; padding:0px; }
		#pnav li { display:inline; margin:0px; padding:0px; }
		#pnav li a { position:relative; top:-6px; font-size:10px; font-weight:bold; color:#ffffff; text-decoration:none; padding:0px 5px; }
		#pnav li a.off { position:relative; top:-6px; font-size:10px; font-weight:bold; color:#5C5C5C; text-decoration:none; padding:0px 5px; }

	#content { position:relative; background:url('/images/content_bg.jpg') repeat-y; }
		#page_title { position:absolute; top:-8px; right:0px; text-align:center; width:660px; }
		#page_title .pt_style { font-weight:bold; margin:0px; padding:0px 20px; background:#011F3B; }

		#snav { padding:0px 5px; width:95px; }
		#snav a { font-size: 11px; font-weight:bold; color:#ffffff; text-decoration:none; margin-bottom:20px; }
		#snav a:link {}
		#snav a:visited {}
		#snav a:hover { text-decoration:underline; }

		#main { padding:20px 10px 40px 35px; }

		#ordering strong { color:#f29803; }

	#footer { position:relative; background:#557FA9; height:25px; font-size: 10px; font-weight:normal; color:#000000; }
	#footer a { color:#000; }