/*
Project: LarisonAssocicates.com
Description: Print stysheet for 8.5" x 11" inched paper
Author: BHW1
Updated: Fri Sep 19 09:14:46 PDT 2008
*/

/* 1. Remove Floats w/ !important*/ 

div#header, 
div.colmask, 
div.colright, 
div.colmid, 
div.colleft, 
div.col1, 
div.col2, 
div.col3 { 
	width: auto;
	float: none !important; }

/* 2. Remove Unecessary Items */
div#nav-container,
div#sub-nav-container,
/*.colmask.fullpage img,*/ 
.col2 img, 
div#phase-chart { display: none; }

/* 3. Position Content */

/* 4. Finishing Touches*/ 
h1.hide-text { font-size: 20pt; }

h1,
p.track-record-list { font-size: 14pt; }

ol li {
	list-style-type: disc;
}

/* Success Formula 
.lists ul { padding-left:30px; }	

 - Individual numbered bullets images  
.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight {
	list-style-type: decimal;
}

ul.team-building-list {
	padding-left: 30px;
}

ul.team-building-list li {
	list-style-type: lower-alpha;
}*/

div#program-details-banner {
	font-size: 20pt;
}

ul#footer-info li {
	list-style-type: none;
}

