/*
Theme Name: Enhanced Solutions
Theme URI: http://www.enhancedsolutions.com/
Description: The default Enhanced Solutions theme.
Version: 1
Author: Enhanced Solutions
Author URI: http://www.enhancedsolutions.com/
*/

A {
	color: #75673e;
	text-decoration: none;
}

A:hover {
	color: #1267bf;
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #333;
	text-align: center;
	line-height: 1.2;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-SIZE: 13px;
	color: #000;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

.clear {
	clear: both;
}

.dotted {
	border-top: 1px dotted #534f4e;
	margin-bottom: 20px;
}

/* ########################################################################################## */

#container {
	width: 960px;
	margin: auto;
	text-align: left;

	padding: 0px 0px 0px 0px;
}


/* ########################################################################################## */

#topbar {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;

	background: #000;
	border-bottom: 1px solid #69625a;
}

#topbar .inner {
	width: 900px;
	margin: auto;
	text-align: left;
	padding: 5px 0px;
}

#topbar .inner,
#topbar .inner A {
	color: #e6e1cf;
	font-size: 11px;
}

#topbar .inner .right {
	float: right;
	padding: 0px;
}

#topbar .inner .left {
	padding: 0px;
}

/* ########################################################################################## */

#head {
	position: relative;
	height: 70px;
	border-bottom: 1px solid #978f73;
	background: #fff;
}

#head H1 {
	padding: 0px;
	background: #534f4e;
	width: 221px;
	height: 70px;

	position: absolute;
	top: 0px;
	left: 0px;
}

#head H1 A {
	display: block;
	width: 161px;
	height: 44px;
	background: url('images/logo.png') left top no-repeat;

	text-indent: -9999px;
	overflow: hidden;

	position: absolute;
	top: 12px;
	left: 30px;
}

#head .description {
	display: none;
}

#head UL {
	list-style: none;
	padding: 0px;

	position: absolute;
	bottom: 0px;
	left: 221px;
}

#head UL LI {
	float: left;
	border-left: 1px solid #e5e5e5;
}

#head UL LI.first {
	border-left: 0px;
}

#head UL LI.last {
}

#head UL LI A {
	display: block;
	padding: 15px 22px;
	color: #5a5a5a;
	text-decoration: none;
	font-size: 17px;
	text-transform: lowercase;
	font-family: Trebuchet MS, Sans-serif;

}

#head UL LI A.active,
#head UL LI A:hover {
	padding-bottom: 12px;
	border-bottom: 3px solid #a79881;
}

/*
#head UL LI A.blue {
	background: url('images/menu.png') left -80px repeat-x;
	color: #fff;
}
*/

/* ########################################################################################## */


#splash {
	font-family:'Myriad Pro Bold','Myriad Pro','Lucida Grande',Tahoma,Lucida,Verdana,Arial,Helvetica,sans-serif;
	background: #fff;
	border: 1px solid #978f73;
	border-width: 0px 1px 0px 1px;
}

#splash .featureholder_outer {
	padding: 15px 15px 0px 15px;
	float: left;
}

#splash .featureholder {  
    width: 605px;
    height: 250px;
	border: 1px solid #978f73;
	overflow: hidden;
	background: #39342e;
} 

#splash .featureclients {
	display: block;
    width: 615px;
    height: 250px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#splash .featureclients A {
	display: block;
	overflow: hidden;
    width: 605px;
    height: 250px;
	margin-bottom: 200px;
	text-indent: -9999px;
	overflow: hidden;
}

#splash .featurenav {
	position: absolute;
	bottom: 15px;
	right: 15px;
	list-style: none;
	padding: 0px;
}

#splash .featurenav LI {
	float: left;
	padding-left: 5px;
}

#splash .featurenav LI A {
	display: block;
	width: 62px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: left 0px;
}

#splash .featurenav A:hover {
	background-position: left -26px;
}

#splash .featurenav LI.prev A {
	background-image: url('images/splash_buttonleft.png');
}

#splash .featurenav LI.next A {
	background-image: url('images/splash_buttonright.png');
}

#splash .bodyholder {
	background: #e9e4d3 url('images/splash.png') bottom left repeat-x;
	border: 1px solid #978f73;
	border-width: 0px 0px 1px 1px;

	float: left;

	height: 266px;
	width: 319px;
}

#splash .body {

	height: 266px;
	width: 319px;

	overflow: hidden;
	text-indent: -9999px;

	background: url('images/splash_text.png') center center no-repeat;
}

/* ########################################################################################## */

#page {
	/* background: #fbfbf4 url('images/page.png') top left repeat-x; */
	background: #fff;
	padding: 20px 19px 40px 19px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	border: 1px solid #978f73;
	border-width: 0px 1px 1px 1px;
	line-height: 1.5;
}

/*
#page A {
	color: #75673e;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#page A:hover {
	color: #4591e0;
	text-decoration: none;
}
*/

#page .frontbox {
	width: 230px;
	height: 145px;
	float: left;
	position: relative;
	background: url('images/page_blockdiv.png') top left no-repeat;
	font-size: 12px;
	line-height: 1.5;
}

#page .frontbox.first {
	background: transparent;
}

#page .frontbox H3 {
	color: #413c35;
	font-size: 19px;
	text-transform: uppercase;
	font-family: "", Serif;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
}

#page .frontbox P {
	padding: 0px 20px 10px 20px;
}

#page .frontbox A.more {
	position: absolute;
	right: 20px;
	bottom: 0px;

	display: block;
	width: 62px;
	height: 26px;
	background: url('images/page_buttonright.png') top left no-repeat;
	color: #fff;
	font-size: 11px;
}

#page .frontbox A.more SPAN {
	display: block;
	padding: 6px 10px;
}

#page .frontbox UL {
	list-style: none;
	padding: 0px 0px 0px 25px;
}

#page .frontbox UL LI {
	background: url('images/page_arrow.png') left center no-repeat;
	padding: 0px 0px 3px 15px;
	position: relative;
}

#page .twocol {
	float: left;
}

#page .twocol.left {
	width: 650px;
	margin-right: 20px;
}

#page .twocol.right {
	width: 248px;
	border-left: 1px dotted #d4cdb7;
}

#page .twocol .padding {
	padding: 0px 15px 30px 15px;
}

#page .twocol.right H5 {
	display: block;
	background: url('images/menu.png') left top repeat-x;
	padding: 7px 15px;
	margin: 0px 0px 10px 0px;
	color: #e9e3d3;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#page .twocol.right UL {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	list-style: none;
}

#page .twocol.right UL LI {
	border-bottom: 1px dotted #d4cdb7;
}

#page .twocol.right UL LI A {
	display: block;
	color: #504a42;
	padding: 4px 0px 7px 22px;
	background: url('images/side_listdot.png') 5px 11px no-repeat;
	text-decoration: none;
}

#page .twocol.right UL LI A:hover {
	background-color: #504a42;
	background-position: 5px -29px;
	color: #fff;
}

#page H1 {
	color: #26221e;

	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;

	font-family: Georgia, "Nimbus Roman No9 L", serif;
}

#page H2 {
	font-size: 28px;
	color: #26221e;
	border-bottom: 1px solid #978f73;
	margin-bottom: 10px;



	font-size: 22px;
	line-height: 38px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;

	font-family: Georgia, "Nimbus Roman No9 L", serif;
}

#page .multilist {
	list-style: none;
	padding: 0px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 15px 20px;
	width: 185px;
	font-size: 12px;
	border-left: 1px dotted #d4cdb7;
}

#page .multilist.left {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 15px 0px;
	border-left: 0px;
}

#page .multilist STRONG {
	font-size: 13px;
	display: block;
	padding-top: 10px;
}

/* ########################################################################################## */

#foot {
	color: #978d71;
	padding: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	background: #0d1211;
	font-size: 12px;
}

#foot H5 {
	color: #b8af95;
	font-size: 19px;
	text-transform: uppercase;
	font-family: "Times New Roman", Serif;
	font-weight: normal;
}

#foot .testimonialbox {
	float: left;
	width: 380px;
	height: 230px;
	overflow: hidden;
	margin: 0px 20px;
	line-height: 1.5;
	position: relative;
}

#foot .testimonial {
	position: absolute;
	top: 35px;
	left: 0px;
}

#foot .testimonialbox .body {
	font-size: 11px;
	background: url('images/quotes_left.png') left top no-repeat;
}

#foot .testimonialbox .body .inner {
}

#foot .testimonialbox .body IMG {
	float: left;
	margin: 0px 10px 0px 0px;
}

#foot .testimonialbox .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#foot .testimonialbox .thelink {
	font-size: 11px;
}

#foot .testimonialbox A {
	color: #fff;
}

#foot .news {
	float: left;
	width: 300px;
}

#foot .news UL {
	list-style: none;
	padding: 0px;
	border-top: 1px dotted #978d71;
}

#foot .news UL LI {
	border-bottom: 1px dotted #978d71;
}

#foot .news UL LI A {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 5px;
	/* padding: 7px 0px 7px 25px;
	background: url('images/footarrow.png') 10px center no-repeat; */
}

#foot .news UL LI A SPAN.date {
	float: right;
	color: #978d71;
}

#foot .news UL LI A:hover {
	background-color: #37322d;
}

#foot .quote {
	float: left;
	width: 200px;
	height: 144px;
	background: #0d1211;
}

#foot .quote A {
	color: #fff;
}



#subfoot {
	margin-bottom: 20px;
	background: #000;
	font-size: 12px;
	padding: 20px;
}

#subfoot UL {
	padding: 0px;
	list-style: none;
}

#subfoot UL LI {
	float: left;
	padding: 0px 7px;
}

#subfoot UL LI A {
	color: #7d7266;
}


#subfoot .rightbutton {
	float: right;
	background: url('images/footicon.png') left top no-repeat;
	font-size: 10px;
	color: #36322a;
	padding: 2px 0px;
	width: 55px;

	margin: 0px 0px 0px 10px;
}


/* ########################################################################################## */


.portfolioslug {
	border-top: 1px solid #edebdd;
	padding: 20px;
}

.portfolioslug H3 {
	font-size: 16px;
}


/* .post-thumbimage {
	border: 1px solid #ccc;
	padding: 3px;
	float: left;
	margin: 0px 20px 0px 0px;
} */

.post H3,
.post H3 A {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.post SMALL {
	font-size: 11px;
}

.links {
	padding: 0px 0px 0px 25px;
	margin: 0px;
	float: left;
}


/* ########################################################################################## */


.wpcf7-form fieldset {
	margin: 0px 0px; 
	padding: 5px 15px 15px 15px; 
	border: 1px solid #ececec; 
	border-left-color: #ececec; 
	border-top-color: #ececec; 
	background: #fff;
}

.wpcf7-form legend { 
	margin: 0px;
	padding: 0 5px; 
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
}


.wpcf7-form fieldset .flat {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
}

.wpcf7-form P {
	padding: 0px;
	display: block;
}

.wpcf7-form .heading {
	display: block;
	padding: 5px 10px;
	margin: 0px 0px 15px 0px;
	background: #ececec;
}

.wpcf7-form P .wpcf7-form-control-wrap {
	display: block;
	margin: 0px 0px 15px 0px;
}

.wpcf7-form .mycaptcha {
	float: left;
}

.wpcf7-form .wpcf7-captcha-mycaptcha {
	float: left;
}

.wpcf7-form UL {
	list-style: none;
	padding: 0px;
}

.wpcf7-form UL LI {
	margin: 0px 0px 10px 0px;
}

.wpcf7-form UL LI LABEL {
	display: block;
	width: 100px;
	float: left;
}

.wpcf7-form .submitbox {
	padding: 15px 0px 0px 0px;
}



/* ########################################################################################## */


.stripViewer .panelContainer .panel ul {
	text-align: left;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 650px;
}


/* These 2 lines specify style applied while slider is loading */
.csw { width: 100%; height: 650px; background: transparent; overflow: hidden; }
.csw .loading { margin: 200px 0 900px 0; text-align: center }

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: none; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 540px;
	clear: both;
	background: transparent;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}



.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 718px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .entry { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 29px;
	background: #403f3a;
	width: 650px;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	overflow: hidden;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 29px;
	width: 181px;
}

.stripNavL {
	left: 0;
	top: 0;
}

.stripNavR {
	top: 0;
	right: 0;
}

.stripNavL {
	background: url("images/portfolio_prev.png") no-repeat center;
}

.stripNavR {
	background: url("images/portfolio_next.png") no-repeat center;
}


/* ########################################################################################## */


#contactfloattable {
	background: #fefdf3 url('images/yellownote_backing.gif') top center repeat-x;
	border: 1px solid #fffca6;
	padding: 5px;
	margin: 0px 0px 0px 30px;
	float: right;
}

#contactfloattable TD {
	font-size: 11px;
	vertical-align: top;
}

#contactfloattable H3 {
	color: #988b6c;
	font-size: 14px;
	padding: 0px;
	border-bottom: 1px solid #e4ded0;
	font-family: Arial, Helvetica, sans-serif;
}

#contactfloattable H2 {
	color: #5c4f30;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

.contactformtable {
	background: #fbfbfb;
	border: 1px solid #eeeeee;
	padding: 5px;
}

.contactformtable {
	padding: 20px;
}

.contactformtable TD {
	vertical-align: top;
}

.contactformtable .flat {
	border: 1px solid #999999;
	background: #ffffff;
	width: 150px;
}

.contactformtable .flat.narrow {
	width: 95px;
}
.contactformtable TEXTAREA.flat {
	width: 95px;
	width: 390px;
	height: 380px;
}

.contactformtable P {
	padding: 0px;
	margin: 0px;
}

.contactformtable H4 {
	color: #4aa5de;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.wpcf7-not-valid-tip-no-ajax {
	font-size: 10px;
}


/* ########################################################################################## */

.blockgroup .block {
	float: left;
	border-left: 1px solid #534f4e;
	margin-bottom: 20px;
}

.blockgroup .first {
	border-left: 0px;
}

.blockgroup H5 {
	padding: 10px 15px 10px 15px;
	font-size: 13px;
}

.blockgroup P {
	padding: 0px 15px 10px 15px;
	font-size: 12px;
}

.blockgroup.four .block {
	width: 229px;
}