/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 16px/1.4em Arial, sans-serif;
	/* 
	background: #000 url(/site_images/bg_body.jpg) center top repeat-x fixed;
	background-size:100%;
	*/
	background: #000 url(/site_images/bg_body.jpg) no-repeat top center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
p, address, ul, ol, li, dt, dd, td, th, div, blockquote {
	color: #333;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 50%;
	line-height: 12px;
}


/* Links */
a {
	text-decoration: none;
	color: #008176;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
	font-weight: normal;
}

/* Images */
a img {
	border-style: none;
}
.image-wrap {
	position: relative;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 2px 2px 6px 0px #777;
	box-shadow: 2px 2px 6px 0px #777;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 2px 2px 6px 0px #777;
	box-shadow: 2px 2px 6px 0px #777;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
ul.flush {
	margin: 0 0 0 10px;
	list-style: none;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}
/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #7a7a7a;
	font-family: "Lato", Arial, sans-serif;	
	font-weight: 400;
}
h1 {
	font-size: 30px;
	line-height: 34px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 300;
	text-transform: uppercase;
	color: #002781;
}
#section-index h1 {
	display: none;
}
h2 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-weight: 700;
	color: #002781;
}
.column.second h2 {
	padding: 6px 10px 6px 20px;
	background: #749794;
	margin: 0 0 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
h3 {
	font-size: 17px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 21px;
	font-weight: 700;
}
h4 {
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 19px;
	font-weight: 700;
}
.video h4 a {
	color: #7a7a7a;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* Layout */
#container {
	width: 1052px;
	margin: 0 auto;
	padding: 25px 0 0;
}
#logo {
	text-decoration: none;
	margin: 0 20px 20px 34px;
	float: left;
}
.tag1, .tag2, .tag3 {
	font-family: "Lato",Arial, sans-serif;
	text-shadow: 1px 1px 3px #111111;
    filter: dropshadow(color=#111111, offx=1, offy=1);
}
.sitename {
	padding: 39px 0 0 0;
}
.tag1 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
}
.tag2 {
	color: #fff;
	font-size: 42px;
	line-height: 46px;
	font-weight: 400;
}
.tag3 {
	color: #ffd000;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
}
#content {
	clear: both;
	background: url(/site_images/bg_content.png) 0 0 repeat-y;
	padding: 0 34px;
}
#inner-content {
	padding: 40px;
	border-top: 5px solid #f8d56b;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
	position: relative;
}
.one .column {
	width: 960px;
	float: none;
	margin: 0 auto;
	padding: 0 10px;
}
.two-a .column.first {
	width: 580px;
	padding: 0 38px 0 0;
	background: url(/site_images/bg_shadow.png) 596px top no-repeat;
}
.two-a .column.second {
	width: 286px;
}
.three .column {
	width: 312px;
}
.three .column.second {
	margin: 0 17px;
}
.column.first .item {
}

/* Modules */
.module {
	margin: 0 0 25px;
}
.module h3 {
	margin: 0 0 15px;
	color: #333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
.module.subscribe {
	background: url(/site_images/bg_subscribe.jpg) 0 0 no-repeat;
	padding: 15px 10px;
	border: 1px solid #e0e0e0;
}
.module.subscribe h3 {
	color: #002681;
	font-weight: 700;
	font-size: 27px;
	line-height: 31px;
	text-shadow: 1px 1px 3px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    text-align: center;
    margin: 0 0 5px;
}
.module.subscribe p {
	color: #fff;
	font-family: "Lato",arial,sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	font-weight: 700;
}
.module.subscribe label {
	display: none;
}
.module.subscribe input.text {
	padding: 10px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 0 auto 10px;
	width: 205px;
	display: block;
}
.module.subscribe #submit {
	margin: 0 auto;
	display: block;
}
.module.about p {
	font-size: 14px;
	line-height: 18px;
}
.module.about img {
	float: left;
	margin: 0 15px 15px 0;
}
.quotecontainer blockquote {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	line-height: 19px;
	border-top: none;
	border-bottom: none;
}
.quotecontainer .byline {
	font-size: 13px;
	line-height: 17px;
	padding: 0;
	font-weight: normal;
}
.module.price {
	position: relative;
	margin: 0 0 5px;
}
.module.price .item {
	clear: both;
	padding: 8px 4px;
}
.module.price .copy {
	float: left;
	width: 139px;
}
.module.price .dollar {
	float: left;
	width: 139px;
	text-align: right;
	font-family: "Lato",arial,sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.module.price .or {
	position: absolute;
	font-weight: 700;
	font-family: "Lato",Arial,sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #002781;
	top: 77px;
	left: 135px;
}
/* Pages */

#primary-menu {
	margin: 0;
}
#primary-menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
	color: #fff;
}
#primary-menu li.last {
	margin: 0;
}
#primary-menu a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-family: "Lato", arial, sans-serif;	
	font-weight: 400;
	padding: 10px 20px;
	text-shadow: 1px 1px 2px #555555;
       filter: dropshadow(color=#555555, offx=1, offy=1);
}
#primary-menu li.first a {
	padding: 10px 20px 10px 0;
}
#primary-menu a:hover, #primary-menu a.active {
	color: #f8d56b;
	text-decoration: none;
}
.dvdgraphic {
	position: absolute;
	top: -60px;
	left: 0;
	z-index: 10;
	width: 382px;
}
.bookimage {
	width:286px;
	margin:0 0 20px;"
}
/* Misc */

blockquote {
	font-size: 26px;
	line-height: 30px;
	font-family: "Lato",arial, sans-serif;
	color: #002781;
	font-weight: 300;
	padding: 15px;
	margin: 0 0 16px;
	border-top: 1px dashed #e4e4e4;
	border-bottom: 1px dashed #e4e4e4;
	text-align: center;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 10px;
}
table {
}
table td {
	vertical-align: top;
	padding: 10px;
	background: #efefef;
	width: 30%;
}
table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
}
table ul ul {
	margin: 0 0 0 15px;
	list-style: circle;
}
.clearfix {
	clear: both;
}
.forward, .back {
	display: block;
	padding: 3px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.byline {
	display: block;
	font-size: 17px;
	line-height: 21px;
	text-align: right;
	padding: 0 40px 0 0;
}
.forward {
	text-align: right;
}
.date {
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
	color: #777;
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #777;
	font-weight: bold;
	font-family: "Lucida Grande", sans-serif;
}
#pager .pages {
	margin: 0 15px 0 0;
}
#pager a {
	font-size: 14px;
	font-weight: bold;
	margin: 0 8px 0 0;
}
#pager a.active {
	color: #666666;
}
/* Footer */
#footer {
	background: #103e87;
}
#footer-inner {
	width: 948px;
	padding: 20px 74px 20px 74px;
	margin: 0 auto;
}
#footer p {
	font-size: 12px;
	line-height: 16px;
	color: #c6c6c6;
	margin: 0;
}
#footer p img {
	vertical-align: top;
}
#footer a {
	color: #c6c6c6;
}

/* Forms */
.form-line {
	margin: 15px 0;
	clear: both;
}
input.text, textarea, select {
	padding: 8px;
	color: #777;
	background: #eaeaea;
	font-family: Arial, sans-serif;
	border: 1px solid #ccc;
}
option {
	padding: 0 5px 0 0;
}
textarea {
	height: 150px;
}
textarea, input.text {
	width: 350px;
}
label {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	color: #444;
	width: 165px;
	font-size: 14px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.text, #customform-contact textarea {
	width: 332px;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label9 {
	margin: 0 5px 0 0;
}
#customform-contact #submit {
	width: 350px;
	margin: 0 0 0 170px;
}
.button {
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	padding: 6px 20px;
	background: #a08933 url(/site_images/bg_btn.png) 0 0 repeat-x;
	color: #fff;
	cursor: pointer;
	border: 1px solid #798f4e;
	text-shadow: 1px 1px 3px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=1);
}
.button2 {
	padding: 15px 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px 1px #ccc;
	box-shadow: 1px 1px 3px 1px #ccc;
	color: #fff;
	background: #002781;
	font-family: "Lato";
}
.button2:hover {
	text-decoration: none;
	background: #5575b0;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
.notice {
	padding: 10px;
	background: #bb5432;
	color: #fff;
	font-size: 14px;
}
.testimonial {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.testimonial .quotecontent {
	width: 415px;
	margin: 0 0 0 165px;
}
.testimonial .quotecontent.without-photo {
	width: 580px;
	margin: 0;
}
.testimonial img {
	float: left;
	width: 150px;
	margin: 0 15px 15px 0;
}
.testimonial blockquote {
	border: none;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	background: #efefef;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px 1px #ccc;
	box-shadow: 1px 1px 3px 1px #ccc;
	margin: 0 0 10px;
	font-weight: 400;
}
.testimonial .author {
	display: block;
	margin: 0 0 0 25px;
	font-family: "Lato";
	font-size: 14px;
	font-weight: 700;
}
.video {
	width: 180px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}
.video.last {
	margin: 0 0 20px 0;
}
.video img {
	width: 180px;
}
.video .hoverplay {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 135px;
	background: url(/site_images/vid-overlay3.png) 127px 90px no-repeat;
}