/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#DEDEB9;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;
  }
  
  body{
/*    background:#E3E2E2 url(images/bgBody.jpg) repeat; */
    background:#DEDEB9;
    padding:0px;
    margin:0px;
    font:74.5%/150% Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
  }

  sup{
	font-size:8px;  
  }
  
  h1{
    font-size:1.5em;
    margin:0;
    padding:8px 0 3px 0;
	width:100%;
	border-bottom:1px solid #ccc;
  }
	
  h2{
    font:bold 1.4em/125% Arial,Verdana,sans-serif;
	border-bottom:0px solid #aaa;
    color:#A0A057;
    margin:0 0 0 0;
    padding:10px 0 0 0;
  }
  
  h2.subHeadTitle{
  	color:#A0A057;
	font-size:1.8em;
	font-family:Arial;
  	margin:0 0 0 0;
	padding:10px 0 0 0px;
  }
  
  p.subHeadTag{
    color:#A0A057;
	font-size:1.3em;
	font-family:Arial;
	font-weight:bold;
  	margin:-5px 0 0 0;
	padding:0 0 0 0px;
  }
  
  h3{
    font-size:1.0em;
    margin:0 0 0 0;
    padding:0 0 0 0;
    color:#263F5C;
  }
  
  h4{
  	font-face:Arial,verdana,sans-serif;
    font-size:.9em;
    margin:0;
    padding:0 0 0 0;
    color:#444;
  }
  
  h4#sideBarTitle{
  	margin:5px 0 5px 10px;
	padding:0;
  }
  
  h5{
    font-size:1.1em;
    font-weight:normal;
    color:#76736D;
    margin:1px;
    padding:0;
  }
  
  p{
    font-size:1em;
    line-height:160%;
    margin:0 0 10px 0;
    padding:7px 0 0 0;
  }

  p.address{
    font-size:.9em;
    line-height:140%;
    margin:0 0 0 10px;
    padding:0 0 0 0;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
    color:#930;
  }	
	
  a:hover{
    color:#cc0000;
  }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  .address{
	margin:10px 0 0 13px;
    font-size:.8em;
    line-height:1.5em;
    font-style:normal;
    color:#4B6581;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:10px 20px;
      padding:0;
      border:1px dotted #ccc;
    }
    
    blockquote p{
      margin:15px 25px 0 25px;
      font-style:italic;
    }
    
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 6px;
      font-weight:bold;
      color:#969696;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      margin:0 0 15px 35px;
      padding:0;
      font-size:1.1em;
    }
    
    ul li{
      margin:5px 0 5px 0;
      padding:0;
      line-height:120%;
	  font-size:.9em;
    }
    
    ul li ul{
      margin:5px 0 5px 30px;
      font-size:1em;
    }
    
  
  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:10px 0 18px 20px;
      padding:0;
      width:450px;
      clear:both;
      float:left;
      font-size:.8em;
    }
		
    dl dt{
      font-size:1em;
      margin:0 0 1px 0;
      padding:0;
      font-weight:bold;
    }
		
    dl dd{
      margin:0 0 3px 10px;
      padding:0;
      line-height:150%;
    }
    
  /**/

  /**---Table Styles------------------------------------------------------------*/	
		
    table{
      background-color:#ffffff;
      border:none;
      margin:10px 0 18px 0;
      font-size:1em;
      width:100%;
      color:#4565A2;
    }
		
    table tbody tr th,
    table tbody tr td{
      text-align:left;
      vertical-align:top;
      padding:5px 3px 5px 5px;
/*      border-right:1px solid #5E749E;*/
    }
		
    table thead tr th{
      background:#C0CAD5;
      color:#13273F;
      border-right:1px solid #5E749E;
      padding:5px 3px 5px 5px;
    }
			
    table th label{
      display:block;
    }
		
    table tbody tr.even td,
    table tbody tr.even th{
      background-color:#EAEFF4;
    }
		
    table td input,
    table td select,
    table td textarea{
      font-size: 1em;
    }
    
    table tfoot th,
    table tfoot td{
      border:none;
      border-top:1px solid #5E749E;
      border-right:1px solid #5E749E;
      color:#660000;
      font-weight:bold;
      padding:5px;
    }

  /**/


/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .shadowDiv{
/*  	background: url(images/bgShadow.png) no-repeat; */
	min-height:690px;
	width:808px;
	border:1px solid #DEDEB9;
    margin:10px auto;
  }
  
  .shadowDiv.map{
/*  	background: url(images/bgShadowMap.png) no-repeat;*/
	min-height:1060px;
  }
  
  .shadowDiv.allsites{
/*  	background: url(images/bgShadowAllSites.png) no-repeat;*/
	min-height:3322px;
  }
  	
  .shadowDiv.NE{
/*  	background: url(images/bgShadowNE.png) no-repeat;*/
	min-height:859px;
  }

  .shadowDiv.SE{
/*  	background: url(images/bgShadowSE.png) no-repeat;*/
	min-height:1155px;
  }

  .shadowDiv.West{
/*  	background: url(images/bgShadowWest.png) no-repeat;*/
	min-height:1149px;
  }

  .shadowDiv.Central{
/*  	background: url(images/bgShadowCentral.png) no-repeat;*/
	min-height:1106px;
  }

  .parentWrap{
    background:#fff;
    width:780px;
    margin:12px 0 0 14px;
    padding:0;
    text-align:left;
    color:#333333;
    position:relative;

  }
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    width:100%;
    margin:0 0 0 0;
    position:relative;
	min-height:505px;
  }
  
  .contentWrap.home {
	background: url(images/bgHome.png) no-repeat;
	min-height:627px;
  }
	
  .contentWrap.subpage{
  	margin:10px;
	width:758px;
	min-height:485px;
  }
  	
  .contentSection{
    float:left;
    display:inline;
    width:100%;
    margin:0 0 6px 0;
    padding:15px 0 0 0;
    border-top:1px solid #ccc;
  }
  
.col1 {
	float:left;
	position:relative;
	min-height:100px;
	width:210px;
	margin:0 0 0 -15px;
	margin-top:383px;
	padding:5px;
}

.col2 {
	float:left;
	position:relative;
	min-height:100px;
	width:185px;
	margin:375px 0 0 84px;
	padding:7px 4px;
	font-size:11px;
	line-height:14px;
	text-align:center;
	font-weight:bold;
	z-index:1;
}

.col2 .homeCopy{
	z-index:-999;
}
  
.col3 {
	float:right;
	position:relative;
	background: url(images/bgSubnav.png) no-repeat;
	min-height:148px;
	width:198px;
	margin:0 1px 0 0;
	margin-top:384px;
	padding:0;
}

  
.col3 ul {
	margin:15px 0 0 56px;
	padding:0;
	font-size:14px;
	list-style-type:none;
}

.col3 ul li {
	margin:0 0 10px 0;
	padding:0;
	line-height:10px;
}

.col3 ul li a {
	text-decoration:underline;
	color:#FFE1C8;
}

.col3 ul li a:hover {
	text-decoration:underline;
	color:#FCBC86;
}

.col3 .partnerLinks{
	margin-top:42px;
	margin-left:13px;
}

.col3 p#moreNews{
	margin:-7px 0 0 23px;
	padding:0;
}

a.smallBlue{
	font-size:.8em;
	color:#4D85B1;
	text-decoration:none;
	margin:0;
	padding:0;
}

a:hover.smallBlue{
	color:#28608C;
}
  
/**/	

/*----Header Section------------------------------------------------------------*/
	
  .header {
  	width: 778px;
	height: 10px;
	margin:0 1px 0 1px;
	padding:0px;
	background:#D26001;  /* orange */
/*	background:#457847;  /* green */
	border-top:1px solid #fff;
	z-index:1;
  }
  .header.central{background:#5500BA;}
  .header.west{background:#534741;}
  .header.southeast{background:#0A7D00;}
  .header.northeast{background:#1B75BB;}
  
  .headerImg{
	height:95px;
	margin:0 0 0 1px;
  }
  .headerImg.central{background:url(images/hdCentral.png) no-repeat;}
  .headerImg.west{background:url(images/hdWest.png) no-repeat;}
  .headerImg.southeast{background:url(images/hdSoutheast.png) no-repeat;}
  .headerImg.northeast{background:url(images/hdNortheast.png) no-repeat;}
  .headerImg.map{background:url(images/hdMap.png) no-repeat;}
  .headerImg.news{background:url(images/hdNews.png) no-repeat;}
  .headerImg.allsites{background:url(images/hdAllSites.png) no-repeat;}
  .headerImg.contactus{background:url(images/hdContactus.png) no-repeat;}
  .headerImg.sitemap{background:url(images/hdSiteMap.png) no-repeat;}
  .headerImg.plan{background:url(images/hdPlan.png) no-repeat;}
  .headerImg.destinations{background:url(images/hdDestinations.png) no-repeat;}

  .headerImage{
  	position:relative;
	display:inline;
	float:left;
  	background:#fff url(images/bgHome.jpg) no-repeat;
	height:250px;
	width:918px;
	margin:3px 0 0 3px;
	padding:0;
  }
/**/

/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
  /**----Main Nav Section-------------------------------------------------------*/

    .ddNav {
      float:left;
      display:inline;
      clear:both;
	  margin:0 0 0 3px;
      padding:0;
	  width:210px;
	  height:200px;
	  z-index:0;
    }
    
	ul#navd {
		display:inline;
		float:left;
		margin:0;
		padding:0;
	}
	
	#navd ul {
		padding: 0;
		margin: 0;
		display: inline;
		z-index:1;
	}
	
	#navd li {
      	list-style-type: none;
		float:left;
		display:inline;
		padding:0;
		margin:0 0 0 0;
		font-size:1em;
		width:210px;
		min-height:50px;
	}

	#navd li ul li{
		min-height:10px;
	}
	
	#navd li span {
		display:none;
	}

	#navd li.btnCentral {background: url(images/btnCentral.png) no-repeat;}
	#navd li.btnWest {background: url(images/btnWest.png) no-repeat;}
	#navd li.btnSoutheast {background: url(images/btnSoutheast.png) no-repeat;}
	#navd li.btnNortheast {background: url(images/btnNortheast.png) no-repeat;}

	#navd li#activeSection {
		background:#96B2D2;
	}
	
	/*--- This defines the position of the dropdown nav when it is not displayed ---*/
	#navd li ul {
		position: absolute;
		left: -999em;
		background:#96B2D2;
		border:1px solid #4D85B1;
		z-index:99;
	}
	#navd li ul.btnCentralSub {
		background:#5500BA;
		border:1px solid #7948B3;
	}
	#navd li ul.btnWestSub {
		background:#534741;
		border:1px solid #626262;
	}
	#navd li ul.btnSoutheastSub {
		background:#0A7D00;
		border:1px solid #4F9748;
	}
	#navd li ul.btnNortheastSub {
		background:#1B75BB;
		border:1px solid #6B9BC0;
	}

	/*--- This defines the background of the dropdown nav ---*/
	#navd li:hover ul, 
	#navd li.sfhover ul{
		position:absolute;
		left: 210px;
		top: 0px;
		padding:0;
		width:200px;
		z-index:99;
	}	
	#navd li:hover ul.btnCentralSub, 
	#navd li.sfhover ul.btnCentralSub {top: 0px;}	
	#navd li:hover ul.btnWestSub, 
	#navd li.sfhover ul.btnWestSub {top: 50px;}	
	#navd li:hover ul.btnSoutheastSub, 
	#navd li.sfhover ul.btnSoutheastSub {top: 100px;}	
	#navd li:hover ul.btnNortheastSub, 
	#navd li.sfhover ul.btnNortheastSub {top: 150px;}	

	#navd li a {
		display:block;
		padding:8px 16px 30px 16px;
		margin:0;
		color:#fff;
		text-decoration: none;
		text-align:center;
		font-family: arial, verdana, sans-serif;
		font-size:1em;
		font-weight:bold;
		line-height:1em;
	}

	#navd li ul li a{
		display:inline;
		float:left;
		text-align:left;
		border-right: none;
		width:168px;
		font-size: 11px;
		padding:6px 16px 8px 16px;
		margin:0;
	}

	#navd li ul.btnCentralSub li a:hover{background:#7948B3;}
	#navd li ul.btnWestSub li a:hover{background:#626262;}
	#navd li ul.btnSoutheastSub li a:hover{background:#4F9748;}
	#navd li ul.btnNortheastSub li a:hover{background:#6B9BC0;}

  /**/
  
  
/* TOP NAV FOR SUBPAGES */

    .nav {
      float:left;
      display:inline;
      clear:both;
	  margin:0 0 0 1px;
      padding:0;
      background:#D26001;  /* orange */
/*	  background:#457847;  /* green */
	  width:778px;
	  height:26px;
	  z-index:0;
    }
	.nav.central{background:#5500BA;}
	.nav.west{background:#534741;}
	.nav.southeast{background:#0A7D00;}
	.nav.northeast{background:#1B75BB;}
	
    .nav ul{
      float:left;
      display:inline;
      width:100%;
      margin:0;
      padding:0;
      list-style: none;
      clear:both;
    }
    
    .nav ul li {
      float:left;
      display:inline;
      padding:0;
      margin:1px 0 0 0;
      width:auto;
	  font-size:1em;
    }
    
    .nav ul li.first a{
      margin-left:0px;
    }
    
    .nav ul li a {
      display:block;
      border-right: 1px solid #fff;
      padding:7px 10px 6px 10px;
      margin:0;
      color:#fff;
      text-decoration: none;
      text-align:center;
      font-family: arial, verdana, sans-serif;
      font-size:.8em;
      font-weight:bold;
      line-height:1em;
    }
    
    .nav ul li a:hover{
		background:#EC964F;
	}
    .nav.central ul li a:hover{background:#7948B3;}
    .nav.west ul li a:hover{background:#626262;}
    .nav.southeast ul li a:hover{background:#4F9748;}
    .nav.northeast ul li a:hover{background:#6B9BC0;}
    
    .nav ul li#activePage a{
      color:#000;
      background: #fff;
    }
    
    .nav a:active{
      background: #fff;
    }
    
    .nav ul li#active a{
      background: #EEEEEE;
      border-bottom: 1px solid #AFB0B0;
    }
  
  
/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:left;
    width:778px;
    font-size:.8em;
    color:#fff;
	background:#D26001;  /* orange */
/*	background:#457847;  /* green */
    margin:0 0 0 1px;
	border-bottom:1px solid #fff;
	min-height:26px;
    clear:both;
  }
  .footer.central{background:#5500BA;}
  .footer.west{background:#534741;}
  .footer.southeast{background:#0A7D00;}
  .footer.northeast{background:#1B75BB;}

  .footer .footerNav{
	margin:3px 0 0 5px;
  	display:inline;
	float:left;
	position:relative;
  }

  .footer .copyright{
	margin:3px 5px 0 0;
	float:right;
	display:inline;
	position:relative;
  }
  
  .footer a {
  	color:#fff;
  }
  
  .footer a:hover {
  	color:#FCBC86;
  }
  
/**/


/** SITE MAP **/

ul.sitemap{
	display:inline;
	float:left;
	position:relative;
	margin:20px 0 0 40px;
	font-size:1.1em;
	font-weight:bold;
}

ul.sitemap li {
	line-height:20px;
}

.siteMapImage{
	margin:25px 20px 0 20px;
	display:inline;
	float:left;
}

.contactInfo{
	margin:25px 0 0 0;
	display:inline;
	float:left;
	width:334px;
}

.contactImage{
	margin:25px 30px 0 20px;
	display:inline;
	float:left;
}

.signImage{
	width:330px;
}

.storeHours{
	width:150px;
	font-size:.9em;
}

.storeDesc{
	margin:0 15px 10px 15px;
	padding:5px 0 0 0;
	font-size:1em;
	color:#000;
}

.mapLegend{
	width:748px;
	margin:5px 0 5px 0;
	height:70px;
	color:#fff;
	padding:3px 0 3px 0;
}
.mapCenter{background:#5500BA;border:1px solid #7948B3;height:110px;}
.mapWest{background:#534741;border:1px solid #626262;height:90px;}
.mapSoutheast{background:#0A7D00;border:1px solid #4F9748;height:90px;}
.mapNortheast{background:#1B75BB;border:1px solid #6B9BC0;}
.mapAddDestination{background:#111;border:1px solid #6B9BC0;height:90px;}

.mapLegend ul {
	list-style-type:none;
}

.holidayBrochure {
	display:inline;
	position:absolute;
	background: url(images/holidayOpenHouse.png) 0 0;
	height:150px;
	width:150px;
	top:10px;
	left:610px;
}

.ArtsGoBrochure {
	display:inline;
	position:absolute;
	background: url(images/ArtsGo2011.png) 0 0;
	height:150px;
	width:150px;
	top:10px;
	left:610px;
}


