/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */


body {
	background-color: #929b79;
	padding:0;
}

	#wrapper {
		width:100%;
		max-width:940px;
		margin: 0 auto;
		background-color: #fff;
		-webkit-box-shadow: 0 10px 30px rgba(50, 50, 50, 0.95);
		-moz-box-shadow:;0 10px 30px rgba(50, 50, 50, 0.95);
		box-shadow:0 10px 30px rgba(50, 50, 50, 0.95);
	}
		h1 {
			margin-top: 0;
			text-align: center;
		}

		#nav {
			width:100%;
			height:45px;
			background:#fff url(/images/nav_and_shadow.png) repeat-x;
		}

			#nav ul {
				list-style: none;
				padding:0 0 0 40px;
				margin:0;
				line-height:9px;
			}

				#nav ul li {
					display: inline-block;
					color:#fff;
					padding:11px 6px;
					height:32px;
					float:left;
				}

				#nav ul li.leaf {
					padding:0 4px;
				}

					#nav ul li a {
						color:#fff;
						text-decoration: none;
						font-size: 18px;
						text-transform: uppercase;
					}
		.bolded {
			/*color: #535844;*/
			background-color: #EDF1DF;		}

		#content {
			padding:16px 40px;
			/*color:#517176;*/
			font-size: 16px;
			/*color:#929b79;*/
			color:#6E755B;
			/*font-weight:bold !important;*/
			font-family: Palatino Linotype, Times, serif;
			font-weight: bold;
			overflow: hidden;
		}

			#content h2 {
				color:#517176;
				font-size: 24px;
				text-transform: uppercase;
			}

			#content ul.bullets {
				margin-left:40px;
			}

				#content ul.bullets li.bolded {
					font-family: inherit;
					font-size: 16px;
					line-height: 1.6;
					margin-bottom:17px;
				}

		.fb-like {
			
		}

		.fb_edge_comment_widget {
		    margin-left: -179px;
		}

		.fb_edge_comment_widget.fb_iframe_widget {
		    display: none;
		}

		.fb-wrap {
			position: relative;
			top: -40px;
			left: 20px;
			height: 21px;
			width: 150px;
			overflow: hidden;
		}

		#footer {
			width:100%;
			background-color: #929B79;
			margin-bottom:20px;
		}

			#footer ul {
				list-style: none;
				padding:0 36px;
				margin:0;
				line-height:9px;
			}

				#footer ul li {
					display: inline-block;
					color:#fff;
					padding:11px 6px;
					height:32px;
				}

				#footer ul li.footer_tel {
					float:left;
				}

				#footer ul li.footer_email {
					float:right;
				}

				#footer ul li a {
					color:#fff;
				}


				#footer ul li.footer_email a {
					text-decoration: underline;
				}


/* -----------------------------------------
   Our Story
----------------------------------------- */

.paper_div {
	margin:15px 0;
}

div.glow {
	margin-top:-17px;
}
div.glow_top {
	margin-bottom:-2px;
}
li.glow {
	margin-top:-20px;
	list-style: none;
}
li.glow_top {
	margin-bottom:-7px;
	list-style: none;
}
/*
div.glow_top {
	margin:-17px 0 0px 0;
}

#content ul.bullets li.glow_top {
	list-style: none;
	margin:-23px 0 -7px 0;
}

div.glow {
	margin:-17px 0 14px 0;
}

#content ul.bullets li.glow {
	list-style: none;
	margin-bottom:17px;
	margin-top:-23px;
}
*/
.first_cap {
	font-size:46px;
	line-height: 50px;
}

.simply-scroll { 
	margin-bottom: -2px;
	margin-top: -5px;
}

.button {
  font-size: 18px;
  font-weight: bold;
}

/* -----------------------------------------
   Page Name 2
----------------------------------------- */


@media only screen and (max-width: 767px) {
		
		#nav ul {
			padding:0 0 0 6px;
		}

		#content {
				padding:10px 6px;
		}

			#content ul.bullets {
				margin-left: 22px;
			}

		#footer {
			margin-bottom:0px;
		}
			#footer ul {
				padding:0 0 0 6px;
			}
					#footer ul li.footer_email {
						float:left;
						clear:left;
					}
	div.jp-audio {
		width: auto !important;
		margin-top:2px !important;
	}

	li.volume-static {
		display:none !important;
	}

	div.jp-volume-bar {
		display:none !important;
	}

	div.jp-title li {
		left:-3px !important;
	}

	.paper_div {
		margin: 15px 0 25px;
	}
/*
	div.glow_top {
		margin: -17px 0 14px 0;
	}

	#content ul.bullets li.glow_top {
		list-style: none;
		margin:-31px 0 -7px 0;
	}

	div.glow {
		margin: -17px 0 14px 0;
	}

	#content ul.bullets li.glow {
		list-style: none;
		margin:-31px 0 14px 0;
	}
	*/

	.simply-scroll {
		margin-bottom: -7px;
		margin-top: -2px;
	}
}