@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:		4;
	dw-num-cols-tablet:		8;
	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 {
	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;
	clear: none;
	float: none;
	max-width: 1000px;
}
#head {
	background-color: #000000;
	padding-left: auto;
	padding-right: auto;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#head img {
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	max-width: 1000px;
}
#headerContainer {
}
#intro {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;
	line-height: 0.95em;
	width: 90%;
	display: block;
	color: white;
}
.introContainer {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#introDescription {
	margin-left: 5%;
	margin-right: 5%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: .8em;
	line-height: 0.95em;
	width: 90%;
	display: block;
	color: white;
}
#contentContainer {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#leftColumnContainer {
	display: block;
	border: none;
	padding-left: 0px;
}
#rightColumnContainer {
	display: block;
	margin-top: 20px;
}
.sectionHeader {
	color: #06539D;
	background-color: #00AFF2;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sectionContent {
	background-color: rgba(255,255,255,0.75);
	margin-bottom: 20px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
.list {
	list-style-type: disc;
	list-style-image: url(images/dot.png);
}
.listItem {
	margin-bottom: 5px;

}
#footer {
	background-color: #231f20;
	color: #FFFFFF;
}
#footer img {


}
#footerContainer {

}
#getQuoteContainer {
	
	margin-top: 150px;
	
	position: relative;
	top: 20px;
	padding:20px;
	margin-bottom: 20px;
	background:black;
	color:white;
	clear:both;
	font-size:25px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
}
#leftColumnContainer #getQuoteContainer img {
	max-width: 75%;
}
.itemDescription {
	font-size: 0.7em;
	color: #575757;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#pj-bg {
	position: fixed;
	z-index: -100;
}
#agencyInfo {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width:481px){

#intro {
	font-size: 1.5em;
	color: white;
}
#introDescription {
	font-size: .9em;
	color: white;
}
#contentContainer {
}
#leftColumnContainer {
	border-right: 1px solid #000000;
	display: block;
	width: 47.8%;
	float: left;
	clear: none;
	padding-right: 2%;
}
#rightColumnContainer {
	display: block;
	float: right;
	clear: none;
	margin-left: 2%;
	width: 48%;
	margin-top: 0px;
}
.sectionHeader {
}
.sectionContent {
}
.list {
}
.listItem {
}
#footer {
}
#footerContainer {

}
#getQuoteContainer {
	display: block;
	margin-left: auto;
	margin-top: 25px;
	margin-right: auto;
}
.itemDescription {
}
#pj-bg {
}
#agencyInfo {
	max-height: 150px;
}
.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){

#intro {
	font-size: 1.8em;
	color: white;
}
#introDescription {
	font-size: 1em;
	color: white;
}
#contentContainer {
}
#leftColumnContainer {
	border-right: 1px solid #000000;
	display: block;
	width: 47.8%;
	float: left;
	clear: none;
	padding-right: 2%;
	position: relative;
}
#rightColumnContainer {
	float: right;
	clear: none;
















	width: 3
.%;
	display: block;
	margin-left: 2%;
	width: 48%;
	margin-top: 0px;

}
.sectionHeader {
}
.sectionContent {


}
.list {
}
.listItem {
}
#footer {
}
#footerContainer {
}
#getQuoteContainer {
	display: block;
	
}
.itemDescription {
}
#pj-bg {
}
#agencyInfo {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
