html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html
{
	font: 12px/16px Arial, sans-serif;
	color: #333;
	background-color: #C0DFAA;
}


/* MAIN AREAS */


#container-outer
{
	margin: 50px auto 0;
	position: relative;
	width: 897px;
	border: 2px solid #d5d5c0;
	background-color: #fff;
}

#container
{
	padding: 15px 20px;
	width: 857px;
}

#header-outer
{
	background-color: #fff;
}

#header
{
	height: 100px;
	position: relative;
	z-index: 300;
}

#menu
{
	position: relative;
	z-index: 200;
	height: 36px;
	background-color: #f70;
	margin-bottom: 16px;
}

#sidenav-outer
{
	float: left;
	width: 159px;
	margin-right: 12px;
}

#sidenav
{
	z-index: 100;
	position: relative;
}

#content-outer
{
	float: left;
}
	

#content
{
	width: 686px;
	z-index: 100;
	position: relative;
}

#content.homepage
{
	width: 450px;
	padding-right: 236px;
}

#footer
{
	padding: 15px 20px;
	width: 857px;
	text-align: center;
	position: relative;
	margin: 0 auto 50px;
}


/* HEADINGS */


h1
{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	color: #50b042;
	margin-bottom: 16px;
}

h2
{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	color: #50b042;
	margin-bottom: 16px;
}

h3
{
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-bottom: -16px;
}


/* LINKS */


a:link, a:visited
{
	outline: none;
	color: #f70;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

a:active
{
	color: #f00;
}


/* LISTS */


ul, ol, dl
{
	margin: 16px 0;
}

ul li
{
	margin-left: 16px;
	list-style: outside disc;
}

ol li
{
	margin-left: 32px;
	list-style: outside decimal;
}

dt
{
	font-weight: bold;
	margin-top: 16px;
}

dd
{
	margin-left: 32px;
	margin-bottom: 16px;
}

dd p
{
	margin: 0;
}


/* INLINE ELEMENTS */


strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

strong em, em strong
{
	font-weight: bold;
	font-style: italic;
}	

del
{
	text-decoration: line-through;
}

ins
{
	font-style: italic;
}

abbr, acronym, dfn
{
	border-bottom: 1px dotted #000;
	cursor: help;
}

cite, q
{
	font-style: italic;
}

code, kbd, samp, var, tt
{
	font-family: monospace;
}


/* PARAGRAPHS */


address, blockquote, p, pre
{
	margin: 16px 0;
}

pre
{
	font-family: monospace;
}


/* TABLES */


table
{
	margin: 16px 0;
	font: 12px/16px Arial, sans-serif;
}

th
{
	font-weight: bold;
}

td
{
	vertical-align: top;
}


/* FORMS */


form, fieldset
{
	margin: 16px 0;
}

legend
{
	font-weight: bold;
}

.textinput
{
	margin: 16px 0;
	display: block;
}

.textinput .caption
{
	display: block;
}

.textinput .description
{
	display: block;
	color: #333;
}

.textinput input, .textinput select
{
	display: block;
	width: 200px;
}

.textinput textarea
{
	display: block;
	width: 200px;
}

.optioninput
{
	margin: 16px 0;
	display: block;
}

.optioninput .caption
{
	display: inline;
}

.optioninput .description
{
	color: #999;
	display: block;
}

.optioninput input
{
	display: inline;
}

.formbuttons
{
	margin: 16px 0;
}

.formbutton
{
	font-size: 12px;
}

.formerror
{
	color: #f00;
	font-weight: bold;
}

.formerror li
{
	margin: 0;
	list-style: none;
}


/* OTHER ELEMENTS */


object
{
	margin: 16px 0;
	display: block;
}

hr
{
	background-color: #000; /* set both colors to same */
	color: #000;
	height: 1px;
	border: none; /* border causes browser incompatabilities */
	width: 80%;
	text-align: center;
}


/* TABS */

.tabs
{
	position: relative;
}

.tabs ul
{
	display: table;
	margin: 0;
	list-style: none;
}

.tabs li
{
	margin: 0;
	list-style: none;
	display: table-cell;
	*zoom: 1; /* IE 7 and below */
	*display: inline; /* IE 7 and below */
	*position: relative; /* IE 7 and below */
}

.tabs a
{
	position: relative;
	display: block;
	*zoom: 1; /* IE 7 and below */
	*display: inline; /* IE 7 and below */
}


/* DROPDOWNS */


ul.dropdown
{
	display: block;
	position: absolute;
	z-index: 999;
	margin: 0;
	top: 100%;
	width: 25em;
	display: none;
	left: auto;
	*left: 0; /* IE 7 and below */
}

ul.dropdown ul.dropdown
{
	display: none;
	top: 0;
	left: -95%;
}

.dropdown li
{
	position: relative;
	list-style: none;
	display: block;
}

.dropdown a
{
	display: block;
}


/* GRIDS (based on blueprintcss) */

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px; 
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24 { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 40px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-1, .push-2, .push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
	margin-top: 16px; 
}
.append-bottom { 
	margin-bottom: 16px; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 16px; 
  margin-bottom: 16px; 
  background: #E5ECF9; 
}

.columns
{
	overflow: hidden;
	width: 100%;
}


/* HELPER CLASSES */


.webdings
{
	font-family: webdings;
}

.ascii
{
	display: none;
	*display: inline;
}

.unicode
{
	*display: none;
}

.even
{
	background-color: #eee;
}

.odd
{
	background-color: #ddd;
}

.weak
{
	color: #999;
}

.highcontext
{
	margin-top: -16px;
}

.note
{
	font-size: 10px;
}

.inline
{
	display: inline;
}

.floatr
{
	display: block;
	float: right;
}

.floatl
{
	display: block;
	float: left;
}

.clearl
{
	clear: left;
}

.clearr
{
	clear: right;
}

.clearall
{
	clear: all;
}

.warning
{
	background-color: #ff9;
	color: #000;
	padding: 1em;
}

.hide
{
	display: none;
}

.page-break
{
	page-break-before: always;
}

#pageinfo, #pageerror
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 999;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
}

#pageinfo
{
	color: #000;
}

#pageerror
{
	color: #f00;
}

.floatl.pad
{
	margin: 10px 10px 10px 0;
}

.floatr.pad
{
	margin: 10px 0 10px 10px;
}

/* SITE SPECIFIC */

#header h1 a
{
	display: block;
	height: 95px;
	width: 221px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat top left;
	text-indent: -10000px;
}

#header #topnav
{
	position: absolute;
	top: 0;
	right: 0;
	*right: -15px;
}

#header #topnav ul li a
{
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 15px;
	color: #50b042;
}

#header #subscribe
{
	position: absolute;
	top: 20px;
	right: 0;
}

#header #subscribe p
{
	margin: 0;
}

#header #subscribe form label
{
	color: #f70;
	font-size: 10px;
	text-transform: uppercase;
}

#header #subscribe form #subscribebox
{
	outline-width: 0;
	width: 300px;
	padding: 6px 10px;
	height: 12px;
	border: 1px solid #000;
	font-size: 12px;
}

#header #subscribe form #subscribego
{
	height: 26px;
	outline-width: 0;
	border-width: 0;
	width: 33px;
	background-color: #f70;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#menu ul li
{
	border-left: 1px solid #fff;
}

#menu img
{
	vertical-align: middle;
}

#menu ul li a
{
	background-color: #f70;
	border-left: 1px solid #f70;
	border-top: 1px solid #f70;
	border-right: 1px solid #f70;
	color: #fff;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 12px;
}

#menu ul li#menu-starthere a
{
	padding: 0 30px;
}

#menu ul li a:hover, #menu ul li a.current
{
	background-color: #fff;
	color: #f70;
}

#menu ul li#menu-starthere a:hover
{
	color: #fff;
	background-color: #f70;
}

#sidenav .callout
{
	border: 1px solid #50b042;
	background-color: #eee;
	color: #50b042;
}

#sidenav .callout p
{
	margin: 0;
	padding: 10px;
}

#sidenav .callout p strong
{
	color: #50b042;
}

#sidenav ul
{
	margin-top: 3px;
	background-color: #50b042;
}

#sidenave ul ul
{
	margin: 0;
}

#sidenav ul li
{
	margin: 0;
	list-style: none;
}

#sidenav ul li h3
{
	padding-top: 15px;
	margin: 0;
}

#sidenav ul li h3 a
{
	padding-left: 10px;
	display: block;
	color: #f2f2bd;
	font-size: 12px;
	font-weight: bold;
}

#sidenav ul li ul
{
	margin: 0;
}

#sidenav ul li a
{
	padding-left: 20px;
	border-bottom: 1px solid #fff;
	display: block;
	line-height: 20px;
	color: #fff;
}

#sidenav ul li a:hover
{
	background-color: #118900;
}

#content-sidebar-outer
{
	width: 211px;
	position: absolute;
	top: 0;
	right: 0;
}

#content-sidebar
{
	position: relative;
}

#content-sidebar .sidebarbox
{
	border: 1px solid #63a3b1;
	background-color: #efefdc;
	margin: 10px 0;
	padding: 10px;
}

#content-sidebar .sidebarbox h3
{
	text-transform: uppercase;
	background-color: #63a3b1;
	color: #fff;
	margin: -10px -10px 10px;
	padding: 0 10px;
	line-height: 25px;
}

#content-sidebar .sidebarbox p, #content-sidebar .sidebarbox ul, #content-sidebar .sidebarbox ol
{
	margin: 0;
}

#frontslideshow
{
	width: 450px;
	height: 238px;
}

#frontslideshow a
{
	display: none;
}

#frontslideshownav ul
{
	width: 450px;
	height: 20px;
	margin: 0 0 16px;
	background-color: #50b042;
}

#frontslideshownav ul li
{
	margin: 0;
	float: left;
	list-style: none;
}

#frontslideshownav ul li a
{
	display: block;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
}

#frontslideshownav ul li a.activeSlide
{
	background-color: #118900;
}

#fronttabbedcontent
{
	position: relative;
	margin: 16px 0;
	height: 232px;
}

#fronttabbedcontent #fronttabbedcontent_tabs
{
	position: absolute;
	height: 30px;
	margin: 0;
	z-index: 10;
}

#fronttabbedcontent #fronttabbedcontent_tabs li
{
	margin: 0;
	width: 205px;
	float: left;
	list-style: none;
	padding: 0 10px;
}

#fronttabbedcontent #fronttabbedcontent_tabs li a
{
	border: 1px solid #ccc;
	text-align: center;
	display: block;
	line-height: 30px;
	color: #fff;
	background-color: #fca960;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#fronttabbedcontent #fronttabbedcontent_tabs li a.activeSlide
{
	border-bottom: 1px solid #fff;
	color: #f70;
	background-color: #fff;
}

#fronttabbedcontent .tabbedcontent
{
	position: relative;
	top: 31px;
	z-index: 5;
	width: 448px;
	height: 200px;
	border: 1px solid #ccc;
}

#fronttabbedcontent .tabbedcontent div
{
	width: 448px;
	height: 200px;
	overflow: hidden;
}

#fronttabbedcontent .tabbedcontent a
{
	float: left;
	display: block;
	width: 112px;
	text-align: center;
	margin: 10px 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#fronttabbedcontent .tabbedcontent a img
{
	margin: 0 auto 5px;
	display: block;
}

.contentbox
{
	border: 1px solid #908f8f;
	margin-right: 50px;
	padding: 10px;
	width: 188px;
	margin-right: 30px;
	float: left;
}

.contentbox.last
{
	margin-right: 0;
}

.contentbox h3
{
	text-transform: uppercase;
	background-color: #50b042;
	color: #fffff;
	margin: -10px -10px 10px;
	padding: 0 10px;
	line-height: 25px;
}

.contentbox p, .contentbox ul, .contentbox ol
{
	margin: 0;
}

.smlinks a
{
	margin-right: 5px;
}

table.iconlist td
{
	padding: 10px 0;
}

.contentbox h3, .sidebarbox h3
{
	font-size: 12px;
}

.lessons h2
{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #50b042;
	color: #fff;
	margin-bottom: 16px;
}

#summerofmoney
{
	position: absolute;
	top: 0;
	left: 230px;
	width: 256px;
	height: 82px;
	background: #fff url(http://www.moneyandstuff.info/images/summer2010.gif) 0 0;
	z-index:999;
}

#testimonials
{
	position: absolute;
	top: -50px;
	height: 50px;
	left: 0;
	width: 100%;
	cursor: pointer;
}

#testimonials p
{
	color: #50b042;
	display: none;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 15px;
}

.new
{
	font-weight: bold;
	color: #50b042;
}

#lessontabs
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

#lessontabs li
{
	float: left;
	width: 33%;
	list-style: none;
	margin: 0;
	height: 55px;
}

#lessontabs li a
{
	text-align: center;
	display: block;
	border: 1px solid #fff;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
}

#lessontabs li a img
{
	vertical-align: middle;
}

#lessontabs li a:hover
{
	border: 1px solid #ccc;
}

#tabbedlessons div, #tabbedlessons
{
	height: 800px;
	width: 686px;
}

.lessonlist li
{
	margin: 10px 0 10px 0;
	font-size: 20px;
	list-style: none;
}

.lessonlist img
{
	vertical-align: middle;
}