/******************************************************
 * Copyright (c) Dec.17.2009
 * 
 * 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: #222222;
  font-size: 12px;
  margin: 0 0 25px 0;
  background-color: #EDEDED;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

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

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

h1 { font-size: 20px; }

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

h3 { font-size: 12px; color: #0e4066; }

h4 { font-size: 10px; }

h5 { font-size: 8px; }

h6 { font-size: 6px; }

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

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

.a-img { border: 0; }

.hide { display: none; }

.clear { clear: both; }

.italic { font-style: italic; }

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

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

.larger-text { font-size: 30px; font-family: Georgia; margin: -4px 10px 0 10px; }

#right_wrapper p { margin: 0 10px 0 10px; }

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

.page-heading { font-size: 28px; color: #0e4066; font-weight: lighter; }

.small-heading { font-size: 18px; color: #0e4066; font-weight: lighter; }

.btn-get-started { text-align: right; padding: 15px 0 0 0; margin: 0; }

.stats { padding: 0 30px; font-size: 24px; }

.stats p { padding-top: 2px; }

.stats img { float: left; vertical-align: middle; }

.stats-red { font-size: 24px; color: #9d0c12; }

.redtext { font-size: 30px; color: #9d0c12; font-family: Georgia; }

.redboldtext { font-size: 32px; color: #9d0c12; font-weight: bold; padding-left: 5px; }

.blacktext { font-size: 16px; line-height: 14px; color: #000000; }

.fineprint { font-size: 10px; margin: 10px 0 0 0; }

ul { padding: 0 30px; font-size: 24px; }

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

.img-right {
  position: absolute;
  top: 0;
  right: 0;
}

.divider {
  width: 100%;
  height: 1px;
  clear: both;
  margin: 20px 0;
  background-repeat: no-repeat;
  background-image: url(/images/layout/bg_divider.gif);
}

.divider-sm {
  width: 90%;
  height: 1px;
  clear: both;
  margin: 20px auto;
  background-color: #cacaca;
}

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

/*****************************
 * 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: 270px; padding: 5px; border: 1px solid #cacaca; font-family: "Lucida Grande"; }

select.text { width: 270px; padding: 5px; border: 1px solid #cacaca; font-family: "Lucida Grande"; }

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

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

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

div.text { padding: 0 20px; }

/*****************************
 * 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: 960px;
  height: auto;
  margin: 0 auto;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: 122px;
}

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

#left_wrapper {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 620px;
  height: auto;
	margin-bottom: 20px;
}

#right_wrapper {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 320px;
  height: auto;
  padding: 15px 0 0 0;
  background-color: #fff;
  border-top: 1px solid #cacaca;
}

#right_wrapper .border-btm {
  width: 100%;
  height: 1px;
  clear: both;
  margin: 10px auto 0 auto;
  background-color: #cacaca;
}

#right_wrapper a, #right_wrapper p:first-child {
  font-size: 30px;
  line-height: 24px;
  font-family: Georgia;
}

#footer {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
  width: 960px;
  height: auto;
  color: #1f1f1f;
  padding-top: 20px;
}

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

#footer a:hover {
  text-decoration: underline;
}
/*-----FORM STYLES--------*/

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

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;
}


