@charset "utf-8";
/* CSS Document */

#menu{
	margin-bottom: 22px;
}

#copyholder{
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #b9bbbd;
	border-bottom: 1px solid #b9bbbd;
	
}
/* javascript inserts flash into this box */
#flashbox{
	width: 608px;
	height: 203px;
	margin: 0px 0px 5px 0px;
	background-color: #edeae1;
}

/* the box that holds the white callouts */
#callouts{
	border-top: 1px solid #b9bbbd;
	padding-top: 5px;
	width: 608px;
	height: 317px;
	background: url(../../images/home/callouts_bg.jpg) no-repeat center center;
	font-size: 14px;
}

#callouts p{
	padding-bottom: 15px;
	padding-top: 5px;
	
}

#callouts a{
	font-weight: bold;
	font-size: 13px;
}

#callouts .source{
	font-size: 11px;
}

.whitebox{
	width: 294px;
	height: 317px;
	background: url(../../images/home/white_box_bg.jpg) repeat-y top left;
	float: left;
}

.wb_top{
	height: 267px;
	background: url(../../images/home/white_box_top.jpg) no-repeat top left;
	padding: 25px;
}

.wb_bottom{
	height: 317px;
	background: url(../../images/home/white_box_bottom.jpg) no-repeat bottom left;
	
}

#leftwhite{
	margin-right: 20px;
}

#leftwhite .wb_top{
}

/* javascript inserts flash into this box */
#leftFlash{
	margin: 15px 0px 25px;
	height: 75px;
	width: 209px;
}

/* javascript inserts flash into this box */
#rightFlash{
	height: 50px;
	width: 206px;
	margin: 5px 0px 15px;
}

/* brown box on the right-hand side */
#brownbox{
	width: 308px;
	float: right;
	height: 530px;
	background: url(../../images/home/brown_box_bg.jpg) repeat-y top left;
}

#brownbox h3{
	height: 30px;
	background: url(../../images/home/brown_arrow.gif) no-repeat left center;
	font-size: 15px;
	padding-left: 34px;
	color: #FFF;
	line-height: 30px;
}

#brownbox p{
	padding-top: 8px;
	font-size: 13px;
	color: #FFF;
}

#brownbox a{
	color: #FFF;
}

#brownbox p.learn{
	font-style: italic;
	font-size: 12px;
	padding-bottom: 10px;
}

.bb_top{
	height: 500px;
	background: url(../../images/home/brown_box_top.jpg) no-repeat top left;
	padding: 15px 20px 15px 20px;
}

.bb_bottom{
	height: 530px;
	background: url(../../images/home/brown_box_bottom.jpg) no-repeat bottom left;
}

#newsHolder{
	border-top: 1px solid #b9bbbd;
	padding-top: 5px;
	clear: both;
	margin-top: 5px;
	
}

#newsbox{
	background: url(../../images/home/news_box_bg.jpg) repeat-y top left;
}

#nb_top{
	background: url(../../images/home/news_box_top.jpg) no-repeat top left;
}

#nb_bottom{
	background: url(../../images/home/news_box_bottom.jpg) no-repeat bottom left;
	padding: 15px 20px 20px 20px;
	height: 1%;
}

#newsbox .h3{
	height: 36px;
	line-height: 36px;
	font-size: 26px;
	color: #747474;
	border-bottom: 1px solid #b9bbbd;
	font-weight: normal;
	background: url(../../images/home/news_arrow.jpg) no-repeat center left;
	padding-left: 37px;
	margin-bottom: 18px;
}
#newsbox h3{
	float: left;
	font-weight: normal;
}

#newsbox .h3 span{
	float: right;
	font-size: 12px;
	font-style: italic;
	vertical-align: bottom;
	line-height: 36px;
}

#newsbox .news{
	width: 204px;
	float: left;
	font-size: 12px;
	margin: 0px 8px;
}

#newsbox p.read{
	margin-top: 10px;
}

#newsbox p.read a{
	background: url(../../images/home/read_triangle.gif) no-repeat center left;
	padding-left: 10px;
	font-size: 13px;
	line-height: 13px;
}