@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 90%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.3913%;
	padding-left: 1.3043%;
	padding-right: 1.3043%;
	clear: none;
	float: none;
}
#innerContainer {
	width: 98%;
	background-color: #000000;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 15px;
	display: block;
	clear: both;
	margin-bottom: 25px;
	border: medium solid #F00;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
}
#header {
	width: 98%;
	margin-top: 15px;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	margin-bottom: 0px;
}
.Subheader {
	font-size: .8em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
#infoBar {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFF;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 1%;
	text-align: center;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 25px;
	margin-left: 2%;
}
#nav {
	width: 98%;
	margin-top: 4%;
	margin-bottom: 2%;
	margin-left: 1%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 1%;
	text-align: center;
	height: auto;
}
#HomeElement {
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 2%;
}
#mainContent {
	width: 98%;
	margin-left: 1%;
	clear: none;
	background-color: #000;
	margin-right: 1%;
}
.Text {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify; 
	color: #FC0;
	 
}
a.textLink, a.textLink:visited {
	font-size: 0.6em;
	color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	 
}
a.textLink:hover {
	font-size: 0.6em;
	color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	 
}
.mouseoverText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	cursor: crosshair;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
}
.pageTitle {
	font-family: Calibri;
	font-size: .8em;
	color: #FFF;
	padding: 1%;
	border: thin solid #FFF;
	float: left;
	width: auto;
	display: block;
	clear: right;
	margin-left: 5%;
}
a.subTitleLink:visited, a.subTitleLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #FFF;
	font-weight: bold;
	text-indent: 15px;
}
a.subTitleLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #FF0;
	font-weight: bold;
	text-indent: 15px;
}
.faqQuestions {
	font-family: Verdana;
	color: #000099;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
.emailText {
	font-family: Calibri;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
a.emailLink:visited, a.emailLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFF66;
}
a.emailLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
#lowerNav {
	width: 98%;
	margin-left: 1%;
	clear: none;
	margin-top: 5%;
	margin-bottom: 2%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 1%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
a.lowernavlink, a.lowernavlink:visited {
	font-size: 0.5em;
	color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.lowernavlink:hover {
	font-size: .5em;
	color: #FF0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
	vertical-align: top;
	border: thin solid #666;
}
#leftHeaderSpacer {
	width: 100%;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.centerHR {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.tableSpecs {
	text-align: center;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	color: #FF0;
}
th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
}
.tablePrices {
	text-align: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
.tablePricesHeader {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
Table.tableCenter td {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FC0;
	padding: 10px;
	 
}
a.tableLink, a.tableLink:visited {
	COLOR: #FFF;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .6em;
	 
}
a.tableLink:hover {
	font-size: .6em;
	color: #F00;
	font-family: geneva, verdana, arial, sans-serif;
}
#emailContact {
}
#HeaderAnimation {
}
#videoPosition {
}
#tours {
	text-align: center;
	width: 98%;
	height: auto;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 74.25%; /* 4/3 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
}
#leftCopyright {
	height: auto;
	width: 45%;
	padding-left: 2%;
}
#rightCopyright {
	height: auto;
	width: 45%;
	float: right;
	padding-right: 2%;
}
.copyright {
	COLOR: #000;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .4em;
}
a.copyrightlink, a.copyrightlink:visited {
	COLOR: #00C;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .4em;
	vertical-align: bottom;
}
a.copyrightlink:hover {
	font-size: .4em;
	color: #F00;
	font-family: geneva, verdana, arial, sans-serif;
}
.shearBladeReturn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	width: 30%;
	margin-bottom: 2%;
	margin-right: 35%;
	margin-left: 35%;
	height: 30px;
}
.recordCount {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	margin-bottom: 2%;
}
 






/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 490px) {
.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#innerContainer {
	width: 98%;
	background-color: #000000;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 15px;
	display: block;
	clear: both;
	margin-bottom: 25px;
	border: medium solid #F00;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
}
#header {
	width: 98%;
	margin-top: 15px;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	margin-bottom: 0px;
}
.Subheader {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
#infoBar {
	clear: both;
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
}
#nav {
	width: 98%;
	margin-top: 2%;
	margin-bottom: 5%;
	margin-left: 1%;
	padding-top: 2%;
	padding-bottom: 2px;
	margin-right: 1%;
	text-align: center;
}
#HomeElement {
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 2%;
}
#mainContent {
	width: 98%;
	margin-left: 1%;
	clear: none;
	background-color: #000;
	margin-right: 1%;
}
.Text {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em; 
	color: #FC0;
	 text-align: justify; 
}
a.textLink, a.textLink:visited {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	 
	color: #FC0;
	 
}
a.textLink:hover {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em; 
	color: #FC0;
	 
}
.mouseoverText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	cursor: crosshair;
}
.pageTitle {
	font-family: Calibri;
	font-size: 1em;
	color: #FFF;
	padding: 1%;
	border: thin solid #FFF;
	float: left;
	width: auto;
	display: block;
	clear: right;
	margin-left: 5%;
}
a.subTitleLink:visited, a.subTitleLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	text-indent: 15px;
}
a.subTitleLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FF0;
	font-weight: bold;
	text-indent: 15px;
}
.faqQuestions {
	font-family: Verdana;
	color: #000099;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
.tableHeaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FC0;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
}
.emailText {
	font-family: Calibri;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
a.emailLink:visited, a.emailLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFF66;
}
a.emailLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
#lowerNav {
	width: 98%;
	margin-left: 1%;
	clear: none;
	margin-top: 5%;
	margin-bottom: 2%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 1%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
a.lowernavlink, a.lowernavlink:visited {
	font-size: 0.6em;
	color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.lowernavlink:hover {
	font-size: .6em;
	color: #FF0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
	vertical-align: top;
	border: thin solid #666;
}
#leftHeaderSpacer {
	width: 100%;
}
#centerImage {
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.centerHR {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.tableCenter {
	width: 86%;
	margin-right: 7%;
	margin-left: 7%;
}
th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
}
.tableSpecs {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #FF0;
}
.tablePrices {
	text-align: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.tablePricesHeader {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
Table.tableCenter td {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FC0;
	padding: 10px;
	 
}
a.tableLink, a.tableLink:visited {
	COLOR: #FFF;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .9em;
}
a.tableLink:hover {
	font-size: .9em;
	color: #F00;
	font-family: geneva, verdana, arial, sans-serif;
}
#emailContact {
}
#HeaderAnimation {
}
#videoPosition {
}
#tours {
	text-align: center;
	width: 98%;
	height: auto;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 74.25%; /* 4/3 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	display: block;
}
#leftCopyright {
	height: auto;
	width: 45%;
	padding-left: 2%;
}
#rightCopyright {
	height: auto;
	width: 45%;
	float: right;
	padding-right: 2%;
}
.copyright {
	COLOR: #000;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .8em;
}
a.copyrightlink, a.copyrightlink:visited {
	COLOR: #00C;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .8em;
	vertical-align: bottom;
}
a.copyrightlink:hover {
	font-size: 1.8em;
	color: #F00;
	font-family: geneva, verdana, arial, sans-serif;
}
.shearBladeReturn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	width: 30%;
	margin-bottom: 2%;
	margin-right: 35%;
	margin-left: 35%;
	height: 30px;
}
.recordCount {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	margin-bottom: 2%;
}
}





/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {
.gridContainer {
	width: 98.913%;
	max-width: 1200px;
	padding-left: 0.5434%;
	padding-right: 0.5434%;
	clear: none;
	float: none;
	margin: auto;
}
#innerContainer {
	width: 98%;
	background-color: #000000;
	margin-right: 1%;
	margin-left: 1%;
	max-width: 1200px;
	margin-top: 15px;
	display: block;
	clear: both;
	margin-bottom: 25px;
	border: medium solid #F00;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
}
#header {
	width: 98%;
	max-width: 1200px;
	margin-top: 15px;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	margin-bottom: 0px;
}
.Subheader {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
#infoBar {
	clear: both;
	float: left;
	margin-left: 7%;
	margin-top: 2%;
	margin-right: 7%;
	margin-bottom: 0%;
	width: 86%;
	display: block;
	max-width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
}
#nav {
	width: 98%;
	max-width: 1200px;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: 1%;
	padding-top: 0px !important;
	padding-bottom: 2px;
	margin-right: 1%;
	text-align: center;
	background-color: #000;
	height: 75px;
	 
}
#HomeElement {
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 2%;
}
#mainContent {
	width: 98%;
	margin-left: 1%;
	clear: none;
	background-color: #000;
	margin-right: 1%;
}
.Text {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	color: #FC0;
	 
}
a.textLink, a.textLink:visited {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	color: #FC0;
}
a.textLink:hover {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	color: #FC0;
	 
}

.tinyText {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: .8em;
	letter-spacing: 0.1em;
	color: #000;
	padding-left: 1%;
}
.Text img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.texthighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FF0000;
	padding-left: 15%;
}
.mouseoverText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	cursor: crosshair;
}
.pageTitle {
	font-family: Calibri;
	font-size: 1.5em;
	color: #FFF;
	padding: 1%;
	border: thin solid #FFF;
	float: left;
	width: auto;
	display: block;
	clear: right;
	margin-left: 5%;
}
a.subTitleLink:visited, a.subTitleLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	text-indent: 15;
	margin-top: 4%;
	text-align: center;
}
a.subTitleLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FF0;
	font-weight: bold;
	text-indent: 15px;
	text-align: center;
}
.faqQuestions {
	font-family: Verdana;
	color: #000099;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
.warning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #F00;
}
#emailContact {
	max-width: 1200px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFDB79;
	font-weight: bold;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	height: 52px;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	margin-bottom: 1%;
	vertical-align: bottom;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-top: 2%;
}
.emailText {
	font-family: Calibri;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
a.emailLink:visited, a.emailLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFF66;
}
a.emailLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
#lowerNav {
	width: 98%;
	max-width: 1200px;
	margin-left: 1%;
	clear: none;
	margin-top: 5%;
	margin-bottom: 2%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 1%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
a.lowernavlink, a.lowernavlink:visited {
	font-size: 0.7em;
	color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.lowernavlink:hover {
	font-size: .7em;
	color: #FF0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer {
	width: 96%;
	max-width: 1200px;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
	vertical-align: top;
	border: thin solid #666;
}
#leftCopyright {
	width: 40%;
	float: left;
	margin-left: 2%;
}
#rightCopyright {
	width: 40%;
	float: right;
	margin-right: 2%;
}
.copyright {
	COLOR: #FFF;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 0.7em;
}
a.copyrightlink, a.copyrightlink:visited {
	COLOR: #FFF;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 1em;
	vertical-align: bottom;
}
a.copyrightlink:hover {
	font-size: 1em;
	color: #F00;
	font-family: geneva, verdana, arial, sans-serif;
}
#leftHeaderSpacer {
	width: 7.326%;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.h_iframe {
	position: relative;
}
.h_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
}
.h_iframe iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
}
#HeaderAnimation {
}
#videoPosition {
}
.videoWrapper {
	position: relative;
	padding-bottom: 74.25%; /* 4/3 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	display: block;
	text-align: center;
}
#tours {
	text-align: center;
	width: 98%;
	height: auto;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
iframe, object, embed {
	max-width: 100%;
}
.popbox {
	display: none;
	position: absolute;
	z-index: 99999;
	width: 425px;
	padding: 2%;
	background: #EEEFEB;
	color: #000000;
	border: 1px solid #4D4F53;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(164, 164, 164, 1);
	box-shadow: 0px 0px 0px 0px rgba(164, 164, 164, 1);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.popbox h2 {
	background-color: #4D4F53;
	color: #E3E5DD;
	font-size: 1em;
	display: block;
	width: 100%;
	margin: -10px 0px 8px -10px;
	padding: 5px 10px;
}
.centerHR {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.tableSpecs {
	text-align: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
}
.tablePrices {
	text-align: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.tablePricesHeader {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
Table.tableCenter td {
	text-align: center;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	color: #000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FC0;
	padding: 10px;
	 
}
.tableCell {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	font-variant: normal;
	border: medium solid #FFF;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	background-color: #CC6;
	color: #000;
	padding: 15px;
}
a.tableLink, a.tableLink:visited {
	COLOR: #FFF;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 1em;
	padding-bottom: 10%;
}
a.tableLink:hover {
	font-size: 1em;
	color: #F00;
	font-family: geneva, verdana, arial, sans-serif;
}
th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	color: #FFF;
}

.shearBladeReturn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	width: 50%;
	margin-bottom: 2%;
	margin-right: 25%;
	margin-left: 25%;
	height: 30px;
}
.recordCount {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	margin-bottom: 2%;
}
.tableCenter {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
}
