/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, sans-serif; 
  font-size:100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  background:#401414 url('../images/i-bg-2.jpg') no-repeat top center; 
}

h1 {
  margin:1em 0;
  background:transparent url('../images/i-tree.png') no-repeat top right;
  border-bottom: 1px solid #321010;
  color:#321010;
  font-family: 'Times New Roman', sans-serif;
  font-weight:normal;
  font-size:1.5em;
  height:47px;
  line-height:64px;
}

h2 {
  margin:5px 0;
  color:#321010;
  font-size: 1.25em;
  font-family: 'Times New Roman', sans-serif;
  line-height:1em;
  font-weight:normal;
}

p, #content li { 
  margin:1em 0;
  font-size: 0.75em;
  line-height:1.5em; 
  color:#321010;
}
#content ul {
	margin-left:15px;
	}
a {
	color:#852b2a;
	}
a:hover {
	color:#000;
	}
dl.col {
	font-size:0.75em;
	color:#321010;
	}
dl.col dt { 
  float:left; 
  width:6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left:7em;
}
dl.col dt, dl.col dd {
	padding-bottom: 20px;
	}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}
.center {
	text-align:center;
	}
/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}
.half {
	width:45%;
	}

/* Layout */
#constrain {
	width: 959px;
	margin:0 auto;
	margin-top:164px;
	background:transparent url('../images/i-box-mid.png') repeat-y;
	}
#box {
	background:transparent url('../images/i-header.png') no-repeat ;
	width:959px;
	margin: 0 auto;
	}
#content {
	margin: 0 60px 0 230px;
	padding-top: 100px;
	position:relative;
	min-height:550px;
	}
#footer {
	width:100%;
	height:259px;
	background:transparent url('../images/i-box-btm.gif') no-repeat center;
	color:#fff;
	font-family:'Times New Roman', sans-serif;
	font-size:0.8em;
	margin: -120px 0 0 0;
	}
#footer-content {
	width:900px;
	margin:0 auto;
	padding-top: 170px;
	}

#footer a {
	color:#fff;
	text-decoration:none;
	}
#author {
	float:left;
	}
#footer dl {
	margin: 0 90px;
	float:left;
}
#footer dl dt {
	float:left;
	width:50px;
	margin-bottom:5px;
	}
#footer dl dd {
	margin-left: 80px;
	margin-bottom: 5px;
	}
#footer ul {
	float:left;
	list-style-type:none;
	margin-right: 50px;
	line-height:1.75em;
	margin-bottom:30px;
}
#footer ul li a {
	color:#fff;
	}
#footer ul li a:hover {
	color:#e0cda2;
	}
#footer a {
	color:#e0cda2;
	}
#footer a:hover {
	color:#fff;
	}	
	
/* Nav */
#nav {
	width:202px;
	position:absolute;
	margin: 60px 0 0 -20px;
	height:500px;
}
#nav ul{
	background:transparent url('../images/i-nav-bg-4.png') no-repeat;
	width:212px;
	height: 400px;
	list-style-type:none;
	padding: 10px 0 0 15px;
	}
#nav li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-family:'Times New Roman', sans-serif;
	font-size:1em;
	line-height:26px;
	height:26px;
	width:150px;
	margin: 6px 0 6px 10px;
	padding: 0 0 0 10px;
	}
#nav li a:hover {
	background:transparent url('../images/i-nav-hover.png') no-repeat;
	color:#f2dfb1;
}

/* Photo row */
.photorow div img {
	border: 5px solid #fff;
	}
.photorow div {
	float:left;
	text-align:center;
	width:272px;
	margin: 0 30px;
	}
.photorow-portrait div {
	width: 160px;
	}
.photorow div p {
	margin: 0;
	color:#64463a;
	}

/* Highlight */
.highlight {
	background:#fbf0d3;
	padding: 15px 20px 20px 20px;
	margin: 0 80px;
	}
.h-tn {
	float:left;
	border:3px solid #4c1717;
	margin: 0 20px 20px 0;
	}
.h-link {
	text-align:right;
	}
.h-link a {
	color:#321010;
	font-weight:bold;
	}
.h-link a:hover {
	color:#7d2828;
	}

/* Button */
.button {
	background:transparent url('../images/g-button-r.gif') no-repeat top right;
	padding-right:40px;
	color:#fff;
	font-size:0.75em;
	text-decoration:none;
	line-height:32px;
	height:32px;
	display:block;
	float:left;
	}
.button span {
	background:transparent url('../images/g-button-mid.gif') repeat-x;
	line-height:32px;
	height:32px;
	padding: 0 10px;
	display:block;
	}
a.button:hover {
	color:#d4c098;
	}
.button-right {
	padding-left: 500px;
	width:200px;
	margin:20px;
	}

/* Misc */
.contactform {
	width: 300px;
	margin: 0;
	float:right;
	padding-bottom:5px;
	}

.package {
	margin: 0 50px;
	margin-bottom: 20px;
	}
.package img {
	float:right;
	margin: 0 0 10px 10px;
	border: 5px solid #fff;
	}
p.price {
	border-top: 2px solid #d7c4ad;
	border-bottom: 2px solid #d7c4ad;
	margin-right: 180px;
	padding: 3px 0;
	}
.package .button {
	width: 310px;
	}
.package .highlight {
}
#qldw {
	margin: 0 0 0 20px;
	}