@charset "utf-8";
/* CSS Document */


/* ------------- "reset" styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.certainfield {display: none;}

/* ------------- "generic" styles */

:focus { outline: 0; }

body {
	background-color: #fff;
	font-family:'vag_thin', Arial, Helvetica, sans-serif; font-size:15px;
	color:#6e6f72;
}

h1 {color: #4F4F4F; font-size: 30px; margin-bottom: 10px;font-family: 'vag_thin'; text-shadow: 1px 1px 0px #fff; font-weight: normal;}
h2 {color: #4F4F4F; font-size: 20px; margin-bottom: 10px;font-family: 'vag_thin'; text-shadow: 1px 1px 0px #fff; font-weight: bold;}
h3 {color: #4F4F4F; font-size: 16px; margin-bottom: 10px;font-family: 'vag_thin'; text-shadow: 1px 1px 0px #fff; font-weight: normal;}

div#main_content h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
	}

h1 strong {font-family: 'vag_bold';}
h2 strong {font-family: 'vag_bold';}
h3 strong {font-family: 'vag_bold';}

p { line-height: 22px; margin-bottom: 15px; font-family: 'vag_thin'; text-shadow: 1px 1px 0px #fff;}

a {color: #649a28;}

ul li {font-family: 'vag_thin'; text-shadow: 1px 1px 0px #fff;}

@font-face {
    font-family: 'vag_bold';
    src: url('../font/vag_bold.eot');
    src: url('../font/vag_bold.eot?#iefix') format('embedded-opentype'),
         url('../font/vag_bold.woff') format('woff'),
         url('../font/vag_bold.ttf') format('truetype'),
         url('../font/vag_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vag_normal';
    src: url('../font/vag_normal.eot');
    src: url('../font/vag_normal.eot?#iefix') format('embedded-opentype'),
         url('../font/vag_normal.woff') format('woff'),
         url('../font/vag_normal.ttf') format('truetype'),
         url('../font/vag_normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vag_thin';
    src: url('../font/vag_thin.eot');
    src: url('../font/vag_thin.eot?#iefix') format('embedded-opentype'),
         url('../font/vag_thin.woff') format('woff'),
         url('../font/vag_thin.ttf') format('truetype'),
         url('../font/vag_thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------- "wrapper" styles */

div#wrapper {
	margin: auto;
    width: 960px;
}

/* ------------- "header" styles */

div#header {
	position: relative;
	padding-top: 20px;
	width: 960px;
	height: 109px;
	background: url(../images/page_div.png) bottom no-repeat;
	}
	
	
	a.logo {
		margin: auto;
		width: 274px;
		height: 90px;
		display: block;
		background: url(../images/logo2.jpg);
		}
		
		/*
	a.logo {
		position: absolute;
		top: 30px;
		left: 0px;
		width: 251px;
		height: 62px;
		display: block;
		background: url(../images/logo.png);
		}	
		*/
		
	p.call_text {
		position: absolute;
		right: 0px;
		top: 30px;
		font-size: 24px;
		}
		
		p.call_text strong {font-family: 'vag_bold'; color: #ff8400;}
		
	p.call_number {
		position: absolute;
		right: 0px;
		top: 70px;
		color: #ff8400;
		font-family: 'vag_bold';
		font-size: 40px;
		}		
		


/* ------------- "banner" styles */


div#banner {
	position: relative;
	width: 960px;
	height: 265px;
	background: url(../images/page_div.png) bottom no-repeat;
	}
	
	div#banner p.freeadvice {
		position: absolute;
		top: 14px;
		left: 0px;
		width: 460px;
		color: #4F4F4F;
		font-size: 22px;
		font-family: 'vag_bold';
		font-weight: normal;
		line-height: 35px;
		}
		
		div#banner p.freeadvice strong {
			font-family: 'vag_bold';
			color: #679c2a;
			}
			
	div#banner p.callus {
		position: absolute;
		top: 50px;
		left: 0px;
		width: 460px;
		color: #4F4F4F;
		font-size: 22px;
		font-family: 'vag_bold';
		font-weight: normal;
		line-height: 35px;
		}
		
		div#banner p.callus strong {
			color: #ff8400;
			font-size: 32px;
			}		
			
	div#banner ul {
		position: absolute;
		top: 110px;
		width: 460px;
		left: 0px;
		 text-shadow: 1px 1px 0px #fff;
		}		
			
	ul.bullets li {
		background: url(../images/banner_arrow.png) left no-repeat;
		text-indent: 30px;
		height: 19px;
		color: #4F4F4F;
		margin-bottom: 15px;
		font-size: 18px;
		}	
		
		span.or {
			position: absolute;
			top: 100px;
			left: 420px;
			display: block;
			width: 58px;
			height: 58px;
			background: url(../images/or.png);
			}	


/* ------------- "claim form" styles */

form#claim {
	position: absolute;
	right: 0px;
	top: 17px;
	width: 445px;
	height: 210px;
	}
	
	form#claim p.askaquestion {
		font-family: 'vag_bold';
		width: 430px;
		height: 29px;
		padding-top: 3px;
		color: #4f4f4f;
		background: url(../images/form_arrow2.png) right top no-repeat;
		font-size: 22px;
		}
		
	form#claim input.small {
		width: 199px;
		font-family: Arial, Helvetica, sans-serif; font-size:14px;
		height: 36px;
		background: url(../images/input_small.png) no-repeat;
		border: 0px;
		padding-left: 15px; 
		margin-right: 7px;
		}	
		
	form#claim input#telephone {margin-right: 0px;}	
		
	form#claim textarea.large {
		width: 409px;
		height: 52px;
		background: url(../images/input_textarea.png) no-repeat;
		font-family: Arial, Helvetica, sans-serif; font-size:14px;
		border: 0px;
		padding: 15px;
		overflow: auto;
		margin-top: 8px;
		}	
		
	form#claim input#txtsubmit {
		width: 435px;
		height: 55px;
		background: url(../images/submit3.png);
		border: 0px;
		cursor: pointer;
		margin-left: 2px;
		margin-top: 5px;
		}
		
		form#claim input#txtsubmit:hover {
			background-position: 0px -55px;
			}	


/* ------------- "icons" styles */


div#icons {
	width: 960px;
	height: 80px;
	}
	
	div#icons p {
		color: #4F4F4F;
		font-size: 20px;
		width: 960px;
		font-family: 'vag_bold';
		height: 30px;
		background: url(../images/page_div.png) bottom no-repeat;
		margin-top: 10px;
		padding-bottom: 3px;
		margin-bottom: 0px;
		}
	
	div#icons ul {
		width: 960px;
		height: 80px;
		}
		
		div#icons ul li {
			height: 50px;
			padding-top: 30px;
			font-size: 16px;
			float: left;
			}	
			
			div#icons ul li.icon_1 {background: url(../images/icon_1.png) no-repeat left; text-indent: 50px;}
			div#icons ul li.icon_2 {background: url(../images/icon_2.png) no-repeat left; text-indent: 45px;}
			div#icons ul li.icon_3 {background: url(../images/icon_3.png) no-repeat left; text-indent: 60px;}
			div#icons ul li.icon_4 {background: url(../images/icon_4.png) no-repeat left; text-indent: 50px;}
			
		div#icons ul span {
			height: 80px;
			width: 65px;
			display: block;
			background: url(../images/icons_arrow.png) no-repeat center;
			float: left;
			}	
	

/* ------------- "main_wrapper" styles */	

div#main_wrapper {
	width: 930px;
	min-height: 200px;
	padding: 15px;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.3);
	margin-bottom: 30px;
	}
	
	div#main_content {
		width: 675px;
		float: left;
		}

		div#main_content ul {
			list-style-type: circle;
			margin: 0 0 15px 18px;
			line-height: 22px;
			}

		div#main_content li {
			margin: 0 0 15px 0;
			line-height: 22px;
			}
		
	
/* ------------- "sidebar" styles */	

div#sidebar {
	width: 240px;
	float: left;
	margin-left: 15px;
	}	
	
	div#secondary_nav {
	width: 240px;
	float: left;
	margin-bottom: 15px;
	}
	
	div#secondary_nav h2 {
		width: 225px;
		height: 33px;
		background: url(../images/header_bg.png);
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		color: #fff;
		text-shadow: none;
		padding-left: 15px;
		padding-top: 10px;
		font-size: 20px;
		margin-bottom: 0px;
		}
		
	div#secondary_nav ul.main {
		width: 238px;
		background: #f6f6f6;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border: 1px solid #bcbcbc;
		border-top: none;
		padding-bottom: 7px;
		}	
		
	div#secondary_nav ul.main li a {
		display: block;
		color: #6e6f72;
		text-decoration: none;
		width: 239px;
		cursor: pointer;
		height: 27px;
		font-size: 16px;
		background: url(../images/faqs_arrow.png) no-repeat;
		background-position: 10px;
		text-indent: 35px;
		border-bottom: 1px solid #bcbcbc;
		padding-top: 11px;
		}
		
		div#secondary_nav ul.main li a.selected {
			background: url(../images/faqs_arrow_active.png) no-repeat;
			background-position: 10px;
			}
		
		div#secondary_nav ul.main li a:hover {text-decoration: underline;}
		
		div#secondary_nav ul.sub {
			display: none;
			background: #fff;
			border-bottom: 1px solid #ccc;
			padding-top: 5px;
			padding-bottom: 5px;
			}
		
		div#secondary_nav ul.sub li a {
			text-decoration: none;
			width: 238px;
			height: 15px;
			font-size: 16px;
			background: url(../images/small_arrow.png) no-repeat #fff;
			background-position: 15px;
			text-indent: 35px;
			border-bottom: 0px;
			padding-top: 4px;
			padding-bottom: 4px;
			}
			
			
	div#more_info {
	width: 240px;
	float: left;
	margin-bottom: 15px;
	}
	
	div#more_info h2 {
		width: 225px;
		height: 33px;
		background: url(../images/header_bg.png);
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		color: #fff;
		text-shadow: none;
		padding-left: 15px;
		padding-top: 10px;
		font-size: 20px;
		margin-bottom: 0px;
		}
		
	div#more_info ul.main {
		width: 238px;
		background: #f6f6f6;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border: 1px solid #bcbcbc;
		border-top: none;
		padding-bottom: 7px;
		}	
		
	div#more_info ul.main li a {
		display: block;
		color: #6e6f72;
		text-decoration: none;
		width: 239px;
		cursor: pointer;
		height: 27px;
		font-size: 16px;
		background: url(../images/faqs_arrow.png) no-repeat;
		background-position: 10px;
		text-indent: 35px;
		border-bottom: 1px solid #bcbcbc;
		padding-top: 11px;
		}
		
		div#more_info ul.main li a.selected {
			background: url(../images/moreinfo_arrow_active.png) no-repeat;
			background-position: 10px;
			}
		
		div#more_info ul.main li a:hover {text-decoration: underline;}
		
		div#more_info ul.sub {
			display: none;
			background: #fff;
			border-bottom: 1px solid #ccc;
			padding-top: 5px;
			padding-bottom: 5px;
			}
		
		div#more_info ul.sub li a {
			text-decoration: none;
			width: 238px;
			height: 15px;
			font-size: 16px;
			background: url(../images/small_arrow.png) no-repeat #fff;
			background-position: 15px;
			text-indent: 35px;
			border-bottom: 0px;
			padding-top: 4px;
			padding-bottom: 4px;
			}

	div#more_info p {
		width: 218px;
		background: #f6f6f6;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border: 1px solid #bcbcbc;
		border-top: none;
		padding: 10px 10px 10px 10px;
		}		
			
			
	a.claim_calculator {
		display: block;
		margin-top: 10px;
		margin-bottom: 20px;
		width: 240px;
		height: 120px;
		float: left;
		background: url(../images/claim_calculator_btn.png);
		}	
		
		a.claim_calculator:hover {
			background-position: 0px -120px;
			}	
		

	
	
/* ------------- faqs" styles */	


div#faqs {
	width: 675px;
	float: left;
	margin-bottom: 15px;
	}
	
	div#faqs h2 {
		width: 660px;
		height: 33px;
		background: url(../images/header_bg.png);
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		color: #fff;
		text-shadow: none;
		padding-left: 15px;
		padding-top: 10px;
		font-size: 20px;
		margin-bottom: 0px;
		}
		
	div#faqs ul {
		list-style: none;
		margin: 0 0 0 0;
		width: 673px;
		background: #f6f6f6;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border: 1px solid #bcbcbc;
		border-top: none;
		}	
		
	div#faqs ul li {
		margin: 0 0 0 0;
		width: 673px;
		height: 27px;
		font-size: 16px;
		background: url(../images/faqs_arrow.png) no-repeat;
		background-position: 10px;
		text-indent: 35px;
		border-bottom: 1px solid #bcbcbc;
		padding-top: 11px;
		}
		
		div#faqs ul li a {text-decoration: none; color: #666;font-family: 'vag_thin'; text-shadow: 1px 1px 0px #fff;}
		div#faqs ul li a:hover {text-decoration: underline;}
		
		div#faqs ul li:last-child {
			border-bottom: 0px;
			}	


/* ------------- "footer" styles */	

div#footer {
	width: 960px;
	height: 70px;
	background: #fff;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.3);
	}
	
	p.copyright {
		text-shadow: none;
		color: #666;
		float: left;
		margin-top: 22px;
		margin-left: 20px;
		}
		
	div#footer ul {
		margin-top: 25px;
		margin-right: 20px;
		float: right;
		}	
		
		div#footer ul li {
			margin-right: 15px;
			display: inline;
			}
			
			div#footer ul li a {
				color: #666;
				text-decoration: none;
				text-shadow: none;
				}
				
			div#footer ul li a:hover {
				text-decoration: underline;
				}	



/* ------------- "c4fErrorDialog" styles */

div#c4fErrorOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.nowinnofee.com/images/erroroverlay.png);
    width: 100%;
    height: 100%;
	line-height: 20px;
	z-index: 99999999;
}

div#c4fErrorDialog {
	font-family: 'lato';
	font-size: 16px !important;
	background: #fff;
	color: #000;
	border: 4px solid #ccc;
	padding: 8px;
	text-align: center;
	width: 40%;
	padding: 20px;
	max-width: 400px;
	min-width: 240px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	line-height: 20px;
	margin: auto;
	margin-top: 20vh;
	}
	
	div#c4fErrorDialog h2 {
		margin-top: 0px;
		}

div#c4fErrorDialog span.highlight {
   color: #f20808;
}

div#c4fErrorDialog select#c4fPopupDesc {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 7px;
	border: 1px solid #ddd;
	font-size: 16px;
	}

div#c4fErrorDialog span.entered {
   margin-top: 15px;
   margin-bottom: 15px;
}

div#c4fErrorDialog input#c4fPhoneVal {
    padding: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
	font-size: 16px;
}

div#c4fErrorDialog input#c4fPhoneVal:focus {
    padding: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #5995b2;
	-webkit-box-shadow: 0 0 5px 0 rgba(89,149,178,0.5);
	box-shadow: 0 0 5px 0 rgba(89,149,178,0.5);
}


div#c4fErrorDialog input#c4fCorrectionSubmit {
    background: #86bd4a;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    margin-top: 10px;
    color: #fff;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
	font-family: 'lato';
	font-weight: bold;
	text-transform: uppercase;
}

div#c4fErrorDialog input#c4fCorrectionSubmit:hover {background: #6ca430;}

div#c4fErrorDialog input#c4fCorrectionCancel {
    background: #ccc;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    margin-top: 10px;
    color: #666;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
	font-family: 'lato';
	font-weight: bold;
	text-transform: uppercase;
}

div#c4fErrorDialog input#c4fCorrectionCancel:hover {
	background: #aaa;
	}


			
	@media only screen
	and (max-width : 600px) {
	div#c4fErrorDialog {font-size: 14px!important;line-height: 16px;}
	}