﻿/* 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
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	/*width of #mainwrapper*/
	background-image: url(Images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 74%;
	color: #333333;
	background-color: #202020;
}
#container {			
	margin: 0px auto;
	width: 1010px; /*width that main_bg.png, head.jpg, and footer.jpg need to be */
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.jpg);
}
#banner {
	
	
	height: 114px; /*height that head.jpg needs to be */
	
	margin-left: 0px; /*shift header entire content to the right, increase from 0 */
	background-image:url(Images/head.jpg);
}

#content 
{
	/*float: right;*/
	text-align: left;
	width: 770px;
	margin-left: 220px;
	margin-right: 0px; /* to shift right edge of content, increase from 0 */
	padding: 0px 0px 0px 0px;
	line-height:1.4em;
}
#content a
{
	text-decoration:none;
	font-weight:bold;
	color:#6C4235;
}
#content a:hover
{
	text-decoration:underline;
}
#nav
{
	text-align: left;
	margin-left: 0px;
	float: left;
	/** shift entire menu content to the right, increase from 0 */
	width:200px;
	padding: 0px 0px 0px 0px;
	
}

#nav a {				
	display:block;
	margin-left:0px;	
	font-weight:bold;
	width: 200px;	
}

#nav a.sectionHeader{
	background: url("images/MenuHeaderBG.png") no-repeat;	
	height:26px;
	padding:11px 0 0 11px;	
	color:#cccccc;
	margin-left:1px !important;
}	
#nav a.MenuNormal {
	color: #7B4A3C;
	height:23px;
	padding: 8px 0px 0px 20px;
	margin-left:0px !important;
}

#nav a.Trends 
{
    padding:8px 0 0 0px;	
	height:78px;
	width:214px;
	margin-left:0px !important;
	background: url("images/TrendsVisualizer.png") no-repeat;
}

#nav a.menuHover {
	background: url("images/MenuItemBG.png") no-repeat left;
	padding-left:13px;
	margin-left:7px !important;	
}
#nav a.menuSelected {	
	background: url("images/MenuItemBG.png") no-repeat left;
	padding-left:13px;
	margin-left:7px !important;
}
#nav a.Trends:hover, #nav a.TrendsSelected
{
	background: url("images/TrendsVisualizerHover.png") no-repeat;
	margin-left:0px !important;
}

a#help 
{
	float: right;
}
#footer 
{
	display:block;
	clear:both;
	margin: 10px 10px 0 10px;
	/*left: 0px; */ /* shift entire menu content to the right, increase from 0 */
	/*top:0; */
	height:75px;  /*height footer.jpg needs to be*/
	background:url(images/footer_tile.jpg);
	background-repeat: repeat-x;
	 
}
img 
{
	border: 1px solid transparent;
}

div.center 
{
	text-align: center;
}


.boldItalic
{
	font-weight:bold;
	font-style:italic;
}
h4.briefing 
{
	border-bottom: solid 1px #212E02;
	width:100%;	
}

.title
{
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	color : #7C4B3D;
	margin-bottom: 5px;
}

.subtitle
{
	text-align: center;
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	color : #7C4B3D;
	margin-bottom: 15px;
}
.BriefingFigureRight
{
	/* Cannot change margin or paddings, or else images in briefings that are left and right will be messed up */
	float:right;
	margin: 4px 0px 0px 4px;
	padding: 0px 4px 0px 4px;
	font-style:italic;
	width:370px;
	font-size:.95em;
	border: 1px solid #000000;
}

.BriefingFigureMiddle
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	font-style:italic;
	width: 600px;
	font-size:.95em;
	border: 1px solid #000000;
}

.BriefingFigureMiddleSmall
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	font-style:italic;
	width: 370px;
	font-size:.95em;
	border: 1px solid #000000;
}

.BriefingFigureLeft
{
	/* Cannot change margin or paddings, or else images in briefings that are left and right will be messed up */
	float:left;
	margin: 4px 4px 0px 0px;
	padding: 0px 4px 0px 4px;
	font-style:italic;
	width:370px;
	font-size:.95em;
	border: 1px solid #000000;
}
.BriefingFootnote
{
	text-align: left;
	font-size:.95em;
	
}

p.citation 
{
	margin-left: 30px;
	text-indent: -30px;
}

.AFT img
{
	float: right;
	margin-right: 5px;
	margin-top: 20px;	
}

.IRNR img
{
	margin-top: 20px;
	float: left;
	margin-left: 5px;
}


a
{
	outline:none;
}
a img
{
	border:0;
}

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: 0px 10px 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	color : #7C4B3D;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #7C4B3D;
	clear: right;
}

h3#trendstitle
{
  margin : 0 0 0 0;
  color : #7C4B3D;
  width: 355px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7C4B3D;
  clear: none;
}
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:5px;
	margin:0px 10px 10px 0px;
	background-color:#F7EFD8;
}
.ImageRight
{
	float:right;
	padding:5px;
	margin:0px 0px 10px 10px;
	background-color:#F7EFD8;
}

.collapsePanel
{
   font-size:12px;
   color:#ffffff;
   font-weight:bold;
   background-color:#7C4B3D;
   margin-bottom: 5px;
   cursor:pointer;

   
}

.collapsePanel2
{
   font-size:10px;
   color:#555557;
   font-weight:bold;
   background-color:#cccccc;   
   margin-bottom: 5px;
   margin-right: 0px;
   cursor:pointer;

}

.compare
{
	margin-left: 250px;
	height:24px;
	width:250px;
	display:block;
	background:url("images/CompareLogoFlat.png") no-repeat right;
	border:solid 1px #DBDBDB;
	padding:5px 2px 0px 3px;
}
.compare:hover
{
	background-color:#cccccc;
	border:solid 1px #B7B7B7;
}
.PanelGrouping
{
	padding:5px 0px 10px 5px;
}

#pnlLandUseGroup 
{
	position: absolute;
	top: 0px;
	display:inline;
}

.ASPPanelGroup
{
   display: block;
}

.ASPLeftPanel 
{
	
	display: inline-block;
	margin-right: 40px;
	text-align: center;
	float:left;
	
}

.ASPRightPanel 
{
	display: inline-block;
	text-align: center;
   
}

.Preview
{	
	position:relative;
	border:1px solid #7C4B3D;
	float: right;
	margin-right: 110px;
	margin-top: -10px;
}

#choices
{
	color: #555557;
	display: block;
    background-color: #CCCCCC;
    width: 345px;
    padding: 4px;
    border: 1px solid #7C4B3D;
    clear:none;
}
#areatitle 
{   
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #555557;
    padding: 6px 0px 6px 5px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.center 
{
	text-align: center;
}

.collapseTargetPanel
{
   background-color:Transparent;
   padding-left:7px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


.clearfix {display: inline-block;}  /* for IE/Mac */

/*
.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;
}

