* {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	font-size: 14px;
	background-image: url(../images/wallpaper.png);
	color: #69321e;
	/*background-color: #d89f68;*/
}

a:visited {
	color: #000;
}

h2 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #51382a;
}

img {
	padding: 10px;
	background-color: #986f59;
}

a img {
  border: none;
}

dl {
	margin: 20px 0 30px 20px;
}

dt {
	font-weight: bold;
	font-size: 1.2em;
	color: #51382a;
}

dd {
	margin: 10px 0 20px 20px;
}

img.top {
	margin-bottom: 10px;
}

img.bottom {
	margin-top: 30px;
}

table {
	width: 300px;
	margin-bottom: 20px;
	margin-top: 10px;
}

table th {
	text-align: right;
}

table td {
	text-align: right;
}

#body {
	margin: 20px 0 30px 250px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.4em;
	padding-right: 50px;
}

#body p {
	margin-top: 1.5em;
}

#body ul {
	margin: 20px 0 20px 30px;
}

#body li {
	line-height: 1.7em;
}

#container {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background-color: #fcf5cb;
	border-left: 1px solid #69321e;
	border-right: 1px solid #69321e;
}

#header h1 {
	margin-left: 25px;
	width:344px;
	height: 92px;
	line-height: 92px;
	text-indent: 344px;
	overflow: hidden;
}

#header .subhead {
	display: none;
}

#header {
	width: 960px;
	height: 255px;
	padding-top: 25px;
	background: url(../images/header.jpg) no-repeat;
}

#header .tagline {
	position: absolute;
	text-align: center;
	top: 145px;
	left: 360px;
	font-size: 24px;
}

#header .telno {
	margin-top: -80px;
	font-weight: bold;
	font-size: 36px;
}

#header .email {
	font-size: 22px;
}

#header .telno, #header .email {
	left: 700px;
	position: relative;
	color: white;
	text-align: left;
	width: 250px;
}

#header .email a {
	color: white;
	text-decoration: none;
}

#navigation {
	float:left;
	width: 190px;
	padding: 2em;
	margin-top: -65px;
}

#navigation .nav li {
	list-style-type: none;
}

#navigation .nav li a {
	display: block;
	width: 180px;
	height: 42px;
	background: url(../images/button_blank.png) no-repeat;
	margin-bottom: 0.6em;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding-top: 10px;
}

#navigation .nav li a:hover {
	display: block;
	width: 180px;
	height: 42px;
	background: url(../images/button_gold_blank.png) no-repeat;
}

#navigation .points {
	margin-top: 2.5em;
	margin-left: 1.8em;
}

#navigation .points li {
	margin-bottom: 5px;
	color: #69321e;
}

#footer {
	width: 960px;
	height: 158px;
	background: url(../images/footer.jpg) no-repeat;
}

#footer .tagline {
	position: relative;
	text-align: right;
	right: 180px;
	top: 120px;
}

.tagline {
	font-size: 20px;
	color: white;
	font-style: oblique;
	font-weight: 600;
	font-family: "Times New roman", Times, serif;
}

.column {
	width: 300px;
	float: left;
}

.column.left {
	margin-right: 60px;
}

.clear {
	clear: both;
}

.required {
	color: #c00;
}

input {
	margin-bottom: 20px;
}

input, label {
	display: block;
}

textarea#contact {
	float: left;
	width: 480px;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div > textarea#contact {
	width: 500px;
}

#type_group {
	float: left;
	line-height: 3em;
}

#type_group label {
	margin-left: 15px;
	position: relative;
	top: -1.5em;
}

#type_group > label {
	top: 0;
}

#type_group label, #type_group input {
	display: inline;
}

textarea.error, input.error {
  border: 2px solid #c00;
}

.error {
  color: #c00;
}

.error_message {
  color: #c00;
  font-size: 1.3em;
}

.errors {
  margin-top: 0;
  padding-bottom: 30px;
}

.errors li {
  color: #c00;
}

object#video {
	position: relative;
	width: 300px;
	/*margin-left: -10px;*/
	/*margin-top: 20px;*/
}

div > object#video {
	left: -10px;
	width: 320px;
}

/* Comments page */

.comment {
	position: relative;
	width: 475px;
	height: auto;
	border: 5px solid #C49C77;
	margin-top: 30px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#errorText {
	color: red;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 700;
}

.comName {
	position: relative;
	width: 200px;
	height: 20px;
	left: 10px;
	top: 2px;
}

.cusType {
	position: relative;
	width: 120px;
	height: 20px;
	left: 340px;
	top: -18px;
	text-align: right;
	font-weight: 700;
}

.comdate{
	position: relative;
	width: 100px;
	height: 20px;
	left: 15px;
	top: -24px;
}

.theComment {
	position: relative;
	width: 455px;
	height: auto;
	left: 10px;
	top: -20px;
	margin-bottom: 10px;
}

.comLinks {
	position: relative;
	width: 80px;
	height: 20px;
	left: 380px;
	text-align: right;
	font-size: 12px;
}

.comLinks a:link{
	color: #69321e;
	text-decoration: none;
	font-family: Helvetica; 
}

.comLinks a:hover{
	color: #69321e;
	text-decoration: underline;
	font-family: Helvetica; 
}

.comLinks a:visited{
	color: #69321e;
	text-decoration: none;
	font-family: Helvetica; 
}

/*-----*/

.reply {
	position: relative;
	width: 475px;
	height: auto;
	border: 5px solid #C49C77;
	margin-top: -10px;
	margin-bottom: 20px;
	left: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFDD88;
}

.replyName {
	position: relative;
	width: 200px;
	height: 20px;
	left: 10px;
	top: 2px;
}

.replyType {
	position: relative;
	width: 120px;
	height: 20px;
	left: 340px;
	top: -18px;
	text-align: right;
	font-weight: 700;
}

.replydate{
	position: relative;
	width: 100px;
	height: 20px;
	left: 15px;
	top: -24px;
}

.theReply {
	position: relative;
	width: 455px;
	height: auto;
	left: 10px;
	top: -20px;
	margin-bottom: 10px;
}

.replyLinks {
	position: relative;
	width: 80px;
	height: 20px;
	left: 380px;
	text-align: right;
}

.replyLinks a:link{
	color: #69321e;
	text-decoration: none;
	font-family: Helvetica; 
}

.replyLinks a:hover{
	color: #69321e;
	text-decoration: underline;
	font-family: Helvetica; 
}

.replyLinks a:visited{
	color: #69321e;
	text-decoration: none;
	font-family: Helvetica; 
}

/*----*/

#newComment {
	position: relative;
	width: 475px;
	height: 300px;
	border: 5px solid #C49C77;
	margin-top: 30px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.commentTitle {
	color: #69321e;
	text-decoration: underline;
	font-family: Helvetica;
	font-size: 18px;
	position: relative;
	left: 10px;
	top: 2px;
	width: 200px;
	height: 20px;
	font-weight: 700;
	margin-bottom: 50px;
}

.formLabel {
	width: 100px;
	height: 20px;
	margin-top: -30px;
	left: 10px;
	position: relative;
	font-size: 12px;
}

.formInput {
	width: 200px;
	height: 20px;
	left: 100px;
	position: relative;
	top: -20px;
	font-size: 13px;
	border: 1px solid #C49C77;
}

.commentBox {
	width: 250px;
	height: 100px;
	left: 100px;
	position: relative;
	top: -20px;
	font-size: 13px;
	font-family: Helvetica;
	border: 1px solid #C49C77;
}

.submitComment {
	width: 125px;
	height: 20px;
	background-color: #633420;
	color: #FFF;
	font-family: Helvetica;
	font-size: 11px;
	position: relative;
	left: 225px;
	top: -17px;
	border: 1px solid #C49C77;
}

.requiredText {
	width: 150px;
	height: 20px;
	margin-top: -20px;
	left: 350px;
	position: relative;
}

#pageNumber {
	width: 250px;
	height: 20px;
	left: 370px;
	top: -15px;
	position: relative;
	
}

/*Introducer page*/

#newClient {
	position: relative;
	width: 475px;
	height: 350px;
	border: 5px solid #C49C77;
	margin-top: 30px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#newClient1 {
	position: relative;
	width: 475px;
	height: 470px;
	border: 5px solid #C49C77;
	margin-top: 30px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.addrBox {
	width: 250px;
	height: 100px;
	left: 100px;
	position: relative;
	top: -20px;
	font-size: 13px;
	font-family: Helvetica;
	border: 1px solid #C49C77;
	margin-bottom: 20px;
}


.ntBox {
	width: 250px;
	height: 100px;
	left: 100px;
	position: relative;
	top: -20px;
	font-size: 13px;
	font-family: Helvetica;
	border: 1px solid #C49C77;
	margin-bottom: 20px;
}

/*--Free Tips----*/

.formBox {
	position: relative;
	width: 475px;
	height: auto;
	border: 5px solid #C49C77;
	margin-top: 30px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.checkBox {
	left: 10px;
	top: 27px;
	position: relative;
}

.checkBoxText {
	left: 30px;
	top: -20px;
	position: relative;
	width: 400px;
	margin-bottom: 10px;
}

.cformLabel {
	width: 120px;
	height: 20px;
	margin-top: -30px;
	left: 10px;
	position: relative;
}

.cformInput {
	width: 200px;
	height: 22px;
	left: 120px;
	position: relative;
	top: -22px;
	font-size: 13px;
	border: 1px solid #C49C77;
}


.caddrBox {
	width: 250px;
	height: 100px;
	left: 120px;
	position: relative;
	top: -20px;
	font-size: 13px;
	font-family: Helvetica;
	border: 1px solid #C49C77;
}

/*---Jobs----*/

.headingText{
	width: 600px;
}




