/*
family40_screen.css
Copyright 2007, Focus on the Family
Created: 10/20/2077
Modified: 1/23/2007
Version: 1.4

11/15/2007: Added #myfamilyLogin
11/15/2007: Right justified #quickJump
12/7/2007: Moved margin from #quickJump ul to #quickJump to home page text would position without list
12/17/07: Commented out background image for ul.storeLinks; can be restored when Add to Cart functionality is fixed
1/23/08: Added #contactNumber and adjusted #breadCrumbs to move bread crumbs out of header
*/

/* html tags */

body
{
	background: white;
	font: 11px Helvetica, Arial, sans-serif;
}
img
{
	border: none;
}
img.resource
{
	width: 70px;
}
h1, h2, h3, h4
{
	margin: 0;
}

/* main layout divs */
#formContainer
{
	padding: 0;
	margin: 0;
}
#container
{
	width: 889px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#header
{
	width: 889px;
	clear: both;
	height: 111px;
	color: #49352c;
	overflow: hidden;
}
#breadCrumbs
{
	margin: 5px 10px;
	height: 25px;
	vertical-align: top;
	background: url(/images/backgrounds/sprites.gif) -480px -8px no-repeat;
}
#leftNav
{
	float: left;
	width: 184px;
	overflow: hidden;
	background: url(/images/backgrounds/green_nav_bg.gif) no-repeat;
}
#editorialWell
{
	clear: both;
	width: 769px;
	overflow: hidden;
	margin: 15px 0 15px 105px;
}
#regions
{
	width: 150px;
	float: left;
	height: 86px;
	background: url(/images/backgrounds/regions_background.gif) top center no-repeat;
}
#adBox
{
	float: left;
	height: 86px;
	width: 616px;
}
#preFooter
{
	clear: both;
	margin: 0 0 0 105px;
	height: 86px;
	width: 769px;
	overflow: hidden;
}
#footer
{
	clear: both;
	height: 25px;
	color: #fff;
	width: 769px;
	margin: 15px 0 0 105px;
	background: #006782;
	overflow: hidden;
}

.skipNav
{
	float: left;
	font-size: 1px;
	text-indent: -9999px;
}
.clear
{
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.top, .bottom
{
	clear: both;
	overflow: hidden;
	font-size: 1px;
	text-indent: -9999px;
}

/* header styles */
#header h2 a
{
	display: block;
	width: 220px;
	height: 111px;
	float: left;
	font-size: 1px;
	text-indent: -9999px;
	background: url(/images/backgrounds/logo_background.gif) no-repeat;
}
#topNav
{
	float: right;
	text-align: right;
}
#topNav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#topNav li
{
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #49352c;
}
#topNav li.first
{
	margin: 0;
	padding: 0;
	border: none;
}
#topNav ul#myfamilyLogin li.unsecured
{
	border: none;
}
#topNav li a
{
	font-weight: bold;
	color: #006782;
	text-decoration: none;
}
#topNav li a:hover
{
	text-decoration: underline;
}
#topNav ul#myfamilyLogin
{
	padding: 10px 0 0 0;
}
#topNav ul#myfamilyLogin li
{
	line-height: 21px;
}
#topNav ul#myfamilyLogin li.secured a, #topNav ul#myfamilyLogin li.unsecured a
{
	background: url(/images/backgrounds/unsecured.gif) no-repeat;
	margin: 0;
	padding: 3px 0 4px 20px;
}
#topNav ul#myfamilyLogin li.secured a
{
	background: url(/images/backgrounds/secured.gif) no-repeat;
}
#contactNumber
{
	font-weight: bold;
	color: #73a331;
	font-size: 11px;
	line-height: 13px;
	position: absolute;
	z-index: 200;
	top: 55px;
	left: 230px;
}

#search
{
	position: absolute;
	color: #49352c;
	top: 40px;
	left: 610px;
	width: 270px;
}
#searchTerm
{
	clear: both;
}
#radioButtons
{
	clear: both;
	height: 18px;
	padding: 5px 0 0 0;
}
.searchtextInput
{
	width: 215px;
	border: 2px solid #d5d2c7;
	height: 16px;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 10px;
	float: left;
}
.searchbuttonInput
{
	width: 27px;
	margin: 0 15px 0 0;
	float: right;
}

/* breadcrumb styles */
#breadCrumbs ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
#breadCrumbs li
{
	border: none;
	display: inline;
	background: url(/images/backgrounds/sprites.gif) -472px -19px no-repeat;
	margin: 0;
	padding: 0 5px 0 10px;
}
#breadCrumbs li.first
{
	background: none;
	padding: 0 5px 0 0;
}

#breadCrumbs li a
{
	font-weight: bold;
	color: #49352c;
}
#breadCrumbs li a.selected, #breadCrumbs li a:hover
{
	text-decoration: none;
	color: #006782;
}

/* leftNav styles */
ul#primaryNav
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#primaryNav li
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#primaryNav li a
{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 3px 3px 10px;
	width: 169px;
	display: block;
	background: #006782;
	border-style: solid;
	border-width: 1px;
	border-color: #619baa #32515d #32515d #619baa;
}
#primaryNav li a.selected, #primaryNav li a:hover.selected
{
	color: #fff;
	background: #32515d;
}
#primaryNav li a:hover
{
	color: #006782;
	background: #fff;
	border: 1px solid #fff;
}
#primaryNav li a:hover.selected
{
	border-color: #619baa #32515d #32515d #619baa;
}
#primaryNav ul.flyout
{
	margin: 0;
	padding: 0;
	background: #fff;
	height: 70px;
	overflow: auto;
	width: 100%;
}
#primaryNav li ul.flyout li a
{
	background: #fff;
	color: #006782;
	width: 150px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	text-transform: none;
}
#primaryNav li ul.flyout li a:hover
{
	text-decoration: underline;
}

.alertBox h3
{
	text-indent: -9999px;
	font-size: 1px;
}

#alertScroll ul
{
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}
#alertScroll li
{
	background: url(/images/backgrounds/sprites.gif) -376px -114px no-repeat;
	padding: 0 0 5px 13px;
	margin: 0 0 10px 0;
}
#alertScroll li a
{
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
#alertScroll li a:hover
{
	text-decoration: none;
}

/*.rss
{
	margin: 3px 10px 0 155px;
}
.rss a
{
	background: url(/images/backgrounds/rss_greenbg.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}*/

#quickJump
{
	overflow: hidden;
	margin: 13px 15px 0 0;
	float: right;
}
#quickJump ul
{
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0;
}
#quickJump li
{
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 13px;
	border-left: 1px solid #006782;
}
#quickJump li.first
{
	border: none;
	margin: 0;
	padding: 0;
}
#quickJump li a
{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #49352c;
}
#quickJump li a:hover
{
	text-decoration: underline;
}

/* editorialWell styles */
#editorialWell .leftCol, #editorialWell .rightCol
{
	width: 379px;
	float: left;
}
#editorialWell .rightcol
{
	margin: 0 0 0 10px;
}

#editorialWell h1, #editorialWell h2, #editorialWell h3, #editorialWell h4
{
	color: #006782;
	font-size: 36px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	letter-spacing: -0.02em;
}
#editorialWell h2
{
	font-size: 28px;
}
#editorialWell h3
{
	font-size: 24px;
}
#editorialWell h4
{
	font-size: 18px;
}


.oneColumn, .twoColumn
{
	width: 219px;
	float: left;
	overflow: hidden;
}
.twoColumn
{
	width: 450px;
}
.small
{
	width: 199px;
}
.marginLeft
{
	margin-left: 12px;
}
.marginTop
{
	margin-top: 12px;
}
.marginRight
{
	margin-right: 12px;
}
.marginBottom
{
	margin-bottom: 12px;
}

.resourceAuthor
{
	font-weight: bold;
	margin: 2px 0 0 10px;
	line-height: 12px;
}

ul.storeLinks
{
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	height: 14px; /* background:url(../images/backgrounds/sprites.gif) -249px -85px no-repeat; can be uncommented when Add to Cart functionality is fixed */
}
.storeLinks li
{
	display: inline;
	margin: 0 0 0 5px;
}
.storeLinks li a
{
	color: #fff;
}
.storeLinks li a:hover
{
	text-decoration: none;
}
.storeLinks li.first
{
	margin: 0;
}

.backNext
{
	overflow: hidden;
}
.backNext ul
{
	margin: 0;
	padding: 7px 0 5px 5px;
	list-style: none;
}
.backNext li
{
	display: inline;
}
.backNext li a
{
	color: #49352c;
}


.backNext li a:hover
{
	text-decoration: none;
}

#moreMedia
{
	height: 31px;
	padding: 5px 0 0 0;
	overflow: hidden;
}

#moreMedia li.first
{
	text-transform: uppercase;
	color: #aaa29e;
	font-weight: bold;
}
#moreMedia ul
{
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}
#moreMedia li
{
	display: inline;
	margin: 0 3px;
}


#moreMedia a
{
	color: #aaa29e;
	font-size: 15px;
	font-weight: bold;
}
#moreMedia a:hover
{
	text-decoration: none;
}
#moreMedia a.selected
{
	color: #49352c;
	text-decoration: none;
}

/* regions styles */
#regionSelect
{
	width: 150px;
}
#regionDropdown
{
	position: relative;
	top: 40%;
}

/* adBox styles */
#adBox img
{
	float: right;
}

/* footer styles */
#footer p
{
	margin: 6px 0 0 6px;
	float: left;
}
#footer ul
{
	float: right;
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
#footer li
{
	display: inline;
	margin: 0 12px 0 0;
}
#footer li a
{
	color: white;
}

#footer li a:hover
{
	text-decoration: none;
}

.alerts
{
	height: 323px;
	background: url(/images/backgrounds/home_primnav_bg.gif) no-repeat;
}

