/* 	
	quicken header & footer CSS declarations
	copyright quicken 2006 
*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
}

#container {
	position: relative;
	width: 958px;
	margin: 0 auto;
	text-align: left;
}

/* header|banner styles */

#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #636467;	
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 70%;
	background: transparent url(../images/body_bg.gif) 0 3px repeat-x;	
}
#banner {
	position: relative;
	width: 958px;
	margin: 0 auto;
	height: 76px !important;
	z-index: 10;
	background: transparent url(../images/banner_bg.gif) left top no-repeat;
}
#logo {
	float: left;
	margin: 18px 0 0 12px;
}
#logo a {
	display: block;
	width: 156px;
	height: 39px;
	text-indent: -200em;
	text-decoration: none;
}
ul#nav {
	float: left;
	margin: 26px 0 0 28px;
	_margin: 26px 0 0 16px;
}
#nav a {
	display: block;
	text-decoration: none;
	text-indent: -200em;
}
#nav a:hover {
	color: #3333cc;
}
#nav li {
	float: left;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
}
#nav li div a {
	height: 25px !important;
	height /**/: 44px; /* for IE 5.5 */
	padding-bottom: 19px;
}
/* top nav images - off state */
#nav li div {
	background-position: 0 0;
	background-repeat: no-repeat;
}
/* top nav images - on state */
#nav li a {
	background-position: 7px 8px;
	background-repeat: no-repeat;
	text-decoration: none;
}
/* BEGIN top nav images */
#nav li#nav1 div {background-image: url(../images/nav_help_me_choose.gif);}
#nav li#nav2 div {background-image: url(../images/nav_products_services.gif);}
#nav li#nav3 div {background-image: url(../images/nav_support.gif);}

#nav li#nav1 div a {
	width: 134px; 
}
#nav li#nav2 div a {
	width: 171px; 
	background-image: url(../images/nav_arrow.gif);
}
#nav li#nav3 div a {
	width: 87px; 
	background-image: url(../images/nav_arrow.gif);
}

#banner ul#links {
	position: absolute;
	top: 13px;
	right: 28px;
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
#banner #links li {
	display: inline;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #710f11;
	font-size: 1em;
}
#banner #links li.first {
	border: none;
}
#banner #links a {
	color: #fff;
	text-decoration: none;
}
#banner #links a:hover,
#banner #links a:active {
	color: #fff;
	text-decoration: underline;
}


#search {
	position: absolute;
	top: 36px;
	right: 42px;
}
#search input.search_text {
	margin: 1px 7px 0 0;
	padding: 0 2px;
	vertical-align: top;
	border: 0px;
	height: 16px;
	width: 120px;
}
#search input.search_btn {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

/* footer styles */

#footer #copyright {
	position: relative;
	text-align: left;
	top: 22px;
	left: 10px;
}
#footer {
	position: relative;
	width: 958px !important;
	margin: 0 auto;
	padding: 15px 0 10px;
	color: #999;
	text-align: center;
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 70%;
	background: transparent url(../images/intuit_logo.gif) 10px 13px no-repeat;
}
#footer ul {
  	margin: 0 0 35px 0;
  	padding: 0;
  	list-style: none;
	font-size: 1em;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #999;
	line-height: 1em;
}
#footer li.first {
	border: none;
}
#footer ul a {
	color: #999;
	text-decoration: none;
}
#footer ul a:hover,
#footer ul a:active {
	color: #999;
	text-decoration: underline;
}
#footer p {
	font-size: .9em;
}
#footer #truste {
	position: absolute;
	top: 14px;
	right: 0;
	background: transparent url(../images/finalmark.gif) left top no-repeat;
}
#footer #truste a {
	display: block;
	width: 116px;
	height: 31px;
	text-decoration: none;
	text-indent: -500em;
}

/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
	margin: 0;
}
ol {
	margin: 0 0 10px 0px;
	padding: 0 0 0 25px;
}

img a {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border-style: hidden;
	border-width: 0;
}

/* GLOBAL FLOAT FIXES and HACKS ************************************************
	Use to clear floats and use the Holly Hack for IE browser's height bugs */

#banner:after,
#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#banner,
#footer {display: inline-block;} /* clears IE 7 */
/* Hide from IE Mac \*/
#banner,
#footer {display: block;}
/* End hide from IE Mac */

/* holly hack for extra space in IE nav - Hides from IE-mac \*/
* html #banner,
* html #footer {height: 1% !important;}
/* End hide from IE-mac */
