/*-----------------------------------------------------------------------------
website: http://www.tmdesign.com/
email: mike@tmdenver.com
© 2009 TM Design. All rights reserved.
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/
#indent {
	position: relative;
	left: 66px;
	width: 900px;
}

#main {
	float: left;
	width: 620px;
	padding: 40px 0 0 0;
}

#pContainer {
	font-size: 1.2em;
	line-height: 1.2;
}

#secondary {
	position: relative;
	top: -20px;
	float: left;
	width: 213px;
	font-size: .9em;
	padding: 0 0 0 35px;
}


/* =Typography
-----------------------------------------------------------------------------*/
h1 {
	padding-bottom: 0;
}

#secondary h5 {
	color: #e68f1a;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 35px 10px 0;
}

#secondary p {
	padding-right: 35px;
}

#secondary ul {
	list-style: none;
	font-size: 1.4em;
	line-height: 1.5em;
}

#secondary li {
	padding: 0 35px .8em 0;
}


/* =Misc 1
-----------------------------------------------------------------------------*/



