/*-------------------------------------------------------------

Style Sheet (brightlightinsurance.co.uk)
version:   1.0
author:    James Morrish
website:   http://jamesmorrish.co.uk/

-------------------------------------------------------------*/

/* =Reset CSS
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------*/


@font-face {
	font-family: "myriad-pro";  
	src: url(/assets/fonts/MyriadPro-Regular.eot); /* IE */  
	src: local("arial-rounded"), url(/assets/fonts/MyriadPro-Regular.ttf) format("truetype"); /* non-IE */  
}  
@font-face {
	font-family: "arial-rounded";
	src: url(/assets/fonts/Arial_Rounded_MT_Bold.eot); /* IE */  
	src: local("arial-rounded"), url(/assets/fonts/Arial_Rounded_MT_Bold.ttf) format("truetype"); /* non-IE */  
}  

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* =Typography
-------------------------------------------------------------*/

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #194D7D; //#26649A;
	font-size: 0.8em;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
	font-weight: 500;
}

a {
	color: #696969;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a { text-decoration: underline; color: #4382A9; }
#content a:hover { text-decoration: none; }

/* =Core Layout
-------------------------------------------------------------*/

#wrapper {
	width: 822px;
	margin: 0 auto;
	
}

#header {
	height:130px;
	margin-top:10px;
	padding-left:4px;
}

#header #logomain {
	display: block;
	float: left;
}
/*
#header #phone {
	float: right;
	display: block;
	margin:20px 2px;
}
*/
#header #phone {
	background: url(/assets/images/apply.gif) left top no-repeat;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 20px;
    height: 70px;
    margin: 6px 2px 0;
    padding-top: 18px;
    text-align: center;
    width: 188px;
}
#header #fee {
	display: block; 
	float: left; 
	background: url(/assets/images/fee-15.png) 0 0 no-repeat;
	width: 98px;
	height: 98px;
	text-indent: -9999em;
	margin-left: 30px;
}
#header #phone span {
	font-size: 28px;
}

#header p {
	font-weight: bold;
	text-align: left;
}

strong {
	font-weight: bold;
}

/*
.error,
.invalid {
	color: red;
	margin: 4px 0 0 152px;
	font-weight: bold;
	display: none;
}
*/

p.display {
	display: block;
}



#success {
	display: block;
	width: 630px;
	float: left;
}



/* =Headings
-------------------------------------------------------------*/

h1 {
	font-family:arial-rounded,Arial,Tahoma,Verdana,sans-serif;
	font-size:2em;
	font-weight:bold;
	line-height:2em;
	margin-bottom:0.4em;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	line-height:2em;
	margin: 1em 0 0 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.8em;
	margin-top: 1em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 1em;
}



/* =Links
-------------------------------------------------------------*/




/* =Main Nav
-------------------------------------------------------------*/

#navigation {
	margin-bottom: 20px;
	float: left;
}

#navigation li {
	float: left;
}

#navigation a {
	height: 32px;
	text-indent: -9999px;
	display: block;
}

#navigation #homenav 			{ width: 67px; 	background: url(/assets/images/btn-home-up.gif) top left no-repeat; }
#navigation #apply 				{ width: 117px;	background: url(/assets/images/btn-apply-up.gif) top left no-repeat; }
#navigation #choose 			{ width: 131px;	background: url(/assets/images/btn-choose-up.gif) top left no-repeat; }
#navigation #comparisons 		{ width: 116px;	background: url(/assets/images/btn-comparisons-up.gif) top left no-repeat; }
#navigation #underwriting 		{ width: 123px;	background: url(/assets/images/btn-underwriting-up.gif) top left no-repeat; }
#navigation #quote 				{ width: 106px;	background: url(/assets/images/btn-quote-up.gif) top left no-repeat; }
#navigation #glossary 			{ width: 96px;	background: url(/assets/images/btn-glossary-up.gif) top left no-repeat; }
#navigation #faqs 				{ width: 66px;	background: url(/assets/images/btn-faqs-up.gif) top left no-repeat;}

#navigation #homenav:hover a	{ background: url(/assets/images/btn-home-down.gif) top left no-repeat; }
#navigation #apply:hover a		{ background: url(/assets/images/btn-apply-down.gif) top left no-repeat; }
#navigation #choose:hover a		{ background: url(/assets/images/btn-choose-down.gif) top left no-repeat; }
#navigation #comparisons:hover a{ background: url(/assets/images/btn-comparisons-down.gif) top left no-repeat; }
#navigation #underwriting:hover a{ background: url(/assets/images/btn-underwriting-down.gif) top left no-repeat; }
#navigation #quote:hover a		{ background: url(/assets/images/btn-quote-down.gif) top left no-repeat; }
#navigation #glossary:hover a	{ background: url(/assets/images/btn-glossary-down.gif) top left no-repeat; }
#navigation #faqs:hover a		{ background: url(/assets/images/btn-faqs-down.gif) top left no-repeat;}




/* =Main Content
-------------------------------------------------------------*/
#content {
	position: relative;
	float: left;
	width: 620px;
}

#content ul {
	list-style: disc;
	line-height: 1.4em;	
	margin: 20px 0 1em 1em;
}

#content ol {
	list-style:decimal;
	line-height: 1.4em;	
	margin-left: 20px;
}

#home h1 {
	font-size:1px;
	line-height:1px;
	margin-left:-9999em;
	margin-top:0;
}

#home #content a {
	position: absolute;
	left: 84px;
	top: 290px;
}

#home #content #get-quote {
	height: 111px;
	width: 111px;
	background: url(/assets/images/get-quote.gif) left top no-repeat;
}

#home #content #get-quote .nojs {
	display: none;
}

#home #content #get-quote:hover .nojs {
	display: block;
}

#home #content .more {
	background: url(/assets/images/transparent.gif) left top repeat;
	display: block;
    height: 339px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 258px;
    z-index: 10;
}

#home #hero {
	position: relative;
	margin-bottom: 20px;
}

#home #content #findoutmore-a {
	left: 281px;
}

#home #content #findoutmore-b {
	left: 558px;
}

#home #content #whyus {
	left:280px;
	top:356px;
}

#free-quote .outer {
	float: left;
	background-color: #B9DCE8;
	padding: 5px;
}

#free-quote #form {
	-moz-border-radius: 15px;
	padding: 20px 40px 40px;
	border: 3px solid #B9DCE8;
	background: #FFFFFF;
	width: 737px;
}





.online-form {
	-moz-border-radius: 15px;
	padding: 40px;
	border: 3px solid #B9DCE8;
	background: #FFFFFF;
	width: 737px;
}

#online-application #content {
	-moz-border-radius: 15px;
	border: 3px solid #B9DCE8;
	background: #FFFFFF;
	width: 737px;
}

#online-app-form {
	border: none;
	padding: 40px;
}

.online-form #main {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.online-form .applicant {
	float: left;
	width: 356px;
	margin-right: 20px;
}

.online-form #age {
	display: none;
}

.online-form .full-width {
	display: block;
    line-height: 16px;
    margin: 6px 0 12px;
    width: 345px;
}

.online-form #datetime {
	margin-top: 20px;
}

.online-form #datetime div {
	margin-top: 10px;
}

.online-form #datetime div label {
	margin-right: 4px;
}

.online-form #datetime div select {
	margin-right: 4px;
}

.online-form #datetime select, 
.online-form #datetime label {
	display: inline;
	float: none;
	width: auto;
}

#second-applicant {
	width: auto;
}

.online-form #applicant-2 {
	margin-right: 0;
}

.online-form #policy {
	min-height: 386px;
}

.online-form #disabilities {
	margin-right: 0;
	margin-top: 302px;
}

.online-form div {
	clear: both;
	margin-bottom: 1em;
}

.online-form .cont {
	position: relative;
	margin-bottom: 15px;
}

.online-form .acceptcont {
	text-align: center;
    width: 100%;
}

.online-form .acceptcont label, 
.online-form .acceptcont input {
	display: inline;
	float: none;
}


.online-form h2 {
	margin-bottom: 6px;
}

.online-form div label {
	width: 102px;
	float: left;
	margin-top: 7px;
	line-height: 1.3em;
	margin-right: 10px;
}

.online-form div select {
	width: 236px;
	height: 2.4em;
	padding: 4px;
}

.online-form div input {
	width: 220px;
	height: 1.4em;
	padding: 4px;
}

.online-form #submit {
	height: auto;
}

.online-form .spacer {
	margin-top: 2em;
} 


.online-form .error-main,
.online-form #phone-error {
	font-weight: bold;
	color: #FF0000;
	display: none;
}

.online-form .error {
	border: 3px solid #FF0000;
}

#lg-telephone-application #content,
#online-application #content {
	width: 100%;
}

#terms {
	padding: 40px;
}

#terms .submit {
	margin-top: 10px;
}

#terms .accept {
	text-align: center;
	margin-bottom: 20px;
}


#terms div input {
	width: auto;
	height: auto;
}


#select-company {
	margin-bottom: 26px;
}

#select-company div {
	clear: none;
    display: block;
    float: left;
    margin-right: 20px;
    width: 225px;
}

#select-company div.last {
	margin-left: 74px;
    width: auto;
}

#select-company input {
	display: block;
    float: left;
    margin-right: 10px;
    margin-top: 16px;
    width: auto;
}


#select-company img {
	display: inline;
}

#select-company img#lv {
	margin-right: 0;
}


#success {
	text-align: center;
	width: 100%;
}


form {
	-moz-border-radius: 15px;
	padding: 40px;
	border: 3px solid #B9DCE8;
	background: #FFFFFF;
	width: 737px;
}

form {
	-moz-border-radius: 15px;
	padding: 40px;
	border: 3px solid #B9DCE8;
	background: #FFFFFF;
	width: 737px;
}

form div {
	clear: both;
	margin-bottom: 1em;
}

form .cont {
	position: relative;
}

form div label {
	width: 12em;
	float: left;
	margin-top: 7px;
}

form div select {
	width: 274px;
	height: 2.4em;
	padding: 4px;
}

form div input {
	width: 262px;
	height: 1.4em;
	padding: 4px;
}

form #submitcont {
	text-align: center;
}

form .spacer {
	margin-top: 2em;
}




form .cb label {
	float: left;
    width: 312px;
}

form .cb input {
	float: right;
    margin: 8px 10px 30px 0;
    width: auto;
}


/* *************** */



#free-quote .heading {
	margin-bottom: 4em;
}


.green {
	color: #156723;
}


.tooltip {
	left:446px;
	position:absolute;
	top:-28px;
	display: none;
}

.tooltip.show {
	display: block;
}

.tooltip .container {
	width: 312px;
	background: url(/assets/images/tt-mid.gif) top left repeat-y;
	position: relative;
	min-height: 76px;
	margin-bottom: 0;
}

.tooltip .container .top {
	height: 53px;
	background: url(/assets/images/tt-top.gif) top left no-repeat;
	position:absolute;
	top: 0;
	left: 0;
	width: 312px;
}

.tooltip .container .bottom {
	height: 12px;
	background: url(/assets/images/tt-bottom.gif) top left no-repeat;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 312px;
	margin-bottom: 0 !important;
}

.tooltip .container .content {
	margin-left:32px;
	margin-top:8px;
	padding:12px 8px 2px;
	position:relative;
	z-index:4;
}

table {
	-moz-border-radius: 15px;
	border: 3px solid #B9DCE8;
	border-collapse: none;
	background: #FFFFFF;
	width: 100%;
	margin-bottom: 2em;
}

table tr th {
	border-bottom: 3px solid #B9DCE8;
	border-left: 1px solid #B9DCE8;
}

table tr th:first-child, table tr td:first-child {
	border-left: none;
}

table tr td {
	border-bottom: 1px solid #B9DCE8;
	border-left: 1px solid #B9DCE8;
	vertical-align: middle;
}

table tr:last-child td {
	border-bottom: none;
}

table th, table td {
	padding: 0.5em;
}

#pru {
	margin-left: 156px;
}

#fri {
	margin-left: 100px;
}

#main {
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	position: relative;
	display: block;
	height: 389px;
	width: 196px;
	color: #194D7D;
	font-size: 2em;
	text-align: center;
}

#sidebar:hover {
	text-decoration: none;
}

#sidebar:hover .nojs {
	display: block !important;
}

#sidebar #light {
	display:none;
	height:112px;
	left:42px;
	position:absolute;
	top:122px;
	width:112px;
}

#sidebar .container {
	height: 112px;
	width: 176px;
	position: relative;
	margin: 10px;
	display: table;
	background-color: #D0E8Ef;
}

#sidebar .container p {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	background-color: #D0E8Ef;
}

/* =Footer
-------------------------------------------------------------*/


#footer {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 822px;
}

#footer h2 {
	font-weight: normal;
	font-size: 2em;
}

#footer p {
	clear: both;
	color: #696969;
	font-size: 0.7em;
}

#footer img {
	margin-bottom: 20px;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
}

#footer a.first { margin-left: 0; }
#footer a.second, #footer a.third, #footer a.fourth { margin-left: 68px; }


#footer #footerbar {
	background: url(/assets/images/footer.gif) left top no-repeat;
	padding-top: 10px;
	width: 642px;
	height: 32px;
	margin: 20px auto 0 auto;
}

#home #footer {
	margin-top: 20px;
}

#home #footer img {
	display: block;
	float: right;
}

#home table {
	border: none;
	margin-top: 66px;
	width: 822px;
}

#home table tr td {		
	border: none;
	text-align: center;
}

#charity-container { width: 822px; }
#charity-container div.charity { display:block; float:left; text-align:center; width:260px; margin-bottom: 30px; }
#charity-container div.charity h4 { display:block; margin-left:auto; margin-right:auto; width:165px; }
#charity-container div.charity a { display:block; clear: both; margin-bottom: 10px; }

/* =Forms
-------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}


/* =Tables
-------------------------------------------------------------*/


td {
	text-align: left;
	font-weight: normal;
}

/* =Clearing
-------------------------------------------------------------*/


/* Class for self clearing - use this where ever possible */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Class for clearing floats */
.clear {
	clear: both;
}


/* =Misc 1
-------------------------------------------------------------*/

.ticker-controls { display: none; }
#content ul.ticker { border: 3px solid #B9DCE8; margin: 0 0 10px 0; padding:8px 55px; width:707px; }
.ticker li { list-style: none; font-weight: bold; }

#iFrame { border: none; margin-top: 20px; }

.testimonials { display:block; float:right; margin-right:-1px; margin-top:12px; }

.testimonial { text-align: center; font-weight: bold; color: #194D7D; font-size: 1.2em; text-decoration: underline; display: block; float: right; margin-top: 20px; margin-right: 10px; }
.testimonial:hover { text-decoration: none; }

/* =Misc 2
-------------------------------------------------------------*/

#BB_BuyButtonForm { 
	border:4px solid #B9DCE8;
	clear:right;
	display:block;
	float:right;
	margin-top:20px;
	padding:20px 10px;
	width:167px;
	text-align: center;
}

#BB_BuyButtonForm table { border: none; }

#BB_BuyButtonForm .header { font-size: 1.2em; font-weight: bold; }

#BB_BuyButtonForm #total { font-size:1.6em; margin-top:20px; }

#BB_BuyButtonForm #submit { 
	display:block;
	margin: 10px auto 0 auto;
}


#pay-here #BB_BuyButtonForm { 
	border:4px solid #B9DCE8;
	clear:right;
	display:block;
	float:right;
	margin-top:0;
	padding:20px 10px;
	width: 590px;
	text-align: center;
}

#pay-here #BB_BuyButtonForm .header { font-size: 1.2em; font-weight: bold; }

#pay-here #BB_BuyButtonForm #total { font-size:1.6em; margin-top:20px; }

#pay-here #BB_BuyButtonForm #submit { 
	display:block;
	margin: 10px auto 0 auto;
}


#apply-by-phone form,
#pay-here form { width: 510px; }
#apply-by-phone #BB_BuyButtonForm { width: auto; padding: 0; }
#apply-by-phone #submit,
#pay-here #submit { margin-left: 152px; }

#apply-by-phone { text-align: center; margin-top: 70px; }
#apply-by-phone form { text-align: left; display:block; margin:0 auto; width:436px; border: none; }
#apply-by-phone form .cont { width: 465px; }
#apply-by-phone form label { text-align: left; }
#apply-by-phone p, #apply-by-phone label { font-size: 14px; font-weight: bold; }
#apply-by-phone form p.error { text-align: right; width:289px; }
#apply-by-phone form div input { height:30px; padding:4px; width:274px; }
#apply-by-phone form #submit { float:left; margin-left:167px; }

#maintenance #main {
    -moz-border-radius: 15px 15px 15px 15px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #B9DCE8;
    padding: 40px;
    width: 737px;
	margin-bottom: 40px; 
}


#confirm {
	text-align: center;
}

#home #content,
#confirm #content,
#confirm #main {
	width: 100%;
}

#confirm form {
	border: none;
	margin-left: 246px;
	text-align: left;
}

#confirm #submit {
	margin-left: 95px;
}

#confirm .error {
	display: block;
	margin: 0;
}

#promo {
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
}

#promo h2, #promo h3, #promo h4 {
	margin-top: 0;
}

#lng {
	text-align: center;
	font-size: 18px;
    width: 728px;
	border: 3px solid #B9DCE8;
	padding: 6px 0;
	background: #e8f3f6;
}

#lng a {
	text-decoration: none;
}

#lng a:hover {
	text-decoration: underline;
}

#lng span {
	font-weight: bold;
}
