/* Desktop, fixed width CSS */

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/*  320px, 480px, 600px, 768px, 900px, 1200px */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== 
 * - #7b96bc -> Medium-light blue (navigation and footer background)*/

	body, .topheader, .footer {
		width:100%;
		background: #fff;
		font: 12px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration: none; }
	h3 a:link {color:#008000;}      /* unvisited link */
	h3 a:visited {color:#008000;}  /* visited link */
/*	h1 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h2 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }*/
	h1 { font-size: 21px; line-height: 30px; margin-top: 10px; margin-bottom: 10px; }
	h2 { font-size: 21px; line-height: 30px; margin-bottom: 8px; }
	h3 { color: #008000; font-size: 21px; line-height: 30px; margin-top: 10px; margin-bottom: 4px; }
	h4 { font-size: 17px; line-height: 24px; }
	h5 { font-size: 14px; line-height: 21px; text-decoration: none; }
	h6 { font-size: 12px; line-height: 18px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 0px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 0px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

img, object {
/* messed up Gmaps in Firefox 3  max-width: 100%; */
  padding: 10;
}
img.app { margin: 0 5px 0 0; align:left ; vertical-align:middle; }

img.logo{ height: 60px; width: 138px; background: url(http:/images/CSSS1.png) no-repeat 0px 0px; } /*138x60*/
img.apple{ height: 41px; width: 37px; background: url(http:/images/CSSS1.png) no-repeat 0px -63px; margin: 7px 0 0 3px; } /*37x41*/
img.and{ height: 41px; width: 37px; background: url(http:/images/CSSS1.png) no-repeat -37px -63px; margin: 7px 0 0 3px; } /*37x41*/
img.aspro{ height: 41px; width: 37px; background: url(http:/images/CSSS1.png) no-repeat -75px -63px; margin: 7px 0 0 5px; } /*37x41*/
img.aspin{ height: 31px; width: 37px; background: url(http:/images/CSSS1.png) no-repeat -76px -62px; margin: 0 0 0 0; } /*37x31*/
img.tmid{ height: 52px; width: 292px; background: url(http:/images/CSSS1.png) no-repeat -138px 0px; }
img.tad{ height: 60px; width: 468px; background: url(http:/images/CSSS1.png) no-repeat -143px -66px; }

img.shemail{ height: 24px; width: 24px; background: url(http:/images/CSSS1.png) no-repeat -438px -2px; }
img.shstumble{ height: 24px; width: 24px; background: url(http:/images/CSSS1.png) no-repeat -463px -2px; }
img.shtwit{ height: 24px; width: 24px; background: url(http:/images/CSSS1.png) no-repeat -489px -2px; }
img.shface{ height: 24px; width: 24px; background: url(http:/images/CSSS1.png) no-repeat -514px -2px; }
img.shgoog{ height: 24px; width: 24px; background: url(http:/images/CSSS1.png) no-repeat -540px -2px; }


img.face{ height: 32px; width: 32px; background: url(http:/images/CSSS1.png) no-repeat -528px -30px; }
img.twit{ height: 32px; width: 32px; background: url(http:/images/CSSS1.png) no-repeat -494px -30px; }

img.apphbc{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat 0px 0px; }
img.appcbt{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -48px 0px; }
img.appcrv{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -96px 0px; }
img.appmil{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -144px 0px; }
img.apptat{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat 0px -48px; }
img.apponp{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -48px -48px; }
img.appres{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -96px -48px; }
img.apprvd{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -144px -48px; }
img.appfhd{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat 0px -96px; }
img.appfhw{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -48px -96px; }
img.appfos{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -96px -96px; }
img.appfsc{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -144px -96px; }
img.applow{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat 0px -144px; }
img.appwtf{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -48px -144px; }
img.appplp{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -96px -144px; }
img.appgts{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -144px -144px; }
img.appfcc{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat 0px -192px; }
img.appidf{ height: 48px; width: 48px; background: url(http:/images/CSSS2.png) no-repeat -48px -192px; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #F0FFF0; /* Old browsers */
		background: #F0FFF0 -moz-linear-gradient(top, rgba(255,255,255,.05) 0%, rgba(0,0,0,.05) 100%); /* FF3.6+ */
		background: #F0FFF0 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.05)), color-stop(100%,rgba(0,0,0,.05))); /* Chrome,Safari4+ */
		background: #F0FFF0 -webkit-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* Chrome10+,Safari5.1+ */
		background: #F0FFF0 -o-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* Opera11.10+ */
		background: #F0FFF0 -ms-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* IE10+ */
		background: #F0FFF0 linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* W3C */
	  border: 1px solid #008000;
	  border-top: 1px solid #008000;
	  border-left: 1px solid #008000;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444; /*text*/
	  display: inline-block;
	  font-size: 16px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  /*margin-bottom: 10px;*/
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #F0FFF0; /* Old browsers */
		background: #F0FFF0 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #F0FFF0 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #F0FFF0 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #F0FFF0 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #F0FFF0 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #F0FFF0 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #008000;
	  border-top: 1px solid #008000;
	  border-left: 1px solid #008000; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #B4EEB4; /* Old browsers */
		background: #B4EEB4 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #B4EEB4 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #B4EEB4 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #B4EEB4 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #B4EEB4 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #B4EEB4 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 98%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 0 1px 1px 0;
		text-align: center; }

.button.half-width,
	button.half-width,
	input[type="submit"].half-width,
	input[type="reset"].half-width,
	input[type="button"].half-width {
		width: 48.5%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 0 1px 1px 0;
		text-align: center; }

.button.mapside,
	button.mapside,
	input[type="submit"].mapside,
	input[type="reset"].mapside,
	input[type="button"].mapside {
		font-size: 12px;
		padding: 3px 5px;
		width: 98%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 0 1px 1px 0;
		text-align: center; }

.button.mapsidehere,
	button.mapsidehere,
	input[type="submit"].mapsidehere,
	input[type="reset"].mapsidehere,
	input[type="button"].mapsidehere {
		background: #FFB90F; /* Old browsers */
		background: #FFB90F -moz-linear-gradient(top, rgba(255,255,255,.05) 0%, rgba(0,0,0,.05) 100%); /* FF3.6+ */
		background: #FFB90F -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.05)), color-stop(100%,rgba(0,0,0,.05))); /* Chrome,Safari4+ */
		background: #FFB90F -webkit-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* Chrome10+,Safari5.1+ */
		background: #FFB90F -o-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* Opera11.10+ */
		background: #FFB90F -ms-linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* IE10+ */
		background: #FFB90F linear-gradient(top, rgba(255,255,255,.05) 0%,rgba(0,0,0,.05) 100%); /* W3C */
		font-size: 12px;
		padding: 3px 5px;
		width: 98%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 0 1px 1px 0;
		text-align: center; }

.button.maptab,
	button.maptab,
	input[type="submit"].maptab,
	input[type="reset"].maptab,
	input[type="button"].maptab {
		font-size: 12px;
		padding: 3px 5px;
		width: 75px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 0 1px 0 0;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { margin-top: 40px !important; }

/* #Site Styles
================================================== */
/* Shared Structure */

.header, .navigation, .footer {
  clear: both;
  width: 100%;
}

.navigation {
  min-height: 25px;
}

.navigation ul li {
  width: 33.333333%;
}

.header {
/*  background:url(images/aslogo-ygg.png) no-repeat; */
  height: 50px;
}

.column {
  margin: 10px 0 0 0
  /* old margin: 10px 1.04166667% 0 0.54166667%; */
}

#content, #two, #three, #four {
  float:left;
  text-align:left;
}

#content {
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Header Right space */
#headright ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; top: 0px; right: 2%; }
/* Header Mid space */
#headmid ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; top: 7px; left: 160px; }

/* Custom search form in bar */
.cse-form form { margin-bottom: 0pt; padding-bottom: 0pt; }
.cse-right .cse-form { float: left; }
.cse-right .cse-form { float: left; margin-right: 4px; }
/* search form in bar */

#search { width: 120px; float: right; text-align: right; position: absolute; top: 100px; right: 2%; }
#search form { margin: 0pt; padding: 7px 0pt 0pt; }
#search input { font-size: 9px; border: 0pt none; background-color: grey repeat scroll 0% 0% transparent; }
#search input.search { width: 120px; border: 1px solid #000000; }
.cse-branding-text { color: rgb(255, 255, 255); }

#logo { width: 100%; height: 40px; background-color:#8FBC8F; border-top: 10px solid #fff; border-bottom: 2px solid #594846;}
#logo h1 { height: 45px; margin: 0pt; font-size: 26px; font-family: "times new roman",serif; line-height: 38px; overflow: hidden; float: left; }
#logo h2 { height: 45px; margin: 0pt; font-size: 22px; font-family: "times new roman",serif; font-weight: normal; line-height: 41px; overflow: hidden; color: rgb(238, 238, 238); padding-left: 3px; }
#logo h3 { display: none; }
#logo h4 { display: none; }
/*#logo h4 { height: 40px; margin-left: 140px; font-size: 12px;  font-style:italic; font-weight: bold; line-height: 40px; overflow: hidden; float: left; }*/
/*menu white left */
#botlink { margin-left: 8px; width: 50px; height: 50px; position: absolute; top: 55px; }
/*menu2 white left */
#bot2link { margin-left: 50px; width: 50px; height: 50px; position: absolute; top: 55px; }
/*menu2 white left */
#bot3link { margin-left: 90px; width: 50px; height: 50px; position: absolute; top: 55px; }


/*menu special guides 1 */
#toplink { width: 100%; height: 25px; background-color:#eee; border-bottom: 2px solid #594846; }
#toplink ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; left: 2%; }
#toplink ul li { float: left; margin-right: 11px; font-size: 12px; line-height: 25px; color: rgb(0, 153, 204); }
#toplink ul li a { font-size: 12px; line-height: 25px; color: rgb(68, 68, 68); text-decoration: none; font-weight: bold; }
#toplink ul li a:hover { text-decoration: underline; color: rgb(50, 205, 50); }
#toplink ul li a img { border: 0pt none; padding-top: 4px; }
#toplink ul li a.chosen {color:#EE7600;}
/*menu trail link */
#traillink { width: 100%; height: 25px; background-color:#eee; border-bottom: 2px solid #594846; }
#traillink ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; left: 2%; }
#traillink ul li { float: left; margin-right: 11px; font-size: 12px; line-height: 25px; color: rgb(136, 136, 136); font-weight: bold; }
#traillink ul li a { font-size: 12px; line-height: 25px; color: rgb(68, 68, 68); text-decoration: none; font-weight: bold; }
#traillink ul li a:hover { text-decoration: underline; color: rgb(50, 205, 50); }
#traillink ul li a img { border: 0pt none; padding-top: 4px; }
#traillink ul li a.chosen {color:#EE7600;}
/*menu share link */
#sharelink ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; top: 112px; right: 2%; }
#sharelink ul li { float: left; margin-right: 11px; font-size: 12px; line-height: 25px; color: rgb(0, 153, 204); }
#sharelink ul li a { font-size: 12px; line-height: 25px; color: rgb(68, 68, 68); text-decoration: none; font-weight: bold; }
#sharelink ul li a:hover { text-decoration: underline; color: rgb(50, 205, 50); }
#sharelink ul li a img { border: 0pt none; padding-top: 4px; }
#sharelink ul li a.chosen {color:#EE7600;}


/*main menu */
#midlink { height: 50px; position: absolute; top: 75pt; left: 125px; }/*was 140px */
#midlink ul { padding: 0pt; margin: 0pt; list-style: none outside none; }
#midlink ul li { float: left; font-size: 14px; line-height: 36px; color: rgb(255, 255, 255); }
#midlink ul li a { font-size: 13px; line-height: 40px; color: rgb(255, 255, 255); text-decoration: none; padding: 0pt 20px; font-weight: bold; }
#midlink ul li a:hover { color: rgb(51, 51, 85); }
#midlink ul li a.chosen {color:#444;}

.header p {
   margin-left: 5px;
}
  h1 { margin-left: 1%;
}

#map {
	width:100%;
	height:550px;
	border:none;
	overflow:hidden;
	min-width: 200px;
	position:relative;
}

/*map search*/
#map-searchbar-top {position: absolute; top:5px; left:165px; width:715px; background-color:#f5f5f5; padding:5px; font-size:12px; line-height: 16px; border: 1px solid #232020; line-height: 16px;}
#map-searchbar-r {position: relative; top:-105px; left:5px; width:220px; background-color:#F0FFF0; padding:2px; font-size:12px; line-height: 14px; border: 1px solid #008000; line-height: 14px;}
#map-searchbar-rbig {position: absolute; top:5px; right:5px; width:230px; background-color:#f5f5f5; padding:5px; font-size:22px; line-height: 16px; border: 1px solid #232020; line-height: 16px;}

#map-country-r {position: relative; bottom:100px; right:2px; width:220px; background-color:#f5f5f5; padding:2px; font-size:12px; line-height: 12px; border: 1px solid #232020; line-height: 12px;}


#review {
	width:100%;
	height:800px;
	border:none;
	overflow:hidden;
	min-width: 200px;
}


/* #Page Styles
================================================== */


/* #Media Queries
================================================== */
@media screen and (max-width: 480px) {

.column {
  margin: 10px 0 0 0
  border-bottom: 1px dashed #7b96bc;
}
li.long { display: none; }
#content, #two, #three, #four {
  width: 100%;
}
#map {
	width:90%;
	height:310px;
	border:none;
	overflow:hidden;
	margin:10px;
	min-width: 200px;
}
/*map search*/
#map-searchbar-top {position: absolute; top:5px; left:165px; width:715px; background-color:#f5f5f5; padding:5px; font-size:12px; line-height: 16px; border: 1px solid #232020; line-height: 16px;}
#map-searchbar-r {position: relative; top:-115px; left:60px; width:220px; background-color:#F0FFF0; padding:2px; font-size:12px; line-height: 14px; border: 1px solid #008000; line-height: 14px;}
#map-searchbar-rbig {position: absolute; top:5px; right:5px; width:230px; background-color:#f5f5f5; padding:5px; font-size:22px; line-height: 16px; border: 1px solid #232020; line-height: 16px;}

#review {
	width:100%;
	height:800px;
	border:none;
	overflow:hidden;
	min-width: 200px;
}
#headright { display: none; }
#headmid { display: none; }
#toplink { display: none; }
/*menu share link */
#sharelink ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; top: 6px; right: 2%; }
#sharelink ul li { float: left; margin-right: 11px; font-size: 12px; line-height: 25px; color: rgb(0, 153, 204); }
#sharelink ul li a { font-size: 12px; line-height: 25px; color: rgb(68, 68, 68); text-decoration: none; font-weight: bold; }
#sharelink ul li a:hover { text-decoration: underline; color: rgb(50, 205, 50); }
#sharelink ul li a img { border: 0pt none; padding-top: 4px; }
#sharelink ul li a.chosen {color:#EE7600;}


#singlewide { width: 100%; height: 40px; background-color:#eee; border-bottom: 1px solid #594846;}
#singlewide ul { padding: 0pt; margin: 0pt; position: absolute; left: 2%; }
#singlewide ul li a { font-size: 20px; line-height: 40px; color: rgb(68, 68, 68); text-decoration: none; }
#singlewide ul li a:hover { text-decoration: underline; color: rgb(50, 205, 50); }
#singlewide ul li a.chosen {color:#EE7600;}
.add-botnav { margin-top: 240px !important; }
/* search form in bar */
#search { width: 120px; float: right; text-align: right; position: absolute; top: 70px; right: 5%; }
#logo h4 { margin-left: 165px; font-size: 12px; font-style:italic; font-weight: bold; line-height: 18px; position: absolute; top: 30px; }
/*main menu */
#midlink { display: none;}
#four { display: none; }
}

/*================================================== */
@media only screen and (min-width: 481px) and (max-width: 767px) {
/*width:32.1197476%; worked to show all three but narrow */
#content {
        width:59.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #two {
        width:38.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #three {
        width:100%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
#four { display: none; }

/*map search*/
#map-searchbar-top {position: absolute; top:5px; left:165px; width:715px; background-color:#f5f5f5; padding:5px; font-size:12px; line-height: 16px; border: 1px solid #232020; line-height: 16px;}
#map-searchbar-r {position: relative; top:-105px; left:55px; width:220px; background-color:#F0FFF0; padding:2px; font-size:12px; line-height: 14px; border: 1px solid #008000; line-height: 14px;}
#map-searchbar-rbig {position: absolute; top:5px; right:5px; width:230px; background-color:#f5f5f5; padding:5px; font-size:22px; line-height: 16px; border: 1px solid #232020; line-height: 16px;}

#headmid { display: none; }
#headright { display: none; }

#toplink { width: 100%; height: 50px; background-color:#eee; border-bottom: 2px solid #594846;}
#toplink ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; left: 2%; }
#toplink ul li { float: left; margin-right: 11px; font-size: 12px; line-height: 25px; color: rgb(0, 153, 204); }
#toplink ul li a { font-size: 12px; line-height: 25px; color: rgb(68, 68, 68); text-decoration: none; font-weight: bold; }
#toplink ul li a:hover { text-decoration: underline; color: rgb(50, 205, 50); }
#toplink ul li a img { border: 0pt none; padding-top: 4px; }
#toplink ul li a.chosen {color:#EE7600;}

/*menu share link */
#sharelink ul { padding: 0pt; margin: 0pt; list-style: none outside none; position: absolute; top: 6px; right: 2%; }
#sharelink ul li { float: left; margin-right: 11px; font-size: 12px; line-height: 25px; color: rgb(0, 153, 204); }
#sharelink ul li a { font-size: 12px; line-height: 25px; color: rgb(68, 68, 68); text-decoration: none; font-weight: bold; }
#sharelink ul li a:hover { text-decoration: underline; color: rgb(50, 205, 50); }
#sharelink ul li a img { border: 0pt none; padding-top: 4px; }
#sharelink ul li a.chosen {color:#EE7600;}
#top2link { display: none; }

.add-botnav { margin-top: 240px !important; }

/* search form in bar */
#search { width: 120px; float: right; text-align: right; position: absolute; top: 70px; right: 2%; }
#logo h4 { margin-left: 160px; font-size: 14px;  font-style:italic; font-weight: bold; line-height: 35px; position: absolute; top: 30px; }
#singlewide { display: none; }

/*main menu */
#midlink { height: 50px; position: absolute; top: 70px; left: 125px; }/*was 140px */
#midlink ul { padding: 0pt; margin: 0pt; list-style: none outside none; }
#midlink ul li { float: left; font-size: 14px; line-height: 36px; color: rgb(255, 255, 255); }
#midlink ul li a { font-size: 13px; line-height: 40px; color: rgb(255, 255, 255); text-decoration: none; padding: 0pt 20px; font-weight: bold; }
#midlink ul li a:hover { color: rgb(51, 51, 85); }
#midlink ul li a.chosen {color:#444;}

.button.half-width { display: none; }

}

/*================================================== */
@media only screen and (min-width: 768px) and (max-width: 899px) {
#search { width: 150px; float: right; text-align: right; position: absolute; top: 70px; right: 2%; }
#search input.search { width: 150px; border: 1px solid #000000; }
#midlink { height: 50px; position: absolute; top: 70px; left: 125px; }/*was 400px */
#logo h4 { margin-left: 160px; font-size: 12px;  font-style:italic; font-weight: bold; line-height: 40px; overflow: hidden; float: left; }
#singlewide { display: none; }
#content {
        width:62.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #two {
        width:35.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #three {
        width:100%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
#four { display: none; }
#headright { display: none; }
.button.half-width { display: none; }

}

/*================================================== */
@media only screen and (min-width: 900px) and (max-width: 1199px) {
#search { width: 180px; float: right; text-align: right; position: absolute; top: 70px; right: 2%; }
#search input.search { width: 180px; border: 1px solid #000000; }
#midlink { height: 50px; position: absolute; top: 70px; left: 125px; }/*was 525px */
#logo h4 { height: 45px; margin-left: 140px; font-size: 16px;  font-style:italic; font-weight: bold; line-height: 40px; overflow: hidden; float: left; }
#singlewide { display: none; }
#content {
        width:72.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #two {
        width:25.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #three {
        width:100%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
#four { display: none; }
.button.half-width { display: none; }

}

/*================================================== */
@media only screen and (min-width: 1200px) {
#search { width: 250px; float: right; text-align: right; position: absolute; top: 70px; right: 2%; }
#search input.search { width: 250px; border: 1px solid #000000; }
#midlink { height: 50px; position: absolute; top: 70px; left: 125px; }/*was 550px */
#logo h4 { height: 45px; margin-left: 140px; font-size: 18px;  font-style:italic; font-weight: bold; line-height: 40px; overflow: hidden; float: left; }
#singlewide { display: none; }
#content {
        width:72.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #two {
        width:25.1197476%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #three {
        width:100%;
        padding-left:.456792873%;
        padding-right:.456792873%;
    }
    #four {
        width:19.7853007%;
        padding-left:.556792873%;
        padding-right:.556792873%;
    }
.button.half-width { display: none; }

}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/