h2 .Head {
    font-size:inherit;
    font-weight:inherit;
    font-family:inherit;
    color:inherit;
}

p {
    color:#333333;
    font-size:1.2em;
    line-height:1.9em;
}

p img {
    margin:5px 15px 0 0;
}

/* Left Pane */
.contentLeft .content {
    width:177px;
    margin-bottom:22px;
    background-color:#E9E6DC;
    border:dashed 1px #A69B71;
    padding:17px;
}

/* Content Pane */
.contentMiddle .content p {
    padding:1px 0 20px 0;
}

.contentMiddle .content h2 {
	color:#20211B;
	font-size:2.6em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0A782;
	line-height: 40px;
	font-family:Arial,Helvetica, Sans-Serif;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}

.contentMiddle .content h3 {
    color:#929FAC;
	font-family:Arial,Helvetica, Sans-Serif;
    font-size:16px;
    font-style:italic;
    font-weight:normal;
    letter-spacing:normal;
    line-height:1.5em;
    padding:0 0 0.5em;
}

/* Right Pane */
.contentRight .content p {
    line-height:22px;
    color:#333333;
    font-weight:bold;
}

.contentRight .content {
    float:left;
    width:177px;
    background-color:#E9E6DC;
    border:dashed 1px #A69B71;
    padding:17px;
    margin-bottom:22px;
}

.contentLeft .content h2, .contentRight .content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0A782;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 24px;
	color: #526014;
	margin:0 0 0.4em;
	font-weight: normal;
}

.contentLeft .MediaPortableContent img, .contentRight .MediaPortableContent img {
	max-width:177px;
	padding-bottom: 17px;
}

.contentMiddle .MediaPortableContent img {
    max-width:455px;
}

/* child list */
ul.subtablist {
}

ul.subtablist li {
    height:35px;
    list-style-type:none;
    padding-left:20px;
    line-height:35px;
    vertical-align:middle;
    border-bottom:solid 1px #CFCFCF;
}

ul.subtablist li a, ul.subtablist li a:hover, ul.subtablist li a:visited {
    font-size:1.2em;
    text-decoration:none;
    color:#333333;
}

ul.subtablist li a:hover {
    
}


/* ---------- CONTACT FORM ---------- */
.contactUs .input, .contactUs textarea.input {
    width:145px;
    margin-bottom:5px;
    margin-right:5px;
}

.contactUs textarea.input {
    height:140px;
}

.watermark, .textareawatermark {
    font-style:italic;
}

.contactUs label.textareawatermark {
    padding-top:5px;
}

.required, .contactMessage  {
    color:#FF0000;
}


/* Links Module */

.DNN_LinksContent  {
    margin-top:5px;
    margin-bottom:10px;
}

.LinksDesignTable {
}

.LinksDesignTable > tbody > tr > td  {
    height:35px;
    padding-left:20px;
    border-bottom:solid 1px #CFCFCF;
    vertical-align:middle;
    width:200px;
}

.LinksDesignTable > tbody > tr > td a, .LinksDesignTable > tbody > tr > td a:visited {
    font-size:1.2em;
    text-decoration:none;
    color:#333333;
}

.LinksDesignTable > tbody > tr > td a:hover {
	font-size:1.2em;
	text-decoration:underline;
	color:#526014;
}
