@charset "utf-8";
/* VPB */

/*html, body {
  height: 100%;
  margin-bottom: 1px;
  padding: 0;
}*/



@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}



html, body {
	padding:0;
	margin:0;
}

body {
	font-family: 'open_sansregular', sans-serif;
	background:#fff;
	color:#58595b;
	}

a {
	color:#3fa9f5;
	text-decoration:none;
}

a:hover {
	color:#3fa9f5;
	text-decoration:underline;
}

a:visited {
	color:#3fa9f5;
}


img {

	opacity:0.999;
	filter:alpha(opacity=99.99);
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

img {
	border:0;
}

a img {
	border:0;
}


.style01 {
}


h1 {
	color:#ff9327;
	padding:0;
	margin:0 0 2% 0;
	font-size:1.4em;
}

h2 {
	color:#3fa9f5;
	padding:0;
	margin:0 0 0 0;
	font-size:1.2em;
}

h3 {
	color:#3fa9f5;
	padding:0;
	margin:0 0 0 0;
	font-size:1em;
}

/*.liquid-nav-left-arrow, .liquid-nav-right-arrow,*/ .panel-wrapper {
	clear:both;
	position:absolute;
	display: inline;
	margin:0 !important;
	padding:0 !important;
	top:0;
	right:0;
	width:100%;
	float:right;

}


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


.gridContainer {
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
	font-size:3em;

}

.showdt {
	display:none;
}


#header {
	width:100%;
}

#mainlogo {
	position:relative;
	width:70%;
	padding:0;
	margin:0 auto;
}


#mainlogo img {
	width:100%;
}

#menu-soc {
	position:relative;
	width:100%;
	text-align:center;
	margin:2% 0;
	}
	
#menu-soc ul {
	margin:0;
	padding:0;
	}

#menu-soc ul li {
	display:inline-block;
	width:10%;
	margin:0 0 0 4%;
	padding:0;
}

#menu-soc ul li img {
	width:100%;
}

#showmenu {
	position:relative;
	display:block;
	text-align:center;
	font-size:1.6em;
	text-transform:uppercase;
	padding:2% 0;
	margin:0;
	background:#ff9327;
	width:100%;
	margin:0;
	height:auto;
}

#showmenu a {
	text-decoration:none;
	color:#fff;
}

#menu-main {
	position:absolute;
	top:auto;
	left:auto;
	margin:0;
	width:100%;
	padding:2%;
	text-align:center;
	color:#fff;
	background:#fff;
	font-size:2em;
	z-index:999;
	text-transform:capitalize;
}

	
#menu-main ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu-main ul li {
	clear:both;
	list-style:none;
	margin:0;
	padding:2% 0;
	background:none;
	border:none;
	border-bottom:2px solid #ff9327;
}

#menu-main ul li:last-child {
border:0;
}


#menu-main ul li:last-child {
	border-bottom:none;

}

#menu-main a {
	text-decoration:none;
	color:#3FA9F5;
}


#menu-main a:hover {
	color:#EE4498;
}



#contentholder {
	position:relative;
	width:90%;
	height:auto;
	margin:2% auto 0 auto;
	font-size:1.2em;
	line-height:1.5em;

}

#mainlogo {
	position:relative;
	top:0;
	bottom:auto;
	left:0;
	width:100%;
	height:auto;
	z-index:20;
	margin:0;
	padding:0;
}

#mainlogo img {
	width:100%;
	height:auto;
}

#pagelabel {
	display:block;
	position:relative;
	width: 100%;
	padding:2% 0 2% 5%;
	margin:0;
	background:none;
    font-family: 'open_sansextrabold', serif;
	text-align:left;
	font-size:1.6em;
	letter-spacing:.1em;
	color:#ee4498;
	text-transform:uppercase;
}

.col1 {
	width:90%;
	margin:0 auto;
}

.rightimg {
	float:none;
	width:100%;
	margin:0 0 4% 0;
	}


.leftimg {
	float:none;
	width:100%;
	margin:0 0 4% 0;
}


#mapholder {
	width:100%;
	height:300px;
}

.divider1 {
	clear:both;
	display:block;
	margin:3% 0;
	width:100%;
	height:2px;
	background:#f4b768;
}


.formbutton {
	font-weight:bold;
	background:#ff9327;
	color:#fff;
	border:0;
	font-size:.9em;
	cursor:pointer;
	padding:.5%;
	text-decoration:none;
	width:auto;
	margin:0;
}

.formbutton:hover {
	background:#3fa9f5;
}



#bottomholder {
	position:relative;
	width:100%;
	height:auto;
	text-align:justify;
	margin:0;
}


.botimg {
	width:80%;
	height:auto;
	position:relative;
	bottom:0;
	margin:0 10%;
	
}

.welcome {
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding:0;
	height:auto;
	background:#3fa9f5;
}

.welcometext {
	position:relative;
	width:90%;
	top:auto;
	left:auto;
	margin: 0 auto;
	color:#fff;
	font-size:1.2em;
	line-height:1.6em;
}

.reachus {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background:#ffee21;
}


.reachustext {
	position:relative;
	width:90%;
	top:auto;
	left:auto;
	margin:0 auto;
	color:#f7931e;
	font-size:1.2em;
	line-height:2em;
	text-align:center;
}

.homephone {
	display:inline;
	margin:0;
	padding:0;
	font-size:1.4em;
	font-style:normal;
}



#footer {
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	font-size:1em;
	text-align:center;
	margin:0;
}

#footer img {
	width:100%;
	margin:0;
}

.footerpos {
	display:inline;
	padding:3% .5%;

}

.agmlogo {
	border:none !important;
	margin:0 2% 5% 0;
}

.spacer1 {
	display:inline-block;
	width:10%;
}



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

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {
	
}
}

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

@media only screen and (min-width: 769px) {
	
/* flexcroll */
	
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 12px;
background-color: #ccc;
}
.vscrollerbar {
width: 12px;
background-color: #f9bb90;
}
.hscrollerbase {
height: 12px;
background-color: #ccc;
}
.hscrollerbar {
height: 12px;
background-color: #f9bb90;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

	
body {
	background:#fff;
}


.gridContainer {
	padding:0;
	margin:0;
	width:100%;
}

#LayoutDiv1 {
font-size:1em;
	padding:0;
	margin:0;
	width:100%;
}


#mainholder {
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	height:auto;
	}

#header {
	position:fixed;
	display:block;
	width:100%;
	background:#ff9327;
	height:6%;
	padding:0;
	margin:0;
	z-index:99;
}

.showmob, #showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}

.imgfull img {
	width:100%;
	height:100%;
}



#menu-main {
	position:absolute !important;
	bottom:auto;
	top:35%;
	left:28%;
	display:block !important;
	font-size:1em;
	text-transform:uppercase;
	background:none;
	margin:0;
	width:50%;
	padding:0;
	z-index:99;
	}

#menu-main a {
	text-decoration:none;
	color:#fff;
}


#menu-main a:hover
 {
	color:#000;
}

#menu-main ul {
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:none;
	background:none;
	
}

#menu-main ul li {
	display:inline-block;
	list-style:none;
	margin:0;
	margin:0 2% 0 0;
	padding:0;
	padding:0 1.5% 0 0;
	background:none;
	border:none;
}

#menu-main ul li:last-child {
border:0;
}

#menu-soc {
	position:absolute;
	bottom:auto;
	top:25%;
	right:3%;
	left:auto;
	text-align:right;
	width:15%;
	margin:0;
}

#menu-soc ul {
	margin:0;
	padding:0;
	margin-top:0%;
	}

#menu-soc ul li {
	display:inline-block;
	width:12%;
	margin:0 2%;
	padding:0;
}


#menu-soc ul li img {
	width:100%;
}

#contentholder {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	font-size:1.3em;
	line-height:1.7em;
	z-index:10;
}

.inner #contentholder {
	min-height:80%;
}

#mainlogo {
	position:absolute;
	top:14%;
	bottom:auto;
	left:0;
	width:23%;
	height:auto;
	z-index:20;
}

#mainlogo img {
	width:100%;
	height:auto;
}

.inner #mainlogo {
	position:fixed;
}


#tagline {
	position:absolute;
	top:14%;
	bottom:auto;
	left:25%;
	width:23%;
	height:auto;
	z-index:22;
	background:none;
	margin:0;
	padding:0;
}

#tagline img {
	width:100%;
	height:auto;
}


#pagelabel {
	display:block;
	position:relative;
	width: 96%;
	padding:2%;
	margin:6% 0 0 0;
	background:#ee4498;
    font-family: 'open_sansextrabold', serif;
	text-align:center;
	font-size:3.6em;
	letter-spacing:.1em;
	color:#fff;
	text-transform:uppercase;
}

.testimonials #pagelabel {
		font-size:3.2em;
	letter-spacing:normal;
}

/*.home #contentholder  p {
	font-size:1.3em;
	line-height:1.7em;
}

.inner #contentholder  p {
	font-size:1.2em;
}*/

#bottomholder {
	position:relative;
	width:100%;
	height:32%;
	text-align:justify;
	margin:0;
}


.botimg {
	width:80%;
	height:auto;
	position:absolute;
	bottom:0;
	margin:0 10%;
	
}

.welcome {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	padding:0;
	height:100%;
	background:#3fa9f5;
}

.welcometext {
	position:absolute;
	width:70%;
	top:12%;
	left:15%;
	color:#fff;
	font-size:1.2em;
	line-height:2em;
}

.reachus {
	position:absolute;
	top:0;
	left:50%;
	width:50%;
	height:100%;
	background:#ffee21;
}


.reachustext {
	position:absolute;
	width:60%;
	top:25%;
	left:25%;
	color:#f7931e;
	font-size:1.2em;
	line-height:2em;
	text-align:center;
}

.homephone {
	display:inline;
	margin:0;
	padding:0;
	font-size:2em;
	font-style:normal;
}

.safari #contentholder  p {
	
}


.rightimg {
	float:right !important;
	width:35% !important;
	margin:0 0 1% 4% !important;
	}


.leftimg {
	float:left;
	width:35%;
	margin:0 1% 4% 0;
}


#mapholder {
	float:right;
	width:40%;
	height:400px;
	margin-top:2%;
}


.col1 {
	float:right;
	width:67%;
	min-height:65%;
	height:auto;
	margin: 8% 3% 2% 0;
	z-index:40;
	font-size:1.3em;
	line-height:1.7em;
}

.contact .col1 {
	line-height:normal;
	height:70%;
}

.col2 {
	float:left;
	width:22%;
	margin: 0 0 2% 0;
}

.col2 img {
	width:100%;
	height:auto;
}




.formcell {
	width:50%;
	margin:.5% 0%;
	padding:.5%;
	border:0;
	background:#eee;
	color:#000;
}
	
.placeholder {
	font-size:.8em;
   font-weight:normal;
   color:#222;
}



::-webkit-input-placeholder {   font-size:.8em;
   font-weight:normal;
   color:#222;
}

:-moz-placeholder { /* Firefox 18- */   font-size:.8em;
   font-weight:normal;
   color:#222;
}

::-moz-placeholder {  /* Firefox 19+ */   font-size:.8em;
   font-weight:normal;
   color:#222;
}

:-ms-input-placeholder {   font-size:.8em;
   font-weight:normal;
   color:#222;
}






#footer {
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

#footer img {
	width:33.33%;
	margin:0;
	padding:0;
	float:left;
}

.footerpos {
	display:inline;
	padding:1% .5%;
	border-right:2px solid #58595b;
}

.agmlogo {
	border:none !important;
	margin:0 2% 0 0;
}




}

