/*-----------------------------------------------------------------------------
Gnomon School of Visual Effects: ETP Style Sheet

version:   1.0
author:    eric carl
email:     ericcarl@gmail.com
website:   http://www.gnomonschool.com

------------------------------------------------------------------------------*/

/* General Type
--------------------------------- */

#pageETP #container p { /* New Type Size and Color */
	color:#707070;
	font-size:93%;
}
#pageETP #content strong {
	color:#898989;
}

/* General Layout
--------------------------------- */

#pageETP #container #content {
	background-color:#000;
	background-image:none;
	border:1px solid #2d2d2d;
	border-top:none;
	padding:0;
}

/* Intro Layout
--------------------------------- */

#pageETP #container #content #intro {
	padding:10px 0 0 0;
	height:264px;
	border-bottom:1px solid #2d2d2d;
}
#pageETP #container #content #intro #introColumn {
	float:left;
	margin:0 10px 0 0;
	height:264px;
	width:448px;
}
#pageETP #container #content #intro h2 {
	text-indent:-2000px;
	background-image:url(/images/etp/etp_headline.gif);
	width:449px;
	height:105px;
}
#pageETP #container #content #intro #introColumn p {
	text-indent:-2000px;
	background-image:url(/images/etp/etp_subhead.gif);
	width:449px;
	height:159px;
	margin-bottom:0;
}

/* Layout Main Column
--------------------------------- */

#pageETP #container #mainColumn {
	float:left;
	padding:19px 0 0 19px;
	margin:0 20px 0 0;
	width:581px;
}
#pageETP #container #mainColumn h4, #pageETP #container #subColumn h4 {
	font-size:108%;
	font-weight:bold;
	color:#a1a1a1;
	margin-bottom:1em;
}
#pageETP #container #mainColumn ul {
	margin-bottom:1em;
	margin-left:15px;
}
#pageETP #container #subColumn ul {
	margin-bottom:1em;
}
#pageETP #container #mainColumn ul li, #pageETP #container #subColumn ul li {
	color:#707070;
	font-size:93%;
	line-height:1.5em;
	list-style-position:outside;
	list-style-type:square;
	margin-left:16px;
}
.eligibility {
	text-indent:-2000px;
	background-image:url(/images/etp/eligibility_headline.gif);
	background-repeat:no-repeat;
	margin-left:-19px;
	width:115px;
	height:23px;
}
.start {
	text-indent:-2000px;
	background-image:url(/images/etp/start_headline.gif);
	margin-left:-19px;
	width:338px;
	height:23px;
}

/* Layout Sub Column
--------------------------------- */

#pageETP #container #subColumn {
	background-color:#151515;
	float:left;
	margin:0;
	padding:20px 19px 20px 20px;
	width:299px;
}

#pageETP #container #subColumn blockquote {
	text-indent:-4000px;
	background-image:url(/images/etp/amy_quote.gif);
	width:299px;
	height:144px;
	margin-top:20px;
}