/*Structural Layout*/
#body{
	color: #FFF;
}
#content{
   float: left;
   width: 559px;
   border-right: 1px solid #666;
}
#content a, #sidebar a{ 
	color: #EFB401;
	text-decoration: none;
}	
#content a:hover, #sidebar a:hover{
   color: #FFCC00;
   border-bottom: 1px dotted #EFB401;
}	
#sidebar{
   float: right;
   width: 320px;
}

#recreation_community .box h2 {background: url(images/recreation_gradient_right.png) no-repeat right top;}
#military_community .box h2 {background: url(images/military_gradient_right.png) no-repeat right top;}
#law_community .box h2 {background: url(images/law_gradient_right.png) no-repeat right top;}
#hunting_community .box h2 {background: url(images/hunting_gradient_right.png) no-repeat right top;}
#defense_community .box h2 {background: url(images/defense_gradient_right.png) no-repeat right top;}
#competition_community .box h2 {background: url(images/competition_gradient_right.png) no-repeat right top;}


/*Content Section*/
.in-content{padding: 4px;}
#competition{ margin-bottom: 10px;}
#competition p{
	background: #000000;
	height: 200px;
	margin: 0px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#community_info{
	float: right;
   width: 59%;	
}
#product_picks{
   float: left;
   width: 40%;
}
#product_picks p{
   background-color: #242424;
   font-size: 7pt;
   color: #CCCCCC;
   padding: 0px;
   margin: 0px;
   border-top: 1px solid #3D3D3D;
   border-right: 1px solid #1F1F1F;
   border-bottom: 1px solid #151515;
   border-left: 1px solid #1F1F1F;
}
#product_picks p span{
   display:block;
   padding: 5px;
}
#recreation_community .box { background: url(images/recreation_gradient_left.png) no-repeat left top !important; }
#military_community .box { background: url(images/military_gradient_left.png) no-repeat left top !important; }
#law_community .box { background: url(images/law_gradient_left.png) no-repeat left top !important; }
#hunting_community .box { background: url(images/hunting_gradient_left.png) no-repeat left top !important; }
#defense_community .box { background: url(images/defense_gradient_left.png) no-repeat left top !important; }
#competition_community .box { background: url(images/competition_gradient_left.png) no-repeat left top !important; }

/*Sidebar Section*/
#sidebar p.greyTable{
	color: #CCCCCC;
	padding: 5px;
	font-size: 8pt;
	vertical-align: top;
	line-height: 10pt;
	border-top: 1px solid #867B66;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #151515;
	border-left: 1px solid #746958;
	margin: 0px;
}
.in-sidebar{ padding: 4px; }
