@charset "utf-8";
/* CSS Document */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

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

}

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

}

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font:1em/1.5em 'Arial', 'Helvetica', sans-serif;
	height: auto;
	width: auto;
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
	-pie-transition:all .2s linear;
	behavior: url(../js/libs/PIE.htc);
}
a {color:#0060b0;}

h1 {
    color: #42535d;
    display: block;
    font-family: 'OpenSansSemibold',sans-serif;
    font-size: 1.875em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
}
.headline {
    margin: 2%;
    width: 88%;
}
h2 {
    color: #42535d;
    display: block;
    font-family: 'OpenSansSemibold',sans-serif;
    font-size: 0.975em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.subhead {
    margin-bottom: 2%;
    margin-left: 14%;
    width: 75%;
}
img {max-width:100%;}
img.right {float:right; margin:10px;}
img.left {float:left; margin:10px;}

#wrapper {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
/*	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#efefef));
	background: -moz-linear-gradient(#ffffff, #efefef);
	background: -o-linear-gradient(#ffffff, #efefef);
	background: linear-gradient(#ffffff, #efefef);
	-pie-background: linear-gradient(#ffffff, #efefef,);
	behavior: url(../js/libs/PIE.htc);*/
		
	background: #f1eabe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #ffffff 14%, #f1eabe 51%, #f1eabe 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#ffffff), color-stop(51%,#f1eabe), color-stop(90%,#f1eabe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 14%,#f1eabe 51%,#f1eabe 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 14%,#f1eabe 51%,#f1eabe 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 14%,#f1eabe 51%,#f1eabe 90%); /* IE10+ */
	background: linear-gradient(top, #ffffff 14%,#f1eabe 51%,#f1eabe 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1eabe',GradientType=0 ); /* IE6-8 */
}

#container {
	max-width: 890px;
	height:auto;
	margin: 0 auto;
	padding:0 5%;
}

#shell {
	display: block;
	overflow: hidden;
	max-width: 900px;
	height:auto;	
	margin: 0 auto;
	padding:0;
}
#topBar {
	background-color: #42535d;
	width: auto;
	height: 50px;
	padding: 0;
	margins: 0;
}
#amFamLogo {
	background:url(../images/amFam_logo.png) no-repeat scroll 0px 0px transparent;
	display:block;
	float:left;
	height:102px;
	vertical-align:bottom;
	width:202px;
	text-indent:-2000px;
	padding-bottom: 1.5%;
}

#locator {
    background-color: #DEDEDE;
    clear: both;
    display: block;
    height: 466px;
    margin: 4% auto;
    overflow: hidden;
    width: 795px;
}
#products {
    background-color: #ffffff;
    clear: both;
    display: block;
    height: 540px;
    margin: 2% auto;
    overflow: hidden;
    width: 795px;
	padding: 2% 0 0 0;
	-webkit-border-radius:20px;
	-moz-border-radius: 20px;
	-pie-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	-pie-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior: url(../js/libs/PIE.htc);
}
#icon{
	width: 44%;
	/*height: 117px;*/
	padding: 5px;
	margin:0 0 0 3%;
	display:block;
	float: left;	
}
#icon p{
	font-size: 12px;
	line-height: 16px;
}
.text {
	margin: 3% 0 0 0;
}
/*.car-ico{background:url(../images/ico-car.png) no-repeat scroll 0px 0px transparent;}
.life-ico{background:url(../images/ico-life.png) no-repeat scroll 0px 0px transparent;}
.biz-ico{background:url(../images/ico-biz.png) no-repeat scroll 0px 0px transparent;}
.home-ico{background:url(../images/ico-home.png) no-repeat scroll 0px 0px transparent;}
.rent-ico{background:url(../images/ico-move.png) no-repeat scroll 0px 0px transparent;}
.umbrella-ico{background:url(../images/ico-umbrella.png) no-repeat scroll 0px 0px transparent;}
.prod-copy{
	display: block;
	margin: 4% 0 0 34%;
}*/
.disclaimer {
    clear: both;
    color: #999999;
    font-size: 9px;
    line-height: 11px;
    margin: 0 0 0 5%;
    padding: 1%;
    text-align: center;
    width: 75%;
}
/*--------------FOOTER-----------*/
#footer {
	background: #efefef;
	height: 300px;
	width: auto;
	display: block;
	clear: both;
	border-top: 1px solid #BCC0AC;
	margin-top: 40px;
}
#footer p{
	color: #666;
	padding-top: 20px;
	text-align:center;
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:normal;
	line-height: 1.4em;
}
#footer p.callAmfam {
	font-size: .8em;*/
}
#nav_tertiary{margin: 12px 0; font-size:10px;text-align:center}
#nav_tertiary li{display: inline;list-style: none;padding: 0 11px 0 0;margin: 0 10px 0 0;background: url('https://web.amfam.com/site-assets/img/separators/nav_tertiary.gif') right center no-repeat}
#nav_tertiary li.last{background: none;margin-right: 0;padding-right: 0}
#nav_tertiary li a{text-decoration: underline;color: #666}
#nav_tertiary li a:hover{text-decoration: none;color: #368CC2}
a.external {background:url('https://web.amfam.com/site-assets/img/icons/external.gif') no-repeat center right;padding-right:14px}

@media all and (min-width: 768px) and (max-width: 1024px)   {


}

@media all and (max-width: 768px){
.headline {
    margin: 4% auto;
    width: 88%;
	clear: both;
}
h2 {
    font-size: 0.8em;
}
.subhead {
    margin: 2% auto 6%;
    width: 90%;
}	
#locator {
    display: none;
}	
#products {
    background-color:transparent;
    clear: both;
    display: block;
    height: auto;
    margin: 2% auto;
    overflow: hidden;
    width: auto;
	padding: 0;
	-webkit-border-radius:none;
	-moz-border-radius: none;
	-pie-border-radius:none;
	border-radius:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-pie-box-shadow: none;
	box-shadow:none;
}
#icon{
	width: auto;
	height: 128px;
	padding: 3px;
	margin: 3% 0;
	display:block;
	float: left;
	clear:both;
	border: 1px solid #d9d9d9;
	background-color:#FFFFFF;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	-pie-border-radius:10px;
	border-radius:10px;
	behavior: url(../js/libs/PIE.htc);	
}
.prod-copy {
    display: block;
    margin: 3% 0 0 37%;
}
.disclaimer {
    color: #FFFFFF;
	text-align:left;
}
#nav_tertiary{margin: 12px 0; font-size:12px;text-align:center; font-weight:bold;}
#nav_tertiary li{display: block;list-style: none;padding: 10px 0 0 0;margin: 0 0 0 0;background: none;}
#nav_tertiary li.last{background: none;margin-right: 0;padding-right: 0}
#nav_tertiary li a{text-decoration: none;color: #28507b}
#nav_tertiary li a:hover{text-decoration: none;color: #28507b}
a.external {background:none;padding-right:14px}

#footer p{
	color: #666;
	padding-top: 20px;
	text-align:center;
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight:normal;
	line-height: 2em;
}

#footer p.callAmfam {
	width: 88%;
	max-width: 30em;
	height: auto;
	display: block;
	background-color: #0e9804;
	margin: 0 auto;
	padding: 1em 0;
	position: relative;
	text-align:center;
	color: #000;
	text-decoration: none;
	background-image: -moz-linear-gradient(100% 100% 90deg, #0e9804, #87e600);
	background-image: -o-linear-gradient(100% 100% 90deg, #0e9804, #87e600);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87e600), to(#0e9804));
	-webkit-border-radius: 1.25em;
	-moz-border-radius: 1.25em;
	-o-border-radius: 1.25em;
	border-radius: 1.25em;
	behavior: url(../js/libs/PIE.htc);
}

#footer p.callAmfam strong,
#footer p.callAmfam strong a {
	font-weight: bold;
	color: #fff;
	text-transform:capitalize;
	display: block;
	clear: both;
	font-size: 1.5em;
}


#footer p.callAmfam strong a {
	text-decoration:none;
	color: #333;
}

#footer .hide4Mobile  {
	display: none;
}
}	