body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    /*background: #FFF url(../_images/bg.jpg) 0 0 repeat-x;*/
    text-align: center;
}
body.home { background: #FFF url(../_images/bg-home.jpg) 0 0 repeat-x; }
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #2c3f86;
    text-decoration: underline;
}
a:hover, a:active {
    color: #158e37;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 910px;
	margin: 0 auto;
	/*margin-left: 170px;*/
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 145px;
}
	#logo {
		float: left;
	}
	#signup {
		float: right;
		margin: 17px 10px 0 0;
	}
	#phone {
		float: right;
		margin: 30px 10px 0 0;
		text-align: right;
	}
		#phone img { display: block; margin: 0 0 8px 0; }

	/* 	MENU */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 910px;		/* Width of entire image */ 
		height: 53px;		/* Height of buttons */
		margin: 0;
		clear: left;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 53px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-01 	{ width: 67px; }
	#menu-02 	{ width: 81px; }
	#menu-03 	{ width: 116px; }
	#menu-04 	{ width: 178px; }
	#menu-05 	{ width: 204px; }
	#menu-06 	{ width: 115px; }
	#menu-07 	{ width: 59px; }
	#menu-08 	{ width: 90px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-01 a:hover	{ background: transparent url(../_images/menu.gif) 0px -53px no-repeat; }
	#menu-02 a:hover	{ background: transparent url(../_images/menu.gif) -67px -53px no-repeat; }
	#menu-03 a:hover 	{ background: transparent url(../_images/menu.gif) -148px -53px no-repeat; }
	#menu-04 a:hover 	{ background: transparent url(../_images/menu.gif) -264px -53px no-repeat; }
	#menu-05 a:hover	{ background: transparent url(../_images/menu.gif) -442px -53px no-repeat; }
	#menu-06 a:hover 	{ background: transparent url(../_images/menu.gif) -646px -53px no-repeat; }
	#menu-07 a:hover 	{ background: transparent url(../_images/menu.gif) -761px -53px no-repeat; }
	#menu-08 a:hover 	{ background: transparent url(../_images/menu.gif) -820px -53px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	height: 223px;
	background: transparent url(../_images/banner.jpg) 0 0 no-repeat;
	padding-top: 21px;
	margin-bottom: 30px;
}
	#banner ul {
		padding: 5px 23px 23px 23px;
	}
		#banner li {
			font-size: 19px;
			padding-left: 35px;
			background: url(../_images/check.gif) 0 0 no-repeat;
			list-style: none;
			line-height: 24px;
			margin: 0 0 13px 0;
		}
		#banner li a:link, #banner li a:visited {
			color: #000;
			text-decoration: none;
		}
		#banner li a:hover, #banner li a:active {
			color: #158e37;
		}
		#banner li img {
		}

#welcome {
	width: 320px;
	float: left;
}
	#welcome h2 {
		height: 56px;
		text-indent: -3000px;
		background: transparent url(../_images/welcome-header.gif) 0 0 no-repeat;
	}

#goals {
	width: 289px;
	float: right;
}
	#goals h2 {
		height: 56px;
		text-indent: -3000px;
		background: transparent url(../_images/goals-header.gif) 0 0 no-repeat;
	}
	#goals li {
		list-style: none;
		padding-bottom: 8px;
		margin-bottom: 8px;
		background: transparent url(../_images/dot.gif) left bottom repeat-x;
		color: #585858;
	}
		#goals li a {
			font-size: 16px;
			text-decoration: none
		}
		#goals li img {
			float: left;
			margin: 0 0 5px 0;
			display: inline;
		}
		
#course-list {
	width: 214px;
	float: left;
	margin: 0 37px 25px 37px;
	display: inline;
}
	#course-list h2 {
		height: 56px;
		text-indent: -3000px;
		background: transparent url(../_images/course-list-header.gif) 0 0 no-repeat;
	}
	#course-list ul {
		margin-bottom: 15px;
	}
	#course-list li {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		background: transparent url(../_images/dot.gif) left bottom repeat-x;
		list-style: none;
	}
		#course-list li a {
			text-decoration: none;
			padding-right: 13px;
			background: transparent url(../_images/arrow.gif) right center no-repeat;
			display: block;
		}
		#course-list li a span {
			font-size: 10px;
			line-height: 14px;
			color: #656565;
			text-transform: uppercase;
			display: block;
		}
#bar-line h2 {
		height: 56px;
		text-indent: -3000px;
		background: transparent url(../_images/barline.gif) 0 0 no-repeat;
	}
	#bar-line ul {
		margin-bottom: 15px;
	}
	#bar-line li {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		background: transparent url(../_images/dot.gif) left bottom repeat-x;
		list-style: none;
	}
		#bar-line li a {
			text-decoration: none;
			padding-right: 13px;
			background: transparent url(../_images/arrow.gif) right center no-repeat;
			display: block;
		}
		#bar-line li a span {
			font-size: 10px;
			line-height: 14px;
			color: #656565;
			text-transform: uppercase;
			display: block;
		}
#video {
	width: 333px;
	float: right;
}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#header {
	height: 71px;
	padding-top: 25px;
}
	#header h1 {
		text-indent: -3000px;
		height: 28px;
	}
		#header #courses { background: transparent url(../_images/header/courses.gif) 0 0 no-repeat; }
			#header #investing { background: transparent url(../_images/header/investing.gif) 0 0 no-repeat; }
			#header #financial-planning { background: transparent url(../_images/header/financial-planning.gif) 0 0 no-repeat; }
			#header #personal-finance { background: transparent url(../_images/header/personal-finance.gif) 0 0 no-repeat; }
			#header #currency { background: transparent url(../_images/header/currency.gif) 0 0 no-repeat; }
		#header #why { background: transparent url(../_images/header/why.gif) 0 0 no-repeat; }
		#header #affordable { background: transparent url(../_images/header/affordable.gif) 0 0 no-repeat; }
		#header #about { background: transparent url(../_images/header/about.gif) 0 0 no-repeat; }
		#header #thankyou { background: transparent url(../_images/header/thankyou.gif) 0 0 no-repeat; }
		#header #contact { background: transparent url(../_images/header/contact.gif) 0 0 no-repeat; }
		#header #investors { background: transparent url(../_images/header/investors.gif) 0 0 no-repeat; }
		#header #privacy { background: transparent url(../_images/header/privacy.gif) 0 0 no-repeat; }
		#header #disclaimer { background: transparent url(../_images/header/riskdisclaimer.gif) 0 0 no-repeat; }
		#header #termsofservice { background: transparent url(../_images/header/termsofservice.gif) 0 0 no-repeat; }
		#header #affiliates { background: transparent url(../_images/header/affiliates.gif) 0 0 no-repeat; }
		#header #investors { background: transparent url(../_images/header/investors.gif) 0 0 no-repeat; }
		#header #testimonials { background: transparent url(../_images/header/testimonials.gif) 0 0 no-repeat; }
		#header #sitemap { background: transparent url(../_images/header/sitemap.gif) 0 0 no-repeat; }
		#header #make-money { background: transparent url(../_images/header/make-money.gif) 0 0 no-repeat; }
		#header #cash-flow { background: transparent url(../_images/header/cash-flow.gif) 0 0 no-repeat; }
		#header #monthly-debt { background: transparent url(../_images/header/monthly-debt.gif) 0 0 no-repeat; }
		#header #credit-score { background: transparent url(../_images/header/credit-score.gif) 0 0 no-repeat; }
		#header #worry-free-retirement { background: transparent url(../_images/header/worry-free-retirement.gif) 0 0 no-repeat; }
		#header #sign-up { background: transparent url(../_images/header/signup.gif) 0 0 no-repeat; }
		#header #faq { background: transparent url(../_images/header/faq.gif) 0 0 no-repeat; }
		#header #how { background: transparent url(../_images/header/how-it-works.gif) 0 0 no-repeat; }
		#header #webinar { background: transparent url(../_images/header/webinars.gif) 0 0 no-repeat; }
		#header #pressrelease { background: transparent url(../_images/header/pressrelease.gif) 0 0 no-repeat; }
		

#content {
	width: 650px;
	float: left;
	margin-bottom: 25px;
}
	#content.wide {
		width: 900px;
		float: none;
	}
	#content1.wide {
		width: 720px;
		margin-left: 105px;
	}
	#content li {
		margin-left: 25px;
	}
	#content ul ul {
		margin: 0;
	}
	
	#content ul.checks li {
		margin: 0 0 7px 0;
		padding: 0 0 5px 26px;
		background: transparent url(../_images/check.gif) 0 0 no-repeat;
		font-size: 14px;
		color: #158e37;
		list-style: none;
	}
	
	#content p.highlight {
		background: #ededed;
		border-top: 1px solid #b0b0b0;
		border-bottom: 1px solid #b0b0b0;
		padding: 7px 15px;
		font-size: 14px;
		text-align: center;
		color: #158e37;
	}
	
	#content h2 {
		font-size: 18px;
		line-height: 22px;
		font-weight: normal;
		color: #2c3f86;
	}
	#content h3 {
		font-size: 14px;
		margin: 0 0 5px 0;
	}
	
	
	#course-intros {
		border: none;
		width: 100%;
	}
	#course-intros td {
		padding: 12px 9px 12px 12px;
		width: 33%;
		vertical-align: top;
		border: 1px solid #CCC;
	}
	#course-intro1 td {
		padding: 80px 15px 20px 30px;
		width: 33%;
		vertical-align: top;
		border: 3px solid #CCC;
	}
		#course-intros h2 {
			font-size: 18px;
			font-weight: normal;
			background: none;
			border: none;
			padding: 5px 0 0 85px;
			height: 45px;
		}
			#course-intros h2 span {
				font-size: 10px;
				line-height: 14px;
				color: #656565;
				text-transform: uppercase;
				display: block;
			}
		#course-intros p {
			color: #5b5b5b;
		}
		
		#course-intros a:link, #course-intros a:visited {
			color: #158e37;
		}
		#course-intros a:hover, #course-intros a:active {
			color: #56bc73;
		}
		
		#intro-planning { background: transparent url(../_images/course-planning.jpg) 15px 15px no-repeat; }
		#intro-investing { background: transparent url(../_images/course-investing.jpg) 15px 15px no-repeat; }
		#intro-currency { background: transparent url(../_images/course-currency.jpg) 15px 15px no-repeat; }
	
	#learn {
		width: 289px;
		float: left;
		display: inline;
		margin: 0 31px 0 0;
	}
		#learn h2 {
			height: 61px;
			text-indent: -3000px;
			background: transparent url(../_images/learn-header.gif) 0 0 no-repeat;
		}
		#learn li {
			list-style: none;
			margin: 0 0 7px 0;
			padding: 0 0 0 15px;
			background: transparent url(../_images/bullet.gif) 0 5px no-repeat;
		}
	
	#syllabus {
		width: 304px;
		float: left;
	}
		#syllabus h2 {
			height: 61px;
			text-indent: -3000px;
			background: transparent url(../_images/header/syllabus.gif) 0 0 no-repeat;
		}
		#syllabus li {
			list-style: none;
			margin: 0 0 3px 0;
			padding: 0 0 0 15px;
			background: transparent url(../_images/bullet.gif) 0 5px no-repeat;
		}
	
	#course-video {
		float: right;
		width: 250px;
	}
	
	#signup-text {
		font-size: 20px;
		text-align: center;
		padding: 25px 0 0 0;
		clear: both;
	}
		#signup-text img {
			vertical-align: middle;
			margin-left: 20px;
		}

#side {
	width: 214px;
	float: right;
}
	#side #course-list {
		float: none;
	}
	
/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	border-top: 1px solid #a4a4a4;
	padding-top: 7px;
	clear: both;
}
	#footer, #footer a:link, #footer a:visited {
		color: #585858;
	}
	#footer a:hover, #footer a:active {
		color: #222;
	}
	#footer span {
		float: right;
	}
	
	color: #a4a4a4;
