/* ++++++++++++++++++++++++++ Child Page Styles +++++++++++++++++++++++++*/

#child #sidebar {
	/* sidebar moves to the right side */
	float: right;
	}
	
#child #contentContainer {
	min-height: 672px;
	margin: 0 7px;
	background: #fff;
	padding-bottom: 10px;
	}
	
#child #innerContent {
	padding: 10px 10px 0 10px;
	}
	
#child #innerContent p {
	margin-left: 5px;
	font-size: 105%;
	color: #000;
	}
	
#child #innerContent input {
	margin-top: 5px;
	}
	
#child #outerContentContainer {
	margin: 0 235px 0 0;
	background: #a7a0a0 url(/images/outerContentContainerBg.gif) top right repeat-x;
	}
	
#child #TLtab {
	height: 10px;
	background: url(/images/child_corner_tl.gif) top left no-repeat;
}

#child #TRtab {
	background: url(/images/child_corner_tr.gif) top right no-repeat;
}

#child #BLtab {
	height: 5px;
	background: url(/images/child_corner_bl.gif) bottom left no-repeat;
}

#child #BRtab {
	background: url(/images/child_corner_br.gif) bottom right no-repeat;
}
	
	
#child #contentContainer h1 {
	color: #fff;
	font-size: 16px;
	text-align: left;
	margin: 0;
	background: url(/images/headingOneBg.gif) bottom left repeat-x;
	}
	
#child .headingOneBg {
	display: block;
	background: url(/images/childh1BgLeft.gif) bottom left no-repeat;
	}
	
#child .headingOneBg2 {
	display: block;
	background: url(/images/childh1BgRight.gif) bottom right no-repeat;
	padding: 4px 0 6px 6px;
	}
	
#child #contentContainer h2 {
	font-size: 22px;
	}
	
#child div.bottomLine {
	margin-top: 50px;
	clear: both;
	text-align: center;
	color: #840000;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
	}
	
#child #featureDivider {
	padding-left: 20px;
	}
	
#child #controls form {
	/* nukes form styling in IE7 */
	padding: 0;
	margin: 0;
	}
	
#child #controls ul {
	margin: 4px 0 0 0;
	padding: 0 2px 4px;
	}
	
#child #controls li {
	list-style-type: none;
	display: inline;
	padding: 0 3px;
	margin: 0;
	border-left: 1px solid #000;
	font-size: 90%;
	}
	
#child #controls img {
	vertical-align: top;
	}
	
#child #controls li.rightDivider {
	border-right: 1px solid #000;
	}
	
#child div.jacobsMediaImg {
	margin-top: 55px;
	}


	