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

h1 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #1b1b1b;
	line-height: 1;
}
h2 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	color: #1b1b1b;
	line-height: 1;
}

h3 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #1b1b1b;
	line-height: 1.1;
}
h4 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 5px;
	color: #1b1b1b;
	line-height: 1.1;
}
h5 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 14px;
	color: #1b1b1b;
	line-height: 1.1;
}
.tagline {
	font-family: Georgia, Serif;
	font-size: 24px;
	text-align: center;
	font-style: italic;
}
p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.4;
}
li {
	font-size: 14px;
	line-height: 1.4;
}
a {
	text-decoration: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

input::-moz-focus-inner 
{ 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}
/* Services */

#services .service {
	position: relative;
	float: left;
	margin-right: 15px;
	width: 308px;
	height: 185px;
}

#services .service.last {
	margin-right: 0;
}

#services .service .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 286px;
	padding: 6px 11px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	background: url(../images/caption-trans.png);
	line-height: 1;
}

#services .service .overlay strong {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	display: block;
	text-indent: 2px;
}

/* Intro Section */

#introSection {
	margin: 20px 0;
}

#introSection .left {
	float: left;
	width: 542px;
	padding-left: 10px;
}

#introSection .right {
	float: right;
	width: 383px;
}

/* Photo Gallery */

#photoGallery {
	padding: 0 10px;
	margin-left: -27px;
}

#photoGallery .photo {
	float: left;
	margin-right: 8px;
}

#photoGallery .photo.last {
	margin-right: 0;
}
.rightPanel {
	float: right;
	width: 270px;
	margin-left: 15px;
}
.rightPanel img {
	margin-bottom: 10px;
}
