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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #5D2901;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
		color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

#mainContainer {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/containerBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#navContainer {
	height: auto;
	width: 980px;
	padding-top: 250px;
	padding-left: 20px;
}
#topContentContainer {
	height: auto;
	width: 600px;
	margin-right: 300px;
	margin-top: 100px;
	margin-left: 100px;
	text-align: justify;
}
#footerContainer {
	height: auto;
	width: 800px;
	padding-top: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-bottom: 25px;
	margin-right: 150px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FF7A0B;
}
a:active {
	text-decoration: none;
}
.terraLink {
}
.terraLink a {
	color: #FF7A0B;
}
.terraLinka:hover {
	text-decoration: underline;
	color: #FFF;
}

/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both;}
#contactform li.buttons {
	margin:5px 0 5px 110px;
}
#contactform label {
	margin:0;
	width:75px;
	display:block;
	padding:2px 0;
	color:#FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	float:left;
}
#contactform label span { color:#f00;}
#contactform input.text {
	width:200px;
	border:1px solid #000;
	margin:2px 5px 2px 0;
	padding:0px 2px;
	height:16px;
	background:#fff;
	float:left;
}
#contactform textarea {
	width:200px;
	border:1px solid #000;
	margin:10px 0;
	padding:2px;
	background:#fff;
	float:left;
}
#contactform li.buttons input {
	padding:0px;
	margin:0;
	border:0;
	color:#FFF;
	float:left;
}
p.response { text-align:center; color:#F00; font: normal 11px  Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}

td {
	text-align:left;}
#contactInfoBox {
	float: right;
	height: auto;
	width: 230px;
	margin-right: 20px;
}

