@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Overlock|Bree+Serif|Raleway);

/*
font-family: 'Overlock', cursive;
font-family: 'Bree Serif', serif;
font-family: 'Raleway', sans-serif;

*/


.headerrow {
	background-image: url(/images/hdrbg.jpg);
	background-repeat: repeat;
	border-top-width: 5px;
	margin-top:5px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	
	}
	
	
	
.maincontent {
	background-color: #F7F7F7;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	}	
	
	
	
	
#pf-main-content-container-row {
		background-color: #F7F7F7;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	}
	
	
	
	
.clearfloats {
	clear:both;
	margin:0px;
	line-height:0px;
	padding:0px;}
	
	
.contactusheader {
	font-size: 25px;
	color: #fff;
	font-weight:bold;
	margin-bottom:0px;
	font-family: 'Overlock', cursive;

	}


.footercontent {
	background-color: #000;
	padding-top: 20px;
	font-family: 'Overlock', cursive;
	padding-bottom: 20px;
	background-image: url(/images/footerbg.jpg);
	background-repeat: no-repeat;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	
	
	
	
.footercontent P{
	color: #FFF;

}

.footercontent div{
	color: #FFF;

}

.footercontent a:link {
	color: #FFF;
	text-decoration: none;
}

.footercontent a:visited {
	color: #FFF;
	text-decoration: none;
}

.footercontent a:hover {
	color: #CCC;
	text-decoration: underline;	
}

.footercontent a:active {
	color: #CCC;
	text-decoration: none;
	
}



.hdr_red {
	color:#FFF;
	font-size:20px;
	padding:6px;
	padding-left:15px;

	background: #961a1d;
background: -moz-linear-gradient(top, #961a1d 0%, #6d0202 48%, #5e0001 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#961a1d), color-stop(48%,#6d0202), color-stop(100%,#5e0001));
background: -webkit-linear-gradient(top, #961a1d 0%,#6d0202 48%,#5e0001 100%);
background: -o-linear-gradient(top, #961a1d 0%,#6d0202 48%,#5e0001 100%);
background: -ms-linear-gradient(top, #961a1d 0%,#6d0202 48%,#5e0001 100%);
background: linear-gradient(to bottom, #961a1d 0%,#6d0202 48%,#5e0001 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961a1d', endColorstr='#5e0001',GradientType=0 );
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}



.imgfancy {
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
     box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.33);}




.imgfancy_right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
       box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.33);}




.google-maps {
    position: relative;
    padding-bottom: 70%; /*// (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


