/* Secondary Page elements */

/*Right Column Elements*/

.columns
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 785px;
	margin: 0px 0px 0px 14px;
}

.columns P{}

.columns A:LINK
{
	color: #4C721D;
	text-decoration: underline;
}

.columns A:VISITED
{
	color: #EC8E08;
	text-decoration: none;
}


.columns A:HOVER, .columns A:ACTIVE
{
	color: #4C721D;
}

/*Content Area Elements*/
.columns #contentContainer
{
	float: right;
	width: 585px;
}

#contentHeader
{
	
}
#content2
{
	margin: -10px 0px 0px 0px;
}

.columns #content
{
	margin: 10px 5px;
	width: 555px;
}

.columns #content H1, .columns #content H2
{
	font-family: Minion Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.columns #content H1
{
	color: #EC8E08;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

.columns #content H2, .columns #content H3
{
	color: #5A2E00;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.columns #content H3
{
	margin: 0px 0px 0px 0px;
}

.columns #content P
{
	margin: 0px 0px 1em 0px;
}

.columns #content .list
{
	list-style:inside;
}
/*Quick Links Elements*/
.columns #links
{
	float: right;
	width: 197px;
	margin: 0px 0px 100px 0px;
	padding: 0px 5px 0px 20px;
	background-image: url(../../images/global/brown_dots.gif);
	background-repeat:repeat-y;
	background-position: 5px 0px;
	font-size: 11px;
}

.columns #links H2
{
	margin: 0px 0px 15px 0px;
}

.columns #links UL{}

.columns #links UL LI
{
	margin: 0px 0px 10px 0px;
}

/*Left Column Elements*/

#shadow
{
	float: left;
	
}

#leftcol
{
	width: 185px;
	padding: 0px 0px 0px 9px;
}

#leftcol A:LINK, #leftcol A:VISITED
{
	text-decoration: none;
}

#leftcol A:HOVER, #leftcol A:ACTIVE
{
	text-decoration: underline;
}

#leftcol .active A
{
	font-weight: bold;
}

#leftcol .separator
{
	width: 170px;
	margin: 0px auto;
}

#leftcol #subnav
{
	width: 170px;
	font-size: 11px;
	margin: 0px auto 7px auto;
}

#leftcol #subnav UL
{
	padding: 5px;
	background-image: url(../../images/global/frame_sides.gif);
}

#leftcol #subnav UL LI
{
	margin: 0px 0px 0px 3px;
	padding: 2px 2px 5px 15px;
	background-image: url(../../images/global/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#leftcol #subnav UL .active
{
	/*Resetting the background in IE 6 clears all inherited parent styles, moving bkg instead*/
	background-position: 0px -999px;
	font-weight: bold;
}

#leftcol #subnav UL LI IMG
{
	vertical-align: middle;
}

#leftcol #subnav UL LI A
{
	color: #000000;
}

#leftcol H1
{
	color: #4C721D;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#leftcol H2
{
	color: #4C721D;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

#leftcol .feature
{
	padding: 0px 8px;
	margin: 15px 0px;
}

#leftcol .feature .arrow
{
	vertical-align:middle;
}

#leftcol .quotes
{
	padding: 0px 8px;
	margin: 15px 0px;
	font-size: 12px;
}

#leftcol .quotes P
{
	font-style:italic;
}

#leftcol .quotes .quoteattrib
{
	margin: 8px 0px;
	text-align: right;
	font-size: 12px;
	font-style: normal;
}