﻿/************************* Module Layout Styles *************************/
div.DoughboyFeature, html.DoughboyFeature, html.DoughboyFeature td{
	font-size: 12px;
	color: #3b3738;
	font-family: Verdana, Helvetica, sans-serif
}
.DoughboyFeature .ModuleTitle{
	margin: 0
}
.RightPane .DoughboyFeature .ModuleTitle{
	background-color: #e3e1e2;
	padding: 5px 10px;
	font-size: 14px
}
.DoughboyFeature h1 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #c7986c;
	font-family: "Times New Roman", Times, serif
}
.DoughboyFeature .ModuleTitle .ModuleButton {
	position: relative;
	float: right;
}
.DoughboyFeature .ModuleContent{
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.8em
}
.RightPane .DoughboyFeature .ModuleContent {
	font-size: 11px;
	line-height: 1.5em;
	padding: 5px 10px
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #c7986c
}
.DoughboyFeature .Highlight{
	font-weight: bold;
	color: #c7986c
}
.DoughboyFeature h2{
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #c7986c;
	font-family: "Times New Roman", Times, serif
}
.DoughboyFeature h3, .DoughboyFeature h4, .DoughboyFeature h5, .DoughboyFeature h6{
	font-weight: bold;
	font-size: 10px;
	color: #c7986c;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase
}
.DoughboyFeature a{
	color: #948a89;
	text-decoration: underline
}
.DoughboyFeature a:hover {
	color: #3b3738;
	text-decoration: underline
}
.DoughboyFeature hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
	border-bottom: 1px dotted #090909
}
.DoughboyFeature .Field{
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.DoughboyFeature .Button, .DoughboyFeature a.Button, .DoughboyFeature a:link.Button, .DoughboyFeature a:visited.Button, .DoughboyFeature a:hover.Button, .DoughboyFeature a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #b5855f;
	text-align: center;
	text-decoration: none
}
.DoughboyFeature input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px
}
.DoughboyFeature td {
	vertical-align: top;
	line-height: 1.5em;
	font-size: 10px
}
.DoughboyFeature .ContactForm p {
	margin: 0;
	padding: 0;
	position: relative
}