@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	/*background-color:#f6f3df;*/
	background-color: #e1daa8;
}
a {
	color:#3A9885;
}
#navi {
	margin-left:48px;
	margin-top:53px;
	width:862px;
}
#navi li {
	float: left;
	background-color:#fff;
	list-style:none;
	padding:13px;
}
#navi li:hover {
	background-color:#fff;
	color:#95881D;
}
#navi li:hover .subnavi {
	display: block;
}
#navi li a {
	text-decoration:none;
	color: #95881D;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0px;
}
#navi li a:hover {
	color:  #65581D;
}
#navi .subnavi {
	position:absolute;
	display:none;
	border-top:1px solid #95881D;
}
#navi .subnavi li {
	clear: left;
	width: 111px;
	border:1px solid #95881D;
	border-top: 0;
}
#content {
	clear:left;
	background-color:#fff;
	padding:30px;
	margin-left:48px;
	width:862px;
	overflow:auto;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#content h2 {
	color:#c6b438;
	font-size:47px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#content .panel h3 {
	font-weight:normal;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#CC3;
	position:relative;
}
#content p {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 15px;
}
.comments {
	float: right;
	width:270px;
	overflow: auto;
	background: #FBE6B1;
	padding:15px;
}
.comments h4 {
	color:#fff;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
}
.comments .textboxes {
	border:0;
	border-bottom: 2px #fff dotted;
	background: #FBE6B1;
	width:270px;

		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#666;
		margin-bottom:20px;
	
}
.comments textarea {
	width: 257px;
	background: #FBE6B1;
	padding:4px;
	margin-top:5px;
	border: 0;
	height:112px;
	background:url(http://d2m.ca/images/dd-commentsbox_bg.png) top center no-repeat;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		overflow:hidden;
}
.comments label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px
}

.comments_entries {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(http://d2m.ca/images/dd-comments_entriesbg.png) bottom right no-repeat;
}

.comments_entries p {
	line-height:16px;
	font-style:italic;
	padding-bottom:5px;
	
}

#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-left:55px;
}



.quote_box {
	border:0;
border-bottom: 1px #ababab dotted;
background:#fff;
font-size:18px;
width:300px;
}

.quote_box2 {
	border:0;
border-bottom: 1px #ababab dotted;
background:#fff;
font-size:18px;

}

.quote_textarea {
margin-top: 5px;
border: 1px #ababab dotted;
background:#fff;	
font-size:18px;
width:300px;
height:200px;
overflow:hidden;

}

#quote form select {
		border:0;
border-bottom: 2px #eaeaea dotted;
background:#fff;
	
}

#quote form p {
	margin-bottom: 20px;
}
#footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	/*	color:#BAA921;*/
	color: #5C5039;
	margin-left:88px;
	width:862px;
	margin-top:10px;
	text-align:center;
	clear:both;

}
