@charset "utf-8";
body {
	background-color: #CACCD8;
	background-image: url(../images/back-main.jpg);
	background-attachment: fixed;
}
h1 {
	font-family: 'Coda Caption', sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h3 {
	font-family: 'Coda Caption', sans-serif;
	color: #000000;
}
#wrapper {
	background-color: #FFFFFF;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-image: url(../images/back-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainnav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#441111+0,511515+39,ba3031+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#441111+0,ba3031+39,441111+100 */
background: #441111; /* Old browsers */
	background: -moz-linear-gradient(top,  #441111 0%, #ba3031 39%, #441111 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #441111 0%,#ba3031 39%,#441111 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #441111 0%,#ba3031 39%,#441111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#441111', endColorstr='#441111',GradientType=0 ); /* IE6-9 */
	border: 5px solid #333333;
}
#mainnav a:link, #mainnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#mainnav a:hover {
	text-shadow: 0px 1px 1px #9f7171;
	color: #471414;
}
#header {
	padding-bottom: 15px;
}
#header #left {
	text-align: right;
	padding-top: 50px;
}

#header #middle {
	text-align: center;
}
#header #right {
	text-align: left;
	padding-top: 50px;
}
#header .address {
	font-size: 1.35em;
	font-weight: bold;
	color: #000000;
}


#tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #ba3031;
	text-align: center;
}
#checks {
	color: #333333;
	text-align: center;
	font-size: 1.25em;
	padding-top: 30px;
	font-weight: bold;
}
#checks span {
	color: #ba3031;
}
.phone a:link, .phone a:visited {
	font-family: 'Coda Caption', sans-serif;
	color: #ba3031;
	text-decoration: none;
	font-size: 1.5em;
}
.phone a:hover {
	color: #666666;
}
#content h2, #testimonial h2 {
	color: #ba3031;
	font-family: 'Coda Caption', sans-serif;
}
#intro {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 40px;
	padding-left: 40px;
}
#intro .lead {
	font-size: 2em;
}
#intro p {
	font-size: 1.5em;
}

p {
	font-size: 1.4em;
}

#intro h2 {
	font-size: 2.65em;
}

#myCarousel  img {
	border: 5px solid #333333;
}
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
#leadins {
	padding-bottom: 35px;
}
#leadins h3, #maps h3 {
	color: #ba3031;
	font-family: 'Coda Caption', sans-serif;
	text-transform: uppercase;
}
#leadins div {
	text-align: center;
}
#leadins a.btn {
	color: #FFFFFF;
	background-color: #ba3031;
	text-decoration: none;
}
#leadins a.btn:hover {
	background-color: #666666;
}
#leadins img {
	border: 5px solid #333333;
}
#testimonial {
	padding: 35px 50px 20px;
	background-color: #efefef;
	border: 3px solid #333333;
}
#testimonial p {
	font-size: 1.35em;
	line-height: 175%;
	color: #333333;
}
    .google-maps {
	position: relative;
	padding-bottom: 75%;
    height: 0;
	overflow: hidden;
	border: 3px solid #333333;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
#footer {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}
@media(min-width: 960px) {
	h1 {
		font-family: 'Coda Caption', sans-serif;
		color: #FFFFFF;
		background-image: url(../images/back-headline.png);
		background-repeat: repeat-y;
		background-position: right top;
		background-color: #000000;
		text-transform: uppercase;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;		
	}
}
#content ul li {
	font-weight: bold;
	font-size: 1.4em;
}
#content ul li ul li {
	font-weight: normal;
	list-style-type: none;
	font-size: 1em;
}
