/* 
	 - Master Styles
	Revision number		:	1.0
   	Last updated		:	Day Month Year
   	Last updated by		:	Scott Mackenzie (1px Solid) 
*/

/* @import url(debug.css); */
@import url(reset.css); 
@import url(hacks.css);

/* @group Global
----------------------------------------------------------------------------------- */
body { 
	font: normal small/140% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #010101;
}
.center { text-align: center; }
.left   { text-align: left;	}
.right 	{ text-align: right; }
.fleft 	{ float: left; }
.fright { float: right; }
/* @end */
/* @group Structure
----------------------------------------------------------------------------------- */
.wrap {
	margin: 0 auto;
	width: 730px;
	text-align: left;
}
/* @end */
/* @group Header
----------------------------------------------------------------------------------- */
#header {
	background: #333 url(../images/header-bg.jpg) repeat-x center bottom;
}
h1 {
	float: left;
	width: 172px;
	padding-top: 48px;
}
h2{
	float: left;
	padding: 48px 0 61px 0;
}
/* @end */
/* @group Content
----------------------------------------------------------------------------------- */
#content {
	background: #ffde00;
	padding: 20px 0 20px 0;
	font-size: 85%;
	line-height: 140%;
}
#content h3 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 6px;
}
#content p {
	margin-bottom: 10px;
	width: 490px;
}
/* @end */
/* @group Tree
----------------------------------------------------------------------------------- */
#lessons {
	margin-bottom: 20px;
}
.treeview {
	font-family: arial, sans-serif;
	margin-top: 16px;
}
.treeview li {
	/*width: 493px;
	height: 53px;*/
	margin-bottom: 5px;
	position: relative;
}
.treeview li span {
	display: block;
	width: 468px;
	height: 33px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 135%;
	padding-top: 20px;
	padding-left: 25px;
	
	clear: both;
}
.treeview li a.zip {
	position: absolute;
	left: 499px;
	top: 20px;
	display: inline;
	padding-top: 0;
	padding-left: 2px;
	padding-right: 25px;
	padding-bottom: 0px;
	font-size: 74%;
	color: #6e6108;
	width: 120px;
	font-style: italic;
	font-family: georgia, 'times new roman', serif;
	text-transform: none;
	font-weight: normal;
	background: #ffde00 url(../images/icon-zip-lrg.gif) no-repeat right top; 
	white-space: nowrap;
	text-align: right;
}
.treeview li a.zip.plans {
	width: 138px;
}
.treeview li span:hover,
.treeview li span.hover {
	cursor: pointer;
}
.treeview .expandable {
	background: url(../images/panel-head.gif) no-repeat left top;
}
.treeview .collapsable {
	background: url(../images/panel-head-active.gif) no-repeat left top;
}
.treeview li ul {
	padding: 10px 0 5px 0;
	width: 490px;
	background: transparent url(../images/tree-ul-bg.gif) no-repeat left bottom;
}
.treeview li ul li {
	padding-left: 10px;
}
.treeview li ul li a.zip {
	position: absolute;
	left: 297px;
	top: 7px;
	display: block;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0px;
	font-size: 100%;
	color: #6e6108;
	font-style: italic;
	font-family: georgia, 'times new roman', serif;
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/icon-zip-sml.gif) no-repeat right top;
	padding-right: 18px;
	white-space: nowrap;
	width: 140px;
	text-align: right;
	text-decoration: none;
}
.treeview li ul li a.word {
	position: absolute;
	left: 297px;
	top: 8px;
	display: block;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0px;
	font-size: 100%;
	color: #6e6108;
	font-style: italic;
	font-family: georgia, 'times new roman', serif;
	text-transform: none;
	font-weight: normal;
	background: url(../images/icon-word-sml.gif) no-repeat right top;
	padding-right: 18px;
	white-space: nowrap;
	width: 140px;
	text-align: right;
	text-decoration: none;
}
.treeview li ul li ul li a.word {
	position: absolute;
	left: 287px;
	top: 0px;
	display: inline;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0px;
	font-size: 100%;
	color: #6e6108;
	font-style: italic;
	font-family: georgia, 'times new roman', serif;
	text-transform: none;
	font-weight: normal;
	background: url(../images/icon-word-sml.gif) no-repeat right top;
	padding-right: 18px;
	white-space: nowrap;
	width: 140px;
	text-align: right;
	text-decoration: none;
}
.treeview li ul .expandable,
.treeview li ul .collapsable {
	background: none;
}
.treeview li ul span {
	width: 443px;
	height: 23px;
	padding-left: 24px;
	padding-top: 8px;
	font-size: 100%;
	background: #f4d105 url(../images/tree-ul-li-span-bg.gif) no-repeat left bottom;
	text-transform: none;
}
.treeview li ul li.expandable span {
	background: #f4d105 url(../images/tree-ul-li-span-2-bg.gif) no-repeat left top;
}
.treeview li ul li.collapsable span {
	background: #f4d105 url(../images/tree-ul-li-span-2-bg.gif) no-repeat left bottom;
}
.treeview li ul li ul {
	background: none;
	padding-bottom: 0px;
}
.treeview li ul li ul span {
	background: none;
	width: 427px;
	height: 19px;
	padding-left: 6px;
	padding-top: 4px;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
.treeview li ul li.expandable ul span,
.treeview li ul li.collapsable ul span {
	background: none;
}
/* @end */
/* @group Footer
----------------------------------------------------------------------------------- */
#footer {
	background: url(../images/footer-bg.gif) repeat-x left top;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #e0e0e0;
	font-size: 87%;
	line-height: 120%;
}
#footer h4,
#footer p {
	font-weight: bold;
	margin-bottom: 15px;
}
#footer a, #footer em {
	color: #e8ca02;
	font-style: normal;
}
#footer .section {
	float: left;
	width: 345px;
}
#footer .section.last {
	margin-left: 40px;
}
#footer h3 {
	margin-bottom: 20px;
}
#footer h3.head-contact {
	background: url(../images/footer-head-sep.gif) no-repeat 120px 1px;
}
#footer h3.head-help {
	background: url(../images/footer-head-sep.gif) no-repeat 150px 2px;
}
#footer .copyright {
	padding-top: 30px;
}
#footer .copyright p {
	font-weight: normal;
	font-size: 90%;
}
/* @end */















