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

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
	background:url(../images/BG.jpg) top repeat-y #d6d6d6;
	border-top: 8px solid #5f091f;
}
a {
	color:#5f091f;
}
a:visited {
	color:#5f091f;
}
a:active {
	color:#5f091f;
}
a:hover {
	color:#980e31;
}

.h1container {
	clear:both;
	background:#5f091f;
	margin:20px 0px;
}
h1 {
	max-width:1080px;
	margin:0 auto;
	text-align:center;
	font-size:2.4em;
	font-weight:bold;
	color:#fff;
	padding:10px 0px;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}


header {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}
.logo {
	width:40%;
	float:left;
	margin:5px 1% 5px 0px;
}
.phonenum {
	width:58%;
	float:left;
	text-align:right;
	font-size:3em;
	font-weight:bold;
	color:#5f091f;
	margin: 10px 0px;
}
	

nav {
	width:57%;
	float:right;
	text-align:right;
}
nav ul {
	display:inline-block;
	padding:0px;
	margin: 0px;
	list-style: none;  
	position:relative;
	background:url(../images/BGnav.jpg) top repeat-x ;
}
nav ul li {
	list-style:none;
	float:left;
	margin: 4px 15px;
	height:25px;
	text-align:center;
	padding:3px 0px;
	background:#fff;
}
li.navcap {
	padding:0px;
	margin:0px;
}
	
nav a, nav a:visited, nav a:active{
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
	text-decoration:none;
	padding: 5px 15px 5px 15px;
	}	
nav a:hover {
	color:#FFF;
	background: #5e081f;
	}	

section {
	width:100%;
}
section.full {
	padding:0px;
	width:100%;
	max-width:none;
}

.content {
	width:100%;
	max-width:1080px;
	margin:0 auto;
	font-size:1.1em;
	line-height:1.6em;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	padding:2%;
	float: left;
}
.col-third {
	width: 33%;
	padding:2%;
	float: left;
}
.col-fourth {
	width: 25%;
	padding: 2%;
	float: left;
}
.col-twothirds {
	width: 66%;
	padding:2%;
	float: left;
}




.pageimg {
	border:3px solid #000;
	border-radius:4px;
	-moz-box-shadow: 3px 3px 4px #aaa;
	-webkit-box-shadow: 3px 3px 4px #aaa;
	box-shadow: 3px 3px 4px #aaa;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}

.google-maps {
	position: relative;
	padding-bottom: 80%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 90% !important;
	height: 90% !important;
}

address {
	font-size:1.2em;
	margin:30px;
	font-style:normal;
	line-height:1.5em;
}

#emailform fieldset {
	width:100%;
	border:none;	
	border-radius: 10px;
	margin:20px auto 0 auto;
	background:#f2f2f2;
}
#emailform legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
#emailform div {
	margin:10px;
	text-align:left;
}
#emailform label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:120px;
}
#emailform #submit {
	text-align:center;
	margin-top:30px;
}
input {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:200px;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:220px;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:auto;
	cursor:pointer;
}

.button{
	background-color: #5e081f;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
}
.button:hover{
	background-color: #000;
	cursor:pointer;
	width:auto;
}
/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 5px;
	margin:0px;
	position: relative;
	overflow: hidden;
	background:url(../images/banner-shadow.png) top no-repeat #ccc;
}
#slider {
	max-width:1080px;
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */

footer {
	font-size:.8em;
	width:100%;
	max-width:1080px;
	margin:20px auto;
}
footer a, footer a:visited, footer a:active {
}
footer a:hover {
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}


@media (max-width: 940px) {
	nav {
		width:100%;
		float:none;
		text-align:center;
		clear:both;
	}
	nav ul {
		display:block;
		height:33px;
		padding:0px;
		margin: 0px;
		list-style: none;  
		position:relative;
		background:url(../images/BGnav.jpg) top repeat-x ;
	}
	nav ul li {
		list-style:none;
		display:inline-block;
		float:none;
		margin: 4px 1%;
		height:25px;
		text-align:center;
		padding:3px 0px;
		background:#fff;
	}
	li.navcap {
		display:none;
	}
}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		padding:2%;
		float: none;
	}
	.col-third {
		width: 100%;
		padding:2%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		padding:2%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		padding:2%;
		float: none;
	}
	.logo {
		width:96%;
		float:none;
		margin:5px auto 5px auto;
		text-align:center;
	}
	.phonenum {
		width:96%;
		float:none;
		text-align:center;
		font-size:3em;
		font-weight:bold;
		color:#5f091f;
		margin: 10px 0px;
	}
	nav ul {
		display:block;
		height:auto;
		padding:0px;
		margin: 0px;
		list-style: none;  
		position:relative;
		background:none ;
	}
	nav ul li {
		list-style:none;
		display:block;
		width:48%;
		float:left;
		margin: 4px 1%;
		height:25px;
		text-align:center;
		padding:3px 0px;
		background:#5f091f;
		border-radius:4px;
	}
	nav a, nav a:visited, nav a:active{
		color:#FFF;
		font-size:14px;
		text-decoration:none;
		padding: 5px 15px 5px 15px;
		}	
	nav a:hover {
		background:none;
		}	
}
