body {
	font-family: 'Helvetica Neue', sans-serif;
	color: #000000;
	font-size: 17px;
	font-weight:normal;
	background: #f5f5f5;
	line-height: 1.2;
}

body, html {margin: 0px 0px 0px 0px;}


a:link {color:#6c0f0d;}
a:visited {color:#6c0f0d;}
a:hover {color:#969592;}
a:active {color:#ff0000;}

.topbanner {
	margin: auto;
	padding-top: 10px;
	width: 95%; max-width: 1400px;
	height:  130px;
}

.logotext{
	display:block;
	font-size: 46px;
	line-height:30px;
	padding-top:20px;
	font-weight: bold;
	color:#6c0f0d;
	text-shadow: 2px 2px #d2c8c4;
}

.contact{
	display:block;
	font-size: 18px;
	padding-top:35px;
	padding-right:20px;
	font-weight: bold;
	color:#6c0f0d;
	text-shadow: 1px 1px #d2c8c4;
}

.phone{
	display:block;
	font-size: 37px;
	padding-top:5px;
	padding-right:20px;
	font-weight: bold;
	color:#6c0f0d;
	text-shadow: 2px 2px #d2c8c4;
}

.subheading{
	display:block;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
	color:#6c0f0d;
	text-shadow: 1px 1px #d2c8c4;
}

.subheading2{
	display:block;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#6c0f0d;
	text-shadow: 1px 1px #d2c8c4;
}

.crossbar {
	height: 36px;
	width: 100%;
	background-color: #c9c7c3;
	margin-bottom: 0px;
}

.crossbar2 {
	height: auto;
	width: 100%;
	background-color: #c9c7c3;
	padding-top:7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	color:#6c0f0d;
	text-shadow: 1px 1px #d2c8c4;
	font-size: 15px;
	font-weight: 600;
}

.headleft {float: left; max-width: 300px; padding-left: 0px;}
.headright {
	float: right;
	padding-right: 5px; 
}

.menucontainer {
	margin: auto;
	width: 100%; max-width: 1400px;
	height:  auto;
}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #c9c7c3;
}

/* Float the list items side by side - change to 16% with resources*/
ul.topnav li {float: left;width:20%;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #6c0f0d;
    font-weight:600;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    width:100%;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #6c0f0d;
 color:#fafafa;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
	border-bottom: 1px solid #6c0f0d;
  }
}

.maincontainer {
	margin: auto;
	width: 95%; max-width: 1400px;
}

.maincontainer2 {
	margin: auto;
	width: 100%; max-width: 1400px;
}


.maincontainer p {
	margin-bottom: 10px !important;
	padding:0px !important;

}

.intimage {
	width: 250px; 
	margin-right: 10px;
	border: solid 1px;
	border-color: #ccc;
	float: left;
}

.intimager {
	width: 200px; 
	margin-left: 10px;
	border: solid 1px;
	border-color: #ccc;
	float: right;
}

.clear {
    clear: both;
}

.maincontainer2 {
	margin: auto;
	width: 100%;
}

.maincontainer2 p {
	margin-bottom: 10px !important;
	padding:0px !important;

}


.services ul {
	margin: 20px !important;
	padding:0px !important;
}

.services li {
	margin: 0px 0 !important;
}

.services ul li{
    list-style-type: none !important;
    line-height: 27px !important;
	padding:0px !important;
list-style-image: url('square.png');
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
      border-radius: 15px;
    background: #c9c7c3;
    padding: 2px; 
  }

.responsive-image{
        width: 100%; 
	display:block; 
	height: auto;
}

.maincols {	
	margin-right: 25px;
}

.maincols p {	
	margin-bottom: 17px !important;
}

.menu_simple ul {
	margin: 0;
	padding: 0px;
	width:100%;
	list-style-type: none;

}



.menu_simple ul li a {
	text-decoration: none;
	color: #6c0f0d;
        font-weight:600;
	padding: 10.5px 11px;
	background-color: #c9c7c3;
	display:block;

	font-size: 17px;
	border-bottom: 1px solid;
	border-color: #f5f1e9;
}


.menu_simple ul li a:visited {color: #6c0f0d;
}


.menu_simple ul li a:hover, .menu_simple ul li .current {
color: #c9c7c3;
 background-color: #6c0f0d;
}


.bold {font-weight:bold;}

.br5 {display: block; margin-bottom:5px;}
.br10 {display: block; margin-bottom:10px;}
.br20 {display: block; margin-bottom:20px;}
.br30 {display: block; margin-bottom:30px;}
.br40 {display: block; margin-bottom:40px;}
.br60 {display: block; margin-bottom:60px;}
.br100 {display: block; margin-bottom:100px;}
.br400 {display: block; margin-bottom:400px;}

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
	padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    width: 100%;
	background-color: #6c0f0d;
    color: white;
	font-size: 18px;
	margin-top:20px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #c9c7c3;
	color: #6c0f0d;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
	max-width: 800px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  MAIN SECTIONS  */
.section2 {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col2 {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.col2:first-child { margin-left: 0; }

/*  GROUPING  */
.group2:before,
.group2:after { content:""; display:table; }
.group2:after { clear:both;}
.group2 { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 30.66%; }

/*  GO FULL WIDTH BELOW 680 PIXELS */
@media only screen and (max-width: 680px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.grid {overflow: hidden;}

[class*='col-'] {
  float: left;
}

.col-1-4 {
  width: 40%;
  margin-bottom: 20px;
	padding-left: 0px;
	padding-right 0px;
	color: #000000f;
}

.col-1-3 {
  width: 60%;
	color: #000000;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

.col-1-2 {
  width: 50%;
	color: #000000;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

.col-1-7 {
	width: 75%;

  	margin-bottom: 0px;
        padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
    background-color: #f5f5f5;
}

.col-1-5 {
  width: 33%;
	color: #000000;
    margin-bottom: -10000px;
    padding-bottom: 10000px;

}

.col-1-6 {
  width: 25%;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
background-color: #c9c7c3;
}

.col-1-8 {
  width: 25%;
    margin-bottom: 0;
    background-color: #c9c7c3;
}

.services-wrap { 
    background-color: #c9c7c3;
}

.returntotop {
	font-size: 12px; 
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
  padding-right: 0px;
  float: left;
}

[class*='col-']:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
    [class*="col-"] {
        width: 100%;
    }
}

}