/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: #8398b0 url(../images/bg-page.jpg);
}
body {
	background: #8398b0 url(../images/bg-page.jpg);
	color: #000;
	padding: 0 0 18px 0;
}
/* @end */

/* @group Layout */
div#container {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg-container-tile.jpg) top left repeat-y;
	height: 1%;
}

div#container-inner {
	background: url(../images/bg-container-bottom.jpg) bottom left no-repeat;
	padding: 0 10px 32px 10px;
}
/* Head */
div#hd {
	position: relative;
}

div.logo {
	padding: 25px 0 24px 19px;
	height: 45px;
}

div.hd-free-consultation {
	position: absolute;
	top: 9px;
	left: 656px;
	background: url(../images/bg-hd-free-consultation.jpg) top left no-repeat;
	padding: 0 0 0 71px;
	width: 239px;
	height: 56px;
}

div.hd-free-consultation p {
	margin: 0;
	color: #777;
	font-size: 93%;
	font-weight: bold;
	padding: 7px 0 0 0;
}

div.hd-free-consultation p strong {
	display: block;
	color: #27405b;
	font-size: 182%;
}

/* Body */

/* Footer */
div#ft {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}

div#ft p {
	font-size: 85%;
	color: #FFF;
	line-height: 1.4em;
	margin: 0;
}

div#ft a:link, div#ft a:visited {
	color: #FFF;
}
/* @end */

/* @group Modules */
/* introduction */
div.introduction {
	height: 289px;
	background: url(../images/bg-intro.jpg) top left no-repeat;
	padding: 0 312px 0 304px;
}

div.introduction h2 {
	color: #27405b;
	font-size: 246.2%;
	margin: 0 0 8px 0;
	padding: 30px 0 0 0;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-shadow: 1px 2px 0px #f3f5f9;
	line-height: 1.1em;
}

div.introduction a:link, div.introduction a:visited {text-decoration: none;}

div.introduction h2 a:link, div.introduction h2 a:visited {color: #27405b;}
div.introduction h2 a:hover {color: #1d3045;}

div.introduction h3 {
	color: #627997;
	font-size: 123.1%;
	margin: 0 0 15px 0;
}

div.introduction h3 a:link, div.introduction h3 a:visited {color: #627997;}
div.introduction h3 a:hover {color: #506680;}

/* introduction Button */
div.introduction-button {
	position: relative;
	left: -4px;
	background: url(../images/bg-intro-btn.png) top left no-repeat;
	display: block;
	width: 199px;
	height: 50px;
	padding: 7px 74px 0 34px;
}

div.introduction-button h4 {
	font-size: 123.1%;
	color: #424343;
	font-weight: bold;
	text-align: right;
}
/* Content Container */
div.content-container {
	padding: 0 0 0 29px;
}

/* Side Column */
div.side {
	width: 322px;
	float: left;
	margin: -350px 0 0 0;
	position: relative;
	z-index: 300;
}

/* Side Form */
div.side-form {
	background: url(../images/bg-side-form-tile.jpg) top left repeat-y;
	height: 1%;
	margin: 0 0 32px 0;
}

div.side-form-inner {
	background: url(../images/bg-side-form-bottom.jpg) bottom left no-repeat;
	height: 1%;
}

div.side-form-inner-most {
	background: url(../images/bg-side-form-top.jpg) top left no-repeat;
	padding: 34px 33px 25px 28px;
}

div.side-form h2 {
	font-size: 167%;
	margin: 0 0 45px 0;
	color: #FFF;
	padding: 0 16px 0 26px;
}

/* Form Text Inputs */
div.side-form .txt {
	width: 233px;
	margin: 0 0 12px 11px;
	padding: 6px 0 6px 7px;
	font-size: 85%;
	color: #263f5a;
	border: 1px solid #d7e0eb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}

div.side-form #first-name, div.side-form #last-name {width: 105px;}
div.side-form #last-name {margin: 0 0 12px 10px;}

/* Form Select Dropdown */
div.side-form select {
	border: 1px solid #d7e0eb;
	margin: 0;
	font-size: 85%;
	color: #263f5a;
	margin: 0 0 12px 12px;
	width: 240px;
	vertical-align: top;
	padding-left: 7px;
	/* Remove Comment to Assign Specific Height to Selects - Inconsistent in Various Browsers
	padding-top: 4px;
	padding-bottom: 4px;
	height: 26px;
	*/
}

/* Date of Birth Selects */
div.state-zip-container #select-state {
	width: 110px;
	height: 27px;
	padding-top: 4px; 
}
div.state-zip-container #zip-code {
	width: 110px;
	margin: 0 0 0 5px;
}

/* Date of Birth Selects */
div.dob-select-container #injureds-dob-month {
	width: 96px;
}

div.dob-select-container #injureds-dob-day {
	width: 60px;
	margin: 0 0 5px 5px;
}

div.dob-select-container #injureds-dob-year {
	width: 70px;
	margin: 0 0 5px 5px;
}

div.date-select-container #implantation-month, div.date-select-container #diagnosed-month, div.date-select-container #surgery-month {
	width: 156px;
	margin: 0 0 5px 15px;
}

div.date-select-container #implantation-year, div.date-select-container #diagnosed-year, div.date-select-container #surgery-year {
	width: 70px;
	margin: 0 0 5px 5px;
}

div.deceased-select-container #started-month {
	width: 156px;
	margin: 0 0 5px 15px;
}

div.deceased-select-container #started-year {
	width: 70px;
	margin: 0 0 5px 5px;
}
div.deceased-select-container #stopped-month {
	width: 156px;
	margin: 0 0 5px 15px;
}

div.deceased-select-container #stopped-year {
	width: 70px;
	margin: 0 0 5px 5px;
}

/* Label Headings */
label.lbl-heading {
	background: url(../images/bg-side-form-heading.gif) top left no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
	padding: 0;
	margin: 5px 0 0 0;
	height: 25px;
	padding: 8px 8px 3px 8px;
	display: block;
}

/* Label Headings */
label.lbl-subheading {
	color: #888888;
	font-size: 95%;
	font-weight: bold;
	margin: 5px 0 0 5px;
	padding: 8px;
	display: block;
}

/* Form Checkbox */
div.form-checkbox {
	padding: 0 0 0 15px;
}

div.form-checkbox div.checkbox-input {
	width: 21px;
	float: left;
	display: block;
}

div.form-checkbox label {
	text-align: justify;
	display: block;
	font-size: 85%;
	color: #888888;
	display: block;
	float: left;
	width: 213px;
	padding: 0 0 18px 0;
}

/* Form Textarea */
div.side-form textarea {
	font-size: 85%;
	color: #263f5a;
	width: 233px;
	height: 98px;
	margin: 0 0 19px 11px;
	padding: 4px 0 4px 7px;
	border: 1px solid #d7e0eb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}
/* Form Select Radio Buttons */
.radioline {
	margin: 0 0 12px 12px;
}
.radioitem {
	display: inline;
	text-align:center;
	font-size: 85%;
	color: #263f5a;
	margin: 0 30px;
}
.checkline {
	display: inline;
	text-align:center;
	font-size: 85%;
	color: #263f5a;
	padding-left: 5px;
}

/* Form Submit Button */
div.side-form .submit-btn {
	background: url(../images/btn-side-submit.jpg) top left no-repeat;
	width: 182px;
	height: 46px;
	padding: 0;
	border: none;
	margin: 0 0 0 40px;
	color: #FFF;
	text-shadow: 1px 1px 1px #162230;
	font-weight: bold;
	font-size: 123.1%;
	text-align: center;
}

/* Side Quote */
div.side-quote {
	background: url(../images/bg-side-quote-bottom.gif) bottom left no-repeat;
	margin: 0 0 0 23px;
	width: 270px;
}

div.side-quote-inner {
	background: url(../images/bg-side-quote-top.gif) top left no-repeat;
	padding: 21px 12px 41px 33px;
}

div.side-quote blockquote {
	padding: 0;
	margin: 0;
}

div.side-quote blockquote p {
	color: #999;
	font-family: Georgia;
	font-style: italic;
}

div.side-quote p.quote-author {
	font-size: 85%;
	color: #999;
	margin: 0;
}

div.side-quote p.quote-author strong {
	font-size: 108%;
	color: #333;
	display: block;
}

/* Main Column */
div.main {
	width: 607px;
	float: left;
	margin: 0 22px 0 0;
	padding: 32px 0 0 0;
}

/* Main Item */
div.main div.items {
	padding: 35px 0 0 0;
}

div.main div.item {
	background: url(../images/bg-main-item.jpg) top left no-repeat;
	padding: 19px 0 25px 12px;
}

div.main div.item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.main div.item {display: inline-block;}

/* Hides from IE-mac \*/
* html div.main div.item {height: 1%;}
div.main div.item {display: block;}
/* End hide from IE-mac */
/* @end */

div.main div.item div.item-image {
	width: 141px;
	float: left;
	margin: 0 23px 0 0;
}

div.main div.item div.item-image img {
	border: 1px solid #f0f0f0;
}

div.main div.item div.item-text {
	width: 406px;
	float: left;
}

div.main div.item div.item-text h3 {
	font-size: 138.5%;
	color: #27405b;
	margin: 0 0 7px 0;
}

/* Call Now - Main Column */
div.main-call-now {
	width: 575px;
	height: 83px;
	background: url(../images/bg-main-call-now.jpg) top left no-repeat;
	position: relative;
	margin: 30px 0 0 0;
}

div.main div.main-call-now p {
	color: #aebccc;
	font-size: 123.1%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 23px;
	left: 33px;
	width: 234px;
	text-align: right;
}

div.main-call-now h3 {
	color: #FFF;
	font-size: 277%;
	margin: 0;
	position: absolute;
	top: 23px;
	left: 320px;
	line-height: 1em;
}

/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	line-height: 1.3em;
	text-align: justify;
}

div.main li {
	text-align: left;
}

/* Read More Link */
span.read-more a:link, span.read-more a:visited {
	color: #869ab3;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}	
/* @end */

/* @group Default Headings */
div.main h2 {
	color: #27405b;
	font-size: 167%;
	margin: 0 0 24px 0;
}

/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */
div.main ul {
	margin: 0;
	padding: 0 0 10px 29px;
}

div.main ul li {
	list-style: none;
	background: url(../images/bg-main-bullet.png) 0 2px no-repeat;
	padding: 0 0 0 20px;
	color: #222;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 93%;
}

div.main ul li li {font-size: 100%;}

/* @end */






/* @group Nav */
div#nav {
	background-color: #a09c97;
	height: 32px;
}

div#nav ul {
	margin: 0;
	padding: 4px 0 5px 16px;
	position:relative;
	display:inline-block;
}
div#nav ul ul {
	display: none;
}

div#nav ul li:hover > ul {
		display: block;
	}

div#nav ul ul {
	background: #a09c97; border-radius: 0px; padding: 3px;
	position: absolute; top: 100%;
	width:170px;
}

div#nav ul ul li {
		float: none; 
		position: relative;
	}
div#nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
div#nav ul ul li a:hover {
				background: #4b545f;
			}
				
div#nav ul li {
	float: left;
	list-style: none;
	padding: 0 8px 0 0 ;
	position:relative;
}

div#nav ul li a:link, div#nav ul li a:visited, div#nav ul ul li a:link, div#nav ul ul li a:visited {
	display: block;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	padding: 6px 12px;
}

div#nav ul li ul {
position:absolute
}

div#nav ul li.selected a:link, div#nav ul li.selected a:visited,
div#nav ul li a:hover, div#nav ul ul li.selected a:link, div#nav ul ul li.selected a:visited,
div#nav ul ul li a:hover  {
	color: #27405b;
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}

	
.invalid {
	-moz-appearance: none;
	background: yellow;
	background-color: yellow;
	border: solid 1px yellow;
}
.invalid-box {
	-moz-appearance: none;
	color: yellow;
	background-color: yellow;
	border: solid 1px yellow;
}

/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	
}
a:hover {
	
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.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 */
/* @end */

/**********************************************************/
/*UPDATED CSS for Ver2 */
/**********************************************************/
div#nav {
    background-color: #a09c97;
}

div#nav ul li.selected a:link, div#nav ul li.selected a:visited,
div#nav ul li a:hover {
    color: #5d0401;
}


/* introduction */
div.introduction {
    height: 289px;
    padding: 0 312px 0 266px;
}

div.introduction h2 {
    color: #000;
    padding: 100px 0 0 0;
    font-size: 234.2%;
}

div.introduction h3 {
    color: #444444;
    font-size: 113.1%;
}

div.introduction h3 a:link, div.introduction h3 a:visited {color: #627997;}
div.introduction h3 a:hover {color: #506680;}

/* introduction Button */
div.introduction-button h4 {
    color: #ffffff;
}

/* @group Default Headings */
div.main h2 {
    color: #5d0401;
}
/* Call Now - Main Column */
div.main div.main-call-now p {
    color: #a09c97;
}

div.hd-free-consultation p strong {
    color: #5b0401;

}
/* END */