/*******************************************************************************
   Homepage Stylesheet
*******************************************************************************/
div#content_home {
	float: left;
	width: 565px;
	}
	
div#latest {
	width: 565px;
	background: url(/bc10/images/bkgrd/content_home_bkgrd.gif) bottom left no-repeat;
	margin-top: 10px;
	}
	
div#viks_picks {
	width: 565px;
	background: url(/bc10/images/bkgrd/content_home_bkgrd.gif) bottom left no-repeat;
	margin-top: 10px;
	}
		
div#trail_reviews {
	width: 565px;
	background: url(/bc10/images/bkgrd/content_home_bkgrd.gif) bottom left no-repeat;
	margin-top: 10px;
	}
	
div#staff {
	width: 565px;
	background: url(/bc10/images/bkgrd/content_home_bkgrd.gif) bottom left no-repeat;
	margin-top: 10px;
	}
	
/*******************************************************************************
   Vik's Picks
*******************************************************************************/
div#viks_picks h1 {
	width: 479px;
	color: #FF660A;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
	}
	
div#viks_picks h1 a {
	text-decoration: none;
	}

div#viks_picks h2 {
	width: 479px;
	font-size: 10px;
	font-weight: bold;
	color: #FF660A;
	padding-bottom: 2px;
	}

div#viks_picks p {
	width: 479px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.46em;
	}
	
div#viks_picks p.more {
	width: 100%;
	text-align: right;
	padding: 10px 0 0 0;
	}

div#viks_picks a {
	color: #FF660A;
	text-decoration: underline;
	font-weight: bold;
	}

div#viks_picks a:hover {
	color: #FE914F;
	}
	
div#viks_picks span.hr {
	display: block;
	font-size: 1px;
	height: 1px;
	border-bottom: 1px dashed #CCCCCC;
	width: 479px;
	padding-top: 7px;
	}

/*******************************************************************************
   Trail Reviews
*******************************************************************************/
div#trail_reviews h1 {
	width: 479px;
	color: #FF660A;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
	}
	
div#trail_reviews h1 a {
	text-decoration: none;
	}

div#trail_reviews h2 {
	width: 479px;
	font-size: 10px;
	font-weight: bold;
	color: #FF660A;
	padding-bottom: 2px;
	}

div#trail_reviews p {
	width: 479px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.46em;
	}
	
div#trail_reviews p.more {
	width: 100%;
	text-align: right;
	padding: 10px 0 0 0;
	}

div#trail_reviews a {
	color: #FF660A;
	text-decoration: underline;
	font-weight: bold;
	}

div#trail_reviews a:hover {
	color: #FE914F;
	}

div#trail_reviews span.hr {
	display: block;
	font-size: 1px;
	height: 1px;
	border-bottom: 1px dashed #CCCCCC;
	width: 479px;
	padding-top: 7px;
	}
	
/*******************************************************************************
   Meet the Staff
*******************************************************************************/
table#staff_table {
	color: #000000;
	}

table#staff_table tr td.pic {
	width: 84px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #CCCCCC;
	}

table#staff_table tr td.content {
	width: 395px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #CCCCCC;
	}

table#staff_table tr td.pic img {
	border: 1px solid #000000;
	}

table#staff_table h1 {
	color: #FF660A;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	}

table#staff_table h2 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
	}

table#staff_table p {
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 1.46em;
	}

table#staff_table a {
	color: #FF660A;
	text-decoration: underline;
	font-weight: bold;
	}

table#staff_table a:hover {
	color: #FE914F;
	}
	
div#staff p.more {
	width: 100%;
	text-align: right;
	padding: 10px 0 0 0;
	}