@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	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 Styles */
.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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/* Header & HERO styles*/
.heroHeader {
	min-height: 225px; max-height: 400px;
	background: url(../images/banner.jpg) left top no-repeat;
}
.logo{
	width: 70%; max-width: 225px;
	margin: -100px 0 0 0;
}
/* Navigation Bar styles */
.topNav {
	width: 100%;
}
.topNavUl {
	display: none;
	background: #062446;
	width: 100%;
	margin: -17px auto 0 auto;
	position: absolute;
	z-index: -1;
	float: left;
	top: 0;
	padding: 5px;
}
.topNavLI {
	padding: 5px;
	display:block;
}
.topNavLI a, .topNavLI a:visited{
	color: #fff;
}
.topNavLI a:hover{
	color: #444;
}
.topNavMobile {
	display: block;
	margin: -15px 0 0 0;
	bottom: 0;
}
.topNavMobile img{
	width: 13%; max-width: 50px;
	margin: 0 0 15px 15px;
	float: left;
}
.gallerySlider{
	margin-bottom: 325px;
}

/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & Content areas styles */
.textContainer {
	margin-top: 20px;
}
#sectionOne {
	width: 83.0508%;
	margin: 10px 0 0 8.4745%;
	position: relative;
}
#sectionTwo {
	width: 83.0508%;
	margin: 10px 0 0 8.4745%;
}
#sectionThree {
	width: 83.0508%;
	margin: 10px 0 0 8.4745%;
	position: relative;
}
#sectionFour {
	width: 83.0508%;
	margin: 10px 0 0 8.4745%;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

.tiles {
	width: 83.0508%;
	margin-left: 8.4745%;
	clear: both;
	display: block;
    padding-bottom: 10px;
}
.tiles:hover {
	opacity: 0.6;
    cursor: pointer;
}
/* Footer styles*/
.footer {

}
.footerSection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.footerTitle {
	text-align: center;
	width: 100%;
 	font-size:16px;
 	margin-left: 0;
    margin-top:10px;
}
.bottomNavMobile {
	background: #062446;
	width: 100%;
	margin-bottom: 35px;
}
.bottomNavMobile a, .bottomNavMobile a:visited{
	color: #fff;
}
.bottomNavMobile a:hover{
	color: #444;
}
.bottomNavlink{
	line-height: 3;
}
.gallery {
}
.credit-cards{
	width: 18%;
}
.showAreaH2 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
/* FORM CONTROLS */
input[type="text"],
input[type="tel"], 
input[type="email"]{
	color: #444444;
	border-radius:3px; 
    border: solid 1px #ccc; 
    padding:0.6em; 
    background-color: #v; 
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2); 
	margin: 2px 0px 8px 6px;
	font-size: 1.25em;
	width: 75%;
}

input[type="submit"], input[type="button"],input[type="reset"] { 
	color: #444444;
    background: white url(formelements-select.png) no-repeat center left; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
    border-radius:4px; 
    border: solid 1px #ccc; 
    padding:0.5em 0.6em; 
	font-size: 1.25em;
	margin: 10px 10px 10px 6px;
	width: 81%;
}

#subject2{
	color: #444444;
    background: white url(formelements-select.png) no-repeat center left; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
    border-radius:4px; 
    border: solid 1px #ccc; 
    padding:0.5em 0.6em; 
	font-size: 1.25em;
	margin: 0px 10px 16px 6px;
	width: 81%;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
	min-height: 225px; max-height: 400px;
}
.logo {
	width: 250px;
	margin: -90px 0 0 0;
}
/* Navigation styles*/
.topNav {
	width: 100%;
	display:block;
}
.topNavUl {
	display: none;
	width: 100%;
	margin: -17px auto 0 auto;
	position: absolute;
	z-index: -1;
	float: left;
	top: 0;
}
.topNavLI {
	padding: 5px;
	display:block;
}
.topNavMobile {
	display: block;
	margin: -15px 0 0 0;
	bottom: 0;
}
.topNavMobile img{
	width: 13%; max-width: 50px;
	margin: -5px 0 15px 15px;
	float: left;
}
.gallerySlider{
	margin-bottom: 325px;
}

/* Main heading styles*/
.mainHeading {
	max-width: 225px;
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
    margin-top: 60px;
}
#sectionOne {
	width: 40.6779%;
	margin: 10px 0 0 8.4745%;
	position: relative;
}
#sectionTwo {
	clear: none;
	width: 40.6779%;
	margin: 10px 0 0 8.4745%;
	position: relative;
}
.tiles {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 10px;
}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}
/* Footer styles*/
.footer {
}
.footerSection {
	clear: none;
	width: 100%;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
	text-align: center;
    margin-top: 20px;
	font-size:20px;
}
.gallery {
}
.credit-cards{
	width: 12%;
}
.showAreaH2 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}



/*===============================================================================
/* 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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
	max-height: 1295px;
}
.logo {
	width: 250px;
	margin: -100px 0 -15px 0;
}
/* Navigation styles*/
.topNav {
	width: 100%;
	clear: none;
}
.topNavUl {
	width: 100%;
	position: static;
	display: block;
	background: none;
	background-color: #f6f6f6;
}
.topNavLI {
	width: 23%;
	clear: none;
	height: auto;
	line-height: 55px;
	position: static;
	display: block;
	padding: 1%;
	background: url(../images/navigation-button.jpg) 50% 50% no-repeat;
	background-size: 75%;
}
.topNavMobile {
	display: none;
}

/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}
.gallerySlider{
	margin-bottom: 350px;
}

/* Text & content area styles*/
.textContainer {
    margin-top:15px;
    padding-bottom:15px;
}
/*.mySection {
	width: 40.6779%;
	margin-left: 10.1694%;
	clear: none;
}*/
#sectionOne {
	width: 40.6779%;
	margin-left: 8.4745%;
}
#sectionTwo {
	width: 40.6779%;
	margin-left: 1.6949%;
	clear: none;
	display: block;
}
.secondarySection {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}

/* Gallery styles*/
.tiles {
	width: 23.2033%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 60px;
}
/* Footer styles*/
.footer {
	margin-top: 25px;
}
.footerSection {
	width: 100%; height: 235px;
	clear: none;
	display: block;
	text-align: center;
	margin: 0px;
}
.footerTitle {
	width: 100%;
	text-align: center;
    margin-top: 20px;
}
.bottomNav {
	width: 100%;
	clear: none;
    margin: -60px 0 45px 0;
}
.bottomNavUl {
	width: 100%;
	position: static;
	display: block;
}
.bottomNavLI {
	width: 20%;
	clear: none;
	height: auto;
	position: static;
	display: block;
	padding: 0px;
}
.bottomNavMobile {
	width: 100%;
	position: static;
	display: block;
	margin: -40px 0 35px 0;
	border-radius: 7px;
}
.bottomNavMobile li{
	width: 23%;
	clear: none;
	height: auto;
	position: static;
	display: block;
	padding: 1%;
}
.gallery {
}
.credit-cards{
	width: 7%;
}
.showAreaH2 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
