* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul,
ol {
	list-style: none;
}
img {
	display: block;
}
body {
	background: #224272 url(images/logo.gif) center top no-repeat;
	color: #444;
	padding-bottom: 40px;
}
div#container {
	position: relative;
	width: 880px;
	margin: 0 auto;
}
div#header {
	position: relative;
	padding-top: 52px;
	padding-bottom: 10px;
	height: 84px;
	background: url(images/bg_box_top.gif) left 136px no-repeat;
}
h1 {
	display: block;
	position: absolute;
	top: 36px;
	left: 0;
	width: 390px;
	height: 90px;
}
h1 a {
	display: block;
	width: 390px;
	height: 90px;
	text-indent: -5000px;
	overflow: hidden;
}
div#nav {
	padding-top: 51px;
	padding-left: 4px;
	/* False margin value for IE Win 6 */
	margin-left: 402px;
}
html>body div#nav {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 405px;	
}
div#nav ul {
	display: block;
	width: 461px;
	height: 33px;
	background: url(images/bg_nav.gif) left top no-repeat;
}

div#header ul li {
	float: left;
	display: block;
}
div#header ul li#navHome		{width: 52px;}
div#header ul li#navHow			{width: 90px;}
div#header ul li#navApplications{width: 85px;}
div#header ul li#navPhone		{width: 102px;}
div#header ul li#navAbout		{width: 68px;}
div#header ul li#navContact		{width: 60px;}

div#header ul li a {
	display: block;
	text-decoration: none;
	font: normal 12px/10px Arial, Helvetica, sans-serif;
	color: #bbb;
	background: transparent;
	padding-top: 15px;
	height: 18px;
	text-align: center;
}
div#header ul li a:hover,
div#header ul li a:active {
	padding-top: 12px;
	height: 21px;
	color: #000;
}
div#header ul li#navHome a:hover			{background: url(images/bg_nav.gif) left -33px no-repeat;}
div#header ul li#navHow a:hover				{background: url(images/bg_nav.gif) -52px -33px no-repeat;}
div#header ul li#navApplications a:hover	{background: url(images/bg_nav.gif) -142px -33px no-repeat;}
div#header ul li#navPhone a:hover			{background: url(images/bg_nav.gif) -227px -33px no-repeat;}
div#header ul li#navAbout a:hover			{background: url(images/bg_nav.gif) -329px -33px no-repeat;}
div#header ul li#navContact a:hover			{background: url(images/bg_nav.gif) -397px -33px no-repeat;}

div#header ul li#navHome a:active			{background: url(images/bg_nav.gif) left -66px no-repeat;}
div#header ul li#navHow a:active			{background: url(images/bg_nav.gif) -52px -66px no-repeat;}
div#header ul li#navApplications a:active	{background: url(images/bg_nav.gif) -142px -66px no-repeat;}
div#header ul li#navPhone a:active			{background: url(images/bg_nav.gif) -227px -66px no-repeat;}
div#header ul li#navAbout a:active			{background: url(images/bg_nav.gif) -329px -66px no-repeat;}
div#header ul li#navContact a:active		{background: url(images/bg_nav.gif) -397px -66px no-repeat;}

body.tabHome div#header ul li#navHome a,
body.tabHow div#header ul li#navHow a,
body.tabApplications div#header ul li#navApplications a,
body.tabPhone div#header ul li#navPhone a,
body.tabAbout div#header ul li#navAbout a,
body.tabContact div#header ul li#navContact a {
	padding-top: 12px;
	height: 21px;
	color: #333;
}
body.tabHome div#header ul li#navHome a 				{background: url(images/bg_nav.gif) left -99px no-repeat;}
body.tabHow div#header ul li#navHow a 					{background: url(images/bg_nav.gif) -52px -99px no-repeat;}
body.tabApplications div#header ul li#navApplications a {background: url(images/bg_nav.gif) -142px -99px no-repeat;}
body.tabPhone div#header ul li#navPhone a 				{background: url(images/bg_nav.gif) -227px -99px no-repeat;}
body.tabAbout div#header ul li#navAbout a 				{background: url(images/bg_nav.gif) -329px -99px no-repeat;}
body.tabContact div#header ul li#navContact a 			{background: url(images/bg_nav.gif) -397px -99px no-repeat;}

div#content {
	background-color: #fff;
	color: #333;
	padding-top: 20px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
h2 {
	color: #222;
	background: transparent;
	font: bold 24px/24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	word-spacing: -1px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 50px;
}
div.columnLeft {
	display: inline;
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-left: 50px;
}
div.columnRight {
	display: inline;
	width: 380px;
	float: left;
}
div.columnRight img {
	margin: 0 auto;
}
img.homer {
	position: absolute;
	bottom: 21px;
	right: 150px;
}
div#flash {
	width: 360px;
	height: 330px;
}

h3 {
	color: #224272;
	background: transparent;
	font: normal 18px/20px Arial, Helvetica, sans-serif;
	word-spacing: -1px;
	margin-bottom: 6px;
}
h3 a {
	text-decoration: none;
	color: #316ac5;
	background: transparent;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	color: #444;
	background: transparent;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 12px;
}
p.disclaimer {
	background: transparent;
	color: #888;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
}
p a {
	text-decoration: none;
	font-weight: bold;
	color: #316ac5;
	background: transparent;
}
p a:hover {
	text-decoration: underline;
}
div#content ul,
div#content ol {
	margin-bottom: 18px;
}
div#content ul li {
	background: url(images/bullet.gif) 16px 6px no-repeat;
	padding-left: 30px;
	margin-bottom: 2px;
}
div#content ol li {
	padding-top: 3px;
	padding-bottom: 12px;
	padding-left: 48px;
	margin-bottom: 12px;
}
li#how1 {background: url(images/bullet1.gif) 12px top no-repeat;}
li#how2 {background: url(images/bullet2.gif) 12px top no-repeat;}
li#how3 {background: url(images/bullet3.gif) 12px top no-repeat;}
li#how4 {background: url(images/bullet4.gif) 12px top no-repeat;}

div#bottomCap {
	clear: both;
	height: 40px;
	overflow: hidden;
	background: url(images/bg_box_bottom.gif) left bottom no-repeat;
}

div#footer {
	clear: both;
	text-align: center;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	color: #ccc;
	background: transparent;
	padding: 6px 0 4px 0;	
}
