@charset "utf-8";
/* CSS for Jenifer Rogers Design */



html {
	overflow: -moz-scrollbars-vertical;
}

* {
	margin: 0; padding:0;
}

body { 
	font-family: 'Armata', sans-serif;
	font-weight: 400;
	font-size: .9em;
	background-image: url(../images/body-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #fff;
}

#homepage {
	background-image: url(../images/hp-body-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}


article, aside, figure, footer, header, nav, section {
	display: block;
}

/*clearfix hack*/
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*end clearfix hack*/

.clearfloat {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

#wrapper {
	margin: 10px auto 0 auto;
	max-width: 980px;
	position: relative;
}

header {
	height: 180px;
	position: relative;
}
header #logo {
	float: left;
	margin: 20px 0 0 20px;
}

header #logo img{
	border: 0;
}

nav {
	width: auto;
	margin: 25px auto 0 auto;
	font-family: EnglebertPro-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-align: left;
	line-height: normal;
	background-color: #b2bbc8;
}

TOP LEVEL MENU
*/
nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
nav li {
	list-style-type: none;
	float: left;
	width: 130px;
}
/* Hide from IE5 Mac \*/
nav li {
	width: auto;
}
/*Top Level Links*/
nav a {
	display: block;
	text-decoration: none;
	padding: 14px 16px 12px 16px;
	color: #383a3d !important;
	/*border-right: 1px solid #383a3d;*/
	text-align: left;
}
nav a:hover, nav ul a.trig_open, nav ul a.trig_open_up {
	color: #fff !important;
	/*background-color: #999 !important;
	box-shadow: inset 0px -40px 40px 6px #666;*/
}

#slideshow-wrapper {
	clear: both;
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	overflow: hidden;
}

#content-wrapper {
	clear: both;
	padding: 10px;
}


footer {
	clear: both;
	padding: 20px;
	margin: 0;
	font-size: .8em;
	overflow: auto;
	background-color: #b2bbc8;
	color: #fff;
}

footer #footwrapper {
	margin: 10px auto;
	max-width: 980px;
	position: relative;
}

footer #left {
	float: left;
	width: 50%;
}

footer #right {
	float: right;
	text-align: right;
	width: 50%;
}

footer a:link, footer a:visited {
	color: #fff;
}

footer a:hover, footer a:active {
	color: #dc3324;
}

h1 {
	font-size: 1.8em;
	color: #446aae;
	margin: 2px 0;
	font-family: EnglebertPro-Regular;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 5px 0 8px 0;
	color: #383a3d;
	font-family: EnglebertPro-Regular;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 5px 0 8px 0;
	color: #383a3d;
	font-family: EnglebertPro-Regular;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-size: 1.2em;
	font-weight: 600;
}

h5 {
	font-size: 1.1em;
	font-weight: 700;
}
p {
	 margin: 5px 0 0 0;
}

ul {
	margin: 0 0 0 25px;
}

ol {
	margin: 0 0 0 25px;
}


a:link, a:visited {
	color: #446aae;
}

a:hover, a:active {
	color: #333;
}

.emph {
	font-size: 1.2em;
	font-weight: normal;
	color: #127cb4;
}

.small {
	font-size: .85em;
}

.left1 {
	float: left;
}

.left2 {
	float: left;
	padding-right: 10px;
}

.right1 {
	float: right;
}

.right2 {
	float: right;
	padding-left: 10px;
}

.right3 {
	float: right;
	padding: 2px 10px;
}
.right4 {
	float: right;
	padding: 45px;
}

/*from p7adaptation-04-pmm.css*/
img.scaled {
	height: auto;
	width: 100%;
	/*border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;*/
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}

/*Interior 2-Column Structure*/
.inner-2columns-wrapper {
	overflow: hidden;
	background-color: #fff;
}

.inner-2columns-wrapper p {
	text-align: left;
	padding: 2px 15px;
}
.inner-2columns-wrapper-fixed {
	overflow: hidden;
	background-color: #fff;
	max-width: 680px;
}
.two-column-column1 {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: center;
}
.two-column-column2 {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: center;
}
.two-column-column1left {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: left;
}
.two-column-column2left {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: left;
}
.two-column-content {
	padding: 16px ;
	/*border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #F0F0F0;
	box-shadow: inset 0px 0px 30px #CCC;*/
}
.two-column-column2 .two-column-content {
	/*background-color: #AAA;
	box-shadow: inset 0px 0px 30px #888;*/
}

#HPzonethree {
	background-color: #ded9dd;

}
.two-column-column1 ul, .two-column-column2 ul {
	text-align: left;
}

/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
	background-color: #fff;
	margin-top: 17px;
}
.three-column-column1 {
	width: 32%;
	margin-right: 2%;
	float: left;
	background-image: url(../images/3col-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.three-column-column2 {
	width: 32%;
	margin-right: 2%;
	float: left;
	background-image: url(../images/3col-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.three-column-column3 {
	width: 32%;
	float: left;
	background-image: url(../images/3col-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;

}
.three-column-content {
	padding: 16px ;
	/*border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #F0F0F0;
	box-shadow: inset 0px 0px 30px #CCC;*/
}
.three-column-column2 .three-column-content {
	/*background-color: #AAA;
	box-shadow: inset 0px 0px 30px #888;*/
}

#HPzonethree {
	background-color: #ded9dd;

}

#HPzonethree section {
	padding: 16px;
}

/*4-Column Structure*/
.inner-4columns-wrapper {
	overflow: hidden;
	background-color: #f1eff3;
}

.four-column-column1 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.four-column-column2 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.four-column-column3 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.four-column-column4 {
	width: 23%;
	float: left;
}
.four-column-content {
	padding: 16px ;
	/*border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #F0F0F0;
	box-shadow: inset 0px 0px 30px #CCC;*/
}
.four-column-content img {
	border: 0;
	margin: 5px auto;
}

/*4-Column Structure with small text and margins*/

.inner-4columns-wrapper2 {
	overflow: hidden;

}
.inner-4columns-wrapper2fixed {
	overflow: hidden;
	max-width: 680px; 

}
.four-column2-column1 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.four-column2-column2 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.four-column2-column3 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.four-column2-column4 {
	width: 23%;
	float: left;
}
.four-column2-content {
	padding: 16px ;
	font-size: .9em;
	/*border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #F0F0F0;
	box-shadow: inset 0px 0px 30px #CCC;*/
}
.four-column-content2 {
	padding: 16px ;
	font-size: .9em;
	text-align: center;
}

.four-column-content2 img {
	border: 0;
	margin: 10px auto;
}


/* FORMS */


#contact-area {
	width: 85%;
	margin: 25px 0 0 0;
}

#contact-area ul {
	padding: 0;
	margin: 0;
}

#contact-area li {
	list-style: none;
	line-height: 1.5;
}

#contact-area input, #contact-area textarea,  #contact-area select {
	padding: 5px;
	width: 350px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area input[type=radio], #contact-area input[type=checkbox] {
	padding: 2px 0 0 0;
	margin: 0;
	width: 10px;
	border: none;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 180px;
	padding-top: 5px;
	
}

fieldset {
	padding: 8px 5px;
	margin: 5px 0;
}

legend {
	font-weight: bold;
	color: #446aae;
	padding: 0 4px;
}

#contact-area .leading {
	margin: 5px 0 5px 20px;
}