@charset "UTF-8";
/* CSS Document */

/* FONT EMBED */
@font-face {
	font-family: 'TitilliumMaps26L1wt';
	src: url('fonts/TitilliumMaps001.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L1wt';
	src: url('fonts/TitilliumMaps001.woff') format('woff'), url('fonts/TitilliumMaps001.otf') format('opentype'), url('fonts/TitilliumMaps001.svg#TitilliumMaps26L-1wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L250wt';
	src: url('fonts/TitilliumMaps250.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L250wt';
	src: url('fonts/TitilliumMaps250.woff') format('woff'), url('fonts/TitilliumMaps250.otf') format('opentype'), url('fonts/TitilliumMaps250.svg#TitilliumMaps26L-250wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L500wt';
	src: url('fonts/TitilliumMaps500.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L500wt';
	src: url('fonts/TitilliumMaps500.woff') format('woff'), url('fonts/TitilliumMaps500.otf') format('opentype'), url('fonts/TitilliumMaps500.svg#TitilliumMaps26L-500wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L750wt';
	src: url('fonts/TitilliumMaps750.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L750wt';
	src: url('fonts/TitilliumMaps750.woff') format('woff'), url('fonts/TitilliumMaps750.otf') format('opentype'), url('fonts/TitilliumMaps750.svg#TitilliumMaps26L-750wt') format('svg');
}

@font-face {
	font-family: 'TitilliumMaps26L999wt';
	src: url('fonts/TitilliumMaps999.eot');
}

@font-face {
	font-family: 'TitilliumMaps26L999wt';
	src: url('fonts/TitilliumMaps999.woff') format('woff'), url('fonts/TitilliumMaps999.otf') format('opentype'), url('fonts/TitilliumMaps999.svg#TitilliumMaps26L-999wt') format('svg');
}


/* ALL PAGES */

body {
	background-color: #362420;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
}
p{
	margin-left: 30px;
	margin-right: 30px;
	line-height: 20px;
	margin-top: 0px;

}

#container-master {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	margin-top: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

#container-body {
	margin-left: 40px;
	margin-right: 30px;
}
.page-title{
	margin-left: -10px;	
}
.polaroid-right{
	float: right; 
	margin-right: 40px; 
	margin-top: 30px;
}
.polaroid-left{
	float: left; 
}
.title-text{
	font-size: 24px;
	font-family: "TitilliumMaps26L750wt", Arial, sans-serif;
	padding-top: 30px;
	margin-left: 25px;
	clear:both;
}

h2{
	font-size: 24px;
	font-family: "TitilliumMaps26L750wt", Arial, sans-serif;
}
h3{
	font-weight: normal;
	margin-left: 25px;
	font-size: 18px;
	font-family: "TitilliumMaps26L750wt", Arial, sans-serif;
}
h4{
	font-size: 16px;
	margin-left: 25px;
	font-weight:normal;
	font-family: "TitilliumMaps26L750wt", Arial, sans-serif;
}
h5{
	font-weight: normal;
	margin-left: 25px;
	font-size: 14px;
	font-family: "TitilliumMaps26L750wt", Arial, sans-serif;
}

.title-text{
	font-size: 24px;
	font-family: "TitilliumMaps26L750wt", Arial, sans-serif;
	padding-top: 30px;
	margin-left: 25px;
	clear:both;
}

/* HEADER */

#header {
	margin-left: 30px;
	margin-right: 30px;
}

#header tr td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.header-img {
	display: block;	
}

.header-link{
	display: block;
	height: 45px;
}


.header-link span {
  display: none;
}

#link-home {
  width: 82px;
  background: url("../images/header/home.gif") no-repeat 0 0;
}

#link-about {
  width: 96px;
  background: url("../images/header/about.gif") no-repeat 0 0;
}

#link-gallery {
  width: 125px;
  background: url("../images/header/gallery.gif") no-repeat 0 0;
}

#link-services {
  width: 150px;
  background: url("../images/header/services.gif") no-repeat 0 0;
}

#link-testimonials {
  width: 118px;
  background: url("../images/header/testimonials.gif") no-repeat 0 0;
}

#link-contact {
  width: 107px;
  background: url("../images/header/contact.gif") no-repeat 0 0;
}

#link-home:hover{ background-position: 0 -45px;}
#link-about:hover{ background-position: 0 -45px;}
#link-gallery:hover{ background-position: 0 -45px;}
#link-services:hover{ background-position: 0 -45px;}
#link-testimonials:hover{ background-position: 0 -45px;}
#link-contact:hover{ background-position: 0 -45px;}


/* CONTACT PAGE AND FORMS */

form{
padding-left: 20px;	
}
label{
	padding-right:10px;
	font-weight:bold;
	vertical-align:top;
}

/* GALLERY */

.gallery_sub{
	margin-left: 30px;
	display: block;
	margin-right: 15px;
	clear: both;
	text-align: justify;
	padding-top: 20px;
}
.gallery_title{
	font-size: 24px;
	font-family: "TitilliumMaps26L750wt", Arial, sans-serif;
	padding-top: 30px;
	margin-left: -5px;
}
.gallery_copy{
	margin-left: 5px;
	color: #111111;
}
.gallery_thumb{
	border: 1px solid #666666;
	margin: 3px;
	width: 60px;
	height: 60px;
}
.gallery_thumb_over:hover img{
	border: 1px solid #FF6600;
}
.gallery_thumbs{
float: right;
width: 380px;
margin-left: 20px;

/* align pictures left or right? */
text-align: left;
}




