﻿	/*-------------------------------------------
	*  Filename:            default.css 
	*  Description          default css
	*  Version              1.0.0 [2011-10-20]
	*  Style ID             2067
	*  Author:              ProSites
	------------------------------------------*/
	
	@import url('http://styles.prosites.com/css/global.css');

	/* RESETS */

	html				    { width: 100%; height: 100%; display: table!important; }
	body, #w_all, #container, #header, #nav_bg, #flash, #banner, #phone, #footer, #container_bg, #footer_bg { margin: 0 auto; padding: 0px; }
	body, #w_all, #container_bg, #nav_bg, #phone_bg, #footer_bg, #container, #header                  { text-align: center; }

	
	/*** GENERAL FORMAT *************************************************************************************/
	
	body           						{ color: #666; 	background-attachment: fixed; background-image: url(../images/bg_pattern.jpg); background-repeat: repeat;}
	body #interior                      { }	
	body, legend                        { color: #666; }
	                                 

	a:link, a:visited, a:active         { color: #7ba4b9; }
	a:hover                             { color: #000; }
	
	fieldset,img                        { border-color: #e3e3e3; }
	fieldset                            {  }
	
	hr  				    			{ background-color: #e3e3e3; color: #e3e3e3; }
	
	.Button			            		{ color: #fff; background: #8db1c3; border: solid 1px #fff; }
	.ButtonHover			    		{ color: #fff; background: #666666; border: solid 1px #fff; } 
	
	
	/* PARENT WRAPPERS ***** NOTE** indicate wrapper children in ID/class name ******************************/
	
	#w_nav   		{  width: 100%; min-width: 1000px; display: table!important; background: url(../images/nav_bg.jpg) repeat fixed;  }
	#w_footer		{  width: 100%; min-width: 1000px; display: table!important; background: #333333; clear: both; }

	
	/* 100% or FIXED BG ELEMENTS ****************************************************************************/
	

	#nav_bg		 { width: 1000px;  line-height: 0px;}
	#phone_bg	 {  width: 1000px; height: 45px; background: url(../images/phone-bg.png) top center no-repeat; margin: 15px auto 0px auto; display: table!important; }
	#content_bg	 { /*- No Div -*/ }
	#footer_bg       { width: 1000px; margin: 0 auto; font-size: 11px; }
	
	
	/* CONTAINER DIV - OPTIONAL ** use this to contain all the core elements within one wrapper *************/
	
	#container	 { width: 1000px; height: auto; display: table!important;  }
	
	
	/* CORE INNER ELEMENTS ****************/
	
	#header 	 	{ width: 1000px; }
	#nav		 { width: 1000px; margin: 0px auto; padding: 0px; }
	#slides	  	 { width: 1000px; height: 380px; position: relative;  background: url(../images/slides-container.jpg) top center no-repeat;  padding: 11px 0 0 54px; *padding-left: 0px;}
	#banner		 { height: 205px; position: relative; }
	#phone		 { width: 960px; height: auto; text-align: center; }
	#content	 { width: 900px; height: auto; margin: 0px; padding: 16px 50px 80px 50px; text-align: left; min-height: 400px; background: url(../images/content_bottom.png) bottom center no-repeat; margin-bottom: 20px; display: inline-table; }
	#footer      { width: 900px; margin: 0 auto; height: auto; text-align: center!important; color: #999999; }
	

		/*** CUSTOM DIVS if any custom CORE INNER ELEMENTS is needed please add in the section below*************/
	/*** Jquery Below ***/
	
			/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
	.slides_container {	width:946px; display:none;}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
	.slides_container div { width:946px; height:337px; display:block; }
	
	.pagination 	  {  bottom:-8px; left:492px; *left:451px; position: absolute; z-index: 5; }
	.pagination li    { float: left; list-style-type: none; padding: 0px; margin-right: -5px; }
	.pagination li a  { background: url(../images/banner-onoff-btn.png) top right; height: 11px; width: 11px; display: block; text-indent: -9999px; list-style-type: none; margin: 0 0 0 -24px; outline: none;}
	.pagination li.current a { background: url(../images/banner-onoff-btn.png) top left; height: 11px; width: 11px; }
	
	/*** Arrows Below ***/
	
	#slides .next,#slides .prev { position: absolute; bottom: 104px; left: 60px; width: 26px; height: 276px;  z-index: 27;}
	#slides .prev { *left: 35px; background: url(../images/banner-cntrl-arrow-left.png) left center no-repeat; text-indent: -9999px; outline: none; width: 465px; }
	#slides .next { position:absolute; left: 530px; *left:499px;  background: url(../images/banner-cntrl-arrow-right.png) right center no-repeat; text-indent: -9999px; outline: none; width: 465px; }
	
	
	/***CUSTOM FORMAT specific to CORE INNER ELEMENTS***/
	
	/************************************************
	*												*
	*	NOTE global.css has additional formatting	*
	*	that may effect any custom code added		*
	* 	below. 										*
	*												*
	************************************************/
	
	
	 
	
	/*** #header ***********/
	#header p 	 { }
	#header a  	 { }
	
	
	/*** #nav **************/
	#nav img     { margin: 0px; padding: 0px; }
	
	
	/*** #content **********/
	#content p   { }
	#content a   { }
	
	
	/*** #footer ***********/
	#footer .footer_nav          { margin: 0px; padding: 40px 0px 10px 0px; }
	#footer p 				     { margin: 0px; padding: 0px; }
	#footer .devby               { margin: 0px; padding: 10px 0px 45px 0px; }
	#footer br 				     { display: none!important; } /* hide coded breaks*/
	
	#footer a:link, #footer a:visited, #footer a:active     { color: #b8c3c9; text-decoration: none; font-weight: bold; }
	#footer a:hover                                         { color: #fff; text-decoration: none; font-weight: bold; }
	#footer-btm                                             { height: 30px;  position: relative; display: block; } 
	
	
	/*** #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: #e3e3e3; }



	/*  INTERIOR DEFAULT FORMS ******************************************************************************/

	
	/* MAIN CONTACT PAGE FORM **********/
	
	.qcform              { background: #f2f2f2; border-color: #e6e6e6; } /*container form*/
	.qcformcolor         { background-color: #f8f8f8!important; border-color: #d5d5d5; color: #666666; } /*input field*/
 	hr.qcform            { background-color: #d2cfc8; }


	/* MINI FORM PLUGIN ****************/

	.m-form, 
	.m-form-low, 
	.m-form-services,
	.m-form-inner-services					
	{ background: #f2f2f2!important; border-color: #e6e6e6; color: #8f8f8f; }/*container form*/
	
	.m-formcolor, 
	.m-form-innercolor	
	{ background: #f8f8f8; border-color: #d5d5d5; color: #666666; }/*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: 82px 0px 7px 20px; }
	.m-form-services
	{ margin: 82px 0px 7px 20px; }
	.m-form-inner-services
	{ margin: 90px 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; } }


