/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
}

a img {
	border: none;
}

/*HTML styling*/
html {
	background-color: white;
	color: black;
}

body {
	text-align: center;
}

/*Layout*/
#container {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #999999;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: white;
	z-index: 100;
}

#header {
	width: 100%;
	height: 200px;
	clear: both;
	background-color: #166933;
	color: white;
}

#navigation {
	position: absolute;
	clear: both;
	bottom: 0px;
	text-align: center;
	background-color: #166933;
	color: white;
	height: 40px;
	display: table;
	width: 851px;
	border-bottom: 1px #166933 solid;
	line-height: 1em;
	left: 25px;
	bottom: 0px;
	z-index: 400;
}


#footer {
	background-color: #166933;
	float: left;
	clear: both;
	position: absolute;
	width: 100%;
	padding-bottom: 20px;
}

/*Header*/
#header #title {
	padding-top: 50px;
	text-align: center;
}

#header #title h1 a {
	font-size: 340%;
	color: white;
	font-variant: small-caps;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	letter-spacing: 1px;
}

#header #subtitle {
	text-align: center;
	margin-top: 5px;
}

#header #subtitle h2 {
	color: white;
	font-family: Arial;
	letter-spacing: 1.4px;
}


/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 40px;
	z-index: 400;
	width: 850px;
	display: table-row;
	position: relative;
	line-height: 1em;
}

#navigation ul li {
	display: table-cell;
	border-right: 1px #166933 solid;
	line-height: 1em;
	top: 0px;
	background-color: white;
}

#navigation ul li a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-size: 80%;
	text-decoration: none;
	color: #166933;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
}

#navigation ul li.selected a,
#navigation ul li.selected ul li.selected a,
#navigation ul li a:hover,
#navigation ul li.selected ul li a:hover {
	background-color: #F9F8D5;
}

#navigation ul li.selected ul li a {
	background-color: white;
}	

#navigation ul li:hover ul {
	visibility: visible;
}

#navigation ul ul {
	visibility: hidden;
	width: 120px;
	position: absolute;
	display: block;
	margin-left: -1px;
	height: auto;
	border-top: 1px #166933 solid;
	border-left: 1px #166933 solid;
	border-right: 1px #166933 solid;
	z-index: 400;
}

#navigation ul ul:after {
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0px;
	display: block;
}

#navigation ul ul li {
	float: left;
	clear: both;
	width: 100%;
	display: block;
	border: none;
}

#navigation ul ul li a {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: white;
	border-bottom: 1px #166933 solid;
}

/*Content*/
#content .full_image {
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}


#content h3 {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 140%;
	font-family: Times, Arial;
	color: #166933;
}

#content h4 {
	margin: 0px;
	padding: 20px;
	font-size: 90%;
	font-family: Arial;
	color: #166933;
	clear: both;
	line-height: 1em;
}

#content p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial;
	line-height: 1.25em;
	font-size: 90%;
	text-align: justify;
}

#content form {
	margin: 20px;
}

#content form legend,
#content form label {
	font-size: 90%;
	font-family: Arial;
	
}

#content a {
	color: #006633;
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content table {
	border-collapse: collapse;
	border: 1px #166933 solid;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

#content table th,
#content table td {
	font-family: Arial;
	line-height: 1.25em;
	font-size: 80%;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px #166933 solid;
}

#content table tbody tr.alt td,
#content table tbody tr.alt th {
	background-color: #DDDDDD;
}

#content table th.price,
#content table td.price {
	text-align: center;
}

#content table thead th {
	background-color: #166933;
	color: white;
}

#content table tbody th,
#content table tbody td {
	border-top: 1px #166933 solid;
}

#content ul li {
	font-family: Arial;
	line-height: 1.25em;
	font-size: 90%;
	text-align: justify;
}

#content blockquote {
	margin: 10px;
	text-align: center;
	font-style: italic;
	color: #993333;
}

#content blockquote p {
	text-align: center;
}

#content .center_images {
	text-align: center;
}

#content .center_images img {
	border: 1px solid #166933;
}

/*Footer*/
#footer #links_and_awards {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: white;
	padding-top: 10px;
	text-align: center;
	height: 90px;
	padding-bottom: 20px;
}

#footer #links_and_awards img {
	margin-left: 5px;
	margin-right: 5px;
}

#footer #links_and_awards a {
	display: inline-block;
	width: 220px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	vertical-align: top;
	color: black;
	font-family: Arial;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.3em;
	vertical-align: bottom;
}

#footer #address,
#footer #phone_number,
#footer #email,
#footer #credit {
	color: white;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 80%;
}

#footer #address {
	margin-top: 10px;
}

#footer a {
	color: white;
}

#footer #address address {
	font-style: normal;
}

#footer #credit {
	margin-top: 10px;
	font-size: 70%;
}

/*Location and contact page*/
#map {
	float: right;
}

#map img {
	border: 1px solid #006633;
	margin: 20px;
}

#map a {
	outline: none;
}

#admin_page h4 {
	padding-bottom: 0px;
}


#content address {
	margin-left: 20px;
	font-style: normal;
	font-family: Arial;
	font-size: 90%;
}

#content .direction_imgs {
	width: 800px;
	clear: both;
	text-align: center;
	left: 50px;
}

#content .direction_imgs .direction_img {
	display: block;
	width: 200px;
	background-color: #166933;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#content .direction_imgs .direction_img img {
	float: left;
	width: 198px;
	border: 1px #166933 solid;
	margin: 0px;
	padding: 0px;
}

#content .direction_imgs .direction_img p {
	display: block;
	float: left;	
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 70%;
	overflow: hidden;
	line-height: 1em;
	height: 1em;
	width: 200px;
	text-align: center;
	padding-bottom: 5px;
}

#content .direction_imgs .direction_img p:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
}
#facebook-iframe{	
	margin:0 10px 0 10px ;
	width:220px;
	padding:0 0 0 0;
	border:1px solid #C6CEDD;
    float:left;
}
#facebook-iframe div{
	text-align:center;
	padding:4px 0px;
	margin:0px 0px 5px 0px;
	width:220px;
	background-color: rgba(165, 175, 200, .2);
	color: #1C2A47;
	border-bottom: 1px solid #C6CEDD;
}
#facebook-iframe iframe{
	margin:auto;
	width:220px;	
}

