@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: 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:	10;
	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/
*/

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

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.innerContainer{
	width:100%;
	float:left;
	clear:both;
}
.headerbg{
	background-image:url(../images/headerCarStorage.jpg);
	background-position:center;
	background-size:contain;
	text-align:center;
	padding:3%;
	background-repeat:no-repeat;
}
.logo{
	width:40%;
	margin-top:10%;
	margin-bottom:7%;
}
.textbg{
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0%;
	padding-top:0%;
	font-size:12pt;
}
ul {
    list-style-image:url(../images/padlocks.png);
	list-style-position:top;
	line-height:22pt;
	font-size:15pt;
}
li{
	
	width:100%;
	padding-bottom:5%;
}
.contactDetailsContainer{
	border-color:#c0bfbf;
	border-radius:5px;
	border-style:solid;
	border-width:3px;
	padding:2%;
	margin:2%;
	width:94%;
	float:left;
	clear:both;
}

@font-face {
    font-family: headerFont;
    src:url(../font/future_forces-2/futureforceslaserital.ttf);
}
.contactheader{
	font-family: headerFont; 
	color: #1c75bc;
	font-size:40pt;
	float:left;
	clear:both;
}
.contactTextContainer{
	float:left;
	width:100%;
}
.contactNumber{
	font-size:20pt;
	float:left;
	clear:both;
}
.emailAddress{
	font-size:11pt;
}

    .google-maps {
        position: relative;
        padding-bottom: 55%;
        height: 0;
        overflow: hidden;
		float:right;
		width:100%;
		border-radius:5px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.infoText{
	text-align:center;
	font-size:16pt;
	
}

/* 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%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.innerContainer{
	width:100%;
	float:left;
	clear:both;
}
.headerbg{
	background-image:url(../images/headerCarStorage.jpg);
	background-position:center;
	background-size:contain;
	text-align:center;
	padding:3%;
	background-repeat:no-repeat;
}
.logo{
	width:40%;
	margin-top:10%;
	margin-bottom:7%;
}
.textbg{
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0%;
	padding-top:0%;
	font-size:12pt;
}
ul {
    list-style-image:url(../images/padlocks.png);
	line-height:30pt;
	font-size:20pt;
}
li{
	
	width:100%;
	padding-bottom:1%;
}
.contactDetailsContainer{
	border-color:#c0bfbf;
	border-radius:5px;
	border-style:solid;
	border-width:3px;
	padding:2%;
	margin:2%;
	width:94%;
	float:left;
	clear:both;
}

@font-face {
    font-family: headerFont;
    src:url(../font/future_forces-2/futureforceslaserital.ttf);
}
.contactheader{
	font-family: headerFont; 
	color: #1c75bc;
	font-size:40pt;
}
.contactTextContainer{
	float:left;
	width:60%;
}
.contactNumber{
	font-size:24pt;
}
.emailAddress{
	font-size:11pt;
}

    .google-maps {
        position: relative;
        padding-bottom: 55%;
        height: 0;
        overflow: hidden;
		float:right;
		width:40%;
		border-radius:5px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.infoText{
	text-align:center;
	font-size:16pt;
	
}
}

/* 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.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.innerContainer{
	width:100%;
	float:left;
	clear:both;
}
.headerbg{
	background-image:url(../images/headerCarStorage.jpg);
	background-position:center;
	text-align:center;
	padding:3%;
	background-repeat:no-repeat;
}
.logo{
	width:35%;
	margin-top:7%;
	margin-bottom:7%;
}
.textbg{
	background-image:url(../images/carbg.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0%;
	padding-top:0%;
	font-size:12pt;
	background-color:transparent;
	opacity:1;
}
ul {
    list-style-image:url(../images/padlocks.png);
	line-height:50pt;
	font-size:30pt;
}
li{
	
	width:50%;
	padding-bottom:1%;
}
.contactDetailsContainer{
	border-color:#c0bfbf;
	border-radius:5px;
	border-style:solid;
	border-width:3px;
	padding:2%;
	margin:2%;
	width:94%;
	float:left;
	clear:both;
}

@font-face {
    font-family: headerFont;
    src:url(../font/future_forces-2/futureforceslaserital.ttf);
}
.contactheader{
	font-family: headerFont; 
	color: #1c75bc;
	font-size:50pt;
}
.contactTextContainer{
	float:left;
	width:60%;
}
.contactNumber{
	font-size:45pt;
}
.emailAddress{
	font-size:22pt;
}

    .google-maps {
        position: relative;
        padding-bottom: 45%;
        height: 0;
        overflow: hidden;
		float:right;
		width:40%;
		border-radius:5px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.infoText{
	text-align:center;
	font-size:30pt;
	
}
}