@charset "UTF-8";

body {
	background: url(../img/background.gif);
}

#home {
	background: url(../img/brittan_bolin.jpg) no-repeat;
	padding: 0 10px 0 440px;
	min-height: 320px;
}

#services {
	background: url(../img/photo.jpg) no-repeat;
	padding: 0 10px 0 440px;
	min-height: 320px;
}

#clients {
	background: url(../img/photo2.jpg) no-repeat;
	padding: 0 10px 0 440px;
	min-height: 320px;
}

#testimonials {
	background: url(../img/photo4.jpg) no-repeat;
	padding: 0 10px 0 440px;
	min-height: 320px;
}

#contact {
	background: url(../img/photo3.jpg) no-repeat;
	padding: 0 10px 0 440px;
	min-height: 320px;
}

#temp {
		width: 600px;
		margin: 0 auto;
		font: 14px/23px 'AmbleRegular', Arial, sans-serif;
		text-align:center;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 30px;
	width: 900px;
	font: 11px/23px 'AmbleRegular', Arial, sans-serif;
	color: #999;
	text-align: center;
}

@font-face {
    font-family: 'TeXGyreTermesRegular';
    src: url('../fontstexgyretermes-regular-webfont.eot');
    src: url('../fontstexgyretermes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontstexgyretermes-regular-webfont.woff') format('woff'),
         url('../fontstexgyretermes-regular-webfont.ttf') format('truetype'),
         url('../fontstexgyretermes-regular-webfont.svg#TeXGyreTermesRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreTermesBold';
    src: url('../fontstexgyretermes-bold-webfont.eot');
    src: url('../fontstexgyretermes-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontstexgyretermes-bold-webfont.woff') format('woff'),
         url('../fontstexgyretermes-bold-webfont.ttf') format('truetype'),
         url('../fontstexgyretermes-bold-webfont.svg#TeXGyreTermesBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AmbleRegular';
    src: url('../fonts/Amble-Regular-webfont.eot');
    src: url('../fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Regular-webfont.woff') format('woff'),
         url('../fonts/Amble-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Regular-webfont.svg#AmbleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AmbleBold';
    src: url('../fonts/Amble-Bold-webfont.eot');
    src: url('../fonts/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Bold-webfont.woff') format('woff'),
         url('../fonts/Amble-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Bold-webfont.svg#AmbleBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1 {
	padding: 18px 0 0 0;
	font: 22px/29px 'TeXGyreTermesBold', Times New Roman, sans-serif;
	color:#967117;
}

h2 {
	padding: 18px 0 0 0;
	font: 18px/27px 'TeXGyreTermesBold', Times New Roman, sans-serif;
	color:#000;
}

a:link {
	color: #967117;
	text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #967117;
}

.error[generated=true] {
	font: 11px/23px 'AmbleRegular', Arial, sans-serif;
	color: #967117;
	padding: 3px 0;
}

#response {
	margin-bottom: 20px;
}
#response .success {
}
#response .failure {
	color: #dc0000;
}

.news {
	font: 15px/22px 'AmbleBold', Times New Roman, sans-serif;
	color:#967117;
}

.verification {
  display: none; 
}