    
		
	/*-------------------------------------------
	*  Filename:            default.css 
	*  Description          default css
	*  Version              1.0.0 [2011-10-20]
	*  Style ID             1006
	*  Author:              ProSites
	---------------------------------------------*/
	
	@import url('//styles.prosites.com/css/global_content.css');
	

	
/*** GENERAL FORMAT *************************************************************************************/

	body				 { border: 0px; margin: 0px; padding: 0px; text-align: center; color: #E7BD83; background:  #840000 url(../images/bg.jpg) top left repeat-x ; height: auto; }

	body, legend                        { color: #E7BD83; }	                                 

	a:link, a:visited, a:active         { color: #FFA75A; }
	a:hover                             { color: #E7BD83; }
	
	fieldset,img                        { border-color: #FFA75A; }
	fieldset                            { }
	hr  				   		 { background-color:#FFA75A; color: #FFA75A; }/*--color for IE7---*/
	a img 								{ border: none;}

	.Button			            { color: #310000; background: #FFA75A; border: solid 1px #310000; }
	.ButtonHover			    { color: #fff; background: #920305; border: solid 1px #630C08; }

/*.......((  Layout )).............................................*/
#Container	{ margin: 0 auto; width: 740px; text-align: left;  height: auto; /* background: #FFFFFF url(../images/body_bg.jpg); firefox,safari fixfloat: left; */ }
#Liner				{ position: relative; width: 783px; }
#Float-wrap	{  width: 783px;  margin-right: 1px; }/*
#Center			{ float: right;  width: 748px;  margin-bottom: -1px; /*left container siz minus Container size*/  overflow: visible; /* background: url(../images/PageBg.gif) top left repeat-y ;*/}
#Left 				{ float: left; width: 35px; background: url(../images/left.jpg) top left  no-repeat; height: 613px; display: none; }
#Right			{ float: left; position: relative; width: 7px;  margin-right: -7px;   margin-left: -1px; background: url(../images/right.jpg) top left  no-repeat; height: 682px; display: none; }

#Header		{ border: 0px; margin: 0px 0px 0px 0px; padding: 0px; width: 748px; float: left; }
#Flash, #flash 			{ border: 0; margin: 0; padding: 0px 0px 0px 0px ; width: 748px; height: 287px; float: left; clear: both; }
#Ban   			{ border: 0px; margin: 0px; padding: 0px 0px 0px 0px ; width: 748px; height: 145px; float: left;  }
#img				{ margin: 0; padding: 0; border: 0; width: 748px; height: 2px; float: left;  }
#img1				{ margin: 0; padding: 0; border: 0; width: 790px; height: 26px; display: none;  }


/*.......((  Nav Area )).............................................*/

#Nav {
	text-align: center;
	float: left;
	width: 748px; 
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background :url(../images/menubg.gif) repeat-y;

	}

#Nav p {
	padding:  8px 10px 3px 10px;
	margin: 0px;
	border: 0px;
	text-align: center;
	}


/*.......(( Content area )).................................*/

	
#Contentbg { background: #560204 url(../images/body_img.jpg) bottom left  repeat-x; float: left; width: 748px; margin-bottom: 20px; } 		
#Content		{  position: relative; padding: 25px 30px 60px 30px; width: 688px;  /*width minus padding-Cheat a few pixels less/Older Browsers  will add to width*/ overflow: visible; float: left; height: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 320px;
	}
html>body #Content {  height: auto; }


/*.......((  Footer area ))...............................................*/



#Footer {
	font-size: 11px;
	margin: 0px auto;

	text-align: left;
	width: 738px;
	}
	

#Footer p {
	padding-top: 20px;
	padding:  10px 10px 10px 10px;
	margin: 0px;
	}



#Footer a:link, #Footer a:visited, #Footer a:active {
;

}
#Footer a:hover {
}



	
	/************************************************
	*												*
	*	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: #864028; }



	/*  INTERIOR DEFAULT FORMS ******************************************************************************/

	
	/* MAIN CONTACT PAGE FORM **********/
	
	.qcform              { background: #4B0103; border-color: #AC5630; } /*container form*/
	.qcformcolor         { background-color: #320002!important; border-color: #AC5630; color: #E7BD83; } /*input field*/
 	hr.qcform            { background-color: #AC5630;}


	/* MINI FORM PLUGIN ****************/

	.m-form, 
	.m-form-low, 
	.m-form-services,
	.m-form-inner-services					
	{ background: #4B0103!important; border-color: #AC5630; }/*container form*/
	
	.m-formcolor, 
	.m-form-innercolor	
	{ background: #320002 ; border-color: #AC5630; color: #E7BD83; }/*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: 80px 0px 7px 20px; }
	.m-form-low
	{ margin: 79px 0px 7px 20px; }
	.m-form-services
	{ margin: 80px 0px 7px 20px; }
	.m-form-inner-services
	{ margin: 104px 0px 7px 20px; }  


