/* CSS Document */

/*--- Base ---*/
* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
	color: #6f1031;
}

body {
	margin: 0px;
	padding: 0px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #313131;
}

/*--- Typography & Colors ---*/
#lang, #ftr {
	font-size: 1.1em;
	line-height: 2.4em;
	color: #A5A3A3;
}

	#lang a, #ftr a {
		color: #A5A3A3;
	}

#sub {
	font-size: 1em;
	line-height: 1.8em;
	color: #7A7A7C;
}

	#sub a {
		color: #7A7A7C;
	}
	
#ltcol, #rtcol {
	color: #313131;
}

	#ltcol h2 {
		font-size: 2.6em;
	}
	
	#ltcol h3 {
		font-size: 1.6em;
	}
	
	#ltcol p {
		font-size: 1.7em;
		line-height: 1.4em;
	}
	
	#ltcol p.pdf {
		font-size: 1.1em;
		text-align: right;
		margin-top: -20px;
		padding-top: 0;
		padding-right: 45px;
	}

	#rtcol h2 {
		font-size: 20px;
		color: #61171F;
	}

	#rtcol ul {
		font-size: 1.2em;
	}

span.notice {
	font-weight: bold;
	color: #62171F;
}

body.kids span.notice, body.kids #rtcol h2 {
	color: #B58547;
}

body.grow h2 {
	font-size: 20px;
	font-weight: normal;
	color: #61171F;
}

body.grow ul.members {
		font-size: 1.4em;
		line-height: 1.8em;
}

/*--- Structure ---*/
#container {
	width: 815px;
	margin-left: 30px;
}

#lang {
	text-align: right;
	padding-right: 4px;
}

#hdr {
	height: 191px;
	background: transparent url(/i/hdr.jpg);
}
	#hdr h1 {
		text-indent: -999px;
	}

#sub {
	height: 20px;
	padding: 0 14px;
	background: transparent url(/i/sub.jpg);
}

.left {float: left;}
.right {float: right;}

#banner {
	height: 46px;
	margin-left: -5px; /* Offset Flash banner */
}

	#banner img {
		margin-left: 5px; /* To counter Flash offset if JS not present */
	}

#drop {
	/*height: 6px;*/
	padding-top: 6px;
	background: transparent url(/i/drop.gif) top no-repeat;
}

	body.kids #drop {background: transparent url(/i/drop_kids.gif) top no-repeat;}
	body.grow #drop {background: transparent url(/i/drop_grow.gif) top no-repeat;}

#callout {
	height: 148px;
	background: transparent url(/i/callout.gif);
	text-indent: -999px;
	margin-bottom: 15px;
}

#content {
	background: transparent url(/i/tile.jpg) repeat-y;
}

	body.grow #content {background: transparent url(/i/tile2.jpg) repeat-y; padding: 13px 0 30px 0; height: 520px;}

/* Left Column */
#ltcol {
	width: 521px;
}

	#ltcol h2, #ltcol h3, #ltcol p {
		margin-right: 40px;
		margin-left: 40px;
	}

	#ltcol h2 {
		margin-bottom: 10px;
	}
	
	body.home #ltcol h2 {
		margin-top: 16px;
	}
	
	#ltcol h3 {
		margin-bottom: 5px;
	}
	
	#ltcol p {
		padding-bottom: 25px;
	}
	
	#ltcol img {
		border: 1px solid #7D7D7D;
	}

/* Right Column */
#rtcol {
	width: 294px;
	/*width: 260px;
	margin-right: 16px;*/
	padding: 0px 0 10px 0;
}

	#rtcol a.psa {
		width: 294px;
		height: 36px;
		display: block;
		background: transparent url(/i/psa.gif) no-repeat;
	}
	
	#rtcol h2, #rtcol ul, #rtcol p {
		margin-right: 16px;
		margin-left: 18px;
	}

	#rtcol h2 {
		margin-top: 15px;
	}
	
	#rtcol ul {
		list-style-type: square;
		/*margin: 10px 4px;*/
		margin-top: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #CAC3BB;
	}

		#rtcol ul li {
			margin: 0 0 18px 16px;
		}

	#rtcol ul.noline {
		border: 0;
	}
	
		#rtcol ul.noline li.last {
			margin: 0 0 0 16px;
		}

	#rtcol ul.acorn {
		list-style-type: none;
		margin-top: 10px;
		margin-bottom: 10px;
		/*margin: 10px 4px;
		border-bottom: 1px solid #CAC3BB;*/
	}

		#rtcol ul.acorn li {
			margin: 0 0 18px 0;
			padding-left: 26px;
		}

		#rtcol ul.acorn li.a {background: transparent url(/i/acorn_a.gif) no-repeat;}
		#rtcol ul.acorn li.c {background: transparent url(/i/acorn_c.gif) no-repeat;}
		#rtcol ul.acorn li.o {background: transparent url(/i/acorn_o.gif) no-repeat;}
		#rtcol ul.acorn li.r {background: transparent url(/i/acorn_r.gif) no-repeat;}
		#rtcol ul.acorn li.n {background: transparent url(/i/acorn_n.gif) no-repeat;}

	#rtcol ul.steps {
		list-style-type: none;
		margin-top: 10px;
		margin-bottom: 10px;
		/*margin: 10px 4px;
		border-bottom: 1px solid #CAC3BB;*/
	}

		#rtcol ul.steps li {
			margin: 0 0 14px 0;
			height: 99px;
			text-indent: -999px;
		}

		#rtcol ul.steps li.one {background: transparent url(/i/step_one.gif) no-repeat;}
		#rtcol ul.steps li.two {background: transparent url(/i/step_two.gif) no-repeat;}
		#rtcol ul.steps li.three {background: transparent url(/i/step_three.gif) no-repeat;}
		#rtcol ul.steps li.four {background: transparent url(/i/step_four.gif) no-repeat;}
		#rtcol ul.steps li.five {background: transparent url(/i/step_five.gif) no-repeat;}
		#rtcol ul.steps li.six {background: transparent url(/i/step_six.gif) no-repeat;}

	#rtcol p.pnutt {
		background: transparent url(/i/pnutt.gif);
		text-indent: -999px;
		width: 256px;
		height: 54px;
		/*margin-left: 4px;*/
	}
	
		#rtcol p.pnutt a {
			display: block;
			width: 256px;
			height: 54px;
		}

body.grow h2 {
	height: 84px; /* full 109 */
	/*margin: 0 0 0 38px;*/
	padding: 25px 0 0 168px;
	background: transparent url(/i/grow.gif) 38px 0 no-repeat;
}

ul.members {
	list-style: none;
	/*margin: 0-35px 40px 0 168px;*/
	position: absolute;
	width: 606px;
	margin: -35px 0 0 168px;
}

	ul.members li {
		padding: 0 4px 0 12px;
		display: inline;
		background: transparent url(/i/bullet.gif) 0 6px no-repeat;
	}

#bumper {
	clear: both;
}

#ftr {
	height: 25px;
	background: #313131 url(/i/ftr.gif) top no-repeat;
	margin-bottom: 20px;
}






























