/*
RESET
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/*
990px grid system ~ Core CSS.
6 Columns ~ Margin left: 15px ~ Margin right: 15px
*/

/* =Containers
--------------------------------------------------------------------------------*/
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
/* =Grid >> Global
--------------------------------------------------------------------------------*/
.one_sixth, .one_third, .one_half, .two_third, .five_sixth, .full_width {
	display: inline;
	float: left;
	position:relative;
	margin-left: 15px;
	margin-right: 15px;
}
/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* =Grid >> 6 Columns
--------------------------------------------------------------------------------*/
.container .one_sixth {
	width: 135px;
}
.container .one_third {
	width: 300px;
}
.container .one_half {
	width: 465px;
}
.container .two_third {
	width: 630px;
}
.container .five_sixth {
	width: 795px;
}
.container .full_width {
	width: 960px;
}
/* =Prefix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container .prefix_1 {
	padding-left: 165px;
}
.container .prefix_2 {
	padding-left: 330px;
}
.container .prefix_3 {
	padding-left: 495px;
}
.container .prefix_4 {
	padding-left: 660px;
}
.container .prefix_5 {
	padding-left: 825px;
}
/* =Suffix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container .suffix_1 {
	padding-right: 165px;
}
.container .suffix_2 {
	padding-right: 330px;
}
.container .suffix_3 {
	padding-right: 495px;
}
.container .suffix_4 {
	padding-right: 660px;
}
.container .suffix_5 {
	padding-right: 825px;
}
/* `Push Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container .push_1 {
	left: 165px;
}
.container .push_2 {
	left: 330px;
}
.container .push_3 {
	left: 495px;
}
.container .push_4 {
	left: 660px;
}
.container .push_5 {
	left: 825px;
}
/* `Pull Space >> 6 Columns
--------------------------------------------------------------------------------*/
.container .pull_1 {
	left: -165px;
}
.container .pull_2 {
	left: -330px;
}
.container .pull_3 {
	left: -495px;
}
.container .pull_4 {
	left: -660px;
}
.container .pull_5 {
	left: -825px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*	Layout
--------------------------------------------------------------------------------------------*/
#banner {
	height: 80px;
	background-color: #FFF;
}
#main {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../img/main_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.nav {
	position: relative;
}
#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
.feature {
	background-image: url(../img/feature_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
	margin-top: 30px;
}
.feature_btm {
	background-image: url(../img/feature_btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
}
.feature_left, .feature_right {
	display: inline;
	float: left;
	position:relative;
	padding-top: 15px;
	padding-bottom: 0px;
}
.feature_left {
	margin-left: 20px;
	width: 610px;
	margin-right: 30px;
}
.feature_right {
	margin-right: 20px;
	width: 280px;
}
#main_woody {
	height: 120px;
	background-image: url(../img/wood_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*	Featured Accordion 
--------------------------------------------------------------------------------------------*/
.accordion_bg {
	padding-top:30px;
	padding-bottom:30px;
	height: 360px;
	position: relative;
	overflow: hidden;
	background-color: #865837;
	background-image: url(../img/wood.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sliderbg {
	height:360px;
	background-image: url(../img/slider_bkg.png);
	background-repeat: no-repeat;
}
.slider {
	padding-top:10px;
	width:940px;
	margin-left:auto;
	display:block;
	margin-right:auto;
	position:relative;
}
.accordion, .accordion1 {
	margin:0;
	width:940px;
	padding:0;
	list-style-type: none;
}
.slideimg {
	border:1px solid #ccc;
	padding:3px;
	float:left;
	margin-right:10px;
	background:#fffff;
}
.one h3, .two h3, .three h3, .four h3, .five h3 {
	color:#000;
	padding:10px 0 10px 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
}
.one {
	background:#f7f7f7 !important;
}
.two {
	background:#f2f2f2 !important;
}
.three {
	background:#ededed !important;
}
.four {
	background:#e8e8e8 !important;
}
.five {
	background:#e3e3e3 !important;
}
.active {
	background:#ffffff !important;
}
.accordion li {
	cursor:default;
}
.accordion .active_click {
	cursor:default;
}
.one, .two, .three, .four, .five {
}
.headerbox {
	margin:30px 0px;
	width:310px;
	float:left;
	padding-left:30px;
}
.headerbox p {
	cursor:text;
	padding-top:5px;
	color: #444;
}
.slideinfo {
	width:112px;
	background:URL(../images/seperator.gif) repeat-y top left;
	float:right;
	height:310px;
	padding-top:30px;
	position:relative;
	text-align:center;
}
.slideinfo span {
	color:#000;
	display:block;
	padding:0px 10px 15px 10px;
	-moz-opacity:.45;
	opacity:.45;
	-khtml-opacity:.45;
	-webkit-opacity:.45;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	position: relative;
}
.slideinfo p.icon {
	padding-top:50px;
	margin-bottom:20px;
	display:block;
}
.s-num {
	position:absolute;
	bottom:-1px;
	left:26px;
}
#slidecontainer {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	height: 360px;
	overflow: hidden;
}
.sliderbg {
	background:url(../images/slider_bg.png) no-repeat;
	height:360px;
}
.slideinfos {
	padding:15px;
	position:absolute;
	bottom:10px;
	right:10px;
	width:auto;
	display:block;
	text-align:right;
	background:#000;
	color:#FFFFFF;
}
.slideinfos a {
	cursor:pointer;
}
/*	Typography
--------------------------------------------------------------------------------------------*/
p {
	font-size: 12px;
	line-height: 160%;
	color: #333;
	margin-bottom: 1.5em;
}
h1 {
}
h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #C16B54;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 10px;
}
h6 {
	font-size: 18px;
	font-weight: normal;
}
#main_woody h1 {
	font-size: 36px;
	line-height: 120px;
	font-weight: normal;
	color: #e2d2c5;
}
.feature_left h6 {
	line-height: 35px;
}
.pagelist {
	font-size: 12px;
	line-height: 160%;
	color: #333;
	margin-bottom: 1.5em;
	list-style-type: square;
	padding-left: 25px;
}
/* Fade Button Styles  */
.cta-button {
	display:block;
	width:280px;
	height:45px;
	margin:0 auto;
	background-image: url(../call_to_action_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0 -45px;
}
.cta-button a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-image: url(../call_to_action_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.cta-button a:hover {
	background-position: 0 45px;
}
/*Resources*/
.one_third .resource_side_header {
	margin-bottom: 10px;
}
.one_third .resource_side li {
	margin-bottom: 10px;
	padding-top: 5px;
	display: block;
}
.one_third .resource_side li a {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	font-weight: bold;
	display: block;
	border: 1px solid #FFF;
	padding-left: 75px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 13px;
}
.one_third .resource_side li a:hover {
	border: 1px solid #ccc;
}
.one_third .resource_side li a span {
	font-size: 13px;
	line-height: 13px;
	display: block;
	font-weight: normal;
	padding-top: 3px;
}
#re_light a {
	background-image: url(../img/blog-icon.png);
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#re_light a:hover {
	background-image: url(../img/blog-icon.png);
}
#re_clock a {
	background-image: url(../img/icons/label_new%20yellow.png);
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#re_clock a:hover {
	background-image: url(../img/icons/label_new%20yellow.png);
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#re_survey a {
	background-image: url(../img/icons/copywriting.png);
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#re_survey a:hover {
	background-image: url(../img/icons/copywriting.png);
}
#re_book a {
	background-image: url(../img/icons/credit_card.png);
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#re_book a:hover {
	background-image: url(../img/icons/credit_card.png);
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#re_light a:hover, #re_survey a:hover, #re_book a:hover, #re_clock a:hover {
	background-color: #ECECEC;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 1px #fff;
}
/* form */

input, textarea, select {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('../img/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
select {
	width: 220px;
}
textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus, select:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form input[type='checkbox'] {
	background-color: #FFF;
	background-image: none;
	border: 0px none #FFF;
	width: 100px;
}
.form label {
	margin-left: 0px;
	color: #888;
	display: block;
	margin-bottom: 5px;
}
.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.requirement {
	margin-left: -40px;
	color: #888;
}
.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.iconlist a {
	text-decoration: none;
	color: #333;
}
li.phone, li.email {
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-right: 0;
	padding-left: 32px;
	line-height: 16px;
	height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}
li.phone {
	background-image: url(../img/icons/call.png);
}
li.email {
	background-image: url(../img/icons/mail.png);
}
/*Small Buttons */
a.ovalbutton {
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 30px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/btn_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 1px #fff;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949; /*button text color*/
}
a.ovalbutton span {
	display: block; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../img/btn_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 0;
}
a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	margin-bottom: 15px;
}
/* Pagination */
#pagination li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none; /* savers */
	float:left;
}
#pagination a {
	border:1px solid #CCC;
	margin-right:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#pagination .previous-off, #pagination .next-off {
	color:#888888;
	display:block;
	float:left;
	font-weight:normal;
	padding:0px;
}
#pagination .next a, #pagination .previous a {
	font-weight:normal;
}
#pagination .active {
	background:#2e6ab1;
	color:#CCC;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px; /* savers */
	margin-right:2px;
}
#pagination a:link, #pagination a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination a:hover {
	border:1px solid #666;
}
.pullquote {
	background-image: url(../img/qtop.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-left: 65px;
	padding-right: 65px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 5px;
}
.pullquote div {
	position: relative;
	z-index: 2;
}
.pullquotebtm {
	position: absolute;
	z-index: 1;
	background-image: url(../img/qbtm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 630px;
	height: 41px;
	display: block;
	left: 0px;
	bottom: 0px;
}
.pullquote p {
	color: #555;
	text-shadow: 1px 1px 1px #fff;
}
.client {
	color: #999;
	font-style: italic;
}
.main_pic {
	border: 1px solid #E7E7E7;
	margin-bottom: 35px;
	height: 238px;
}
.third {
	width: 200px;
	display: inline;
	float: left;
	position:relative;
	margin-right: 30px;
}
.main_pic img {
	background-color: #F0F0F0;
	padding: 8px;
	border: 1px solid #FFF;
}
.main_pic span {
	font-size: 12px;
	color: #999;
	font-style: italic;
	line-height: 25px;
}
.templatetn {
	width: 298px;
	position:relative;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	height: 198px;
}
.templatetn img {
	padding: 8px;
	border: 1px solid #FFF;
	background-color: #ececec;
}
