﻿/* Whenever possible, try using padding instead of margins to shift content.
   Changing margins will need corresponding changes in widths, etc in other 
   css elements wheras padding should not require this
*/ 

/* for padding and margin values, "0 0 0 0" is top, right, bottom, left, respectively */
body
{
	margin: 0px auto;
	padding: 0px auto;
	min-width: 1000px; /*width of #mainwrapper*/
	text-align: center;
	background-image: url("../App_Themes/Brown/Images/bg_tile.jpg");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 76%;
	color: #333333;
	background-color: #202020;
}
#mainwrapper {			
	margin: 0px auto;
	width: 1010px; /*width that main_bg.png, head.jpg, and footer.jpg need to be */
	text-align: left;
	background-repeat: repeat-y;
	background-image: url("../App_Themes/Brown/Images/main_bg.jpg");
}
#header {
	height: 120px; /*height that head.jpg needs to be */
	position: relative;
	margin-left: 0px; /*shift header entire content to the right, increase from 0 */
	background-image:url("../App_Themes/Brown/Images/head.jpg");
}
#contentwrapper 
{
	min-height:650px;
	position:relative;
	margin-top:0px; /* to shift entire content (menu and page content) down from header, increase */
}
#pagecontent {		
	position:static;
	margin-left:0px; /*starting point of page content, to shift right, increase. For left, decrease */
	/*margin-left needs to be larger than #menu width*/
	margin-right: 0px; /* to shift right edge of content, increase from 0 */
	padding: 0px 17px 5px 20px;
	line-height:1.2em;
}
#menu 
{
	display: none;
}
#menu a {				
	display:block;
	margin-left:0px;	
	font-weight:bold;
	width: 212px; /* same as menu width*/		
}
#menu a.sectionHeader{
	background: url("../App_Themes/Brown/images/MenuHeaderBG.png") no-repeat;	
	height:26px;
	padding:11px 0 0 10px;	
	color:#cccccc;
	margin-left:-10px !important;
}	
#menu a.MenuNormal {
	color: #000000;
	padding:8px 0 0 0px;	
	height:23px;
	margin-left:15px !important;
}
#menu a.menuHover {
	background: url("../App_Themes/Brown/images/MenuItemBG.png") no-repeat left;
	padding-left:19px;
	margin-left:-4px !important;	
}
#menu a.menuSelected {	
	background: url("../App_Themes/Brown/images/MenuItemBG.png") no-repeat left;
	padding-left:19px;	
	margin-left:-4px !important;
}
#footer 
{
	display:block;
	margin: 12px 0 0 0;
	left: 0px; /* shift entire menu content to the right, increase from 0 */
	top:0;
	height:30px; /*height footer.jpg needs to be*/
	background:url("../App_Themes/Brown/Images/footer.jpg") no-repeat;
}
a
{
	outline:none;
}
h1, h2, h3, h4, h5, h6 {color: #212E02;}

h1 {
	margin: 0 0 0 0;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	margin: 0 0 0 0;
	clear: both;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 0 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
}

h3#trendstitle
{
  color : #7C4B3D;
  width: 355px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7C4B3D;
}
h4 {
    margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0 0 0 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0 0 0 0;
	font-size: 0.8em;
	font-weight: bold;
}
#mainquerywrapper
{
	display: block;
	width:100%;
}
#querycontainer 
{
	width:50%;
}
.queryline 
{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.querylabel
{
	display: block;
	width: 20%;
	margin-bottom:5px;
}
.queryoption 
{
	width: 80%;
	margin-left: 15px;
}
.querybutton
{
	margin-left: 15px;
}
#boundarymap 
{
	width:50%;
	float:right;
}
.chartwrapper
{
	width:100%;
	text-align: center;
	padding-left:0px;
	padding-right: 0px;
}
.chartcontainer 
{
	position:relative;
	width: 90%;
	margin-bottom:15px;
}
.chart 
{
 display: block;
}
.chartlink
{     
	float:right;
	margin-top:40px;
}
.chartimg
{
	border-style: none;
}

.ImageLeft
{
	float:left;
	padding:3px;
}
.ImageRight
{
	float:right;
	padding:3px;
}
.collapsePanel
{
   font-size:12px;
   color:#ffffff;
   font-weight:bold;
   background-color:#7C4B3D;
   /*clear:both;*/
   margin-bottom: 5px;
   cursor:pointer;
   
}
.collapsePanel2
{
   font-size:10px;
   color:#555557;
   font-weight:bold;
   background-color:#cccccc;   
   margin-bottom: 5px;
   cursor:pointer;
   /*clear:both;*/
}
.PanelGrouping
{
	padding:0px 0px 5px 5px;
}

.Preview
{
	float:right;
	margin-right:130px;
}

#choices
{
	color: #555557;
	display: block;
    background-color: #CCCCCC;
    width: 345px;
    padding: 4px;
    border: 1px solid #7C4B3D;
}
#areatitle 
{   
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #555557;
    padding: 6px 0px 6px 5px;
    margin-bottom: 5px;
}

.center 
{
	text-align: center;
}
/*
.collapseTargetPanel
{
   background-color:Transparent;
   padding-left:7px;
}
*/
/*
.categories
{
	display:none;
}

.categorylink
{
	display:block !important;
	font: 12px verdana;
	color:Maroon;
	margin-left:0px;	
	background-image: none !important;
	background-repeat: no-repeat;
	width: 190px;
}
*/
/* below is all just taken from example, not sure what they all are, but leave them as is */
/*************************************************************************************/

* html #pagecontent {padding:0 0 0 0;}

/* Hide from IE5 Mac */
* html #pagecontent {height:1%;}
/* End hide from IE Mac*/
/*
.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
*/
 
/*.clearfix {display: inline-block;} /* Fixes IE/Mac */

/* Hides from IE-mac \*/
/** html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*************************************************************************************/


