/* Styles for content pages */

#contentContainer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#leftContent {
	float:left;
	width:500px;
	padding-top:10px;
}

#rightContent {
	float:right;
	width:420px;
	padding-top:10px;
}


.dots {
	background:transparent url('../images/dots.jpg') repeat-x scroll center bottom;
	min-height:2px;
	margin-bottom:0.5em;
}

/*Sub Banner Area */

#woodBackgroundSub {
	background-image:url(../images/woodBackground.jpg);
	background-repeat:repeat-x;
	height:108px;
	margin-bottom:10px;
}

#subBanner {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

/*Testimonials */

#testimonialsTop {
	background-image:url(../images/testimonialsBox_Top.jpg);
	background-repeat:no-repeat;
	height:44px;
	width:466px;
}

#testimonialsMid {
	background-image:url(../images/testimonialsBox_Mid.jpg);
	background-repeat:repeat-y;
	width:466px;
}

#testimonialContent {
	width:420px;
	padding:5px 0 25px 30px;
}

#testimonialsBtm {
	background-image:url(../images/testimonialsBox_Btm.jpg);
	background-repeat:no-repeat;
	height:23px;
	width:466px;
}

#inHouseDesign_CallOut {
	padding-top:30px;
}

/*Pages */

#subHeader {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
}




/*Contact Form ***/

#formBody {
	width:530px;
	margin-left:-40px;
}
#container {
	padding-bottom:18px;
	width:530px;
	position:relative;
}

#container_inner {
	/*background:#ffffff;
	border:1px solid #fff;*/
	padding:20px;
}

#wishList {
	border:medium none;
	padding:0;
	position:relative;
}

#wishList.introduction {
	font-size:14px;
	line-height:1.6;
	margin:0 0 2em;
}


#wishList p.note {
font-size:1.25em;
margin:-1.7em 0 1.25em;
}

#wishList abbr {
	color:#7B0101;
	font-size:20px;
	font-weight:bold;
	line-height:1;
	padding:0 1px;
	vertical-align:middle;
	border:0;
}

#wishList label abbr {
	display:block;
	font-size:23px;
	padding:0;
	position:absolute;
	right:10px;
	top:10px;
	width:16px;
	border:0;
}

#wishList div {
	background:transparent url(../images/sub/bg-form-fieldset-div.png) repeat-y scroll 0 0;
	margin:0 0 10px;
	padding:5px 0 5px 160px;
}

#wishList div.controls {
	margin:25px 0 0;
	padding:0;
}

#wishList div label {
	color:#442613;
	display:block;
	float:left;
	font-size:12px;
	margin:7px 0 0 -160px;
	width:140px;
	text-align:right;
}

#wishList div input, fieldset div textarea, fieldset div select {

	color:#333333;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1;
	margin:0;
}

#wishList div input {
	padding:4px 5px;
	width:280px;
}

#wishList div input#PIN {
	padding:4px 5px;
	width:280px;
	size:6em;
}


#wishList div select {
	padding:0 0 0 3px;
	width:291px;
}

#wishList div textarea {
	height:89px;
	padding:6px 5px;
	width:280px;
}


#wishList div input[type="file"] {
	background:transparent none repeat scroll 0 0;
	border:inherit inherit inherit;
	padding:0;
}

#wishList div ul {
	margin:5px 0 0;
}

#wishList div ul li {
	margin:0 0 5px;
	padding:0;
}

#wishList div ul li label {
	display:inline;
	float:none;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0;
}

#wishList div ul li input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	display:inline;
	margin:0 5px 0 0;
	padding:0;
	width:auto;
}

#wishList div.controls {
	background:transparent none repeat scroll 0 0;
}

#wishList div.controls input {
	float:right;
	width:auto;
}

#wishList div, fieldset fieldset.group {
	position:relative;
}

#wishList #zip input {
	width:100px;
}
#wishList #phoneNumber {
	font-size:12px;

}

#wishList #phoneNumber input {
	width:150px;
}





#wishList input#submit {
	border:none;
	cursor:pointer;
	float:right;
	background:url(../images/sub/submit.jpg) no-repeat 0 0;
	width:119px;
	height:63px;
	margin-top:-10px;
	overflow:hidden;
	padding:0px 0 0 160px;

}

#awardList li {
	list-style:none;
}


/* Google Recaptcha */
.g-recaptcha {
	transform: scale(0.97);
	left: -4px;
	position: relative;
}

.g-recaptcha div {
	background: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.recap-err {
	width: 90%;
	color: #7B0101;
}