body {
	margin: 0;
	background-color: #fbf7e9;
  background-image: url('/images/bck-site.gif');
  font-family: arial,verdana,san-serif;
  font-size: 14px;
}

div, p, span, input { box-sizing: border-box; }

hr {
  border:none;
  border-top:solid #d24e54 1px;
  width:100%;
  margin:20px auto;
}

#wrapperPage {
  position:relative;
  width: 1200px;
  margin: 0px auto 10px;
  overflow: hidden;
  padding-top: 14px;
}

header#headerSite {
  position: absolute;
  width:100%;
  min-width:1000px;
}

#siteLogo {
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

.wrapperContent {
  position:relative;
  margin:116px 0 0 0;
  padding: 0 0 72px 0;
  border: solid #fff 8px;
  position:relative;
  min-height:608px;
  background-color:#fff;
  box-sizing: border-box;
}
.wrapperContent h1 {
  position:absolute;
  font-family:"Tangerine";
  font-size: 48px;
  font-weight:normal;
  color: #fff;
  padding: 7px 0;
  background:#666;
  margin:0;
  text-align:center;
  bottom:0px;
  left:0px;
  width:1186px;
  z-index:1;
}

a.selected { cursor: default; }


/** Nav **/
.nav, .subMenu {
  list-style:none;
  margin: 0;
  padding: 0;
}
.nav > li {
  float:left;
  margin: 0 0px;
  font-family:"Tangerine";
  font-size: 27px;
  line-height: 26px;
  text-align: center;
}
.nav > li:first-child { margin-left:0px; }
.nav > li:first-child { margin-right:0px; }
.nav a {
	display: block;
	padding: 3px 0;
  text-decoration:none;
  color:#000;
}

/** main nav **/
#navMain {
  position:absolute;
  top: 56px;
  width: 60%;
  background:rgba(112,140,76, .30);
  border-top: solid #708c4c 1px;
  border-bottom:solid #708c4c 1px;
  padding-left: 30%;
  margin-left: 10%;
}
#navMain .nav {float:right; /* width: 100%; */}
#navMain .nav > li:not(:first-child):not(:last-child):before {
  content: '\2022';
  color:#718d4d;
  display:inline-block;
}
#navMain li:last-child:before {
  content:'';
  display:none;
}
#navMain .nav > li:not(.socialLink) > a {
  display:inline-block;
  padding: 10px 9px 6px;
}
#navMain .nav li:not(.socialLink) > a:hover,
.sideColumn a:not(.selected):hover {
  text-shadow:0px 0px 1px rgba(0,0,0,.3);
}

#navMain .socialLink { margin-right: 9px; }
#navMain .socialLink, #navMain .socialLink a {
  padding: 2px 0px 3px;
  margin-left: 8px;
}
#navMain .socialLink img { vertical-align:middle; }

/** main nav submenu **/
.subMenu {
  display:none;
  position: absolute;
  top: 42px;
  z-index: 2;
  background: rgba(239,246,231,.8);
  text-align: left;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 3px 2px 3px 0px rgba(0,0,0,.3);
  padding: 10px 20px 10px 10px;
  border-top: solid #708c4c 1px;
}
#navMain .main:hover + .subMenu, #navMain .subMenu:hover {
  display:block;
}

/** utility nav **/
#navUtility {
  position:absolute;
  top: -15px;
  right:0;
  margin: 0px;
}
#navUtility li { margin:0; position: relative; }
#navUtility li:not(:first-child):before {
  content: '\2022';
  display:inline-block;
}
#navUtility li, #navUtility a {
  font-family:arial,verdana,san-serif;
  font-size:12px;
  color:#999;
}
#navUtility a {
  padding:5px;
  display:inline-block;
}
#navUtility a:hover {
  color:#555;
}




/*---------------------------------*\
Global page default styles
/*---------------------------------*/
.mainColumn a:not(.btn) {
	color: #E28F93;
	text-decoration: none;
	border-bottom: dotted #F0B1B4 1px;
}
.mainColumn a:not(.btn):hover {
	color: #d24e54;
	border-color: #d24e54;
}

.align-center { text-align: center !important; }
.btn + .align-center { margin-top: 10px; }

.font-penne { font-family:"Tangerine"; }

.txtSmall { font-size: 12px; }
.txtXlrg { font-size: 18px; }

.pageContent { padding: 0 85px 70px; }
.pageContent.noBPadding { padding-bottom: 0; }

.pageTitle {
	margin-bottom: 40px;
	text-align: center;
	font-size:  32px;
	font-family: "Tangerine";
}
.color1 {
	color: #d24e54;
}

.fl-left { float: left; }
.fl-right { float: right; }

.note {
	font-size: 13px;
	line-height: 1.4em;
	color: #999;
}

/* definition list */
dt {
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}
dt:not(:first-child) { 	margin-top: 20px; }

dd { margin-left:15px; }
dd + dd { margin-top: 10px; }

dd p:first-child { margin-top: 0; }
dd ul {
	margin: 10px 0 0 0px;
	padding: 0;
	list-style: none;
}
dd li > ul {
	margin: 5px 0 0 30px;
	list-style: disc;
}
dd li > ul > li { margin: 3px 0; }




/*---------------------------------*\
Global form styles
/*---------------------------------*/
fieldset {
	padding: 0;
	border: none;
}

.fieldRow { margin: 0 0 15px; }

input[type=text],
textarea {
	padding: 10px 10px;
	width: 400px;
	font-size: 15px;
	border: solid #CFD3AF 1px;
	border-radius: 4px;
	box-sizing: border-box;
}
textarea {
	height: 100px;
	width: 100%;
}




/** footer styles **/
#footerSite { margin:10px 0; clear: both; }
#footerSite, #footerSite a {
  font-size:11px;
  color:#999;
  text-decoration: none;
}
#footerSite p {
  float: left;
  margin:0;
}
#footerSite ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
#footerSite li {
  float:left;
}
#footerSite li:not(:first-child):before {
  content: '\2022';
  margin: 0 5px;
}
#footerSite li a:hover { color:#555; }

/** buttons **/
.btn,
a.btn {
  position:relative;
  font-family:"Tangerine";
  text-decoration:none;
  color:#d24e54;
  font-size:26px;
  letter-spacing: 1px;
  background:#fff;
  padding: 2px 27px 1px 17px;
  border:solid #e6d5d6 1px;
  box-shadow: 0px 0px 0px 3px #fff,
    0px 0px 3px 3px rgba(0,0,0,.3);
  display: inline-block;
  cursor: pointer;
}
.btn:hover,
a.btn:hover {
  text-shadow:0px 0px 1px rgba(0,0,0,.3);
  box-shadow: 0px 0px 0px 3px #fff,
    0px 0px 3px 3px rgba(0,0,0,.4);
}

.btn + .btn { margin-left: 20px; }

.btnPrimary,
a.btnPrimary {
	background: #fad8de;
	box-shadow: 0px 0px 0px 3px #f4c2c7, 0px 0px 3px 3px rgba(0,0,0,.3);
	border-color: #fcedef;
}
.btnPrimary:hover,
a.btnPrimary:hover {
	background: #f4c2c7;
	box-shadow: 0px 0px 0px 3px #f4c2c7,
		0px 0px 3px 3px rgba(0,0,0,.4);
}

.btnPrimary:disabled {
	opacity: .5;
}

.btn.btm-right {
	position: absolute;
	bottom: 30px;
	right: 85px;
}

.btn-right { 
	margin-top: 40px;
	float: right;
}

/** columns **/
.sideColumn {
  box-sizing:border-box;
  padding:50px 32px 10px;
  overflow:hidden;
  width:270px;
  min-height: 536px;
  background:rgba(210,78,84,.15);
  text-align:center;
  float:left;
}
.sideColumn a {
  text-decoration: none;
  color: #d24e54;
}
.sideColumn h2,
.sideColumn h3 {
  font-family:"Tangerine";
  font-size:30px;
  margin: 30px 0 0;
  text-align:left;
}
.sideColumn h3 {
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 21px;
}
.sideColumn h3:first-of-type { margin-top: 60px; }
.sideColumn h2 + hr { margin-top: 6px; }
.sideColumn .selected:before{
  content: '';
  display: inline-block;
  border: solid transparent 4px;
  border-left-color: #e9a9ac;
  margin-right: 5px;
}
.sideColumn p { line-height:1.3em; text-align:justify; }
.sideColumn p.tight { margin-top: 0; }
.sideColumn .btn { margin-top:20px; }

.sideColumn a.link1 {
	font-size: 12px;
	color: #D88F92;
}
.sideColumn a.link1:hover {
	color: #d24e54;
	text-shadow: none;
}

.mainColumn {
  float: right;
  width: 905px;
  position: relative;
  min-height: 536px;
}



/** lists **/
.list1 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list1 ul {
	padding-left: 20px;
	list-style: none;
}

.list1 li { line-height: 1.5em; }

.list1__item--spaced { margin-top: 20px; }

/** slides **/
.loader {
	background: #ffffff url('/images/ajax-loader.gif') no-repeat 50% 50%;
}

.slides {
  list-style:none;
  margin: 0 auto;
  padding:0;
  width: 800px;
}
.slides .slide {
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.slides .loader {
  height: 172px;
  min-width: 125px;
  background: url('/images/ajax-loader.gif') no-repeat;
  background-position: 50% 50%;
}
.slides .no-padding { margin-right:0; }
.slides img { display:block; }
.slides img.p { width: 125px; }
.slides img.l { width: 260px; }

.slide.row3 { margin-bottom: 0; }

.slideLarge {
  display: none;
  position: absolute;
  top: 0px;
  left: 45px;
  width: 815px;
  height: 538px;
  text-align: center;
}

.slideLarge:hover:before {
	content: 'X';
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	padding: 2px 5px;
	color: rgba(255,255,255,.5);
	font-weight: 700;
	border-radius: 100%;
	border: solid rgba(255,255,255,.4) 2px;
	background: rgba(255,255,255,.2);
	cursor: pointer;
}

.slideLarge--portrait:hover:before {
	color: rgba(0,0,0,.15);
	border-color: rgba(0,0,0,.15);
	background-color: rgba(255,255,255,.5);
}

.prevLink, .nextLink {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 100%;
  background-color: #efefef;
}
.prevLink:before, .nextLink:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  border: solid transparent 10px;
}
.prevLink { left: 0px; }
.prevLink:before { border-right-color: #fff; left: 0px; }
.nextLink { right: 0px; }
.nextLink:before { border-left-color: #fff; right: 0px; }
.prevLink:hover, .nextLink:hover { background-color: #dedede; }



/*---------------------------------*\
Proofing box styles
/*---------------------------------*/
.proofingBox {
	display: none;
  position: absolute;
  right: -50px;
  width: 245px;
  border: solid #708c4c 1px;
  border-radius: 3px;
  background: rgba(255,255,255,.90);
  padding: 5px;
  text-align: left;
  line-height: 1em;
  box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.proofingBox:before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 164px;
  border: solid transparent 5px;
  border-bottom-color: #708c4c;
}
.proofingBox > input {
	margin-right: 5px !important;
  padding: 5px;
  margin: 0;
  width: 200px;
  outline: none;
  font-size: 14px;
}




/*-------------------------------------------------
 CLEARFIX
-------------------------------------------------*/

.clearfix:before, .clearfix:after { content: ""; 	display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } /*for ie 6/7 */
/*------------------------------------------------*/