@charset "UTF-8";
/* CSS Document */


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { 
    /* background-color:#f2dbb9; */
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#5a5a5a;
	background-image:url(images/background-ribbon.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	
	/*
	background-image: linear-gradient(bottom, #FFFFFF 14%, #E6D3AC 66%, #EBCC8D 100%);
background-image: -o-linear-gradient(bottom, #FFFFFF 14%, #E6D3AC 66%, #EBCC8D 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 14%, #E6D3AC 66%, #EBCC8D 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 14%, #E6D3AC 66%, #EBCC8D 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 14%, #E6D3AC 66%, #EBCC8D 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.14, #FFFFFF),
	color-stop(0.66, #E6D3AC),
	color-stop(1, #EBCC8D)
);
*/
		
}

ul {
	margin-top:0;
}

ul li {
	margin-bottom:6px;
}

blockquote {
  background: #f2f2f2;
  border-left: 10px solid #ccc;
  margin: 10px 0 20px 0;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  display:inline-block;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.3em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

h1, h3, h4, h5, h6 {
	color:#012f06;
	margin-top:0;
}

h2 {
	color:#C6A963;
  margin-bottom: 0;
}

h1 {
	font-size:28px;
	margin-top:0;
}

.clear {
	clear:both;
}

.clear_left {
  clear:left;
}

.clear_right {
  clear:right;
}

.float_left {
	float:left;
	margin:7px 1.5em 1.5em 0;
}

.float_right {
	float:right;
	margin:0 0 1.5em 1.5em;
}

#main-page-wrapper { /*background-color:#efefef;*/
	width:100%;
	max-width:990px;
	padding:0 15px 0 15px;
	margin:0 auto;
	text-align:center;
}

#inner-wrapper {
	background-color:#FFF;
	width:100%;
	max-width:960px;
	box-shadow:4px 4px 10px #000000;
	text-align:left;
	margin-bottom:40px;
	border-radius: 0px 0px 5px 5px; 
-moz-border-radius: 0px 0px 5px 5px; 
-webkit-border-radius: 0px 0px 5px 5px;
}

.header {
  background-color:#fff;
	padding:13px;
  height: 157px;
}

.logo {
	display:inline-block;
	margin-right:30px;
}

.logo_wrapper_main {
	float:left;
  margin-bottom:10px;
}
	
.right_header { /*background-color:#6FF;*/
	display:inline-block;
	Padding:10px 20px 0 0;
	font-size:36px;
	font-weight:bold;
	color:#000;
	font-family:Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', sans-serif;
  display: inline-block;
}

.right_header_subhead {
	font-size:14px;
	color:#89311D;
	font-weight:normal;
  display: inline-block;
  margin-top: 7px;
}

.top_nav {
	background-color:#B8909C;
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	padding-left:20px;
	/*background-image:url(graphics/g_clef_07.gif);*/
	background-repeat:no-repeat;
}

.main_content { /*background-color:#C99;*/
	width:100%;
	padding:0 20px 0 20px;
}

/*Grid Styles*/

.four { /*background-color:#3F0;*/  /***** Don't use sub-class of first or last on this class *****/
	width:100%;
	float:left;
	clear:both;
	display:block;
}

.three { /*background-color:#3C0;*/
	width:74.3%;
	float:left;
}

.two { /*background-color:#390;*/
	width:48.8%;
	float:left;
}

.one { /*background-color:#360;*/
	width:23.3%;
	float:left;
}

.first {
	margin-right:16px;
}

.last {
	margin:0px;
	/*clear:right;*/
}

img.pic_1-8 {
	width:12.5%;
	height:auto;
	box-shadow:3px 3px 5px #5a5a5a;
}

img.pic_1-4 {
	width:25%;
	height:auto;
	box-shadow:3px 3px 5px #5a5a5a;
}

img.pic_1-3 {
	width:33%;
	height:auto;
	box-shadow:3px 3px 5px #5a5a5a;
}

img.pic_1-2 {
	width:50%;
	height:auto;
	box-shadow:3px 3px 5px #5a5a5a;
}

img.pic_1-1 {
	width:100%;
	height:auto;
	margin-bottom:20px;
	box-shadow:0px 0px 0px #000000;
-webkit-border-radius: 0px;
}

.vspacer10 {
	height:10px;
	width:100%;
}

.vspacer20 {
	height:20px;
	width:100%;
}


.callout_wrapper {
	border: 1px solid #cacaca; 
	padding: 5px; 
	padding-bottom:2px;
	border-radius: 5px;
	width:100%;
	max-height:100%;
	overflow:hidden;
}

.callout_header_black {
	background-color:#000; 
	text-align:center; 
	color:#fff; 
	padding:5px; 
	border-radius:5px 5px 0 0; 
	clear:both;
	font-weight:bold;
}

.callout_header_green {
	background-color:#013207; 
	text-align:center; 
	color:#fff; 
	padding:5px; 
	border-radius:5px 5px 0 0; 
	clear:both;
	font-weight:bold;
}

.callout_header_red {
	background-color:#712118; 
	text-align:center; 
	color:#fff; 
	padding:5px; 
	border-radius:5px; 
	clear:both;
	font-weight:bold;
}
a.img_hover img {
	border-radius:0 0 5px 5px;
}
a.img_hover {
	text-decoration:none;
}

a.img_hover:hover img {
	opacity:0.8;
}	

.footer {
	background-color:#000;
	color:#fff;
	padding:20px;
	margin:10px 0 0 0;
	border-radius:5px;
	margin-bottom:20px;
	font-size:12px;
}

.footer a {
	text-decoration:none;
	color:#fff;
}

.footer a:hover {
	text-decoration:underline;
}

.footer ul li {
	list-style:none;
	margin-left:-40px;
	line-height:24px;
}

.footer img {
  height: 110px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.testimony {
	font-style:italic;
	color:#aaa;
}

img.adjust {
	display:inline-block;
	border-radius:5px;
	border:1px solid #cacaca;
}

img.area-map {
	display:inline-block;
	margin-left:40px;
}

img.contact-image {
	display:inline-block;
	border:1px solid #cacaca;
	border-radius:5px;
}

.footerphone {
  display: inline-block;
}

@media screen and (min-width: 0px) and (max-width: 928px) {
	
.header { /*background-color:#CCC;*/
	width:100%;
	position:relative;
}
	
.right_header {
	font-size:24px;
  margin-top:22px;
}
.right_header_subhead {
  font-size:13px;
}

img.adjust {
	width:80%;
}

img.area-map {
	width:60%;
	margin-left:60px;
}

img.contact-image {
	width:48%;
}

}

@media screen and (min-width: 0px) and (max-width: 885px) {

.footer img {
  height:90px;
  display: block;
}
}

@media screen and (min-width: 0px) and (max-width: 790px) {

.right_header, .right_header_subhead {
  display: none;
}
	
.logo {
	display:block;
	float:none;
}

.logo_wrapper_main span {
	display:none;
	font-size:20px;
}

.header {
	background-image:none;
}

.right_header {
	width:100%;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:20px;
	line-height:normal;
	top:auto;
	font-size:22px;
}

.right_header_subhead {
	float:right;
	font-size:20px;
	font-weight:bold;
	margin-right:20px;
	margin-top:-105px;
	margin-left:20px;
	max-width:210px;
}

.right_header_image {
	display:inline-block;
}

.one, .two, .three {
	width:48%;
	margin-right:9px;
}

.first {
	margin:none;
}

.footerphone {
  display: block;
}

/* img.pic_1-1, img.pic_1-2, img.pic_1-3, img.pic_1-8 {
	width:25%;
	float:auto;	
} */

h1 {
	font-size:20px;
}
div#mySlider {
	display:none;
}

img.adjust {
	width:60%;
}

img.area-map {
	display:none;
}

}


@media screen and (min-width: 0px) and (max-width: 525px) {
	
.right_header {
	float:right;
	font-size:22px;
	margin-bottom:7px;
}
.right_header_subhead {
	display:none;
}
.one, .two, .three {
	width:100%;
	margin-bottom:10px;
}
.logo_wrapper_main span {
	display:none;
}
.logo {
  width:100%;
}
.header {
	height:75px;
	min-height:75px;
}

img.adjust {
	display:none;
}

img.area-map {
	display:none;
}

img.contact-image {
	display:none;
}

}