/*//////////////////////////////////////
SITE MANAGER | 2 column fixed width CSS
//////////////////////////////////////*/
#enroll-by-phone 
{
	/*visibility:hidden;
	height:0px;*/
	padding-left:20px;
	padding-bottom:6px
}

/* Left Column
----------------------------------------*/
#page-body-left {
	float:left;
	width: 564px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 42px;
	}
	
/* Editable Section #1
--------------------------------------------------*/
#edit1 {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1em;
	line-height: 1.45em;
	}

/* Editable Section #2
----------------------------------------*/
#edit2 {
	padding-top: 0px;
	margin-top: 20px;
	font-size: 1em;
	line-height: 1.45em;
	background: transparent url(../images/shim.gif) top no-repeat;
	}
#edit2 h3 {
	}

/* Right Column
----------------------------------------*/
#page-body-right {
	float: right;
	width: 308px;
	margin: 0px;
	padding: 0 26px 0 0;
	color: #000;
	}

/* Editable Section #3
----------------------------------------*/
#edit3 {
	padding-top: 18px;
	margin: 0px;
	}
#edit3 #nugget1,
#edit3 #nugget2,
#edit3 #nugget3,
#edit3 #nugget4,
#edit3 .search {
	width: 268px;
	padding: 18px 20px 10px 18px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1em;
	line-height: 1.45em;
	background: transparent url(../images/right-horiz-div.gif) top no-repeat;
	}
#edit3 #nugget1 p,
#edit3 #nugget2 p,
#edit3 #nugget3 p,
#edit3 #nugget4 p {
	/*padding: 0px 16px 6px 16px;*/
	}

/* Nuggets
------------*/
#nugget1 h4, #nugget2 h4, #nugget3 h4 {
	height: 25px;
	color: #fff;
	font-size: 1.25em;
	line-height: 1.75em;
	margin-bottom: 0;
	}
#affiliate-logos {
	width: 208px;
	padding: 30px 50px 10px 50px;
	background: transparent url(../images/right-horiz-div.gif) top no-repeat;
	}
/* Enroll Now Button
------------*/
a.enroll-now-btn:link,
a.enroll-now-btn:visited,
a.enroll-now-btn:hover {
	width: 125px;
	height: 33px;
	background: #ff0000 url(../images/btn-enroll-now-off.gif) top no-repeat;
	}
a.enroll-now-btn:hover {
	background: #000000 url(../images/btn-enroll-now-on.gif) top no-repeat;
	}
/* Page Footer
--------------------------------------------------*/
#page-footer {
	clear: both;
	margin: 0 auto;
	margin-top: -22px;
	*margin-top: 0; /* ie6 fix */
	_margin-top: 0; /* ie7 fix */
	padding: 0;
	padding-top: 76px;
	width: 959px;
	height: 136px; 
	font-size: .9em;
	color: #999;
	background: transparent url(../images/bg-footer-int.gif) top no-repeat;
	}
#page-footer #footer-left {
	float: left;
	margin-top: -9px;
	*margin-top: 0; /* ie6 fix */
	_margin-top: 0; /* ie7 fix */
	}
#page-footer #footer-right {
	float: right;
	text-align: right;
	margin-right: 40px;
	*margin-right: 17px; /* ie6 fix */
	_margin-right: 17px; /* ie7 fix */
	margin-top: -9px;
	*margin-top: 0; /* ie6 fix */
	_margin-top: 0; /* ie7 fix */
	}
