﻿@charset "utf-8";
/* ======== GENERAL RULES ======== */

html {
	height: 101%;
	margin-bottom: 1px;
	}
  
body {
	background: #000 url('../images/back.jpg');
	font: normal 1.0em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	text-align: left;
	padding: 0;
	margin: 10px 0 10px 0;
	}

header, footer, nav, article, section, aside, figure, figcaption {display: block;}  
  
img {border: none;}

hr {
	background-color: #777;
	color: #777;
	height: 1px;
	width: 100%;
	}

ul li a {
	font-weight: bold;
	padding: 0;
	}
 
ul li a:hover {
	text-decoration: underline;
	}

ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 0 0 0 15px;
}
blockquote {
	padding: 5px 50px 5px 50px;
	line-height: 24px;
	font-style: italic;
	background: url('../images/quote.png') no-repeat top left;
	color: #404040;
}
.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 {
	background-color: #ffffff;
	font: 1.9em 'Merriweather', Verdana, Helvetica, sans-serif; 
	margin: 0 0 0 1%; 
	letter-spacing: .08em;
	padding: 1%;
	}

table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: center;
	}

.cellborder {
	border: solid 1px #c0c0c0;	
	padding: 5px;
	}

/* ======== TYPOGRAPHY ======== */

a {color: #276bba;	text-decoration: underline; font-weight: normal;	outline: none;}
a:hover {color: #606060; text-decoration: underline;	font-weight: normal; outline: none;}

h1 {font: 2.3em 'Merriweather', Verdana, Helvetica, sans-serif;  margin: .3em 0 .3em 0; letter-spacing: 1px;}
h2 {font: 2.1em 'Merriweather', Arial, Verdana, Helvetica, sans-serif;  margin: .3em 0; letter-spacing: 1px; text-align: center; border-bottom : 1px solid;}
h3 {font: 1.9em 'Merriweather', Verdana, Helvetica, sans-serif; margin: .2em 0; padding: 0;}
h4 {font: normal 1.6em Verdana, Helvetica, sans-serif;  margin: .3em 0;}
h5 {font: normal 1.35em Verdana, Helvetica, sans-serif; margin: .3em 0;}
h6 {font: normal 1.2em Verdana, Helvetica, sans-serif; 	margin: .3em 0;}

h2.alternate {
	font: 1.7em 'Merriweather', Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff; 
	margin: .3em 0; 
	letter-spacing: 1px; 
	text-align: center; 
	border: 1px solid #fff; 
	border-radius: 10px 10px; 
	box-shadow: 0 0 5px #404040;
}

.dropcap {
	float: left; 
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
	}

p.dropcap {overflow: hidden;}

.bignumber {
	font: 32px 'Merriweather', Arial, Verdana, Helvetica, sans-serif; 
	font-weight:bold;
	display: inline-block;
	color: #ffffff; 
	height: 34px;
	width: 34px;
	line-height: 34px;
	border: 2px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 5px #404040;
	float:left;
	}

.button {
	font-size: 0.90em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}

.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}

/* ======== LAYOUT RULES ======== */
#wrapper {
	width: 975px;
	margin: 20px auto 20px auto;
	background-color: #ffffff;
	border-radius: 15px 15px;
    box-shadow: 0 0 10px #000;
	}

/* ======== HEADER AREA ======== */
header {
	width: 100%; 	
	padding: 10px 0;
	color: #ffffff;
	border-radius: 15px 15px 0 0;
	}

/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	width: 98%;
	height: 35px;
	color: #fff;
	border: 1px solid #fff; 
	border-radius: 10px 10px; 
	box-shadow: 0 0 5px #404040;
	background-color: #276bba;
	text-align: center;
	margin: 0 0 0 1%;
	font-size: 1.00em;
	text-transform: uppercase;
	}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* ======== LOGO/SITE NAME AREA ======== */
#nameplate {
	margin: 0 auto;
	width: 98%;
	text-align: center;
	padding: .5em;
	}

#nameplate h1 {
	font: 3.8em 'Merriweather', Verdana, Helvetica, sans-serif; 
	letter-spacing: 0.02em;
	margin-top: 0;
	}
	
#nameplate p {
	font-size: 18px;
	font-family: 'Merriweather', cursive, Verdana, Helvetica, sans-serif; 
	letter-spacing: 1px;
	margin-left: 20px;
	}

#tagline {
	line-height: 30px;
	text-align: center;
	}
	
#tagline p { 
	font: italic normal 16px 'Merriweather', Verdana, Helvetica, sans-serif; 
	border-top: 1px solid #276bba;  
	border-bottom: 1px solid #276bba; 
	padding: 10px;
}

#address {
	float: right;
	width: 20%;
	margin-right: 10px;
	text-align:right;
	font: 16px 'Merriweather', Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	font-style: italic;
	border-left: 2px solid #323232;
	}
.facebook {float: right; margin: 0 15px 10px 0;}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {float: left; width: 23%; text-align: left; line-height: 1.4em; margin: 0 1%;}
#sidebarRight {float: right; width: 23%; text-align: left; line-height: 1.4em; margin: 0 1%;}

/* ======== CONTENT AREA ======== */
#contentRight {float: right; width: 70%; padding: 0 1%; margin: 0 1%; line-height: 1.5em;}
#contentLeft {float: left; width: 70%; padding: 0 1%; margin: 0 1%; line-height: 1.5em;}
#contentFull {width: 98%; margin: 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: 23%; padding: 0 ; margin: 0 1% 0 1%; 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 1% 0 1%; line-height: 1.4em;}

/* ======== FOOTER ======== */
footer {
	clear: both;
	width: 98%;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 1.5em;
	border-radius: 0 0 15px 15px;
	padding: 30px 1% 5px 1%;
	border-top: 1px solid #1d1d1d;
}

footer p {
	padding: 0;
	margin: 0;
}
  
footer a {
	color: #c0c0c0;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
  
footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer li {
	margin: 0;
	padding: 0;}

footer li a {
	color: #c0c0c0;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}

footer li a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

/* ======== 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}

.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;}

/* ======== IMAGE FORMATTING ======== */
img {border: none; max-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;}
.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;
}
.image-border, .image-googlemap {
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.image-gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.image-curved {
	border-radius: 10px; 
	margin: 4px 2px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}

/* ======== BACK TO TOP FORMATTING ======== */
.scroll-to-top {
    display: none;
    position: fixed; bottom: 0; right: 0;
    z-index: 5;
    width: 65px; height: 65px;
    text-align:center;
	font: 16px Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
}
.scroll-to-top:hover {
    text-decoration: none;
}
.scroll-to-top a {text-decoration: none;}
.scroll-to-top a:hover {text-decoration: none;}



/* ================================ MEDIA QUERIES =============================== */
/* ========================================================== */
/* ====================== SMALL DEVICE 01 ==================== */
/* ========================================================== */
@media screen and (max-width: 320px) {
/* === header block ==== */
#wrapper {width: 96%;}
/* === header block ==== */
header {width: 95%;	}
#nameplate {float:left; width: 95%;}
#nameplate h1 {font-size: 30px; text-align: center;}
#address {display: none;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b {width: 96%; margin: 1%; padding: 1%;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 96%; margin: 1%; padding: 1%;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 94%; margin: 1%; padding: 2%;}
/* === miscellaneous coding ==== */
h2 {font-size:1.5em }
blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
.bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
}
/* ========================================================== */
/* ===================== SMALL DEVICE 02 ==================== */
/* ========================================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
#wrapper {width: 96%;}
/* === header block ==== */
header {width: 95%;}
#nameplate {float: none; width: 80%; margin: 0 auto;}
#nameplate h1 {font-size: 34px;}
#address {display: none;}
/* === miscellaneous coding ==== */
h2 {font-size:1.5em }
.bignumber {font-size: 1.8em; width: 40px; height: 40px; line-height: 40px; }
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b {width: 96%; margin: 1%; padding: 1%;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 96%; margin: 1%; padding: 1%;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 94%; margin: 1%; padding: 2%;}
}
/* ========================================================== */
/* ================== SMALL DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
#wrapper {width: 96%;}
/* === header block ==== */
#nameplate {width: 60%;}
#nameplate h1 {font-size: 36px;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}
/* === miscellaneous coding ==== */
h2 {font-size:1.5em }
.bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px;}
}
/* ========================================================== */
/* ================== MID DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
#wrapper {width: 96%;}
/* === header block ==== */
#nameplate h1 {font-size: 32px;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}

/* === miscellaneous coding ==== */
h2 {font-size:1.5em }
.bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
}

/* ========================================================== */
/* ================== MID DEVICE 02 ================ */
/* ========================================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
#wrapper {width: 96%;}
/* === header block ==== */
#nameplate h1 {font-size: 36px;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}
}

/* ========================================================== */
/* ================== MID DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 769px) and (max-width: 800px) {
#wrapper {width: 96%;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft {width: 98%; margin: 1%; padding: 0;}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}
}
/* ========================================================== */
/* ================== LG DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
#wrapper {width: 96%;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight {width: 28%; margin: 1%; padding: 0;}
#contentRight, #contentLeft {width: 63%; margin: 1%; padding: 0;}
}
/* ========================================================== */
/* ================== LG DEVICE 02 ================= */
/* ========================================================== */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
#wrapper {width: 96%;}
}
