@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	background-color: #683749;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}

h1  {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16pt;
	color: #336;
}

h2  {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12pt;
	color: #336;
}
	 
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	font-size: 70%;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 95%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	border: 1px solid #FFF;
	padding: 0;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding:  0;
	
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
/*.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
/*}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.footer  {
	background-color: #884B52;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
#BGL  {
	float:left;
	width: 25%;
	position:relative;
	margin-top: -50px;
	
}

#BGR  {
	float:left;
	width: 25%;
	position:relative;
	margin-top: -50px;
	
}



#fadein1 {
	position:relative;
	float:left;
	width:100%;
	height:485px;
	
	
  }

#fadein1 img { 
position:absolute;
left:0;
top:0;


 }	



#SidebarP  {
	float:right;
	width:50%;
	padding:0;
	margin-top: 20px;
	text-align:center
}
	
	

#Home  {
	width:50%;
	float: left;
	position:relative;
	margin-top: -50px;
}

.BGI  {
	width: 100%;
	float:left;
}

#BGLB  {
	width: 34%;
	float:left;
}

#BGRB  {
	width: 34%;
	float:left;
}

#Home2  {
	width: 32%;
	float:left;
}

#HS  {
	width: 100%;
	float:left;		
}

#HS1  {
	width: 100%;
	float:left;
	position:relative;
	margin-top:-50px;
	background-color: #241A33;
}

#HM  {
	padding: 0px;
	width: 100%;
	display:none;
	text-align:center;
	background-color: #884B52;
}

#Cont100  {
	display:inline-block;
	width: 100%;
	margin-top: 10px;
}
#Cont100 li {
	margin-left: 20px;
}

#Cont50  {
	float:left;
	width: 50%;
	margin-top: 10px;
	
	
}
#Cont50 li {
	margin-left: 20px;
	
}

#Cont50 table {
	font-size:10px;
}

.nutritionTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border: 1px solid #999999;
}


.map  {
	width: 300px;
	height: auto;	
}

.mapC  {
	width: 300px;
	height: auto;
	float:right;
}

#form1  {
	margin-left: 15px;
}

.NT  {
	margin-left:15px;
}

.gallery {
	padding: 10px 0;
	width: 100%;
	float: left;
	background-color: #FFF;
	margin-left: 0%;
}

.project  {
	padding: 10px;
	float: left;
	margin: 10px;
	border: 1px solid #333;
	display:inline;
}


.projectText  {
	padding: 0px;
	font-weight:bold;

}

#GTN  {
    
	float: left;
	padding: 10px;

}




#GTN h4  {
	
	cursor:pointer;
	background: url(images/Arrows2.png) no-repeat 15px top;
	padding-left: 35px;
	margin-right: -10px;
	display:inline;
	font-style:italic;
	
}
.GTN-content {
	display:inline;
	clear:both;
	
}

#menuCon  {
	width: 100%;
	margin-top: 0px;
	float: right;
	font-size: 100%;
	/*font-weight:bold;*/
}

#menu2 {
	width:100%;
	margin-right:auto;
	z-index:200;
	position: relative;	
}

#menu2 ul {
	padding: 0;
	list-style: none;
}

#menu2 li {
	float: left;
	width:20%;
	list-style-type: none;
}

#menu2 a {
	display: block;
	text-align:center;
	text-decoration: none;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border: 1px solid #FFF;
	border-top: 0px;
	margin-left:-1px;
}

#menu2 a:hover {
	background-color: #300;
}

#menu2 li ul {
	position: absolute;
	left: -999em;
	width: 20%;
}

#menu2 li ul li {
	width: 100%;
	background-color: #714141;  
  
}

#menu2 li ul li ul {
	position: absolute;
	top: 10px;
	margin-left: 100%;
	
	width: 100%;
	display: none;
}
#menu2 li ul li ul li {
  width: 100%;
  
}

#menu2 li:hover ul, #menu li ul:hover {
  left:auto;
}

	
#navigationControl  {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:none;
	z-index: 200;
}
#navigationControl a, #navigationControl a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block;
	zoom: 1;
	text-align:center;
	text-decoration: none;
	color:#FFF;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A59A90;
	background-color: #0B0502;
}
#navigationControl a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color:  #2B1510;
}
#navigationControl ul {
	list-style: none;
}


.content ul, .content ol { 
	padding: 15px 15px 15px 15px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */



}




#menu {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:200;
	display:none;

}

#menu, #menu ul {
  
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  
  
}

#menu li {
  
  text-align:center;
  list-style: none;
  color: #FFF;
	
}

#menu a {
	display: block;
	zoom: 1;
	text-align:center;
	text-decoration: none;
	color:#FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #5B3637;
}

#menu a:hover {
	background-color: #300;
	color: #FFF;
}




#menu li li a {
	display: inline-block;
	display: block;
	text-align:center;
	text-decoration: none;
	color: #3C0000;
	margin-top:-15px;
	margin-bottom:-15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F2DA;
	border-bottom-color: #A59A90;
	background-color: #C1B8B1;
}


.slidewrap ul { margin: 0; padding: 0; list-style: none; margin-top: -11px;/*margin-bottom:-30px;*/ }
			
			.carousel-tabs { clear: both; }
			.carousel-active-tab { color: #333; }	
			.carousel-disabled,
			.mr-rotato-disabled { color: #aaa; }

			.slidewrap .carousel-tabs {
				padding: 0;
				margin: 1em 0;
				clear: both;
			}
			.slidewrap .carousel-tabs li {
	display: inline-block;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
			}
			.slidewrap .carousel-tabs a {
	display: inline-block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
	border-radius: 10px;
	background-color: #333; 	
			}
			.ie .slidewrap .carousel-tabs li,
			.ie .slidewrap .carousel-tabs a { 
				display: block;
				float: left;
			}
			.slidewrap .carousel-tabs .carousel-active-tab a {
	background-color: #666;
			}
			
			
			.slidewrap .slidecontrols {
				padding: 0;
				/*margin: 1em 0;*/
				clear: both;
			}
			.slidewrap .slidecontrols li {
			    display: inline-block; 
			    padding: 0 2px;
			}
			
			
			.slidewrap .slidecontrols a {
			    background: #ddd;
			    display: none;
			    height: 14px;
			    text-indent: -9999px;
			    width: 14px;
			    border-radius: 7px;
			}
			
			.ie .slidewrap .slidecontrols li,
			.ie .slidewrap .slidecontrols a { 
				display: block;
				float: left;
			}
			.slidewrap .slidecontrols .slidecontrols a {
				background: #777;
			}*/
			
			
			.events {
				font: normal 11px/1.4 arial, helvetica, sans-serif;
			}

.yoto  {
	display:none;
}

@media (max-width: 700px) {
	/* 633px grid (88x6 col, 21x5 gut; 88+21+88+21+88+21+88+21+88+21+88) */
	
	
#HS  {
		display:none;
	}
	
#HS1  {
	display:none;
}

#HM  {
	display:inherit;
}
	
#Home  {
		width:100%;
	}
	
	

	
	#menu2  {
	display:none;
}
	#menu  {
	display:none;
}
#navigationControl  {
	display:block;
	width: 100%;	
}
	#menu li {
  width:100%;
}
	
	#menu li a {
		float: none;
		width: 100%;
		padding-top: 15px;
	    padding-right: 0px;
	    padding-bottom: 15px;
	    padding-left: 0px;
		
	}
	
	#menu li ul li {
		float: none;
		width: 100%;
		padding-top: 15px;
	    padding-right: 0px;
	    padding-bottom: 15px;
	    padding-left: 0px;
		
	}
	#navigationControl a, ul.nav a:visited {
		float: none;
		width: 100%;
		padding-top: 15px;
	    padding-right: 0px;
	    padding-bottom: 15px;
	    padding-left: 0px;
		
	}
	
#menuCon  {
	margin-top: 0px;
	width: 100%;
	z-index: 200;
	overflow: visible;	
	
		}
.menu-button {
			display:block;
			margin-bottom: 5px;
			z-index:6;
}
	.HC {
	width: 80%;
}

.header2 {
	background-color: #FFF;
	width: 100%;
	float:left;
	padding-left:10%;
	padding-right:10%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container {
	width: 100%;
	
}

.content {
	width: 100%;
	
}

.typeContent  {
	width: 100%;
}




h1, h2, h3, h4, h5, h6 {
	font-size: 1.25em;
	text-align:center;
}

.sidebar1 {
	
	width: 100%;
	
}

.mapC  {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#Cont50  {
	width:100%;
}
#SidebarP  {
	width: 100%;
}

}
