body {
	color: #333;
	font-size: 14px;
}

a {
	color: #891e41;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

dd {
	line-height: 18px;
	margin: 0 0 0 20px;
}

dt {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

h1 {
	color: #891e41;
	font-family: 'Papyrus', fantasy;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	text-transform: capitalize;
}

h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

h3 {
	color: #333;
	font-size: 15px;
	margin: 0;
	padding: 5px 0;
}

img {
	border: 0;
	vertical-align: middle;
}

form {
  margin: 0;
  padding: 0;
}

li {
	line-height: 18px;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}

button {background-color: #891E41; width: 100px; height: 30px; text-align: center; color: #fcf7e1;	font-size: 15px;}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-clear, .clr {
	clear: both;
}

.required {
	color: #f00;
	font-weight: bold;
}

.wf_file_size {
	font-size: 11px;
}

/*** JCE classes ***/

.jcemediabox-zoom-span {
	border: 1px solid #891e41 !important;
}

/****************************************
***** LAYOUT ELEMENTS: Wrapper ********** 
*****************************************/

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 752px;
}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	background-image: url( '../images/masthead.jpg' );
	background-repeat: no-repeat;
	border-right: 1px solid #891e41;
	border-left: 1px solid #891e41;
	height: 175px;
	position: relative;
	width: 750px;
}

.moduletablehome {
}

.moduletablehome img {
	height: 175px;
	width: 500px;
}

.moduletablesocial {
	bottom: 10px;
	color: #fff;
	position: absolute;
	right: 20px;
	text-align: right;
}

.moduletablesocial a {
	color: #fff;
}

.moduletablesocial h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

.moduletablesocial p {
	margin: 0;
	padding: 0;
	line-height: 13px;
}

/****************************************
***** NAVIGATION ************************
*****************************************/

.moduletable_menu {
	margin-left: 10px
}

#navigation {
	background-color: #891e41;
	color: #fff;
	font-family: 'Candara', Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 32px;
	position: relative;
	width: 752px;
	z-index: 999;
}

#navigation ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul a
{
	display:block;
	color:#fff;
	background-color: #891e41;
	text-decoration:none;
	line-height:32px;
	padding: 0 15px;

}

#navigation ul li
{
	position:relative;
	float:left;
	margin:0;
	padding-left: 20px;
	width: 100px;
}

#navigation li.item-112 {
	width: 205px;
}

#navigation ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	margin-left: 25px;
}

#navigation ul ul li
{
	float:none;
	width:200px;
	padding-left: 0;
}

#navigation ul ul a
{
	line-height:120%;
	padding: 10px 15px;
	line-height: 18px;
}

#navigation ul ul ul
{
	top:0;
	left:100%;
	margin-left: -20px;
}

#navigation ul ul ul a
{
	top:0;
	left:100%;
	margin-left: 0;
	padding-left: 28px;
}

#navigation ul li:hover > ul
{
	display:block
}


/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/

#copyarea {
	background-color: #fff;
/*background-image: url( '../images/copyarea.jpg' );
	background-position: right top;
	background-repeat: no-repeat;*/
	border: 1px solid #891e41;
	border-top: none;
	float: left;
	margin: 0;
	padding: 50px 15px 10px 15px;
	position: relative;
	width: 720px;
}

.home-photo {
	display: inline-block;
	margin-left: 62px;
	margin-top: -25px;
	
}

.blog-featured {
	margin-top: -15rem;
}

#left {
	float: left;
	width: 160px;
}

#copy {
	width: 310px;
}

#right {
	float: left;
	width: 160px;
}

.moduletablearticlephoto {
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 310px;
}

.moduletabletestimonial {
	border-bottom: 1px solid #ffc90a;
	border-top: 1px solid #ffc90a;
	color: #891e41;
	float: right;
	font-family: 'Candara', Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 275px 15px 10px 0;
	padding: 10px;
	width: 320px;
}

.moduletabletestimonial blockquote {
	margin: 0;
	padding: 0;
}

.moduletabletestimonial p {
	line-height: 21px;
	margin: 0;
}

.moduletabletestimonial .author {
	text-align: right;
}

.contact-form {max-width: 90%;}
.row { padding-top: 1rem; }
.form-control {width: 100%; font-size: 1rem;}
#txt_comments {height: 250px; margin-bottom: 1rem;}
#submit {color: #fcf7e1; }
	

/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/

#footer {
	color: #891e41;
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 752px;
}

.moduletableaddress {
	font-size: 18px;
}

table.niceTable {
	border: 0;
	border-collapse: collapse;
	font-family: 'Candara', Helvetica, Arial, sans-serif;
}

table.niceTable thead tr th {
	background-color: #DEDAC5;
	border-bottom: solid 2px #7D7D4B;
	color: #825615;
}

table.niceTable tbody tr.striped td {
	background-color: #EEE;
}

.staff-photo {
	border: 1px solid #891e41;
	float: left;
	margin: 0 15px 15px 0;
}

.staff-title {
	clear: both;
}
