﻿/* ======= Colors Used: #3c2763, #523383, #764fbb color1: #523383, color 2: #404040, color3: #523383 ======= */
/* ==================== GENERAL RULES =================== */
html {
	height: 101%; margin-bottom: 1px;}
header, footer, nav, article, section, aside {display: block;}
body {
	font: normal 1.0em 'Muli', Verdana, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #ffffff;	
  color: #202020;
	padding: 0;
	margin: 0;
	height: 100%;
}
img {
	border: none;
}
hr {
	background-color: #523383;
	color: #523383;
	height: 1px;
	border: none;
}
ul {
  margin: 10px 0 20px 10px;
  padding: 0 0 0 10px;}
ul li a {
  color: #523383;
  text-decoration: none;
  font-weight: bold;
  padding: 0;}
ul li a:hover {
  color: #764fbb;
  text-decoration: underline;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: center;
}
.cellborder {
	border: solid 1px #c0c0c0;
	padding: 5px;
}
/* ========================================================== */
/* ======================== TYPOGRAPHY ====================== */
/* ========================================================== */
a {
	color: #523383;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #764fbb;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
h1 {
	font: xx-large Arial, Helvetica, sans-serif;
	color: #523383;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
	font-weight: bold;
}
h2 {
	font: 2.0em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #764fbb;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #764fbb;
}
h3 {
	font: 1.9em Arial, Helvetica, sans-serif;
	color: #523383;
	margin: .2em 0;
	padding: 0;
}
h4 {
	font: normal xx-large "Brush Script MT";
	color: #3c2763;
	margin: .3em 0;
	font-weight: bold;
}
h5 {
	font: normal 1.35em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #523383;
	margin: .5em 0;
}
h6 {
	font: normal 1.2em Jura, Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
.extralarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.alternate {
	font: 1.6em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
  padding-bottom: 5px;
	text-align: center;
	background: #523383;
	background-image: -webkit-linear-gradient(top, #523383, #764fbb, #523383);
	background-image: -moz-linear-gradient(top, #523383, #764fbb, #523383);
	background-image: -ms-linear-gradient(top,  #523383, #764fbb, #523383);
	background-image: -o-linear-gradient(top, #523383, #764fbb, #523383);
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;
}
.alternate:before {
	content: "\2724";
  display: inline;
  font-size: 22px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.alternate:after {
	content: "\2724";
  display: inline;
  font-size: 22px;
  color: #ffffff;
  margin-left: 5px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }
.alternate2 {
	font: 1.6em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	background: #3c2763;
	background-image: -webkit-linear-gradient(top, #3c2763, #202020);
	background-image: -moz-linear-gradient(top, #3c2763, #202020);
	background-image: -ms-linear-gradient(top, #3c2763, #202020);
	background-image: -o-linear-gradient(top, #3c2763, #202020);
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;
}
.alternate3 {
	font: 45px Philosopher, Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.alternate4 {
	font: 2.1em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
blockquote {
	padding: 5px 50px 5px 50px;
  color: #777;
  font-size:1.1em;
	line-height: 24px;
	font-style: italic;
	background: url('../images/quote.png') no-repeat top left;
	color: #404040;
}
blockquote strong {
  color:#523383;
  font-size:1.7em;
  font-weight:normal;
  letter-spacing:-1px;
  line-height:1em;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	border-right: dotted 1px #404040;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
	border-left: dotted 1px #404040;
}
fieldset {
	border: 1px dashed #c0c0c0;
	padding: 1%;
	margin: 2% 0;
}
legend {
	color: #523383;
	background-color: transparent;
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #523383;
	margin: 0 0 0 1%;
	letter-spacing: .08em;
	padding: 1%;
}
.dropcap {
	float: left;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	color: #fff;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 15px 12px;
	background-color: #523383;
  box-shadow: 0 0 0 2px #764fbb inset, 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  margin: -3px 10px 0 0;
  text-align: center;
  border-radius: 50%;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
p.dropcap {
	overflow: hidden;
}
.bignumber {
	font: 28px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background: #523383;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bignumber2 {
	font: 28px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background: #764fbb;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bignumber3 {
	font: 28px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background: #505050;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.button {
	font-size: 0.85em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #523383;
	background-image: -webkit-linear-gradient(top, #764fbb, #523383);
	background-image: -moz-linear-gradient(top, #764fbb, #523383);
	background-image: -ms-linear-gradient(top, #764fbb, #523383);
	background-image: -o-linear-gradient(top, #764fbb, #523383);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #505050;
	background-image: -webkit-linear-gradient(top, #505050, #202020);
	background-image: -moz-linear-gradient(top, #505050, #202020);
	background-image: -ms-linear-gradient(top, #505050, #202020);
	background-image: -o-linear-gradient(top, #505050, #202020);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
p.breadcrumbs {color: #000000; font-size: 0.95em; text-transform: uppercase;
  border-bottom: 1px #888888 dashed; font-weight: lighter; letter-spacing: 2px;
  margin: -12px 0 40px 0; padding: 0 0 5px 0;
}
p.authorDate {color: #555; font-size: 0.95em; text-transform: uppercase;
  border-bottom: 1px #888 solid; font-weight: lighter; letter-spacing: 2px;
  margin: 0; padding: 0;
}
/* ======== BACKGROUND COLORS ======== */
/* ===== Color 1 - used as menu bar color ===== */
.color1 {
	background: #523383;
	background-image: -webkit-linear-gradient(top, #523383, #764fbb, #523383);
	background-image: -moz-linear-gradient(top, #523383, #764fbb, #523383);
	background-image: -ms-linear-gradient(top,  #523383, #764fbb, #523383);
	background-image: -o-linear-gradient(top, #523383, #764fbb, #523383);
	border-bottom: 1px solid #ffffff;
  box-shadow: 0 2px 3px #000;
}
.color1 a {
	color: #e7e7e7;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.color1 a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
/* ===== Color 2 ===== */
.color2 {
	background: #808080 url('../images/back.jpg');
	color: #ffffff;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #404040;
	border-top: 2px solid #404040;
}
.color2 a {
	color: #523383;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.color2 a:hover {
	color: #555;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.color2 h1 {
	font: 2.2em 'Jura', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	letter-spacing: 1px;
}
.color2 h2 {
	font: 2.1em 'Jura', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #606060;
}

/* ===== Color 3 ===== */
.color3 {
	background: #523383;
	color: #fff;
	text-align: center;
	background: #523383;
	background-image: radial-gradient(center, circle cover, #764fbb, #523383);
	background-image: -moz-radial-gradient(center, circle cover, #764fbb, #523383);
	background-image: -webkit-radial-gradient(center center, circle cover, #764fbb, #523383);
	background-image: -ms-radial-gradient(center center, circle cover, #764fbb, #523383);
	background-image: -o-radial-gradient(center center, circle cover, #764fbb, #523383);
	padding-bottom: 10px;
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
.color3 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.color3 a:hover {
	color: #555;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.color3 h3 {
	font: 2.1em 'Jura', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .2em 0;
	padding: 0;
	text-align: center;
}
.color3 h1, .color3 h2, .color3 h4, .color3 h5, .color3 h6 {text-align:center;}
/* ===== White ===== */
.color-white {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.inside {padding: 10px 0;}
/* ========================================================== */
/* ====================== LAYOUT RULES ====================== */
/* ========================================================== */
.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* ======== HEADER AREA ======== */
header {
	width: 100%;
	color: #ffffff;
	margin-bottom: 10px;
}
/* ======== LOGO/SITE NAME AREA ======== */
#nameplate {
	float: left;
	width: 70%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nameplate h1 {
	font: 3.1em 'Jura', Verdana, Helvetica, sans-serif;
	color: #523383;
	letter-spacing: 0.02em;
	margin-top: 0;
}
#nameplate p {
	font-size: 16px;
	font-family: 'Philosopher', cursive, Verdana, Helvetica, sans-serif;
	color: #523383;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
#nameplate a {
	color: #523383;
	font-weight:normal;
}
#nameplate a:hover {
	color: #523383;
	font-weight:normal;
}
#address {
	float:right;
	width: 20%;
	text-align: left;
	padding: 10px 0 10px 10px;
	border-left: 1px dashed #523383;
}
#address p {
	font-size: 16px;
	font-family: 'Philosopher', cursive, Verdana, Helvetica, sans-serif;
	color: #523383;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	width: 100%;
	height: 40px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size: .90em;
	text-transform: uppercase;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -3px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 10px 15px 11px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 10px 15px 11px 15px;
	color: #ffffff;
	background: #523383;
	background-image: -webkit-linear-gradient(top, #764fbb, #523383);
	background-image: -moz-linear-gradient(top, #764fbb, #523383);
	background-image: -ms-linear-gradient(top, #764fbb, #523383);
	background-image: -o-linear-gradient(top, #764fbb, #523383);
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 2px;
	display: none;
	margin: 0 0 0 -2px;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px #000;
}
#nav ul li {
	width: 170px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;
	height: 18px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 15px;
	color: #000000;
	background-color: #f0f0f0;
	background-image: none;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
#nav ul a:hover {
	font-weight: normal;
	color: #ffffff;
	padding: 5px 3px 5px 15px;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	background: #523383;
	background-image: -webkit-linear-gradient(top, #764fbb, #523383);
	background-image: -moz-linear-gradient(top, #764fbb, #523383);
	background-image: -ms-linear-gradient(top, #764fbb, #523383);
	background-image: -o-linear-gradient(top, #764fbb, #523383);
	border-radius: 0;
	box-shadow: none;
}
.selectnav {
	display: none;
}
/* ======== SLIDE SHOW, TOP TEXT AREA FOR SLIDE SHOW, MAIN IMAGE AREA AND TOP BOXES ======== */
#topsection {
	position: relative;
	padding: 20px 0;
	margin: 0 10px 20px 0;
	line-height: normal;
	margin: 10px 0;
}
#slider {
	float: left;
	width: 70%;
	border: 10px #f2f2f2 solid;
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
	margin: 10px 40px 10px 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}
.nivo-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #3c2763;
	color: #fff;
	text-align: center;
	width: 100%;
	z-index: 8;
	padding: 10px;
	overflow: hidden;
	display: none;
	opacity: 0.8 !important;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 20px;
	margin: 0;
}
.nivo-caption h4 {
	font: normal 2.3em 'Jura', Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#topsection p:first-of-type {
	color: #523383;
	font: normal 2.3em 'Jura', Georgia, Garamond, serif;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#topsection p:last-of-type {
	color: #404040;
	font: 1.0em 'Philosopher', Georgia, Garamond, serif;
	font-style: italic;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#topsection p {
	color: #404040;
	font-size: 1.0em;
	text-transform: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 22%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.4em;
}
#sidebarRight {
	float: right;
	width: 20.5%;
	padding: 0 1.5% 0 0;
	margin: 10px 0.50%;
	line-height: 1.4em;
}
/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 72%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.5em;
}
#contentLeft {
	float: left;
	width: 72%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.5em;
}
#contentMiddle {
	float: left;
	width: 47%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentFull {
	float: left;
	width: 98%;
	margin: 10px 0;
	padding: 0 1%;
	line-height: 1.5em;
}
/* ======== SECTION BLOCKS ======== */
.contentBox1 {width: 100%; padding: 20px 0;}

.contentBox2a {float: left; width: 48%; padding: 0; margin: 0 2% 0 0; line-height: 1.4em;}
.contentBox2b {float: left; width: 48%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox3a {float: left; width: 31.33333%; padding: 0; margin: 0 2% 0 0; line-height: 1.4em;}
.contentBox3b {float: left; width: 31.33333%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox3c {float: left; width: 31.33333%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox4a {float: left; width: 20%; padding: 0; margin: 0 0% 0 0; line-height: 1.4em;}
.contentBox4b {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4c {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4d {float: left; width: 23%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.topcontentBox4a {float: left; width: 23%; padding: 0; margin: 0 2% 0 0; line-height: 1.4em; border-radius: 5px;}
.topcontentBox4b {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em; border-radius: 5px;}
.topcontentBox4c {float: left; width: 23%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em; border-radius: 5px;}
.topcontentBox4d {float: left; width: 23%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em; border-radius: 5px;}

.contentBox20a {float: left; width: 38%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}
.contentBox20b {float: left; width: 56%; padding: 0; margin: 0 2% 0 2%; line-height: 1.4em; text-align: center !important;}
.detailimage {width: 100%; max-width: 350px; min-width: 150px; height: auto;}
.shadow {box-shadow: 0 0 6px rgba(0,0,0,0.3); margin-top: 20px; margin-bottom: 20px; border-radius: 5px;}

.contentBox4-gallery {
	width: 21%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
	text-align: center;
}

/* ======== FOOTER ======== */
footer {
	clear: both;
	letter-spacing: 2px;
	font-size: 85%;
	line-height: 1.5em;
	padding: 15px 0;
}
footer p {
	padding: 0;
	margin: 0;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 98%;
	text-align: left;
}
.contactform label {
	width: 98%;
	text-align: left;
}
.contactform input {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
	margin-bottom: 10px;
}
.contactform textarea {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
}
.contactform .submit {
	width: 100px;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #523383;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #808080;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.8);
}
/* ======= PHOTO GALLERY ========= */
.photogallery {
  background-color: #f2f2f2;
  border: 10px #ffffff solid;
  margin: 0 0 40px 0;
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.8);
}
.photogallery img {
  background-color: #ffffff;
  padding: 7px;
  border: 1px #c0c0c0 solid;
  margin: 3px 1px 12px 1px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}
/* ======== MISCELLANEOUS CLASSES ======== */
.center {
	text-align: center;
}
.tiny {
	font-size: 75%;
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, *:first-child + html .clearfix {
	zoom: 1;
}
.calendar {
	text-align: center;
}
.highlight {
	background-color: #ffff00;
	color: #000000;
}
.home {
	background: url('../icons/home.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.call {
	background: url('../icons/call.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.email {
	background: url('../icons/email.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.hours {
	background: url('../icons/hours.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.comment {
	background: url('../icons/comment.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.bookmark {
	font: normal 1.00em Verdana, Helvetica, sans-serif;
	background-color: #404040;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px 8px;
	margin: 10px 0 0 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.bookmark:hover {color: #ffffff; background-color: #764fbb; text-decoration: none;}

/* ======== IMAGE FORMATTING ======== */
img {
	border: none;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-round {
	border-radius: 50%;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.imgBox {
	width: 95%;
}

.image-border, .image-googlemap {
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.image-gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.lgproduct-image {
	float: left;
	width: 350px;
	padding: 1%;
	margin: 2%;
}
.lgproduct-text {
	float: left;
	width: 200px;
	padding: 1%;
	margin: 2%;
	text-align: center;
}
/* ======== PRODUCT TAB FORMATTING ======== */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #523383;
	border-left: 1px solid #523383;
	border-radius: 15px 15px 0 0;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #523383;
	border-left: none;
	font-weight: bold;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #c0c0c0;
}
ul.tabs li.active {
	background: #523383;
	border-bottom: 1px solid #523383;
	color: #ffffff;
}
.tab_container {
	border: 1px solid #523383;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #ffffff;
}
.tab_content {
	padding: 10px;
	font-size: 1.0em;
	display: none;
}
/* BLOG FORMATTING FOR CONCRETE5
=================================== */
.meta {
	color: #808080;
	text-align: right;
	font-size: 0.85em;
	font-style: italic;
	margin-top: -10px;
}
h3 a {
	text-decoration: none;
	font-weight: normal;
	color: #21484c;
}
h3 a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #505050;
}
.title h4 {
	color: #808080;
	text-align: right;
	font-size: 0.85em;
	font-style: italic;
}
.ccm-page-list-description {
	padding-bottom: 15px;
}
.ccm-tags-display {
	margin: 0 0 1.3em 0;
}
.ccm-tags-display ul.ccm-tag-list {
	margin-left: 0 !important;
	overflow: hidden;
}
.ccm-tags-display ul.ccm-tag-list li {
	display: inline-block;
	border-radius: 5px;
	background-image: none;
	background-color: #505050;
	word-wrap: normal;
	color: #ffffff;
	margin: 3px 3px;
	padding: 4px 4px;
}
ul.ccm-tag-list li a, ul.ccm-tag-list li a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* ================================ MEDIA QUERIES =============================== */
/* ========================================================== */
/* ====================== PHONE/PORTRAIT ==================== */
/* ========================================================== */
@media screen and (max-width: 320px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
h1 {
	font: 1.9em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
#mainnav {
  padding-top: 15px;
  height: 45px;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 80%;
	min-width: 250px;
	max-width: 400px;
	margin: 0 0 0 20px;
	padding: 3px;
	font-size: 0.95em;
	letter-spacing: 1px;
	border: 1px #523383 solid;
}
select#selectnav1 option {
	background-color: #523383;
	color: #fff;
	font-size: 0.80em;
	padding: 1px 20px 1px 10px;
}
.contentBox2a, .contentBox3a, .contentBox4a {width: 98%; margin: 1.%; padding: 0;}
.contentBox2b, .contentBox3b, .contentBox4b {width: 98%; margin: 1.%; padding: 0;}
.contentBox3c, .contentBox4c {width: 98%; margin: 1.%; padding: 0;}
.contentBox4d {width: 98%; margin: 1.%; padding: 0;}

.topcontentBox4a {width: 94%; padding: 0 2%; margin: 1%;}
.topcontentBox4b {width: 94%; padding: 0 2%; margin: 1%;}
.topcontentBox4c {width: 94%; padding: 0 2%; margin: 1%;}
.topcontentBox4d {width: 94%; padding: 0 2%; margin: 1%;}
.contentBox20a {width: 98%; margin: 1.%; padding: 0;}
.contentBox20b {width: 98%; margin: 1.%; padding: 0;}

#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1.%;
	padding: 0;
}
.imgBox {
  width: 80%;
}
.button {
	font-size: 0.8em;
}
/* === header block ==== */
header { margin-bottom: 10px;}
#nameplate {width: 98%;}
#nameplate h1 {
	font: 2.1em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
#address { display: none;}

/* === topsection block ==== */
#slider {
	width: 90%;
	margin: 0 auto;
	float: none;
}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
/* === miscellaneous coding ==== */
footer {margin-top: -40px;}
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h2 {font-size: 1.5em;}

blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
ul.tabs {display: none;}
.tab_content {display: none;}
.tab_container {display: none;}
}
/* ========================================================== */
/* ===================== PHONE/LANDSCAPE ==================== */
/* ========================================================== */
@media screen and (max-width: 480px) and (min-width: 321px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
h1 {
	font: 2em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
#mainnav {
  padding-top: 15px;
  height: 45px;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 60%;
	margin: 0 auto;
	padding: 2px;
	font-size: 0.90em;
	letter-spacing: 1px;
	border: 1px #523383 solid;
	border-radius: 5px;
}
select#selectnav1 option {
	background-color: #523383;
	color: #fff;
	font-size: 0.85em;
	padding: 1px 20px 1px 10px;
}
.contentBox2a, .contentBox3a, .contentBox4a {width: 98%; margin: 1%; padding: 0;}
.contentBox2b, .contentBox3b, .contentBox4b {width: 98%; margin: 1%; padding: 0;}
.contentBox3c, .contentBox4c {width: 98%; margin: 1%; padding: 0;}
.contentBox4d {width: 98%; margin: 1%; padding: 0;}

.topcontentBox4a {width: 94%;	padding: 0 2%; margin: 1%;}
.topcontentBox4b {width: 94%; padding: 0 2%; margin: 1%;}
.topcontentBox4c {width: 94%; padding: 0 2%; margin: 1%;}
.topcontentBox4d {width: 94%;	padding: 0 2%; margin: 1%;}
.contentBox20a {width: 98%; margin: 1.%; padding: 0;}
.contentBox20b {width: 98%; margin: 1.%; padding: 0;}

#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.imgBox {width: 60%;}
.button {font-size: 0.8em;}
/* === header block ==== */
#nameplate {width: 98%;}
#nameplate h1 {
	font: 2.5em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
#address {display: none;}
/* === miscellaneous coding ==== */
#slider {
	width: 90%;
	float: none;
	margin: 0 auto;
}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h2 {font-size: 1.5em;}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
ul.tabs {display: none;}
.tab_content {display: none;}
.tab_container {display: none;}
}
/* ========================================================== */
/* ================== SMALL TABLET/PORTRAIT ================= */
/* ========================================================== */
@media screen and (max-width: 600px) and (min-width: 481px) {
.wrapper {
	width: 98%;
	margin: 0 auto;}
h1 {
	font: 2.5em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
#mainnav { 
	padding-top: 15px;
  height: 45px;
}
.js #nav {display: none;}
.js .selectnav {display: block;}

select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 60%;
	margin: 0 auto;
	padding: 3px;
	font-size: 0.90em;
	letter-spacing: 1px;
	border: 1px #523383 solid;
	border-radius: 5px;
}
select#selectnav1 option {
	background-color: #523383;
	color: #fff;
	font-size: 0.95em;
	padding: 1px 20px 1px 10px;
}
.contentBox2a, .contentBox3a, .contentBox4a {width: 98%; margin: 1%; padding: 0;}
.contentBox2b, .contentBox3b, .contentBox4b {width: 98%; margin: 1%; padding: 0;}
.contentBox3c, .contentBox4c {width: 98%;	margin: 1%; padding: 0;}
.contentBox4d {width: 98%; margin: 1%; padding: 0;}

.topcontentBox4a {width: 44%;	padding: 0 2%; margin: 1%;}
.topcontentBox4b {width: 44%;	padding: 0 2%; margin: 1%;}
.topcontentBox4c {width: 44%;	padding: 0 2%; margin: 1%;}
.topcontentBox4d {width: 44%;	padding: 0 2%; margin: 1%;}
.contentBox20a {width: 98%; margin: 1.%; padding: 0;}
.contentBox20b {width: 98%; margin: 1.%; padding: 0;}

#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.imgBox {width: 50%;}
.button {font-size: 0.8em;}
/* === header block ==== */
#nameplate {width: 100%;}
#nameplate h1 {
	font: 2.8em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
#address {display: none;}
/* === miscellaneous coding ==== */
#slider {
	width: 90%;
	margin: 0 auto;
	float: none;
}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
ul.tabs {display: none;}
.tab_content {display: none;}
.tab_container {display: none;}
}
/* ========================================================== */
/* ================== SMALL TABLET/LANDSCAPE ================ */
/* ========================================================== */
@media screen and (max-width: 800px) and (min-width: 769px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
#nameplate h1 {
	font: 2.8em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
.button {
	font-size: 0.8em;
}
h2 {font-size: 1.8em;}
#slider {
	float: none;
	margin: 0 auto;
}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
/* === miscellaneous coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.contentBox4a {width: 47%; margin: .5%; padding: .5%;}
.contentBox4b {width: 47%; margin: .5%; padding: .5%;}
.contentBox4c {width: 47%; margin: .5%; padding: .5%;}
.contentBox4d {width: 47%; margin: .5%; padding: .5%;}

.topcontentBox4a {width: 45.5%; margin: 1%; padding: 0 1%;}
.topcontentBox4b {width: 45.5%; margin: 1%; padding: 0 1%;}
.topcontentBox4c {width: 45.5%; margin: 1%; padding: 0 1%;}
.topcontentBox4d {width: 45.5%; margin: 1%; padding: 0 1%;}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== LARGE TABLET PORTRAIT ================= */
/* ========================================================== */
@media screen and (max-width: 768px) and (min-width: 624px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
#nameplate h1 {
	font: 2.5em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
.button {font-size: 0.8em;}
h2 {font-size: 1.8em;}
#slider {
	float: none;
	margin: 0 auto;
}
/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
/* ===== miscellaneous ===== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.contentBox4 {width: 48%; margin: 0 1%; padding: 0;}
.topcontentBox4 {width: 45.5%; margin: 1%; padding: 0 1%;}
}
/* ========================================================== */
/* ======== LARGE TABLET LANDSCAPE/DESKTOP/LAPTOP VIEW ======= */
/* ========================================================== */
@media screen and (max-width: 1299px) and (min-width: 801px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
#nameplate h1 {
	font: 3.0em 'Jura', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
/* ===== navigation ===== */
#nav li {margin: 0 4px;}
}
