@charset "utf-8"

a {
	color: #996699;
}
A:link {
	text-decoration:none;
	color: #996699;
}
A:visited {
	text-decoration:none;
	color: #996699;
}
A:hover{
	text-decoration:underline;
	color: #996699;
}

body {
	background-color: #aac173;
	background-image: url(https://d3342ffrifklfk.cloudfront.net/risenabove/client/prospect/images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.relative {
	position: relative;
}
.logo {
	position: absolute;
	width: 1000px;
}

/* Headline Formatting */

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
/*	text-align: center; */
	font-size: 42px;

}

h2 {
	font-size: 12px;
	text-align: center;	
	color: #666666;	
/*	display: inline; */
}

h3 {
	font-size: 5px;
}

h4 {
	color: #666666;
	font-size: 12px;
/*	margin: 10px 0 10px 0; */
/*	display: inline; */
}

h5 {
	font-size: 20px;
}



/* nav blocks */
#nav {
	position: relative;
	height: 30px;
}
#nav_label {
	width: 225px;
	float: left;
	height: 32px;
	text-align: right;
}
#nav_blocks {
	position: absolute;
	left: 235px;
	margin: 0 5px 0 0;
}
#nav_blocks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_blocks ul li {
	float: left;
	position: relative;
}
.nav_block {
	display: block;
	width: 33px;
	height: 32px;
	margin: 0 6px 0 0;
	position: absolute;
}
#purple {
	background: url('https://d3342ffrifklfk.cloudfront.net/risenabove/client/prospect/images/nav2/purple.gif') top left no-repeat;
	left: 0;
}
#blue {
	background: url('https://d3342ffrifklfk.cloudfront.net/risenabove/client/prospect/images/nav2/blue.gif') top left no-repeat;
	left: 39px;
}
#harvest {
	background: url('https://d3342ffrifklfk.cloudfront.net/risenabove/client/prospect/images/nav2/harvest.gif') top left no-repeat;
	left: 78px;
}
#green {
	background: url('https://d3342ffrifklfk.cloudfront.net/risenabove/client/prospect/images/nav2/green.gif') top left no-repeat;
	left: 117px;
}
#beige {
	background: url('https://d3342ffrifklfk.cloudfront.net/risenabove/client/prospect/images/nav2/beige.gif') top left no-repeat;
	left: 156px;
}
#brown {
	background: url('https://d3342ffrifklfk.cloudfront.net/risenabove/client/prospect/images/nav2/brown.gif') top left no-repeat;
	left: 195px;
}

#click_here {
	position: absolute;
	top: 47px;
	left: 235px;
	z-index: 99;
}

#frmContact input,
#frmContact textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	resize: none;
}
.error-field {
	background: #fbcfcf;
	transition: all 0.25s ease;
}
#frmContact b {
	color: #c00;
}