/* CSS Document */



body {
	background: #adc465;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
}

/* LAYOUT */

#container {
	width: 941px;
	text-align: center;
	margin: 0px auto;	
	
}
#wrapOne {
	position: relative;
	width: 941px;
}
#contentWrapper {
	width: 886px;
	text-align: left;
	margin-left: 51px;
}

#content {
	float: left;
	background-color: #FFFFFF;
	margin-top: 15px;
	height: 481px;
}

#masthead  {
	width: 785px;
	margin-left: 101px;
}

#masthead img.logo {
	float: left;
}




#leftcol {
	width: 444px;
	float: left;
}

#rightcol {
	width: 442px;
	float: left;
	margin-top: 2px;	
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	
	
}




#footer {
	text-align: center;
	width: 886px;
	padding-bottom: 10px;
	
}

/* GLOBAL STYLES */

p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	line-height: 18px;
	margin-right: 30px;
	margin-left: 30px;
	
}


h1 {
	font-size: 24px;
	color: #6A9636;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	color: #8a3333;
}

h3 {
	font-size: 18px;
	color: #425772;
	
}

h4 {
	color: #556B82;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 15px;
	color: #8A3333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {

	font-size: 14px;
	color: #556B82;
}

a {
	color: #2b626c;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	color: #8DA3A3;
}

.clear {
	clear: both;
}


/* NAVIGATION ELEMENTS */

#topnav {
	float: left;
	margin-top: 90px;
}

#topnav ul {
	list-style-type: none;
}

#topnav li {
	text-align: left;
	float: left;
	width: 110px;
}

#topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#topnav li a:hover {
}

#navigation {
	width: 886px;
	height: 35px;
	z-index: 1;
	margin-top: 2px;	
}


#navigation ul {
	list-style-position: inside;
	list-style-type: none;
	
	
}

#navigation li {
	float: left;
	background-color: #6a9636;
	text-align: center;
	height: 35px;
	width: 219px;
	margin-left: 2px;
	letter-spacing: .1em;
	
	
}

#navigation li.first {
	
	
}

#navigation li a {
	font-size: 12px;
	color: #fcf6d2;
	text-decoration: none;
	font-family: Palatino, "Times New Roman", Georgia;
	padding-top: 12px;
	display: block;
	
	
}
#navigation li a:hover {
	color: #6F6F6F;
	
	
}




/* DIV/NESTED DIVS */

#press {
	margin-top: 25px;
}

#store, #info, #directions {
	height: 440px;
	overflow: auto;
}


/* TEXT STYLES */


#leftcol p {
	text-align: justify;
}
#leftcol p span {
	font-size: 14px;
	color: #6A9636;
	font-weight: bold;
}

#footer p {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#info h4, #directions h4, #contact h4 {
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 50px;
	padding-bottom: 5px;
	color: #8a3333;
	font-size: 18px;
	font-weight: normal;
}

#info h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #515151;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#contact h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #565656;
	margin-left: 30px;
	margin-bottom: 8px;
}

#store h1 {
	margin-top: 25px;
	margin-left: 30px;
	margin-bottom: 5px;
	color: #8a3333;
	font-size: 18px;
	font-weight: normal;
}

#store h5 {
	margin-top: 25px;
	margin-left: 30px;
	margin-bottom: 5px;
	color: #8a3333;
	font-size: 12px;
	font-weight: normal;
}


.marTop {
	margin-top: 20px;
}
.marLeft {
	margin-left: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 14px;
	color: #425252;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mar30 {
	margin-left: 30px;
}


/*IMAGE STYLES */

img.right {
	float: right;
	margin-left: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.marLeft {
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#press img {
	margin-left: 30px;
	margin-bottom: 15px;
}



/*LIST STYLES */

#info ul {
	margin-left: 50px;
	margin-right: 30px;
	list-style-type: circle;
}

#info ul li {
font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	line-height: 18px;
	
	
}

#info ul li a {
}
#info ul li a:hover {
}
