/*
========================= GLOBAL =========================
*/

html, body { height: 100%; }

html {
	background: #2d2d2d url('images/bg.jpg') center 95px no-repeat;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.container {
	width: 960px;
	margin: 0 auto;
}

a:link, a:visited {
	color: #464646;
	text-decoration: none;
}

a:hover, a:active {
	color: #e87324;
	text-decoration: none;
	cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6, h7, h8, ul, li, blockquote { margin: 0; padding: 0; }

img, table { border: 0; }

/*
========================= REUSABLE ELEMENTS =========================
*/

.orange { color: #e87324 !important; }

.normal { font-weight: 400 !important; }
.bold { font-weight: 700 !important; }

.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }

.top_5 { margin-top: 5px; }
.top_10 { margin-top: 10px; }
.top_20 { margin-top: 20px; }
.top_25 { margin-top: 25px; }

.right_20 { margin-right: 20px; }

.bottom_5 { margin-bottom: 10px; }
.bottom_10 { margin-bottom: 10px; }
.bottom_15 { margin-bottom: 15px; }
.bottom_20 { margin-bottom: 20px; }

.clear { clear: both; }

/*
========================= HEADER =========================
*/

#header {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #d7d7d7 50%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(50%,#d7d7d7), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d7d7d7 50%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#d7d7d7 50%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#d7d7d7 50%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#d7d7d7 50%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 63px;
	margin: 0 auto;
    padding-top: 32px;
}

#logo {
    background: transparent url('images/logo.png') 0 0 no-repeat;
    width: 373px;
    height: 31px;
    text-indent: -99999px;
    border: 0;
    float: left;
}

#logo a {
    display: block;
    width: 373px;
    height: 31px;
    text-decoration: none;
    border: 0;
}

h7 {
	color: #464646;
	font-size: 26px;
	font-weight: bold;
	text-align: right !important;
	float: right;
	text-shadow: 1px 1px 0 #fff;
}

/*
========================= MAIN CONTENT =========================
*/

#content {
	background: rgba(255,255,255,0.9) url('images/quote.png') 8px 250px no-repeat;
	width: 850px; /* 900px total */
	height: 425px; /* 475px total */
	margin: 0 auto;
	margin-top: 100px;
	padding: 25px;
}

#content_left {
	width: 350px;
	float: left;
	text-align: left;
}

h2 {
	color: #e87324;
	font-size: 26px;
	margin-top: 16px;
	text-shadow: 1px 1px 0 #fff;
}

ul#list_main {
	list-style-type: none;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 20px;
}

ul#list_main li {
	background: url('images/bullet_main.png') 0 0 no-repeat;
	padding-left: 40px;
}

/*
========================= TESTIMONIAL =========================
*/

#testimonials {
	margin-top: 60px;
}

blockquote {
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	text-align: justify;
	text-shadow: 1px 1px 0 #fff;
}

p#testimonials_cite {
	color: #e87324;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-shadow: 1px 1px 0 #fff;
}

/*
========================= FORM =========================
*/

#form_container {
	background: #4f4f53;
	width: 460px;
	height: 426px;
	float: right;
	text-align: center;
	opacity: 1.0 !important;
}

h3, h4 {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
}

h3 {
	font-size: 26px;
	margin-top: 15px;
}

h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

hr {
	border: 1px solid #e87324;
	width: 420px;
    box-shadow: 0 1px 0 #222;
}

label {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: block;
	text-align: right;
}

input[type='text'] {
	width: 255px; /* 275px width */
	height: 30px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #464646;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow:inset 0 0 10px #464646;
	-webkit-box-shadow:inset 0 0 10px #464646;
	-moz-box-shadow:inset 0 0 10px #464646;
	padding-left: 10px;
	padding-right: 10px;
}

textarea {
	width: 255px; /* 275px width */
	height: 40px; /* 60px height */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #464646;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow:inset 0 0 10px #464646;
	-webkit-box-shadow:inset 0 0 10px #464646;
	-moz-box-shadow:inset 0 0 10px #464646;
	padding: 10px;
}

input[type='checkbox'] {
	height: 13px;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow:inset 0 0 10px #464646;
	-webkit-box-shadow:inset 0 0 10px #464646;
	-moz-box-shadow:inset 0 0 10px #464646;
}

label#opt {
	display: inline;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

button#submit {
	background: #4f4f53 url('images/cta.png') 0 0 no-repeat;
	width: 384px;
	height: 54px;
	border: none;
	text-indent: -9999px;
	margin: 0 auto;
}

button#submit:hover { cursor: pointer; }

#msgs p {
	color: #fff600 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}


/*
========================= POP UPS =========================
*/

.popup {
	background: rgba(255,255,255,0.9);
	width: 840px; /* 900px total */
	margin: 0 auto;
	margin-top: 50px;
	padding: 30px;
	display: none;
	margin-bottom: 140px !important;
}

.popup_left_about {
	float: left;
	width: 450px;
}

.popup_right_about {
	float: right;
	width: 300px;
}

h5 {
	color: #e87324;
	font-size: 28px;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom: 10px;
}

h6 {
	color: #464646;
	font-size: 20px;
	margin-bottom: 10px;
}

ul.popup_list_about {
	list-style-type: none;
	font-size: 15px;
	line-height: 30px;
}

ul.popup_list_about li {
	background: url('images/bullet.png') 0 -5px no-repeat;
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 6px;
}

.popup p {
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}

.popup_left {
	float: left;
	width: 300px;
}

.popup_right {
	float: right;
}

ul.popup_list {
	list-style-type: none;
	font-size: 15px;
	line-height: 20px;
}

ul.popup_list li {
	background: url('images/bullet.png') 0 -6px no-repeat;
	padding-left: 20px;
	line-height: 18px;
	margin-bottom: 5px;
}

/*
========================= LIVE CHAT =========================
*/

#live_chat {
	float: right;
	margin-top: 100px;
}

/*
========================= FOOTER =========================
*/

#footer {
    background-color: #fff;
    width: 100%;
    height: 36px; /* 50px height */
    text-align: center;
	padding-top: 14px;
	box-shadow: 0 5px 5px #333;
	z-index: 200;
}

#footer img {
	vertical-align: middle;
}

#footer p {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
}

p#phone_footer {
	display: inline;
	color: #e87324;
	font-size: 17px;
}

/*
========================= FOOTER CONTACT =========================
*/

#footer_contact {
    background-color: #464646;
    width: 100%;
    height: 24px; /* 35px height */
    color: #fff;
    font-size: 10px;
    text-align: center;
	padding-top: 11px;
}

#footer_contact a:link, #footer_contact a:visited {
	color: #fff;
}

#footer_contact a:hover, #footer_contact a:active {
	color: #e87324;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
}

.push {
	height: 85;
	clear: both;
}

.footer_wrap {
	height: 85px;
	clear: both;
}