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

/*Custom fonts*/

@font-face {
	font-family:'Gill Sans MT';
	src:url(../fonts/Gill%20Sans%20MT.ttf) format('truetype');
}

/*Wraps and centers all elements*/

html, body {
	background:url(../images/bg.jpg) repeat;
	margin:0;
	padding:0;
}

h2 {
	font-family:'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:inherit;
	color:#d9ceb2;
}

p {
	font-family:'Gill Sans MT',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#d9ceb2;
}

ul {
	font-family:'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:square;
	color:#d9ceb2;
}

a:link {
	color:#d9ceb2;
	text-decoration:none;
}

a:visited {
		color:#d9ceb2;
}

a:hover {
	color:#CC3;
}

.wrapper{
	position:relative;
	margin:auto;
	width: 940px;
}

header {
	background:url(../images/headerBG.jpg) repeat-x;
	position:relative;
	margin:auto;
	width:940px;
	height:200px;
}

.logo {
	background:url(../images/logo1.png) no-repeat;
	float:left;
	width:400px;
	height:57px;
	margin-top:75px;
}

.badge {
	background:url(../images/badge.jpg) no-repeat;
	float:right;
	width:300px;
	height:200px;
}

section {
	background:url(../images/mainBG.jpg) no-repeat;
	width:940px;
	height:400px;
}

.box {
	background:#ebebeb;
	position:absolute;
	margin:36px 60px;
	width:820px;
	height:328px;
	border:none;
	opacity:0.75;
	filter:alpha(opacity=75);
}

.box p{
	color:#861d15;
	font-family:'Gill Sans MT',Arial, Helvetica, sans-serif;
	font-size:30px;
	text-align:center;
}

form {
	width:680px;
	height:175px;
	margin:auto;
}

.formLeft {
	float:left;
	width:340px;
	height:150px;
	display:block;
	font-family:'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#861d15;
	font-style:inherit;
}

.formLeft input {
	width:300px;
	height:30px;
	-moz-box-shadow: inset 0 0 5px #861d15;
	-webkit-box-shadow: inset 0 0 5px #861d15;
	box-shadow: inner 0 0 5px #861d15;
	padding:0px 5px;
}

.formRight{
	float:right;
	width:340px;
	height:150px;
	font-family:'Gill Sans MT',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#861d15;
	font-style:inherit;
}

textarea {
	width:300px;
	height:75px;
	-moz-box-shadow: inset 0 0 5px #861d15;
	-webkit-box-shadow: inset 0 0 5px #861d15;
	box-shadow: inner 0 0 5px #861d15;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
}

textarea placeholder {
		font-family: Arial, Helvetica, sans-serif;
}

#submit {
	background:#861d15;
	margin-left:225px;
	margin-top:20px;
	width:75px;
	height:30px;
	color:#ebebeb;
	font:'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-style:inherit;
	cursor:pointer;
}

footer {
	background:url(../images/footerBG.jpg) repeat-x bottom;
	height:400px;
}

.fContainer {
	position:relative;
	margin:auto;
	width:940px;
	height:280px;
	padding-top:10px;
}

.services {
	float:left;
	width:358px;
}

.contact {
	float:left;
	width:240px;
}

.map {
	background:url(../images/map.jpg) no-repeat;
	float:left;
	width:340px;
	height:210px;
}

.copyright {
	position:relative;
	margin:auto;
	width:940px;
	font-family:'Gill Sans MT',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d9ceb2;
}