/* ----- Global ----- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

a:focus {
	outline: none
}

body {
	color: #505050;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

li,dd,blockquote {
	margin-left: 20px;
	line-height: 20px;
}

p {
	margin: 0 0 10px;
	padding-left: 1px;
}

.clear {
	clear: both;
}


/* grabbed from jquery's ui css */
.float-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.float-container {
	display: inline-block;
}

/* required comment for float-container to work in Opera \*/
* html .float-container {
	height: 1%;
}

.float-container {
	display: block;
}
/* end float-container */


html {
	background: url(../images/backgrounds/bg-gradient-browser.gif) top repeat-x;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

#mainBody {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	height: 500px;
}

a {
	text-decoration: none;
	color: #365ebf;
}

a:link {
	color: #365ebf;
}

a:visited {
	color: #365ebf;
}

a:hover {
	color: #365ebf;
	text-decoration: underline;
}

a:active {
	color: #365ebf;
}


/* Header */
.header-left-shadow {
	float: left;
	height: 111px;
	width: 5px;
}

#header-container {
	float: left;
	position: relative;
	left: 0px;
	background-color: #fff;
	height: 111px;
	width: 950px;
}

#intuit-logo {
	position: absolute;
	top: 16px;
	left: 26px;
}

.header-middle-img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.header-right-shadow {
	float: left;
	height: 111px;
	width: 5px;
}