@import url('normalize.css');

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);

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

}

/* General Base Style */
body{
	font-family: Cambria, Georgia, serif;
	background: #fff;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;	
	padding-left: 55px;	
	background: #27313d url(../images/bg_blue.jpg) repeat top left;
}
.quote-main{
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ededd8;
	background: #27313d url(../images/bg_blue.jpg) repeat top left;

}
.container > header{
	margin: 10px;
	padding: 10px 10px 0px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'veneerregular';
	font-size: 37px;
	line-height: 37px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #5f6e7d;
	/* color: #83837a; */
	text-shadow: 0px 2px 0px rgba(255,255,255,0.3);
}
.container > header h2{
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0;
	padding: 0px 0 10px 0;
	color: #808b96;
	/* color: #9a9a8f; */
	text-shadow: 0px 2px 0px rgba(255,255,255,0.3);
}
/* Header Style */
.firehalo-top{
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: 'Lato', 'Arial Narrow', Cambria, Georgia, serif;
/*	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000; */
}
.firehalo-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: rgba(95,110,125, 0.9);
	display: inline-block;
}
.firehalo-top a:hover{
	color: rgba(95,110,125, 1);
}
.firehalo-top span.right{
	float: right;
}
.firehalo-top span.right a{
	float: left;
	display: block;
}


.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
	display: block;
}