/* ==== Colors Used: #C4D8E2, #322fa0 ==== */
/* ======== GENERAL RULES ======== */
html {
	height: 101%;
}

header, figure, figcaption, footer, nav, article, section, aside {
	display: block;
}

body {
	background: #ffffff;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	height: 100%;
}

td, p  {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	vertical-align: top;
}

hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
}

hr.fancy {
	background: transparent url('../images/horizontalrule.png') center center no-repeat;
	color: #eee;
	border: none;
	height: 25px;
}

hr.fancy2 {
	background: transparent url('../images/horizontalrule2.png') center center no-repeat;
	color: #eee;
	border: none;
	height: 25px;
}

hr.noshow {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 1px;
	clear: both;
	visibility: hidden;
}

ul {
	margin: 10px 0 20px 10px;
	padding: 0 0 0 10px;
}

ul li a {
	color: #322fa0;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}

ul li a:hover {
	color: #919191;
	text-decoration: underline;
}

table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}

/* ============================ */
/* ======== TYPOGRAPHY ======== */
/* ============================ */
a {
	color: #322fa0;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font: 48px 'Raleway', Verdana, Helvetica, sans-serif;
	font-weight: 200;
	color: #322fa0;
	margin: 0.4em 0;
	text-align: center;
	letter-spacing: -2px;
}

h2 {
	font: 36px 'Raleway', Verdana, Helvetica, sans-serif;
	font-weight: 200;
	color: #eb1c24;
	margin: 0.3em 0;
}

h3 {
	color: #000000;
	border-bottom: 1px #000000 solid;
	font: 32px 'Raleway', Verdana, Helvetica, sans-serif;
	letter-spacing: -2px;
	margin: 0.2em 0 0.5em 0;
	padding: 1px 6px;
	text-align: center;
}

h4 {
	font: 28px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #666666;
	margin: 0.4em 0;
}

h5 {
	font: 24px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0.4em 0;
}

h6 {
	font: 18px 'Oswald', Verdana, Helvetica, sans-serif;
	text-transform: uppercase; 
	color: #303030;
	margin: 0.4em 0;
	border-bottom: 1px #303030 solid;
}

.alternate {
	color: #ffffff;
	background-color: #000000;
	background-image: linear-gradient(top, #000000, #666666, #000000);
	background-image: -webkit-linear-gradient(top, #000000, #666666, #000000);
	background-image: -moz-linear-gradient(top, #000000, #666666, #000000);
	background-image: -ms-linear-gradient(top, #000000, #666666, #000000);
	background-image: -o-linear-gradient(top, #000000, #666666, #000000);
	box-shadow: 0 0 20px #000 inset;
	margin: 0.5em 0;
	padding: 5px 10px 3px 10px;
	text-align: center;
	border-radius: 8px;
	border-bottom: none;
}

.button {
	color: #444;
	font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px 12px;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #eee, #ccc); 
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
}

.button:hover {
	color: #eee;
	text-decoration: none;
	font-weight: normal;
	background-color: #888;
	background-image: -webkit-linear-gradient(top, #888, #333); 
	background-image: -moz-linear-gradient(top, #888, #333);
	background-image: -ms-linear-gradient(top, #888, #333);
	background-image: -o-linear-gradient(top, #888, #333);
	border: solid 1px #333;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}

p.dropcap {
	overflow: hidden;
}

p.dropcap:first-letter {
	color: #C4D8E2;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 6px 4px 0 0;
}

.bignumber {
	border-radius: 25px;
	background: #322fa0;
	box-shadow: 0 0 20px #C4D8E2 inset;
	color: #ffffff;
	display: block;
	float: left;
	font: normal 28px/50px Garamond, Georgia, serif;
	height: 50px;
	margin: 0 10px 5px 0;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}

ul.list1 li {
	list-style-type: none;
	background: url(../../scoring/images/bullet01.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}

ul.list2 li {
	list-style-type: none;
	background: url(../../scoring/images/bullet02.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}

ul.list3 li {
	list-style-type: none;
	background: url(../../scoring/images/bullet03.png) no-repeat 0 6px;
	margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}

ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}

blockquote {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.2em;
	color: #777;
	margin: 2px 40px;
	padding: 10px;
	text-align: left;
	border-top: 4px #777 solid;
	border-bottom: 4px #777 solid;
}

blockquote p {
	padding: 0; margin: 0;
}

blockquote strong {
	color:#322fa0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
}

blockquote.leftside {
	float: left;
	display: block;
	width: 30%;
	margin: 1% 2% 1.5% 2%;
}

blockquote.rightside {
	float: right;
	display: block;
	width: 30%;
	margin: 1% 2% 1.5% 2%;
}

p.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}

p.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
	color: #ffffff;
}

p.phone {
	background: transparent url('../images/phone.png') 0 1px no-repeat;
	padding: 0 0 5px 35px;
	color: #ffffff;
}

p.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
	color: #ffffff;
}

p.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}

p.breadcrumbs {
	color: #fff; text-transform: uppercase; letter-spacing: 2px; margin: 0; padding: 0; text-align: center;
}

p.breadcrumbs a {
	color: #fff; font-weight: bold; text-decoration: none;
}

p.breadcrumbs a:hover {
	color: #fff; text-decoration: underline;
}

p.authorDate {
	color: #888; font-size: 0.95em; text-transform: uppercase;
	border-bottom: 1px #888 solid; font-weight: lighter; letter-spacing: 2px;
	margin: 0; padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.small {
	font-size: 0.85em;
}


/* ============================== */
/* ======== LAYOUT RULES ======== */
/* ============================== */
.wrapper {
	width: 1200px;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.inside {
	width: 96%;
	padding: 0 2%;
}

/* ======== HEADER AREA ======== */
header {
	width: 100%;
	background-color: #ffffff;
}

/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	width: 100%;
	max-width: 98%;
	padding: 10px 1% 0px 1%;
	margin: 0 auto 0px auto;
	text-align: center;
	/*background-color: #C4D8E2;
	background-image: radial-gradient(center center, ellipse, #322fa0, #322fa0);
	background-image: -webkit-radial-gradient(center center, ellipse, #322fa0, #322fa0);
	background-image: -moz-radial-gradient(center, ellipse, #322fa0, #322fa0);
	background-image: -ms-radial-gradient(center center, ellipse, #322fa0, #322fa0);
	background-image: -o-radial-gradient(center center, ellipse, #322fa0, #322fa0);
	box-shadow: 0 0 0 5px #C4D8E2 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 20px rgba(0,0,0,0.9);*/
}

#logo h1, #logo h1 a, #logo h1 a:hover  {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #eb1c24;
	letter-spacing: 1px;
	text-align: right;
	text-decoration: none;
	margin: 0; padding: 0;
	text-transform: uppercase;
}

#logo h2 {
	font: normal 0.90em Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #322fa0;
	margin: 0; padding: 10px 0 0 0;
	letter-spacing: 1px;
	text-align: right;
}

/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	height: 53px;
	color: #fff;
	margin: 0 auto 10px;
	padding: 7px 0 0 0;
	width: 100%;
	background: #000;
	background-image: linear-gradient(top, #000, #555, #000);
	background-image: -webkit-linear-gradient(top, #000, #555, #000); 
	background-image: -moz-linear-gradient(top, #000, #555, #000);
	background-image: -ms-linear-gradient(top, #000, #555, #000);
	background-image: -o-linear-gradient(top, #000, #555, #000);
	box-shadow: 0 0 0 5px #000 inset, 0 0 0 6px rgba(255, 255, 255, 0.5) inset;
}

#nav {
	margin: 0; padding: 0;
	list-style: none;
	text-align: center;
}

#nav li {
	display: inline-block;
	position: relative;
	z-index: 500;
	margin: 0 -1px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	width: 140px; /* you can increase or decrease width */
}

/* this is the parent menu */
#nav li a {
	display: block;
	padding: 11px 0;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease 0.0s;
	-webkit-transition: all 0.3s ease 0.0s;
}

#nav li a:hover {
	font-weight: normal;
	padding: 11px 0;
	background-color: #C4D8E2;
	background-image: linear-gradient(top, #C4D8E2, #322fa0, #322fa0);
	background-image: -webkit-linear-gradient(top, #C4D8E2, #322fa0, #322fa0);
	background-image: -moz-linear-gradient(top, #C4D8E2, #322fa0, #322fa0);
	background-image: -ms-linear-gradient(top, #C4D8E2, #322fa0, #322fa0);
	background-image: -o-linear-gradient(top, #C4D8E2, #322fa0, #322fa0);
	color: #ffffff;
	transition: all 0.3s ease 0.0s;
	-webkit-transition: all 0.3s ease 0.0s;
}

/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}

#nav ul li {
	width: 175px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}

#nav ul a {
	display: block;
	height: 22px;
	font-weight: normal;
	text-transform: none;
	padding: 5px;
	color: #ffffff;
	background: #333;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#nav ul a:hover {
	font-weight: normal;
	color: #fff;
	background: #322fa0;
	box-shadow: inset 0 0 20px #C4D8E2;
	padding: 5px;
	text-transform: none;
	text-decoration: none;
	border: none;
	border-radius: 0;
}

.selectnav {
	 display: none; }

/* ======== SLIDESHOW AREA ======== */
#photoblock {
	width: 80%;
	padding: 20px 10%;
	text-align: center;
	margin: 0 0 10px 0;
	background: #C4D8E2;
	color: #fff;
	background-image: radial-gradient(center center, circle, #322fa0, #322fa0);
	background-image: -moz-radial-gradient(center center, circle, #322fa0, #322fa0);
	background-image: -webkit-radial-gradient(center center, circle, #322fa0, #322fa0);
	background-image: -ms-radial-gradient(center center, circle, #322fa0, #322fa0);
	background-image: -o-radial-gradient(center center, circle, #322fa0, #322fa0);
	box-shadow: 0 0 0 5px #C4D8E2 inset, 0 0 0 6px rgba(255, 255, 255, 0.5) inset;
}

#photoblock h1 {
	color: #ffffff;	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#slider {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 500px;
	border: 10px #ffffff solid;
	margin-left: -10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.nivoSlider {
	position: relative;
	z-index: 20;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nivoSlider img {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	max-width: none;
}

.nivo-caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	font-family: 'Oswald', Verdana, Helvetica, sans-serif;
	font-size: 38px;
	color: #ffffff; /*caption text color*/
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	line-height: 1.3em;
	text-align: center;
	width: 100%;
	z-index: 8;
	padding: 1%;
	overflow: hidden;
	display: none;
	box-sizing: border-box;
}

.nivo-caption p {
	padding: 0; margin: 0;
}


/* ======== PAGE TITLE AREA ======== */
.pageTitle {
	color: #fff;
	background: #C4D8E2;
	background-image: radial-gradient(center center, ellipse, #322fa0, #322fa0);
	background-image: -moz-radial-gradient(center center, ellipse, #322fa0, #322fa0);
	background-image: -webkit-radial-gradient(center center, ellipse, #322fa0, #322fa0);
	background-image: -ms-radial-gradient(center center, ellipse, #322fa0, #322fa0);
	background-image: -o-radial-gradient(center center, ellipse, #322fa0, #322fa0);
	box-shadow: 0 0 0 5px #C4D8E2 inset, 0 0 0 6px rgba(255, 255, 255, 0.5) inset;
	width: 90%; 
	padding: 20px 5%; 
	margin: 0 0 10px 0;;
}

.pageTitle h1 {
	text-align: center; margin: 0; padding: 0 0 10px 0; color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.pageTitle p {
	text-align: center; margin: 0; padding: 5px 0;
}


/* ======== SECTION BLOCKS ======== */
.topBox {
	width: 96%;
	padding: 10px 2%;
	color: #ffffff;
	background: #000000; 
	background-image: radial-gradient(center center, ellipse, #555, #000);
	background-image: -moz-radial-gradient(center center, ellipse, #555, #000);
	background-image: -webkit-radial-gradient(center center, ellipse, #555, #000);
	background-image: -ms-radial-gradient(center center, ellipse, #555, #000);
	background-image: -o-radial-gradient(center center, ellipse, #555, #000);
	box-shadow: 0 0 0 5px #000000 inset, 0 0 0 6px rgba(255, 255, 255, 0.5) inset;
	margin: 0 0 10px 0;
}

.topBox h3 {
	color: #C4D8E2; border-bottom: 1px solid #C4D8E2;
}

.topBox img {
	border-radius: 50%;
}

.topBox3a {
	float: left; width: 29.33333%; padding: 5px 1%; margin: 5px 2% 5px 0;
}

.topBox3b {
	float: left; width: 29.33333%; padding: 5px 1%; margin: 5px 1% 5px 1%;
}

.topBox3c {
	float: left; width: 29.33333%; padding: 5px 1%; margin: 5px 0 5px 2%;
}


.contentBox2a {
	float: left; width: 48%; padding: 0; margin: 0 2% 0 0;
}

.contentBox2b {
	float: left; width: 48%; padding: 0; margin: 0 0 0 2%;
}


.contentBox3a {
	float: left; width: 31.33333%; padding: 0; margin: 0 2% 0 0;
}

.contentBox3b {
	float: left; width: 31.33333%; padding: 0; margin: 0 1% 0 1%;
}

.contentBox3c {
	float: left; width: 31.33333%; padding: 0; margin: 0 0 0 2%;
}


.contentBox4a {
	float: left; width: 23%; padding: 0; margin: 0 2% 0 0;
}

.contentBox4b {
	float: left; width: 23%; padding: 0; margin: 0 1% 0 1%;
}

.contentBox4c {
	float: left; width: 23%; padding: 0; margin: 0 1% 0 1%;
}

.contentBox4d {
	float: left; width: 23%; padding: 0; margin: 0 0 0 2%;
}


.shadow {
	background-color: #f0f0f0; box-shadow: 0 0 10px rgba(0,0,0,0.4); margin-top: 20px; margin-bottom: 20px; border-radius: 5px; min-height: 230px;
}


/* ======== SIDEBAR AREAS ======== */
#sidebarLeft  {
	float: left; width: 23%; padding: 0; margin: 0 2% 0 0;
}

#sidebarRight {
	float: right; width: 23%; padding: 0; margin: 0 0 0 2%;
}


/* ======== CONTENT AREA ======== */
#contentRight  {
	float: right; width: 73%; padding: 0; margin: 0 0 0 2%;
}

#contentLeft   {
	float: left; width: 73%; padding: 0; margin: 0 2% 0 0;
}

#contentMiddle {
	float: left; width: 46%; padding: 0; margin: 0 2%; overflow: hidden;
}


/* ======== FOOTER AREA ======== */
footer {
	width: 100%;
	background: #000000; 
	background-image: radial-gradient(center center, ellipse, #555, #000);
	background-image: -moz-radial-gradient(center center, ellipse, #555, #000);
	background-image: -webkit-radial-gradient(center center, ellipse, #555, #000);
	background-image: -ms-radial-gradient(center center, ellipse, #555, #000);
	background-image: -o-radial-gradient(center center, ellipse, #555, #000);
	color: #fff;
	font-size: 0.90em;
	line-height: 1.4em;
	padding: 10px 0;
	margin: 20px 0 10px 0;
	box-shadow: 0 0 0 5px #222 inset, 0 0 0 6px rgba(255, 255, 255, 0.5) inset;
}

footer ul {
	list-style-type: none; line-height: normal; margin: 0 0 10px 0; padding: 0;
}

footer ul li {
	margin: 0 20px 0 0; background: url(../../scoring/images/bullet01.png) no-repeat 0 9px; padding: 6px 0 2px 20px;
}

footer ul li a {
	color: #fff; text-decoration: none; font-weight: bold; letter-spacing: 2px;
}

footer ul li a:hover {
	color: #322fa0; text-decoration: none; font-weight: bold;
}

footer a {
	color: #C4D8E2;
}

footer a:hover {
	color: #fff;
}

footer h4 {
	color: #C4D8E2;
}

.footerBoxa {
	float: left; width: 18%; padding: 0; margin: 0 1% 0 1%;
}

.footerBoxb {
	float: left; width: 28%; padding: 0; margin: 0 1% 0 1%;
}

.footerBoxc {
	float: left; width: 48%; padding: 0; margin: 0 1% 0 1%;
}

.socialmedia {
	letter-spacing: 5px;
}

.footerbottom {
	padding: 20px 0 10px;
}

.footerbottom h1 {
	font: 32px 'Raleway', Verdana, Helvetica, sans-serif; text-align: center; color: #ccc; margin: 0; padding: 0;
}

.copyright {
	letter-spacing: 3px; text-align: center; color: #ccc; font-size: 0.85em; margin: 0; padding:0;
}

.designed {
	color: #aaa; text-align: center; letter-spacing: 1px; font-size: 10px; font-size: 0.75em; margin: 0; padding: 5px 0 0 0;
}

.designed a {
	color: #aaa; font-weight: normal; text-decoration: none;
}

.designed a:hover {
	color: #aaa; font-weight: normal; text-decoration: underline;
}


/* ======== CONTACT FORM ======== */
form.contactform {
	width: 99%; text-align: left;
}

.contactform label {
	width: 99%; text-align: left; font-style: italic; display: block; margin-bottom: 4px;
}

.contactform input {
	width: 99%; border: 1px #c0c0c0 solid; background-color: #efefef; padding: 5px; margin-bottom: 10px; color: #000000;
}

.contactform textarea {
	width: 99%; border: 1px #c0c0c0 solid; background-color: #efefef; padding: 5px; resize:none; color: #000000;
}

.contactform .submit {
	width: 100px; 
	margin: 10px 0 0 0; 
	cursor: pointer; 
	font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
	font-weight: normal; 
	padding: 2px 5px; 
	color: #fff; 
	text-decoration: none; 
	background-color: #322fa0;
	background-image: -webkit-linear-gradient(top, #322fa0, #322fa0); 
	background-image: -moz-linear-gradient(top, #322fa0, #322fa0);
	background-image: -ms-linear-gradient(top, #322fa0, #322fa0);
	background-image: -o-linear-gradient(top, #322fa0, #322fa0);
	border: solid 1px #C4D8E2;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}

.contactform .submit:hover {
	text-decoration: none;
	color: #eee;
	background-color: #888;
	background-image: -webkit-linear-gradient(top, #888, #333); 
	background-image: -moz-linear-gradient(top, #888, #333);
	background-image: -ms-linear-gradient(top, #888, #333);
	background-image: -o-linear-gradient(top, #888, #333);
	border: solid 1px #333;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}


/* ======== CATALOG PAGE ======== */
.catalog {
	/* adds a border to the bottom of a div */
	max-width: 100%;
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.catalog h6 {
	text-align: center;
	font: normal 20px Georgia, Garamond, serif;
}

.catalog img {
	border: 1px #aaa solid;
	margin: 3px 3px 12px 3px;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

/* ======= PHOTO GALLERY PAGE========= */
.photogallery {
	background-color: #efefef;
	border: 20px #ffffff solid;
	padding: 20px;
	margin: 20px 1% 30px 1%;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.photogallery img {
	border: 1px #aaa solid;
	margin: 3px 3px 12px 3px;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.photogallery h4 {
	font-size: 32px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* ======= TICKER CONTENT ======== */
#ticker	  {
	list-style: none outside none; margin: 0; padding: 10px 0 0 0;
}

#ticker li   {
	margin: 0; background: none; padding: 0;
}

#ticker p	{
	margin-top: 0; padding-top: 0;
}

#ticker p.authorDate {
	color: #444; font-size: 0.95em; text-transform: uppercase; border-bottom: 1px #444 solid; letter-spacing: 2px; margin: 0 0 10px; padding: 0;
}

.testimonial {
	min-height: 300px;
}

.content	 {
	color: #000; padding-bottom: 10px;
}

.author	  {
	color: #999; font-style: italic;
}


/* ======= ACCORDION CONTENT ======== */
#acc dl {
	position: relative;
	width:100%; 
	color:#000; 
	padding: 0; 
	margin: 0 auto;
}

#acc dt {
	margin: 0 0 1px 0;
	padding: 4px 4px 4px 20px;
	text-align: left; 
	font: 22px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000; 
	cursor: pointer;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset; 
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#acc dt:hover {
	color: #ffffff;
	background: #322fa0;
	box-shadow: 0 0 15px #C4D8E2 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}

#acc dd {
	width:94%; 
	padding:5px 2%; 
	margin: 0 auto; 
	border-top:none;
}

/* ======== IMAGES ======== */
img {
	border: none; max-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;
}

.imageleft  {
	margin: 5px 10px 0 0; float: left;
}

.imageright {
	margin: 5px 0 0 10px; float: right;
}

.image-border	  {
	margin: 2px 0; border: 1px #c0c0c0 solid;
}

.imageleft-border  {
	margin: 5px 10px 0 0; float: left; border: 1px #c0c0c0 solid;
}

.imageright-border {
	margin: 5px 0 0 10px; float: right; border: 1px #c0c0c0 solid;
}

.image-round {
	border-radius: 50%; border: 1px #c0c0c0 solid;
}


.image-topMain {
	 /* makes the homepage top images appear round */
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.image-catalog {
	border: 1px #aaa solid;
	max-width: 100%;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	margin: 5px 1%;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

.image-iconRound {
	background-color: #888888;
	padding: 5px;
	box-shadow: inset 0 0 30px #333333;
	border-radius: 50%;
}

/* ======= ANIMATE ======== */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {
	opacity: 0;} 100% {
	opacity: 1;} }

@keyframes fadeIn {
	0% {
	opacity: 0;} 100% {
	opacity: 1;} }

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
	
  0% {
	opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

  100% {
	opacity: 1; -webkit-transform: none; transform: none;
}

}

@keyframes fadeInLeft {
	
  0% {
	opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
}

  100% {
	opacity: 1; -webkit-transform: none; transform: none;
}

}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	
  0% {
	opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
}

  100% {
	opacity: 1; -webkit-transform: none; transform: none;
}

}

@keyframes fadeInRight {
	
  0% {
	opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
}

  100% {
	opacity: 1; -webkit-transform: none; transform: none;
}

}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
	
  0% {
	opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
}

  100% {
	opacity: 1; -webkit-transform: none; transform: none;
}

}

@keyframes fadeInDown {
	
  0% {
	opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
}

  100% {
	opacity: 1; -webkit-transform: none; transform: none;
}

}

.fadeInDown {
	
  -webkit-animation-name: fadeInDown;
		  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
	
  0% {
	opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);  }

  50% {
	opacity: 1;
}

}

@keyframes zoomIn {
	
  0% {
	opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);
}

  50% {
	opacity: 1;
}

}

.zoomIn {
	
  -webkit-animation-name: zoomIn;

		  animation-name: zoomIn;
}

/* ======== MISC. CLASSES ======== */
.clearsmall {
	height: 0; line-height: 0; margin: 0; padding: 0; clear: both;
}

.clearfix {
	display: block;
}

.clearfix::after {
	content: " "; display: table; height: 0; clear: both;
}


/* ======================================= MEDIA QUERIES ==================================================== */

/* =============================================== */
/* ================== SMALL DEVICE 01 ============ */
/* =============================================== */
@media screen and (max-width: 320px) {
	.wrapper {
		width: 98%;
		margin: 0 1%;
	}

	header {
		height: auto;
	}

	#logo {width: 90%;}

	#logo h1, #logo h1 a, #logo h1 a:hover {
	font-size: 28px;
		letter-spacing: normal;
		text-align: center;}

	#logo h2 {
		font-size: 0.80em;
		text-align: center;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {
		height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {
		display: block;
		margin: 0;}

	select#selectnav1 {
		color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {width: 100%; height: auto;}

	.nivo-caption {font-size: 18px;}

	/* ============================ */
	.footerBoxa {width: 98%;}

	.footerBoxb {width: 98%;}

	.footerBoxc {width: 98%;}

	/* ============================ */
	.topBox3a, .topBox3b, .topBox3c {
		float: left;
		width: 96%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	blockquote.leftside, blockquote.rightside {
		visibility: hidden;
		display: none;}

	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
		width: 98%;
		margin: 1%;
		padding: 0;}

	.catalog {margin-bottom: 20px;}

}

/* =============================================== */
/* ================== SMALL DEVICE 02 ============ */
/* =============================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
	.wrapper {width: 98%;
		margin: 0 1%;}

	header {height: auto;}

	#logo {width: 80%; max-width: 450px;}

	#logo h1, #logo h1 a, #logo h1 a:hover {
	font-size: 32px;
		letter-spacing: normal;
		text-align: center;}

	#logo h2 {
	font-size: 0.80em;
		text-align: center;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {display: block;
		margin: 0;}

	select#selectnav1 {
	color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {width: 100%; height: auto;}

	.nivo-caption {
	font-size: 20px;}

	/* ============================ */
	.footerBoxa {width: 98%;}

	.footerBoxb {width: 98%;}

	.footerBoxc {width: 98%;}

	/* ============================ */
	blockquote.leftside, blockquote.rightside {
		visibility: hidden;
		display: none;}

	.topBox3a, .topBox3b, .topBox3c {
		float: left;
		width: 96%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%;
		margin: 1%;
		padding: 0;}

	.catalog {
	margin-bottom: 20px;}

}

/* =============================================== */
/* ================== SMALL DEVICE 03 ============ */
/* =============================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
	.wrapper {width: 98%;
		margin: 0 1%;}

	header {height: auto;}

	#logo {width: 80%; max-width: 450px;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {display: block;
		margin: 0;}

	select#selectnav1 {
	color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {height: auto;}

	.nivo-caption {
	font-size: 22px;}

	/* ============================ */
	.footerBoxa {width: 48%;}

	.footerBoxb {width: 48%;}

	.footerBoxc {width: 98%;}

	/* ============================ */
	.topBox3a, .topBox3b, .topBox3c {
		float: left;
		width: 96%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	blockquote.leftside, blockquote.rightside {
		visibility: hidden;
		display: none;}

	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%;
		margin: 1%;
		padding: 0;}

}

/* =============================================== */
/* ================== MID DEVICE 01 ============== */
/* =============================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
	.wrapper {width: 98%;
		margin: 0 1%;}

	header {height: auto;}

	#logo {width: 80%; max-width: 450px;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {display: block;
		margin: 0;}

	select#selectnav1 {
	color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {height: auto;}

	.nivo-caption {
	font-size: 24px;}

	/* ============================ */
	.footerBoxa {width: 48%;}

	.footerBoxb {width: 48%;}

	.footerBoxc {width: 98%;}

	/* ============================ */
	.topBox3a {
		float: left;
		width: 46%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.topBox3b {
		float: left;
		width: 46%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.topBox3c {
		float: left;
		width: 96%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%;
		margin: 1%;
		padding: 0;}

}

/* =============================================== */
/* ================== MID DEVICE 02 ============== */
/* =============================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
	.wrapper {width: 98%;
		margin: 0 1%;}

	#logo {width: 60%; max-width: 450px;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {display: block;
		margin: 0;}

	select#selectnav1 {
	color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {height: auto;}

	.nivo-caption {
	font-size: 26px;}

	/* ============================ */
	.footerBoxa {width: 48%;}

	.footerBoxb {width: 48%;}

	.footerBoxc {width: 98%;}

	/* ============================ */
	.topBox3a {
		float: left;
		width: 46%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.topBox3b {
		float: left;
		width: 46%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.topBox3c {
		float: left;
		width: 96%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.contentBox3a, .contentBox3b, .contentBox3c {width: 98%;
		margin: 1%;
		padding: 0;}

	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%;
		margin: 0 1%;
		padding: 0;}

	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%;
		margin: 1%;
		padding: 0;}

}

/* =============================================== */
/* ================== MID DEVICE 03 ============== */
/* =============================================== */
@media screen and (min-width: 769px) and (max-width: 800px) {
	.wrapper {width: 98%;
		margin: 0 1%;}

	#logo {width: 60%; max-width: 450px;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {display: block;
		margin: 0;}

	select#selectnav1 {
	color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {height: auto;}

	.nivo-caption {
	font-size: 28px;}

	/* ============================ */
	.footerBoxa {width: 48%;}

	.footerBoxb {width: 48%;}

	.footerBoxc {width: 98%;}

	/* ============================ */
	.topBox3a {
		float: left;
		width: 46%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.topBox3b {
		float: left;
		width: 46%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.topBox3c {
		float: left;
		width: 96%;
		padding: 5px 1%;
		margin: 5px 1% 20px 1%;}

	.contentBox3a, .contentBox3b, .contentBox3c {width: 98%;
		margin: 1%;
		padding: 0;}

	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%;
		margin: 0 1%;
		padding: 0;}

	#contentLeft .contentBox2a, #contentLeft .contentBox2b {width: 98%;
		margin: 1%;
		padding: 0;}

}

/* =============================================== */
/* ================== LARGE DEVICE 01 ============ */
/* =============================================== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
	.wrapper {width: 98%;
		margin: 0 1%;}

	#logo {width: 50%; max-width: 450px;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {display: block;
		margin: 0;}

	select#selectnav1 {
	color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {height: auto;}

	/* ============================ */
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%;
		margin: 0 1%;
		padding: 0;}


}

/* =============================================== */
/* ================== LARGE DEVICE 02 ============ */
/* =============================================== */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
	.wrapper {width: 98%;
		margin: 0 1%;}

	#logo {width: 50%; max-width: 450px;}

	/* ============================ */
	.js #nav {display: none;}

	#mainnav {height: 40px;
		padding: 10px 0 2px 0; float: none;
		width: 100%;}

	.js .selectnav {display: block;
		margin: 0;}

	select#selectnav1 {
		color: #fff;
		background: transparent;
		width: 230px;
		margin: 0 auto 0 auto;
		padding: 3px; 
		font-size: 1.0em;
		letter-spacing: 1px; border: none;}

	select#selectnav1 option {
		background-color: #eee;
		color: #000; font-size: 0.90em;
		padding: 3px 10px;}

	/* ============================ */
	#slider {height: auto;}

	/* ============================ */
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%;
		margin: 0 1%;
		padding: 0;}

}


/* =============================================== */
/* ================== Well Don =================== */
/* =============================================== */
.tableHeader {
	background-color: #322fa0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: inherit;
}

.tableHeader2 {
	background-color: #eb1c24;
	color: #ffffff;
	font-weight: bold;
	font-size: inherit;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.errorNormal {
	color: #ff0000;
	font-weight: bold;
}

.formInstruct {
	font-size: 10px;
	font-style: italic;
	vertical-align: top;
}

.formLabelLeft {
	font-weight: bold;
	text-align: left;
	color: #1d4486;
	vertical-align: top;
	white-space: nowrap;
}

.formLabelLeftRequired {
	font-weight: bold;
	text-align: left;
	color: #e8222f;
	vertical-align: top;
	white-space: nowrap;
}

.formLabelRight {
	font-weight: bold;
	text-align: right;
	color: #1d4486;
	vertical-align: top;
	white-space: nowrap;
}

.formLabelRightRequired {
	font-weight: bold;
	text-align: right;
	color: #e8222f;
	vertical-align: top;
	white-space: nowrap;
}

/* 8. ========== BUTTONS ========== */
.btn {
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.btn-main {
	background-color: #f8f8f8;
	background: linear-gradient(#f8f8f8, #d8d8d8);
	border-color: #d8d8d8;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.btn-main:hover {
	background-color: #222;
	background: linear-gradient(#555, #222);
	border-color: #222;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.btn-color {
	background-color: #1d4486;
	background: linear-gradient(#1d4486, #b7cbf0);
	border-color: #b7cbf0;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.btn-color:hover {
	background-color: #222;
	background: linear-gradient(#555, #222);
	border-color: #222;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.btn-cart {
	position: relative;
	background-color: #1d4486;
	background: linear-gradient(#1d4486, #b7cbf0);
	border-color: #b7cbf0;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding-right: 30px;
}

.btn-cart:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f07a";
	top: 5px;
	right: 12px;
}

.btn-cart:hover {
	background-color: #222;
	background: linear-gradient(#555, #222);
	border-color: #222;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

