/*IM 2.00, Site Lite CSS !!!TEMPLATE!!!*/
/*general use CSS, no not modify--------------------------------------------------------------------------------------*/
.font-xxl {font-size:xx-large;}
.font-xl {font-size:x-large;}
.font-l {font-size:large;}
.font-m {font-size:medium;}
.font-s {font-size:small;}
.font-xs {font-size:x-small;}
.font-xxs {font-size:xx-small;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.indent {text-indent:15px;}
.exdent {text-indent:-15px;}
.shift-r {position:relative; left:15px;}
.super {vertical-align:baseline; position:relative; top:-0.4em; font-size:smaller;}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.unbold {font-weight:normal;}
.ital {font-style:italic;}

.border-0 {border-width:0;}
.border-1 {border:1px solid #000000;}

.float-left {float:left;}
.float-right {float:right;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}

.error {color:red; text-decoration:underline;}
.validator, .validator a:link, .validator a:visited {font-size:xx-small; text-align:left; background-color:#fff; color:#000; text-decoration:none;}
.validator a:hover {text-decoration:underline; color:#f00;}

/*site layout CSS--------------------------------------------------------------------------------------*/
/*
* {
padding:0px;
margin:0px;
}
*/

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:20px 0px;
margin:0px;
background-color:#FFFFFF;
text-align:center;
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
background-position:top center;
}

#container {
width:950px; /*page width*/
margin:0px auto; /*centers main divs*/
overflow:hidden;
}

#header {
text-align:center;
padding:0px;
margin:0px;
}

#main-wrapper {
padding:0 20px;
margin:0px;
min-height:350px;
height:auto !important;
height:350px;
}

/*uncomment declarations in next IDs to accomodate sidebar(s), adjust width and margin-left per design*/
#main-content {
padding:0px;
margin:0px;
text-align:left;
/*float:left;
width:700px;
margin-left:150px;
}

#left-sidebar {
float:left;
padding:0px;
margin:0px;
width:150px;
margin-left:-850px;
}

#right-sidebar {
float:left;
padding:0px;
margin:0px;
width:150px;*/
}

#footer {
clear:both;
text-align:center;
padding:0px;
margin:0px;
}

fieldset {
border-width:0px;
}

legend {
display:none;
}

/*contact form CSS------------------------------------------------Need form CSS here for widths, etc.... instead of php file--------------------------------------*/
#con-form {
width:600px; /*contact form width*/
text-align:right;
}

#con-form input, #con-form textarea {
padding:1px;
margin:1px;
}

/*slideshow CSS--------------------------------------------------------------------------------------*/
#slideshow-wrapper {
font-family:Arial, Helvetica, sans-serif;
font-size:smaller;
}

#slideshow {
text-align:center;
white-space:nowrap;
}

#slideshow-prev, #slideshow-next {
display:inline-block;
width:6em;
font-size:smaller;
cursor:pointer;
}

#slideshow-prev {
text-align:right;
margin-right:1em;
}

#slideshow-next {
text-align:left;
margin-left:1em;
}

#slideshow a {
text-decoration:none;
}

#slideshow-image {
border-width:0px;
}

#slideshow-desc {
margin:0px auto;
font-weight:bold;
text-align:center;
}

/*menu links CSS--------------------------------------------------------------------------------------*/
/*Uncomment desired version*/

/*verticle links*/
/*
*/

/*horizontal links*/
div.links-main {
height:24px;
}

div.links-main ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0px;
margin:0px;
}

div.links-main ul li {
float:left;
position:relative;
right:50%;
padding:0px;
margin:0px;
display:block;
list-style:none;
}

div.links-main a:link, div.links-main a:visited {
padding:0px 10px;
display:block;
font-size:16px;
line-height:24px;
font-weight:bold;
color:#ccc;
text-align:center;/*optional*/
width:100px;/*optional*/
}

div.links-main a:hover, div.links-main a:active {
text-decoration:none;
}

div.links-main a:active, div.links-main a:focus {
outline:0;
}

/*--------------------------------------------------------------------------------------*/
div.links-sec {
}

div.links-sec ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0px;
margin:0px;
}

div.links-sec ul li {
float:left;
position:relative;
right:50%;
padding:0px 5px;
margin:0px;
display:block;
list-style:none;
font-size:12px;
line-height:20px;/*accommodates 20px icon*/
}

div.links-sec a:link, div.links-sec a:visited {
color:#000;
}

/*copyright notice CSS--------------------------------------------------------------------------------------*/
#copyright {
clear:both;
font-size:10px;
}

/*custom CSS, add additional CSS declarations here--------------------------------------------------------------------------------------*/
a:link, a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.locations {
    display: flex;
    flex-wrap: wrap;
}

.locations div {
    width: calc(33.333% - 10px);
    height: 100%;
    padding: 0 5px;
}

.locations div img {
    width: 100%;
    height: auto;
}