/******************************************************
 * Copyright (c) Mar.25.2010
 * 
 * Author:  Tyler Thompson
 * Company: 38pages, LLC.
 * Support: http://www.38pages.com
 * Email:   tyler@38pages.com
 ******************************************************/

/*****************************
 * Global HTML Tags Settings
 */

html { overflow-y: scroll; }

body {
  color: #191919;
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 25px 0;
  background-color: #cecece;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

#left_wrapper p { line-height: 20px; }

a { color: #9d0c12; outline: 0; text-decoration: none; }

h1, h2, h3, h4, h5, h6, p { margin: 0 0 8px 0; }

h1 { font-size: 20px; margin: 0 0 20px 0; }

h2 { font-size: 18px; color: #9d0c12; }

h3 { font-size: 14px; }

h4 { font-size: 10px; }

h5 { font-size: 8px; }

h6 { font-size: 6px; }

address { font-size: 10px; color: #000; }

/*****************************
 * General Content Classes
 */

.a-img { border: 0; }

.myttu { padding-top: 10px; border: 0; }

.clear { clear: both; }

.hide { display: none; }

.small-text { font-size: 12px; }

.large-text { font-size: 26px; }

.larger-text { font-size: 30px; }

.img-border { border: 6px solid #fff; }

.page-heading { font-size: 32px; color: #9d0c12; line-height: 30px; font-weight: lighter; font-family: Georgia; }

.small-heading { font-size: 24px; color: #9d0c12; line-height: 22px; font-weight: lighter; font-family: Georgia; }

ul li { list-style-image: url(/pub/images/layout/img_bullet-sm-arrow.gif); padding: 3px 0 3px 0; line-height: 16px; }

ol { line-height: 18px; }

.content-footer {
  position: absolute;
  bottom: -25px;
  left: 0;
}

.img-chapel {
  position: absolute;
  top: -166px;
  left: 0;
}

.training-transform {
  position: absolute;
  top: -21px;
  left: 318px;
}

.divider {
  width: 100%;
  height: 1px;
  clear: both;
  margin: 10px 0;
  background-color: #939393;
}

/*****************************
 * Testimonial Classes
 */

.client-name { font-size: 11px; font-weight: bold; color: #262626 !important; }

.quote { font-size: 18px; color: #15406c; font-family: Georgia; font-weight: lighter; }

/*****************************
 * HTML Form Classes
 */

input.error { border: 1px solid #E20021; }

label.error { float: right; color: #E20021; font-size: 12px; padding: 3px; }

input.text { width: 236px; padding: 5px; border: 1px solid #c2c2c2; font-family: "Lucida Grande"; }

textarea.text { width: 236px; height: 75px; padding: 5px; border: 1px solid #c2c2c2; font-family: "Lucida Grande"; }

/*****************************
 * HTML Elements Settings
 */

#tiptip_content { color: #fff !important; }

a.tiptip { color: #597d00; }

#co_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
}

.highlight {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 227px;
  height: auto;
}

.highlight a, .highlight p:first-child {
  font-size: 24px;
  line-height: 24px;
  font-family: Georgia;
}

.highlight_secondary {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 285px;
  height: auto;
}

.highlight_secondary a, .highlight_secondary p:first-child {
  font-size: 24px;
  line-height: 24px;
  font-family: Georgia;
}

.btn-get-started {
  border: 0;
  float: right;
  margin-top: 10px;
}

.btn-get-started-secondary {
  border: 0;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

.highlight-spacer {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 17px;
  height: 137px;
}

#header_copy {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #222;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  font-style: italic;
  font-family: Georgia;
}

#global {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0 10px 0;
  display: none;
  background-color: #720100;
}

.global-heading {
  color: #fff;
  text-decoration: underline;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: bold !important;
}

#global table tr:first-child a { font-size: 14px !important; color: #fff !important; }

#links {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: auto;
  margin: 0 auto;
}

#links a {
  font-size: 10px;
  color: #fff;
  font-weight: lighter;
  text-decoration: none;
}

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

#crumb_trail {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: 20px;
  font-size: 10px;
  font-family: Georgia;
  margin: 10px auto 0 auto;
  text-transform: uppercase;
}

#category_pages {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 300px;
  height: auto;
}

#category_pages a {
  color: #000;
  font-size: 12px;
}

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

#sub_pages {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 276px;
  height: auto;
}

#sub_pages a {
  color: #000;
  font-size: 12px;
}

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

#ad-spot {
  position: relative;
  top: 0;
  left: 0;
  width: 276px;
  height: 157px;
}

/*****************************
 * DIV table style Layout
 */

div.dable {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

div.dable div.dd {
  position: relative;
  top: 0;
  left: 0;
  width: 25%;
  height: auto;
  float: left;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

div.dd img { margin-bottom: 10px; }

/*****************************
 * HTML Structure Settings
 */

#main_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: url(/pub/images/layout/bg_main-x.gif);
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: 148px;
  margin: 0 auto;
}

#chat_button {
  position: absolute;
  top: 6px;
  left: 240px;
  width: 255px;
  height: 39px;
  margin: 0 auto;
}

#banner {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: 321px;
  margin: 10px auto 20px auto;
}

#highlights {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: 137px;
  margin: 0 auto 20px auto;
}

#content_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: auto;
  padding: 0 0 33px 0;
  background-color: #fff;
  margin: 0 auto 180px auto;
  background-repeat: no-repeat;
  border-top: 1px solid #cacaca;
  background-position: top right;
  background-image: url(/pub/images/layout/bg_content-shadow.gif);
}

#left_wrapper {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 615px;
  height: auto;
  padding: 15px;
}

#right_wrapper {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 280px;
  height: auto;
  padding: 15px 15px 15px 20px;
}

#footer {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
  width: 100%;
  height: auto;
  background-color: #cecece;
}

#footer_divider {
  width: 100%;
  height: 4px;
  clear: both;
  background-color: #a8a8a8;
  border-top: 1px solid #9d0c12;
}

#footer_content {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: auto;
  margin: 0 auto;
  font-size: 12px;
}

#footer_left {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 282px;
  height: auto;
  padding: 70px 15px 5px 15px;
}

#footer_mid {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 324px;
  height: auto;
  padding: 70px 0 5px 0;
}

#footer_right {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 300px;
  height: auto;
  padding: 20px 0 5px 0;
}

#footer_left a {
  color: #262626;
  text-decoration: none;
}

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

/*****************************
 * Navigation Settings
 */

#nav {
  position: relative;
  top: 0;
  left: 0;
  width: 955px; 
  height: 41px;
  margin: 0 auto;
  padding: 0 0 0 5px;
}


#nav a {
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 18px;
  letter-spacing: 1px;
  font-family: Georgia;
}

#nav a:hover, .active {
  background-color: #720100 !important;
}

#top_nav {
  position: absolute;
  top: 5px;
  right: 0;
}

#top_nav a {
  color: #fff;
  float: left;
  font-size: 12px;
  margin-left: 2px;
  padding: 12px 12px;
  letter-spacing: 0px;
  font-family: Georgia;
  background-color: #9d0100;
}

#top_nav a.global {
  background-color: #720100;
}

#top_nav a.donate {
  background-color: #222222;
}

/*****************************
 * Image Slider Settings
 */

.slides_wrapper {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
}

#btn_next {
  position: absolute;
  right: 15px;
  z-index: 100;
}

#btn_prev {
  position: absolute;
  left: 15px;
  z-index: 100;
}

.slides_nav {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 640px;
  height: auto;
  text-align: center;
}

.slides_nav div {
  position: relative;
  top: 0;
  left: 0;
  padding: 8px;
  opacity: 0.75;
  cursor: default;
  display: inline;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  background-color: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  filter: alpha(opacity = 75);
}

.slides_nav a {
  padding: 3px;
  color: #cecece;
  cursor: default;
  background-color: #000;
  border: 1px solid #515151;
}

.slides_nav a.s-active {
  border: 1px solid #9d0c12 !important;
}

.slide {
  position: absolute;
  top: 0;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/*-----FORM STYLES--------*/

#zohoWebToLead form {margin:0 20px;}
#zohoWebToLead form div {margin:0 10px 20px 0;}
#zohoWebToLead input {width:200px; height:25px; font-size:16px;}
#zohoWebToLead textarea {width:230px; height:100px; font-size:16px;}
#zohoWebToLead .form-button {width:100px; border:2px solid #7B0910; background-color:#9D0C12; color:#fff;}

#zohoWebToLead form p {margin:0 10px 20px 0; width:270px; float:left; text-transform:capitalize;}

#zohoWebToLead form h2 {clear:both; font-size: 24px; border-bottom:1px dashed; margin:20px 0 20px 0; padding:0 0 10px 0;}

#zohoWebToLead form input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

#zohoWebToLead form input.required, textarea.required {
	border: 1px solid #00A8E6;
}
#zohoWebToLead form input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
#zohoWebToLead form input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

#zohoWebToLead form .validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

#zohoWebToLead form .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}







