/* $Id: */

/**
* SCREEN & PROJECTION MEDIA STYLESHEET
*/

/**
* GENERIC GLOBAL STYLES
*
* Please be very careful adding anything in this area. Consider 
* using a more region specific CSS selector instead. 
*/
#page,
#container {
	margin: 0 auto;
	position: relative;
}

p {
   letter-spacing: 0.04em;
   font-size:15px;
}

.skip-to-links {
	left: -8000px;
	position: absolute;
}
div.error, .error {
    font-size:0.8em;
}

.node-type-blog ul, .node-type-blog ol{
    font-size:15px;
    line-height: 24px;
    font-family: LatoReg;
    color: #4d4d4d;
}


/**
* HEADER REGION
*/
#header p.site-name,
#header p.site-slogan {
	margin: 0;
}
#header  {
	background: #ffc37c;
}
.front #header h1 {
text-indent: -999em;
}
/**
* PREFACE REGION
*/


/**
* PRIMARY REGION
*/


/**
* COMMON SECONDARY & TERTIARY STYLES
*
* Do NOT add margins, padding or borders CSS properties directly 
* to the secondary or tertiary divs since this will break the layout. 
* Instead, consider adding those properties to the regions divs. 
*/


/**
* SECONDARY REGION
*/
#secondary {
    background: #90C9FF;
}

/**
* TERTIARY REGION
*/
#tertiary {
    background: #bce883;
}
/**
* GET A QUOTE
*/
#block-webform-client-block-14 h2 a {
	display:none;
}
#block-webform-client-block-14 .webform-component {
	display:block;
	position:relative;
}

#block-webform-client-block-14 label {
	position:relative;
	left:-999em;
	display:block;
}
#block-webform-client-block-14 label span.form-required {
	position:absolute;
	left:999em;
	display:block;
}
#block-webform-client-block-14 input {
	left: 10px;
    position: absolute;
    width: 180px;
}
#block-webform-client-block-14 input#edit-submit--2 {
    position:relative;
    width: 180px;
}
#block-webform-client-block-14 textarea,
#block-webform-client-block-14 .grippie {
   
}
#block-webform-client-block-14 #webform-component-enquiry label {
	float:left;
}
#block-webform-client-block-14 #webform-component-enquiry .form-textarea-wrapper {
	float: left;
    margin-left: -31px;
    width: 185px;
}
#block-webform-client-block-14 #webform-component-enquiry.webform-component-textarea:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/**
* POSTSCRIPT REGION
*/


/**
* NAVIGATION REGION
*/


/**
* FOOTER REGION
*/
#footer  {
	background: #ffc37c;
}

/**
* CLOSURE REGION
*/