@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, address, footer, header, hgroup, nav, section { display: block; font-style: normal; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }



body {
	margin: 0;
	font-size: 12pt;
	line-height: 1.231;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	color: #222;
	height: 100%;
	background-image: url(images/slider1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

button, input, select, textarea { font-family: sans-serif; color: #222; }

h1 {
	white-space: normal;
	letter-spacing: normal;
	display: block;
}

h2,h3,h4,h5,h6 {
	white-space: normal;
	letter-spacing: normal;
	display: inline;
}


/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0798CF;
}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
.footer-headers{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14pt;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
}

#footer-box1 ul, #footer-box2 ul, #footer-box3 ul, #footer-box4 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}
#footer-box1 ul li a,#footer-box2 ul li a,#footer-box3 ul li a,#footer-box4 ul li a {
	font-size: 10pt;
	color: #333333;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	text-decoration: none;
}

#footer-box1 ul li a:visited,#footer-box2 ul li a:visited,#footer-box3 ul li a:visited,#footer-box4 ul li a:visited {
	text-decoration: none;
}
#footer-box1 ul li a:hover,#footer-box2 ul li a:hover,#footer-box3 ul li a:hover,#footer-box4 ul li a:hover {
	text-decoration: none;
	color: #9ac418;
}

.social-icons {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	border: none;
	margin-bottom: 8px;
}
.social-icons:link {
	border:none;
}
.social-icons:hover {
	box-shadow:1px 1px 2px 2px #444;
 -webkit-box-shadow:1px 1px 2px 2px #444;
 -moz-box-shadow:1px 1px 2px 2px #444;
	behavior: url(PIE.htc);	
	
}


	
	.slider-wrapper-map {
	height: 450px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: both;
	display: block;
	text-align: center;
	overflow: hidden;
	}
	
.cover {
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.slider-header {
	font-family: "Century Gothic", sans-serif, "Palatino Linotype", "Arial Narrow";
	font-size: 45px;
	padding: 5px;
	background-color: #9ac418;
	color: #FFF;
}


.slider-bodytext {
	font-family: "Century Gothic", sans-serif, "Palatino Linotype", "Arial Narrow";
	font-size: 25px;
	color: #FFF;
	line-height: 35px;
	padding: 5px;
	background-color: #FFBE00;
}

.address {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
}
#box-contact:hover {
box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
}

.more-button {
	height: 15px;
	width: auto;
	background-repeat: no-repeat;
	padding: 15px;
	float: left;
	background-color: #9ac418;
	behavior: url(PIE.php);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	font-weight: normal;
	margin-top: 10px;
}

.more-button:hover {
	background-color: #FFBE00;
	box-shadow: 1px 2px 23px #444;
	-webkit-box-shadow: 1px 2px 23px #444;
	-moz-box-shadow: 1px 2px 23px #444;
	behavior: url(PIE.htc);
}

.box-header {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	color: #000;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.box-heading-4 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: 700;
	text-align: left;	
}
.more {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: normal;
	font-weight: 700;
	text-align: left;
	padding: 10px;
	margin-left: 10px;
}
a.more:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-color: #0066cc;
}

a.more:visited {
	color: #fff;
	text-decoration: none;
}

a.more:hover {
	color: #ffffff;
	text-decoration: none;
	box-shadow: 1px 2px 23px #444;
	-webkit-box-shadow: 1px 2px 23px #444;
	-moz-box-shadow: 1px 2px 23px #444;
	behavior: url(PIE.htc);
}
.sitemap {
	font-weight: normal;
	color: #000;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	list-style-type: none;
}

a.sitemap:link {
	color: #9ac418;
	text-decoration: none;
}

a.sitemap:visited {
	color: #9ac418;
	text-decoration: none;
}

a.sitemap:hover {
	color: #91BE02;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}













/* ==contact form css ======================================== */
#contact_form {
	text-shadow: 0 1px 0 #FFF;
	padding: 10px;
	height: auto;	
 
}

legend
 {
	color: #333333;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 14pt;
	text-align: left;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: auto;
 } 
 
#ff label {
	cursor: pointer;
	margin: 4px 0;
	color: #333333;
	display: block;
	font-weight: 100;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 9pt;
}
 
input {
	width: 90%;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 11pt;
}
textarea {
	display: block;
	width: 90%;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 11pt;
}

 .submit {
	width: 125px;
	height: 33px;
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(images/send.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
.submit:hover {
     box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
	}

.reset {
	width: 75px;
	height: 30px;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(images/reset.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

.reset:hover {
     box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);

}

TextField:focus, input:focus {
	border: 1px solid #91BE2B;
	background-color: #FFF;
} 
#security_code {
	width: 50%;
}

Textarea:focus, input:focus {
	border: 1px solid #91BE2B;
	background-color: #FFF;
}






/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  #header-wrapper { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  #slider-full { clear: both;  float: left;  margin-left: 0;  width: 87.2928%;  display: block; }
  #content-bg1 { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  #content-bg2 { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }
  #tag { clear: both;  float: left;  margin-left: 0;  width: 61.8784%;  display: block; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* 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: 100%;
}
/* 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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95.4434%;
	padding-left: 1.2782%;
	padding-right: 1.2782%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	
}
#header-wrapper {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-top: 10px;
}
#content1 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-top: 10px;
}

footer {
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFF;
	clear: both;
	width: 98%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	border-top-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
	
}
#logo {
	clear: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	width: 100%;
	text-align: center;	
}
#phone {
	clear: left;
	float: none;
	width: 100%;
	display: block;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 28px;
	text-decoration: none;
	padding: 2px;
	color: #31507C;
	text-align: center;
}

#phone a:link {
	color: #31507C;
	text-decoration: none;
}

#phone a:visited   {
	color: #31507C;
	text-decoration: none;
}
#phone a:hover   {
	color: #212121;
	text-decoration: none;
}

nav {
	float: left;
	display: block;
	clear: right;
	margin-top: 5px;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#footer-box1 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box2 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box3 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box4 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}


#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	padding-top: 5px;
}

#copyright a {
	text-decoration: none;
}

#copyright a:hover {
	color: #9bad22;
}

#gridContainerFooter {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}

#form-wrapper {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	background-color: #FFF;
}

#address-wrapper {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.heading-1 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 22pt;
	color: #333333;
	font-weight: 300;
	text-align: center;
	letter-spacing: -1px;
}

.heading-2 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
}


.heading-3 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #315385;
	font-weight: 700;
	text-align: center;
}

.heading-4 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-weight: 700;
}

.thumbnail-left {
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	width: auto;
	display: block;
	float: left;
}

.thumbnail-right {
	border: 1px solid #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	float: right;
}


.gallery {
	border: 1px solid #999;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	float: center;;
}

.gallery:hover {
	box-shadow: 3px 3px 23px #333;
	-webkit-box-shadow: 3px 3px 23px #333;
	-moz-box-shadow: 3px 3px 23px #666;
	behavior: url(PIE.htc);
	
}

#slider-full {
	clear: both;
	float: left;
	max-width: 1232px;
	display: block;
	max-height:700px;
	width:100%;
}

#box1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 10pt;
	height: auto;
}

#box1 a img {
	height: auto;
	width: auto;
	display: block;
	margin-top: 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
	
}
#box1 a img:hover {
border: 1px solid #999;
	box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
}

#box2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 10pt;
}
#box2 a img {
	height: auto;
	width: auto;
	display: block;
	margin-top: 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
	background-size:100%;
}
#box2 a img:hover {
border: 1px solid #999;
	box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
	
	
}

#box3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 10pt;
}
#box3 a img {
	height: auto;
	width: auto;
	display: block;
	margin-top: 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#box3 a img:hover {
border: 1px solid #999;
	box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
}

#content-bg1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-right-style: none;
	border-left-style: none;
	 background-image: url(images/trans80.png);
	background-repeat: repeat;

	
}
#content-bg2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	width: 100%;
	background-image: url(images/trans80.png);
	background-repeat: repeat;
}

#content-bg3 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	width: 100%;
	
	
}

.box-contact-small {
		width: 100%;
	text-align: center;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	color: #333;
	font-size: 12pt;
	font-weight: 300;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1pt solid #666;
}


a .box-contact-small:hover {
	box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
	background-color: #212121;
	color: #FFF;
	}

#tag {
	clear: right;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	color: #333;
	font-size: 12pt;
	text-align: center;
	}
#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	padding-top: 5px;
}

#copyright a {
	text-decoration: none;
}

#copyright a:hover {
	color: #9bad22;
}

#gridContainerFooter {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}

#footernav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	text-align: center;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 10px;
}

#footernav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
}
#footernav ul li a last {
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footernav ul li a:visited {
	text-decoration: none;
}
#footernav ul li a:hover {
	text-decoration: none;
	color: #7D0900;
}


#footernav ul li {
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: normal;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

.slider-wrapper {
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: both;
	display: block;
	text-align: center;
	overflow: hidden;
	}





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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 96.4021%;
	padding-left: 0.7989%;
	padding-right: 0.7989%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 0px;
	min-height: 100px;
}
#header-wrapper {
	clear: right;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;	
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

footer {
	width: 97.6262%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#logo {
	clear: none;
	float: left;
	width: 300px;
	text-align: left;
	font-size: 24pt;
}
#phone {
	clear: none;
	float: right;
	margin-left: 1.6574%;
	display: block;
	font-size: 22pt;
	text-align: right;
	width: 280px;
}
nav {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#footer-box1 {
	margin-left: 0;
	width: 48%;
	display: block;
	margin-bottom: 10px;
	float: left;
}
#footer-box2 {
	float: left;
	margin-left: 15px;
	width: 48%;
	display: block;
	margin-bottom: 10px;
}
#footer-box3 {
	float: left;
	margin-left: 0px;
	width: 48%;
	display: block;
	margin-bottom: 10px;
}

#footer-box4 {
	float: left;
	margin-left: 15px;
	width: 48%;
	display: block;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	
}


#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 11.0497%;
	display: none;
	margin-bottom: 5px;
}

#gridContainerFooter {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#footernav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#form-wrapper {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#address-wrapper {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 75%;
	display: block;
	margin-top: 1%;
}
.heading-1 {
	font-size: 22pt;

}

.heading-2 {
	font-size: 14pt;
}


.heading-3 {
	font-size: 12pt;
}

.heading-4 {
	font-size: 12pt;
}

.thumbnail-left {
	border: 1px solid #999;
	margin-top: 5px;
	margin-right:25px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	float: left;
}

.thumbnail-right {
	border: 1px solid #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	float: right;
	
}
.gallery {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 25px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	clear: none;
	float: left;
	height:auto
}
#box1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#box2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#box3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content-bg1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

	
}
#content-bg2 {
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}

#content-bg3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

	
}

.box-contact-small {
	width: 250px;
	float: none;
	clear: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
#tag {
	clear: right;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	color: #333;
	font-size: 12pt;
	text-align: left;
	
	}
	
	
#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: right;	
}


#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 11.0497%;
	display: none;
	margin-bottom: 5px;
}

#gridContainerFooter {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#footernav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.slider-wrapper {
	height: 200px;
	}

}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 96.9347%;
	max-width: 1232px;
	padding-left: 0.5326%;
	padding-right: 0.5326%;
	min-height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.gridContainerFooter {
	width: 98.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: both;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	padding-right: 0.5%;
	padding-left: 0.5%;
	padding-bottom: 25px;
}
#content1{
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	padding-right: 0.5%;
	padding-left: 0.5%;
	padding-bottom: 25px;
	min-height: 300px;
}

footer {
	width: 97.6262%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
	clear: both;
}

#logo {
	clear: none;
	float: left;
	margin-left: 1.0989%;
}

#phone {
	clear: none;
	float: right;
	margin-left: 1.0989%;
	display: block;
}

nav {
	display: block;
	float: right;
}

#footer-box1 {
	float: left;
	width: 23%;
	display: block;
	
}

#footer-box2 {
	float: left;
	margin-left: 2%;
	width: 23%;
	display: block;
	
}

#footer-box3 {
	float: left;
	margin-left: 2%;
	width: 23%;
	display: block;
	
}

#footer-box4 {
	float: left;
	margin-left: 2%;
	width: 23%;
	display: block;
	
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	display: block;
	
}

#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 15.7509%;
	display: block;
	
}



#form-wrapper {
	float: right;
	width: 45%;
	display: block;
	clear: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#address-wrapper {
	clear: none;
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
}

.heading-1 {
	font-size: 22pt;

}

.heading-2 {
	font-size: 14pt;
}


.heading-3 {
	font-size: 12pt;
}

.heading-4 {
	font-size: 12pt;
}
.thumbnail-left {
	border: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
}

.thumbnail-right {
	border: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	
}
.gallery {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 25px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
#box1 {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 32%;
	display: block;
}
#box2 {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 32%;
	display: block;
}
#box3 {
	clear: right;
	float: left;
	margin-left: 1%;
	width: 32%;
	display: block;
}


.spacer {
	clear: both;
	height: 25px;
	width: 100%;
	float: left;
}
#content-bg1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content-bg2 {
clear: both;
float: left;
margin-left: 0;
width: 100%;
display: block;
}
#content-bg3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.box-contact-small {
}
#tag {
	clear: right;
	float: left;
	margin-left: 0%;
	width: 30%;
	display: block;
	color: #333;
	font-size: 12pt;
	margin-top: 125px;
	}
.slider-wrapper {
	height: 700px;

	}

}
