	
	/*-------------------------------------------
	*  Filename:            default.css 
	*  Description          default css
	*  Version              1.0.0 [2012-01-06]
	*  Style ID             5659
	
	*  Author:              ProSites | Jayson Fanning
	---------------------------------------------*/
	
	@import url('//styles.prosites.com/css/global.css');
/* RESETS */
	
#w_all, #container, #header, #nav_bg, #flash, #banner, #phone, #footer, #container_bg, #footer_bg {
	margin: 0 auto;
	padding: 0px;
}
#w_all, #container_bg, #nav_bg, #phone_bg, #footer_bg, #container, #header {
	text-align: center;
}
/*** GENERAL FORMAT *************************************************************************************/
	
body {
	background: #2e2a22;
	color: #615a4c;
	font: 15px Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding:  0;
}
legend {
	color: #5d5238;
}
a:link, a:visited, a:active {
	color: #789680;
	text-decoration: none;
}
a:hover {
	color: #8fb49a;
	text-decoration: none;
}
fieldset, img {
	border-color: #615a4c;
}
fieldset {
	text-align: left;
}
hr {
	background-color: #615a4c;
	color: #615a4c;
}
.Button {
	color: #fff;
	background: #8aa791;
	border: none;
}
.ButtonHover {
	color: #fff;
	background: #72917b;
	border: none;
}
.clear {
	clear: both;
}
.brown{
	color: #7d7e46;
}

/* PARENT WRAPPERS ***** NOTE** indicate wrapper children in ID/class name ******************************/
#w_nav{
	background: #3f352c url(../images/nav-BG.jpg) ;
	width: 100%;
	min-width: 965px;
	margin: 0;
	padding: 0;
}
#w_address-bar {
	background: #453e35 url(../images/address-BG.png) repeat-x;
	width: 100%;
	min-width: 965px;
	margin: 0;
	padding: 0;
}
#w_footer {
	width: 100%;
	min-width: 965px;
	margin: 0;
	padding: 35px 0 30px 0;
	font-size: 11px;
}
#wrap1{
	background: #f5e2c1 url(../images/BG.jpg) top center no-repeat;
	width: 100%;
	min-width: 965px;
	margin: 0;
	padding: 20px 0 0 0;	
}
#wrap1-interior{
	background: #f5e2c1 url(../images/BG-interior.jpg) top center no-repeat;
	width: 100%;
	min-width: 965px;
	margin: 0;
	padding: 20px 0 0 0;	
}



/* CORE INNER ELEMENTS ****************/
	
#header {
	width: 965px;
	height: 67px;
	margin: 0 auto;
	margin-bottom: 10px;	
	padding: 0;
	text-align: center;
}
#nav {
	width: 965px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#jQuery {
	width: 980px;
	height: 530px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#btn-1{
	width: 163px;
	height: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 386px;
	left: 414px;
	text-align: center;	
	color: #9de3ff;
	z-index: 74;
}
#btn-2{
	width: 163px;
	height: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 386px;
	left: 593px;	
	text-align: center;	
	color: #9de3ff;
	z-index: 74;
}
#btn-3{
	width: 163px;
	height: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 386px;
	left: 770px;	
	text-align: center;	
	color: #9de3ff;
	z-index: 74;	
}

#btn-1 img, #btn-2 img, #btn-3 img{
	border: none;
	margin-bottom: 13px;
}
#banner {
	width: 965px;
	height: 308px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#content {
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	text-align: left;
	width: 900px;
	text-align: justify;
}
#content-interior {
	margin: 0 auto;
	padding: 30px 0 55px 0;
	overflow: visible;
	width: 905px;
	min-height: 289px;
	text-align: justify;
}
#footer {
	width: 965px;
	height: auto;
	color: #fff;
	font-size: 14px;
	padding: 0;
}
/*** CUSTOM DIVS if any custom CORE INNER ELEMENTS is needed please add in the section below*************/
.left {
	float: left;
	margin: 0 15px 15px 0;	
}

#head-sub{
	width: 965px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	float: left;
	text-align: center;	
	overflow: hidden;
	text-transform: uppercase;
}
#logo{
	width: 501px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#email{
	width: 230px;
	height: 45px;
	margin: 0;
	padding: 91px 130px 0 16px;
	float: left;
	text-align: left;	
}
#address-bar {
	width: 965px;
	height: 10px;
	margin: 0 auto;
	padding: 17px 0 34px 0;
	text-align: center;
}
#col-wrap {
	width: 965px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
#col1 {
	width: 575px;
	min-height: 270px;
	padding: 0 0 0 30px;
	float: left;
}
.col2 {
	width: 270px;
	height: 414px;
	float: left;
	margin: 0;
	padding: 66px 0 0 52px;
	text-align: left;
}
.sbmitBtn {
    background: url(../images/submit-btn.png) transparent;
    width: 94px;
    height: 37px;
    border: none;
	cursor: pointer;
	opacity: 1;
	transition: opacity .2s;	
}
.sbmitBtn:hover {
    background: url(../images/submit-btn.png) transparent;
    width: 94px;
    height: 38px;
    border: none;
	cursor: pointer;
	opacity: .88;
}
.searchfield {
	background: #7b6d4a;
	margin: 0 0 5px 0;
	padding: 9px;
	width: 257px;
	border: solid 0px #ebebeb;
	outline: none;
	color: #fff;
	font-size: 15px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.clientComment {
	background: #7b6d4a;
	margin: 0 0 5px 0;
	padding: 9px;
	width: 257px;
	height: 91px;
	border: solid 0px #ebebeb;
	outline: none;
	color: #fff;
	font-size: 15px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#association{
	width: 965px;
	height: 123px;
	margin: 0 auto;
	padding: 10px 0 30px 34px;	
	text-align: left;
}
#association img{
	border: none;	
}
#footer-nav-wrap{
	width: 630px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
#social-icon-wrap{
	width: 135px;
	height: 40px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
#social-icon-wrap img {
	border: none;
	opacity: 1;
	transition: opacity .2s;	
}
#social-icon-wrap img:hover {
	border: none;
	opacity: .88;
}

#social-icon-wrap a{
	margin: 0!important;
}
#footer-col2 p {
	line-height: 20px;
}
.footer-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.footer-address {
	line-height: 17px;
}
/***CUFON****************************/

	.location{
		color: #719a86;
	}

	.call{
		color: #444444;
	}
	
.addresssub {
	color: #fff;
	letter-spacing: -1px;
	margin: -10px 0 0 0;

}

.associations{
	color: #615a4c;
	letter-spacing: -1px;
	display: block;
	height: 35px;
}

/***CUSTOM FORMAT specific to CORE INNER ELEMENTS***/
	
	/************************************************
	*												*
	*	NOTE global.css has additional formatting	*
	*	that may effect any custom code added		*
	* 	below. 										*
	*												*
	************************************************/
	
	/*** #nav **************/
#nav img {
	margin: 0px;
	padding: 0px;
}
/*** #content **********/
#content p {
}
#content a {
}
/*** #footer ***********/
#footer .footer_nav {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer .devby {
	color: #fff;
	margin: 0px;
	padding: 2px 0px 15px 0px;
}
#footer br {
	display: inline!important;
} /* hide coded breaks*/
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.footer-link {
	font-weight: bold;
	display: block;
	padding: 10px 0 0 0;
}
.phone-num {
	font-size: 17px;
	display: block;
	padding: 7px 0 0 0;
}
/*** #col1 *************/
#col1 p {
}
#col1 a {
}
/************************************************
	*												*
	*	NOTE: Section below is for the default 		*
	*	pages in the engine. Only color,			*
	*	background color and border should be 		*
	*	changed. There is an exception for custom	*
	*	websites.									*
	*												*
	************************************************/

	/*  BORDER COLORS FOR DEFAULT PAGES *********************************************************************/
	
.PageService_Line_Group_Name,  .PageService_Line_Item_Name,  .PageInternetLink_Category_Container,  .PageFAQ_Answer,  .PageTestimonial_Intro,  .PageTestimonial_Container,  .PageContact_Office_Photo,  .PageContact_Contact_Photo,  .PageContact_Contact_Seperator {
	border-color: #615a4c;
}
/*  INTERIOR DEFAULT FORMS ******************************************************************************/

	/* MAIN CONTACT PAGE FORM **********/
	
.qcform {
	background: #fbedd7;
	color: #615a4c;
	border: none;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
} /*container form*/
.qcformcolor {
	background-color: #bea37c!important;
	border: none;
	color: #fff;
} /*input field*/
hr.qcform {
	background-color: #ababab;
}
/* AppointmentRequestForm */
#AppointmentRequestForm .qcformcolor {
	font: 12px arial, sans-serif;
	padding: 2px;
	width: 234px;
	background-color: #bea37c!important;
	border: none;
	color: #fff;
}
/* MINI FORM PLUGIN ****************/

.m-form,  .m-form-low,  .m-form-services,  .m-form-inner-services {
	background: #fbedd7!important;
	border: none;
	color: #615a4c;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}/*container form*/
.m-formcolor,  .m-form-innercolor {
	background-color: #bea37c!important;
	border: none;
	color: #fff;
}/*input field*/
.m-form h1,  .m-form-low h1,  .m-form-services h1,  .m-form-inner-services h1 {
	font-family: arial; /*NEED TO DECLARE FONT HERE*/
}
/* MINI FORM POSITION **************/
	/*NEED TO ADJUST TOP MARGIN FOR EACH*/ 
	
.m-form {
	margin: 88px 0px 7px 20px;
}
.m-form-low {
	margin: 69px 0px 7px 20px;
}
.m-form-services {
	margin: 88px 0px 7px 20px;
}
.m-form-inner-services {
	margin: 98px 0px 7px 20px;
}
		
	/* Webkit - Browsers have an offset of 1px horizontally - due to odd nuber in pixel resolution vieport */
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
html {
	overflow-x: scroll;
	margin-left: -1px;
}
}
