/* Basic HTML
----------------------------------------------------------------------------------------------------*/

a:link { color: #0857A6; }
a:visited { color: #800080; }
a:hover, a:active { color: #ef6231; }

em, a em {
	color: #3399FF;
	font-weight: bold;
	text-decoration: none;
}

small { font-size: 10px; }

table { text-align: left; }

h1, h2 { letter-spacing: -.05em; }
h4, h5, h6 { margin-bottom: 10px; }

h1 { font-size: 32px; }
h3, h4 { color: #32c556; }

li {
	list-style: none;
	background: url(/img/layout/bullet.png) 0 5px no-repeat;
	margin-left: 20px;
	margin-bottom: 12px;
	padding-left: 16px;
}

input, select, textarea {
	font-size: 13px;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}
	

.align-center { text-align: center; }
.align-right { text-align: right; }

.inline-replaced, .inline-replaced:hover {
	display: -moz-inline-box;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	vertical-align: text-top;
	text-decoration: none;
	/* zoom: 1; for IE6 & IE7 */
}


.iepngfix { behavior:url("/css/iepngfix.htc"); }


/* Layout
----------------------------------------------------------------------------------------------------*/

body {
	background: #fff url(/img/layout/masthead-bg.png) repeat-x;
	min-width: 960px;
}


/* Masthead */

#masthead {
	background: url(/img/layout/masthead-bg2.jpg) center top no-repeat;
	height: 124px;
	margin-bottom: 1px; /* 1px margin for the bottom border in the body background image */
	overflow: hidden;
}
.inside #masthead { margin-bottom: 21px; }

#masthead .container_12 { position: relative; }

#masthead h1 {
	position: absolute;
	left: 10px;
	top: 47px;
	margin: 0;
}

#masthead h1 a {
	display: block;
	background: url(/img/layout/masthead-logo.png) no-repeat;
	width: 318px;
	height: 48px;
	overflow: hidden;
	text-indent: -9000px;
	cursor: pointer; /* for IE6 pngfix */
}

#track {
	position: absolute;
	right: 0;
	width: 310px;
}

#track label {
	display: block;
	position: absolute;
	right: 170px;
	top: 20px;
	width: 130px;
	height: 14px;
	background: url(/img/layout/track-label.png) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}

#track-input {
	position: absolute;
	right: 10px;
	top: 13px;
	width: 147px;
	height: 24px;
	background: url(/img/layout/track-input-bg.png) no-repeat;
}

#track-input input {
	position: absolute;
	left: 6px;
	top: 1px;
	width: 110px;
	height: 14px;
	background-color: #fff;
	border: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

#track-input input.default { color: #b6b6b6; }

#tracking-submit {
	position: absolute;
	display: block;
	width: 26px;
	height: 24px;
	right: 0;
	top: 0;
	text-indent: -9000px;
	overflow: hidden;
}

#tracking-submit:focus { outline: 1px dotted #666; }


/* Main Nav */

#nav {
	position: absolute;
	right: 10px;
	top: 58px;
	margin: 0;
	font-size: 12px;
}

#nav li {
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style: none;
	line-height: 36px;
}

#nav a, #nav a:hover {
	color: #000;
	background: url(/img/layout/nav-divider.png) right top no-repeat;
	display: block;
	/* display: inline-block; IE6 doesn't like display: block; here */
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	padding: 0 10px;
}

#nav a:hover { background-color: #bcf9cf; }

#nav li.current a, #nav li.current a:hover {
	color: #fff;
	background: #17c97b;
}

#nav li.last a, #nav li.last a:hover { background-image: none; }

#nav #nav-start {
	display: block;
	background: url(/img/layout/nav-start-button.png) no-repeat;
	width: 151px;
	height: 26px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 4px 0 0 14px;
	padding: 0;
}


/* Slideshow */

#slideshow {
	height: 306px;
	border-bottom: 1px solid #94f2d9;
}

#slideshow-inner {
	position: relative;
	height: 306px;
	overflow: hidden;
}

.slide {
	display: block;
	width: 960px;
	height: 306px;
}

#slide-prev-button, #slide-next-button {
	position: absolute;
	top: 137px;
	width: 25px;
	height: 31px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 500;
}

#slide-prev-button:hover, #slide-next-button:hover { background-position: left bottom; }
#slide-prev-button { background-image: url(/img/layout/slideshow-button-left.png); }
#slide-next-button { background-image: url(/img/layout/slideshow-button-right.png); right: 0; }


/* Secondary Content (Front Page) */

#secondary-content {
	background-color: #bcf9cf;
	padding: 20px 0;
	border-bottom: 1px solid #94f2d9;
}
#secondary-content-inner { background: url(/img/layout/secondary-bg.png) 315px 0 repeat-y; }

#secondary-content h4 { color:#000; font-weight: normal; }

#secondary-content p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

#secondary-start-button {
	display: block;
	width: 238px;
	height: 98px;
	background: url(/img/get-started-button.png) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	margin-top: 10px;
}

#secondary-start-button:hover { background-position: left bottom; }


/* Quotations */

#quotes {
	background: url(/img/layout/quotes-divider.png) center top repeat-y;
	margin-top: 20px;
	padding: 10px 0;
}

.quote-rotation {
	width: 420px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
}

.quote {
	width: 420px;
	height: 90px;
}

#quotes blockquote {
	color: #5a5a5a;
	font: oblique 14px/20px Georgia, "Times New Roman", Times, serif;
}

#quotes cite {
	display: block;
	margin: 10px auto 0 auto;
}


/* Footer */

#footer {
	border-top: 1px solid #94f2d9;
	margin-top: 20px;
	padding-top: 20px;
}

#copyright {
	background: url(/img/injuryfree-logo.png) left center no-repeat;
	font-size: 11px;
	line-height: 14px;
}

#copyright p { margin-left: 120px; }

#footer-nav {
	height: 60px;
	background: url(/img/layout/footer-logo.png) right bottom no-repeat;
}

#footer-nav ul {
	float: right;
	margin: 0;
	font-size: 11px;
}

#footer-nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 10px;
	background: none;
}



/* Style
----------------------------------------------------------------------------------------------------*/
a.more {
	display: inline-block;
	background-color: #79e0b3;
	padding: 6px 30px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-style: oblique;
}

a.more:hover { background-color: #fbefce; }

a.start-link {
	display: block;
	color: #2ab54c;
	background: #fde191 url(/img/layout/start-link-bg.png) repeat-x;
	padding: 0;
	font: bold oblique 23px/54px Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	letter-spacing: -.05em;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 4px solid #f3c64d;
	margin: 20px 0;
	height: 1%; /* for IE */
}

a.start-link:hover {
	color: #289c44;
	background-position: left bottom;
}


/* cost compare table */
#cost-compare {
	width: 100%;
	text-align: left;
	border: 1px solid #94d794;
}

#cost-compare th {
	padding: 20px;
	border-bottom: 1px solid #94d794;
}

#cost-compare th.cost-us { background-color: #94d794; }
#cost-compare th.cost-them { background-color: #d6ffbe; }

#cost-compare h4 { color: #000; margin-bottom: 0; }

#cost-compare td.cost-us { background-color: #e7fef2; }

#cost-compare td { padding: 4px 0 4px 20px; }
#cost-compare td.number { padding-left: 0; padding-right: 20px; }

#cost-compare tr.total td {	border-top: 1px solid #94d794; font-weight: bold; }
#cost-compare tr.total td.cost-them { background-color: #f3ffeb; }
#cost-compare tr.total td.cost-us { background-color: #dff3df; }


/* icon links */

.info {
	background-image: url(/img/icons/info.png);
	width: 20px;
	height: 15px;
}

.help {
	background-image: url(/img/icons/help.png);
	width: 20px;
	height: 15px;
}


/* Tool Tips
----------------------------------------------------------------------------------------------------*/

.qtip-contentWrapper {
	font-size: 11px;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

.fieldset {
	background-color: #e9fff6;
	border: 1px solid #b1f2df;
	padding: 0 20px 10px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 30px;
}

.buttons { padding-top: 10px; }

.legend, .sub-legend {
	color: #59c66d;
	background: url(/img/forms/fieldset-bg-top.png) left top repeat-x;
	padding-top: 10px;
	font-size: 19px;
	margin-bottom: 20px;
}

.sub-legend {
	background: none;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fieldset input[type="text"], .fieldset input[type="password"], .fieldset textarea {
	border: 1px solid #89ebce;
	background: #fff;
	padding: 3px;
}

.form-item {
	padding-bottom: 10px;
}

.form-item label {
	display: -moz-inline-box;
	display: inline-block;
	width: 120px;
	padding-right: 10px;
	color: #000;
	font-weight: normal;
	text-align: right;
}

.form-item label.secondary-label {
	display: inline;
	width: auto;
	margin-left: 10px;
}

.form-item.question label {
	display: block;
	width: auto;
	padding: 0;
	text-align: left;
}

.question { padding-top: 20px; }

.question ul {
	margin: 0;
	padding: 5px 0 0 130px;
	list-style: none;
}

.question li {
	background: none;
	margin: 0;
	padding: 0;
}

.form-item.question ul label { display: inline; }

.question label input { margin-right: 4px; }

.form-item textarea {
	width: 98%;
	height: 120px;
}

.required { vertical-align: text-top; }


/* Common Fields */

input.name-first { width: 100px; }
input.name-last { width: 160px; }
input.name, input.phone-number, input.email { width: 140px; }
input.address { width: 200px; }
input.extension { width: 40px; }
input.zip { width: 60px; }


/* Errors */
.error {
	background-color: #fbe3e4;
	border: 2px solid #fbc2c4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	margin: 10px 0;
}

.error h4 {
	color: #8a1f11;
	background: url(/img/forms/error-icon.png) no-repeat;
	line-height: 23px;
	padding: 0 0 0 36px;
}

.error ul {
	font-size: 12px;
	margin-bottom: 0;
}


/* Buttons */
a.button, a.button:hover {
	color: #54bb50;
	background: url(/img/forms/button-yellow-left.png) no-repeat;
	display: block;
	height: 38px;
	overflow: hidden;
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

a.button:hover { background-position: left bottom; }

a.button span {
	color: #54bb50;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	background: url(/img/forms/button-yellow-right.png) right top no-repeat;
	padding: 0 30px;
	cursor: pointer;
	white-space: nowrap;
}
a.button:hover span { background-position: right bottom; }

a.secondary, a.secondary:hover {
	color: #fff;
	float: left;
	background-image: url(/img/forms/button-green-left.png);
	margin-left: 0;
	margin-right: 10px;
}

a.secondary span {
	color: #fff;
	background-image: url(/img/forms/button-green-right.png);
}

a.button-disabled, a.button-disabled:hover {
	color: #b3d783;
	background-image: url(/img/forms/button-yellow-disabled-left.png);
	cursor: default;
	text-decoration: none;
}

a.button-disabled span {
	color: #b3d783;
	background-image: url(/img/forms/button-yellow-disabled-right.png);
	cursor: default;
}
#ve-progress-table { width: 100%; border: 1px solid #94d794; margin-top: 20px; }