body  {
	background: #F8F7EF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

a {
	color:#65AA17;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

* { margin: 0;	padding: 0;	border: 0px;}

.clear {
	clear: both;
}

h1 {
	font-size: 26px;
	font-weight: 900;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
	color:#AFACA3;
	font-weight: bold;
}

p {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.6em;
}

p.grey_text {
	color: #989690;
}

img.center {
	vertical-align: middle;
	padding-left: 5px;
}


/*----------HEADER----------*/
#header {
	background: url(../images/texture_brown.jpg) repeat;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.header_outer {
	background: url(../images/header_glow.jpg) no-repeat;
	margin: 0px auto;
	width: 1128px;
}

.header_inner {
	padding: 15px 0;
	margin: 0px auto;
	width: 950px;
}

.header_nav h1 {
	float: left;
}

#header .top_nav {
	float: right;
	padding-top: 10px;
	color: 9F9D9C;
	font-size: 12px;
	font-weight: bold;
}

#header .top_nav li {
	float: left;
	display: inline;
	margin-left: 15px;
}

#header .top_nav li  a {
	color: #9F9D9C;
}

#header .highlight {
	background: #403935;
	padding: 5px 10px;
	margin-top: -5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.splash {
	padding: 80px 0;
}

img.tie_icon_h {
	position: absolute;
	top: 135px;
	padding-left: 30px;
}

h1.large_h {
	font-size: 36px;
	font-weight: 900;
	color: #FFF;
	text-shadow: 1px 2px 0 #000;
}

h1.large {
	font-size: 36px;
	font-weight: 900;
	color: #FFF;
	text-shadow: 1px 1px 0 #8AA443;
}

p.intro {
	padding-top: 40px;
	font-size: 22px;
	font-weight: 900;
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	line-height: 1.2em;
}

.heading_band {
	background: #AFD64C;
	border-top: 1px solid #DEF771;
	border-bottom: 1px solid #8CAE32;
	padding: 8px 0;
}

.action_button {
	float: left;
	padding-right: 20px;
	overflow: hidden;
}
/*----------HEADER ENDS----------*/


/*----------HOME AND FEATURES PAGE----------*/
#featured_h {
	list-style: none;
	padding-top: 20px;
}

#featured_h li {
	float: left;
	padding-right: 25px;
	width: 298px;
}

#featured_h li.last {
	float: left;
	padding-right: 0;
}

#featured_h img {
	border: 4px solid #E2DDD0;
	margin: 5px 0;
}

h5 {
	background: #E2DDD0;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 30px 20px;
	color:#333;
	font-size: 22px;
	margin-top: 50px;
}


.features_f {
	padding: 30px 0;
	border-bottom: 1px solid #E2DDD0;
}

.upcoming_features_f {
	padding: 30px 0;
}

.upcoming_features_f ul {
	padding-top: 10px;
	color: #989690;
	font-weight: bold;
}

.upcoming_features_f li {
	margin-left: 30px;
	padding-bottom: 10px;
}
/*----------HOME AND FEATURES PAGE ENDS----------*/



/*----------MAIN CONTENT----------*/
#content {
	margin: 15px 0;
}

.container {
	margin: 0px auto;
	width: 950px;
}

.col_b_left {
	float: left;
	width: 600px;
	margin-right: 50px;
}

.col_s_right {
	float: right;
	width: 300px;
}

.col_s_left {
	float: left;
	width: 300px;
	margin-right: 50px;
}

.col_b_right {
	float: right;
	width: 600px;
}

#left_col {
	float: left;
	width: 690px;
}

#right_col {
	float: left;
	width: 230px;
	margin-left: 30px;
}

.section {
	margin-bottom: 15px;
}

.curve_top { 
	height: 10px;
	/*width: 690px;*/
}

.section_content {
	background: url(../images/img_section-bg.png) repeat-y; 
	padding: 10px 30px 5px 30px;
	width: 650px;
}

.curve_bottom {
	height: 15px;
	/*width: 690px;*/
}



/*-----------FORM----------*/
.field_title {
	clear: both;
	float: left;
	width: 90px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #989690;
	text-align: right;
	margin: 11px 10px 0 0;
}

.text_field,
.dropdown_field {
	margin-bottom: 10px;
	overflow: hidden;
}

.description_field {
	overflow: hidden;
}

.textbox, .textbox_description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #333;
	padding: 10px 5px;
	margin: 1px;
	border: 1px solid #D6D2C8;
	outline: 0;
}

.textbox{
	width: 425px;
}

.textbox_description{
	overflow: auto;
	height: 160px;
	width: 425px;
}

input:focus, textarea:focus {
	border: 2px solid #99CC33;
	margin: 0 !important;
}

.button {
	padding: 10px 0 10px 100px;
}

.send_button {
    background: url(../images/button_send.png) no-repeat;
	width: 76px;
	height: 38px;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
}

input.send_button:focus {
	border: 0 none;
	outline: 0;
}
#contact_us_form .LV_invalid,
#feedback_form .LV_invalid {
 	margin-left: 101px;
	background: #FFD9D9;
	padding: 5px 5px;
	width: 425px;
    color: #DA0000;
	clear: both;
	border-bottom: 1px solid #F6BFBF;
	border-top: 1px solid #F6BFBF;
}

.valid_explanation {
	background: #E4FCD9;
	padding: 10px 10px;
	margin-bottom: 20px;
	color: #229149;
	border-bottom: 1px solid #BBE6A7;
	border-top: 1px solid #BBE6A7;
}

/*-----------FORM ENDS----------*/



/*----------FOOTER----------*/
#footer {
	margin: 80px 0 0 0;
	background-color: #1F1A17;
	width: 100%;
	height: 158px;
	color: #393633;
	font-size: 11px;
}

#footer div {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#footer a {
	color: #595551;
}

#footer div .footer_left {
	float: left;
	width: 690px;
	margin-top: 30px;
}

.follow_twitter {
	position: absolute;
	top: 0;
	right: 20px;
}

#footer div .footer_right {
	padding-top: 30px;
	background: url(../images/footer_bg.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 128px;
	padding-left: 30px;
}

#footer div .footer_right p {
	position: absolute;
	bottom: 10px;
}