/* CSS Document */
/**************************************/
/*----------GENERAL STYLES------------*/
/**************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* This style defines a gray horizontal dotted rule used throughout the template*/
.HR {
	height:1px;
	line-height:1px;
	font-size:1px;
	width: 100%;
	background-image: url(../images/bg/HR.gif);
	background-repeat: repeat-x;
	padding-top:5px;
	padding-bottom:5px;
}

.HR_lt_blue {
	height:1px;
	line-height:1px;
	font-size:1px;
	width: 100%;
	background-image:url(../images/common/HR_lt_blue.gif);
	background-repeat: repeat-x;
	padding-top:5px;
	padding-bottom:5px;
}

h2{
	font-size:12px;
	font-weight:bold;
	margin:0;
}

h2.linklike{
	color:#FF6600; /*cccccc OR 336699 OR 60801F*/
}

a{
	color:#FF6600; /*cccccc OR 336699 OR 60801F*/
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* ALL ../images in the document should have no borders when act as links */
img{
	border:0px;
}

/* This class can be used for commenting. It will not display nor create a space,
however will appear in the text-only browser and will be visible to search engines*/
.comment{
	display:none;
}

.pdf{
	padding-bottom:5px;		
}
.pdf a{
	color: #FF6600;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:10px;
	height:25px;
	background:url(../images/common/icon_pdf.gif) no-repeat top left;
}

/* ============= PNG TRANSPARENCY ============= */



p {
	padding:0;
	margin:0;
	padding-bottom:8px;
}

/*********************************/
/*---------POSITIONING-----------*/
/*********************************/

/* commented backslash hack \*/ 
html, body {
	
	
} 
/* end hack */
html,body {
	margin:0;padding:0;
}

body {
	background:#cccccc url(../images/bg/bg_body.gif) left repeat-y;
}

#wrapper{	
	min-height:100%;
	height:auto;
	width:988px;
	position:relative;
	text-align:left;
	overflow:visible;
}

* html #wrapper{
	height:100%;
	width:988px;/* box model hack for ie5.+*/
	w\idth:988px;
}




/********************************/
/*----------masthead------------*/
/********************************/
#masthead
{	
	background:url(../images/branding/CBF_masthead.jpg) no-repeat top left;
	height:203px;
	width:977px;
	padding-top:5px;
}

#mastheadNav
{
	float:right; 
	position:relative; 
	padding-right:5px;
}
#mastheadNav ul{ 
	list-style:none;
	padding:0;
	margin:0;
}
#mastheadNav ul li{
	display:inline;
	padding-right:5px;
	padding-left:7px;
	font-size:10px;
	border-left:1px solid #666666;
}
#mastheadNav ul li.first{	
	border-left:none; 
}
#mastheadNav ul li.active, #mastheadNav ul li.active a{	
	font-weight:bold; 
}
#mastheadNav ul li a{ 
	color:#FFFFFF;
}

#websiteName{	
	float:left; 
	position:relative; 
	padding-left:20px;
	color:#999999; 
	font-size:10px;
}
#websiteName a{ 
	color:#FFFFFF; 
}

#homepage
{
	position:absolute;
	left:0px;
	top:50px;
	height:105px;
	width:600px;
	display:block;	
}

/********************************/
/*----------mainNav------------*/
/********************************/
#mainNav
{
	position:absolute;
	top:189px;
	clear:both;
	position:absolute;
	left: 10px;
	height: 29px;
	vertical-align: middle;
}
#mainNav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#mainNav ul li{
	display: inline;
	padding-left:10px;
	padding-right:9px;
	border-left:1px solid #666666;
}
#mainNav ul li.first{
	border:none;
}

/***********************************/
/*----------MainContent------------*/
/***********************************/
#MainContent
{
	/*margin-right:11px;
	vertical-align: top;*/
	width:977px;
}


/***************************/
/*----------LSB------------*/
/***************************/

#LSB{
	float:left;
	top:208px;
	width:668px;
	vertical-align: top;
}


.LSB_All{
	background:url(../images/bg/bg_LSB.jpg) no-repeat left top;
	height: auto;
	float: left;
	width: 658px;
}

/* 
.LSB_Kids{
	background:url(../images/bg/bg_Kids.jpg) no-repeat left top;
	margin-left: -20px;
	padding-left: 35px;
	padding-top: 140px;
	z-index: 100;
	width:615px;
	padding-right:10px;
}*/

.LSB_Kids{
	background:url(../images/bg/bg_Kids.jpg) no-repeat left top;
	margin-left: -20px;
	padding-left: 40px;
	padding-top: 140px;
	z-index: 100;
	width:600px;
	padding-right: 10px;
}

#LSB .LSB_Content{
	top: 5px;
	left:19px;
	width:635px;
	vertical-align: top;
	height:auto;
	padding-left: 19px;
}

.Kids_Content{
	margin:283px 40px 20px 40px;
	width:600px;
	height:340px;
}

#Breadcrumbs{
	color:#666666;
	font-weight:bold;
	padding:7px 0 7px 20px;
	width: 635px;
	font-size:9px;
	background-image:url(../images/bg/HR.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#Breadcrumbs a{
	color:#FF6600;
	font-weight:normal;
}

.indent20px{
	padding-bottom:7px;
	margin-left:25px;
	padding-left:0px;
}

.bullet{
	background:url(../images/common/bullet_01.gif) left 2px no-repeat;
	padding-bottom:7px;
	margin-left:0px;
	padding-left:20px;
}

.bullet_20px_indent{
	background:url(../images/common/bullet_01.gif) left 2px no-repeat;
	padding-bottom:7px;
	margin-left:25px;
	padding-left:20px;
}

.pdf_20px_indent{
	background:url(../images/common/icon_pdf.gif) no-repeat top left;
	margin-left:25px;
	padding-left:25px;
}
.pdf_20px_indent a{
	color: #FF6600;
	padding-top:5px;
	height:25px;
}

.bg_cbfpdf{
	background-image:url(../images/common/CBFPDF_lg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:185px;
	padding-right:240px;
}
/* Our Stories pages */
.story_title{
	border-top:solid 1px #e6e6e6;
	border-bottom:solid 1px #e6e6e6;
	display:block;
	color:#0099cc;
	font-size:13px;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin:0 0 15px 220px;
}
/* STORY TITLE FOR OUR STORIES PAGE */
.story_title_underline{
	border-bottom:solid 1px #e6e6e6;
	display:block;
	color:#0099cc;
	font-size:13px;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin:0 0 10px 220px;
	width:388px;
}

.story_title_overline{
	border-top:solid 1px #e6e6e6;
	display:block;
	padding:10px 0 10px 0;
	margin:0 0 0px 307px;
}

.OurStoriesTeaser{
	width:390px;
}

.OurStoriesLinks{
	background-image:url(../images/bg/bg_OurStoriesLinks.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	padding:1px;
	width:628px;
	height:133px;
	margin:0px 10px 0 -2px;
}

.OurStoriesLinks .story_image{
	display: block;
	margin:1px 10px 1px 0px;
	border:#FFFFFF 1px solid;
}

.story_image{
	display: block;
	margin:2px 11px 15px 0;
	border-top:#FFFFFF solid 1px;
}

.Read_Story{
	text-align:right;
	padding:0 20px 7px 0;
	font-size:10px;
}

.Read_Story img{
	vertical-align:text-bottom;
}

/* About Page */
.About_TopBox{
	background-image:url(../images/bg/bg_AboutTopBox.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	padding:1px 1px 1px 1px;
	width:635px;
	height:259px;
	margin:0px 0px 0 -2px;
}

.about_image{
	display: block;
	margin:0 11px 0 1px;
	border-top:#FFFFFF solid 1px;
}

.AboutTeaser{
	width:313px;
	display:block;
	padding:10px 0 0px 0;
	margin:0 0 0px 307px;
}

.About_LeftBox{
	float:left;
	width:290px;
	padding-right:15px;
	height:auto;
}

.features{
	margin-bottom:15px;
}

.About_RightBox{
	float:right;
	width:290px;
	padding-right:15px;
	height:auto;
}

/* AT WORK STYLES */
.AtWorkLeftBox{
	float:left;
	background-image:url(../images/bg/bg_AtWorkLeftBox.jpg);
	width:280px;
	height:151px;
	padding:0 15px 0 15px;
	margin:10px 0 10px 0;
}

.AtWorkRightBox{
	float:right;
	background-image:url(../images/bg/bg_AtWorkRightBox.jpg);
	width:280px;
	height:151px;
	padding:0 15px 0 15px;
	margin:10px 0 10px 0;
}

.AtWork_title_underline{
	border-bottom:solid 1px #e6e6e6;
	display:block;
	margin:15px 0 15px 0px;
	width:275px;
}
/* HOMEPAGE STYLES */

.LSB_HP{
	height:414px;
	background:url(../images/bg/bg_HP_123.jpg) no-repeat left top;
	color:#FFFFFF;
}
#LSB .bnr_HP{
	position:relative;
	top: 20px;
	left:20px;
	background:url(../images/title/title_SavingsForCollege.png) left no-repeat;
	
	width:297px;
	height:148px;
}

#LSB .bnr_HP_text{
	font-size:12px;
	width:520px;
	padding-top: 165px;
	padding-left: 77px;
}

#LSB .LSB_HP_Boxes_01{
	left:0px;
	width:640px;
	padding-top: 23px;
	padding-bottom: 0px;
}

.HP_Box1{
	margin-left:43px;
	margin-right:0px;
	width:171px;
}

.HP_Box2{
	margin-left:45px;
	margin-right: 10px;
	width:174px;
}


.HP_Box3{
	margin-left:45px;
	margin-right:5px;
	
}


#LSB .LSB_HP_Box{
}

#LSB .LSB_HP_Box .title{
}

#LSB .LSB_HP_Box .content{
	padding-top:5px;
}

#LSB .LSB_HP_Box .content a, #LSB .LSB_HP_Box .content a:hover{
	color:#FFFFFF;
	font-weight:bold;
}

.LSB_HP_level02{
	/*clear:both;*/
	float:left;
	padding:15px 0 0 20px;
	width:648px;
	background:url(../images/bg/bg_HP_LSB_tier02_right_shadow.jpg) right top no-repeat;
	color:#333333;
}

.LSB_HP_level02 .LSB_HP_level02_Box{
	padding-right:20px;
}

.LSB_HP_level02 .LSB_HP_level02_Box_01{
	background:url(../images/bg/bg_EnrollmentKit.jpg) no-repeat right 15px;
	width:350px;
	height:235px;
	padding-right:0;
}
.LSB_HP_level02 .LSB_HP_level02_Box_01 .content{
	width:160px;
}

.LSB_HP_level02 .LSB_HP_level02_Box .title{}

.LSB_HP_level02 .LSB_HP_level02_Box .content{
	padding-top:10px;
}

.LSB_HP_level02 .LSB_HP_level02_Box .content .pdf{
	margin-top:15px;
}

/***************************/
/*----------RSB------------*/
/***************************/
#shadow{
	float:right; 
	width:10px;
}

#RSB{
	float:right;
	width:309px;
}

.RSB_HP{
	background:url(../images/bg/bg_All_RSB.jpg) repeat-x;
}

.RSB_All{
	background:url(../images/bg/bg_All_RSB.jpg) repeat-x;
}

#RSB .RSB_title{
	margin-top:20px;
	margin-left:20px;
	background: url(../images/title/AccountLogIn.png) top left no-repeat;
	
	width:181px;
	height:27px;
}

#RSB .RSB_title a, #RSB .RSB_title a:hover{
	display:block;
	width:181px;
	height:27px;
	text-decoration:none;
	font-size:1px;
}

#RSB .RSB_Box{
	clear:both;
	margin:20px;
	margin-top:15px;	
	border:none;
	
}

#RSB .RSB_Box_border{
	border-right:1px solid #315973;
	border-bottom:1px solid #315973;
}

#RSB .RSB_Box_03{
	margin-top:50px;
	border:1px solid #BFBFBF;
	border-top:none;
	border-left:none;
}

#RSB .RSB_Box_04{
	margin-top:10px;
	border:1px solid #BFBFBF;
	border-top:none;
	border-left:none;
}

#RSB .RSB_Box .title{
	background:url(../images/bg/bg_RSB_title.jpg) top left repeat-y;
	border-bottom:1px solid #B1823E;
	padding-top:7px;
	padding-bottom:1px;
	padding-left:15px;
}


#RSB .RSB_Box .content{
	background:#E7E7E7;
	border-top: 1px solid #F3F3F3;
	padding-left:15px;
	padding-bottom:5px;
	padding-right:10px;
}

#RSB .RSB_Box .blue{
	background:#15415d;
	background-image:url(../images/bg/bg_RSB_BlueBox.jpg);
	padding:5px;
	color:#FFFFFF;
	text-align:center;
}

#RSB .RSB_Box .blue a{
	color:#FFFFFF;
}
.video_links{
	margin:5px;
	text-align:left;
	
}

.link{
	padding-bottom:5px;		
}

.link a{
	color: #FF6600;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:10px;
	height:25px;
	background:url(../images/icons/icon_html.gif) no-repeat top left;
}

.video_links ul{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

.video_links ul li{
	background-image:url(../images/common/icon_Video.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-bottom:7px;
	padding-left:25px;
	
	width:200px;
}

#RSB .RSB_Box .content ul, #LSB .LSB_HP_Box .content ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:10px;
}

#RSB .RSB_Box .content ul li, #LSB .LSB_HP_Box .content ul li{
	background:url(../images/common/bullet_01.gif) left 2px no-repeat;
	padding-bottom:7px;
	padding-left:18px;
}
#RSB .RSB_Box .content ul li a{
	color:#333333;
}

#RSB .bnr_RSB_HP{
	margin:20px;
	margin-right:17px;
	margin-top:0;
	margin-bottom:0;
	background:url(../images/bnr/bnr_ANoteFromTreasurer.png) no-repeat;
	
	width:273px;
	height:94px;
}

#RSB .bnr_WordJumble{
	margin-left:2px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:0;
	background:url(../images/bnr/bnr_WordJumble.png) no-repeat;
	
	width:289px;
	height:194px;
}

#RSB .bnr_RSB_HP_nav{
	width:273px;
	margin: 0 0 0 20px;
}

#RSB .bnr_RSB_HP_02{
	margin:20px;
	margin-right:17px;
	margin-top:0;
	margin-bottom:0;
}

#RSB .bnr_RSB_HP_02 a, #RSB .bnr_RSB_HP_02 a:hover{
	display:block;
	width:269px;
	height:126px;
	text-decoration:none;
	font-size:1px;
}




/******************************/
/*----------footer------------*/
/******************************/
#clearfooter{clear:both;width:100%}

div>p {margin:0;} 

#footer {
	width:930px;
	position:relative;
	bottom:0;
	left:0;	
	height:auto;
	font-size:11px;
	text-align:left;
	padding-left:25px;
	padding-right:15px;
	margin-bottom:25px;
}

#footer .content{
	display:block;
	float:left;
	width: 650px;		
}

#footer .logo{
	margin-top:7px;
	display:block;
	float:right;
	width: 200px;
	height:60px;	
	background:url(../images/branding/AB_footer_logo.gif) no-repeat;
}

#footer .footer_links{
	padding-top:15px;
}
#footer .footer_links a, 
#footer .footer_links a:hover{
	color:#333333;
}


#footer .HR{
	width: 100%;
	margin-top:7px;
}

#footnote_list{
	margin:5px 0 25px 0;
	font-size:9px;
	text-align:left;
}

/******************************/
/*----- end footer------------*/
/******************************/
