/* General */
/*////////////////////////////////////////////////////////////////////////////////////////////*/
body {
    background: #fff;
    font: normal 14px 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #201c57;
    line-height: 18px;
    border-top: 2px solid #201c57;
}

a {
    color: #201c57;
    outline: 0;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:active,
a:hover {
    color: #201c57;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #201c57;
    margin-bottom: 10px;
}

h1 {
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}

h2 {
    /* font-weight: bold; */
    font-size: 24px;
    line-height: 30px;
    font-family: georgia;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

hr {
    background-color: #201c57;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}

p {
    padding: 0 0 0.5em;
    /*line-height: 1.6em;*/
}

ul {
    list-style: square;
    margin: 0 0 18px 0;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha
}

ol ol ol {
    list-style: lower-roman
}

ol ol ol ol {
    list-style: lower-alpha
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}

dl {
    margin: 0 0 24px 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: 18px
}

strong {
    font-weight: bold;
    color: #201c57;
}

cite,
em,
i {
    font-style: italic;
    border: none;
}

big {
    font-size: 131.25%
}

ins {
    background: #201c57;
    border: none;
    color: #201c57;
}

del {
    text-decoration: line-through;
    color: #201c57;
}

blockquote {
    font-style: italic;
    padding: 0 1em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

pre {
    background: #f7f7f7;
    color: #201c57;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

ins {
    text-decoration: none
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 10px;
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

p,
ul,
ol,
dd,
pre,
hr {
    margin-bottom: 10px
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}

pre,
kbd,
tt,
var {
    font-size: 15px;
    line-height: 21px;
}

code {
    font-size: 13px
}

strong,
b,
dt,
th {
    color: #201c57
}

/* main_container */
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#wrapper {
    margin: 0 auto;
    position: relative;
    width: 1100px;
    border: 1px solid #B2B2B2;
    border-top: none;
    border-bottom: none;
    margin-top: 1%;
}

/* header*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#search-header {
    float: left;
    margin-top: 15px;
    padding-bottom: 13px;
}

#search-header #search {
    background: #201c57
}

#search-header #search #s {
    background: #201c57;
    font-size: 12px;
    color: #aaa;
}

#header_container {
    margin: 0 auto;
    width: 964px;
}

#header {
    width: 964px;
    margin: 0 auto;
    padding-bottom: 30px;
}

#header2 {
    position: absolute;
    padding-bottom: 5px;
    top: -80px;
    right: 15%;
}

#site-title {
    font-family: Cinzel Decorative, cursive;
    font-weight: 900;
    letter-spacing: 1.3pt;
    color: #201c57;
    font-size: 3.1em;
    line-height: 1em;
}

#header2 span {
    font-size: .7em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5pt;
    color: #201c57;
}

#header2 a:hover {
    color: #ccc
}

#content_container {
    margin: 0 auto;
    width: 964px;
}

#content {
    width: 964px;
    /* float: left; */
    z-index: 1;
    min-height: 550px;
}

#content #left-col {
    width: 964px;
    /* float: left; */
    padding: 10px 10px 0px 10px;
    z-index: 1;
}

#content #right-col {
    width: 307px;
    padding: 3px;
    float: left;
    z-index: 1;
}

/*footer*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 10px;
    width: 1100px;
    min-width: 1100px;
    background: #334759;
}

#footer-container {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    font-size: 11px;
}

#footer-info {
    color: #201c57;

    text-align: left;
    /* width: 250px; */

}

#footer-info table {
    color: white;
    font-family: georgia;
    width: 100%;
}

#footer-info table tr td {
    padding-left: 10px;
}

#copyright {
    margin-bottom: 50px
}

#footer-info a {
    text-decoration: none;
    color: #201c57;
}

#footer-info a:hover {
    color: #201c57
}

#footer-widget {
    padding: 8px 30px 8px 0px;
    width: 703px;
    float: left;
    color: #201c57;
    line-height: 13px;
}

#footer-widget #search {
    width: 120px;
    height: 28px;
    background: #201c57;
    margin-left: 0px;
    position: relative;
}

#footer-widget #search #s {
    width: 110px;
    height: 24px;
    border: 0px;
    margin-left: 7px;
    margin-right: 10px;
    margin-top: 3px;
    color: #201c57;
    display: inline;
    background: #201c57;
    float: left;
}

#footer-widget #calendar_wrap {
    padding: 8px 0px
}

#footer-widget #wp-calendar td {
    padding: 2px
}

#footer-widget .textwidget {
    padding: 5px 0px
}

#footer-widget .widget_tag_cloud a {
    text-decoration: none;
    margin: 5px;
    line-height: 24px;
    margin-left: 0px;
    color: #201c57;
}

#footer-widget .widget_tag_cloud a:hover {
    color: #201c57
}

#footer-widget .widget-container ul li a {
    color: #201c57
}

#footer-widget .widget-container ul li a:hover {
    color: #201c57
}

#footer-widget .widget-container h3 {
    color: #201c57;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 15px;
    padding-bottom: 2px;
}

#footer-widget .widget-container ul li {
    border-bottom: 1px solid #222;
    padding: 7px 0px;
    margin-left: 0px;
    background: none;
}

#footer-bar1 {
    width: 160px;
    float: left;
    padding-right: 20px;
}

#footer-bar2 {
    width: 160px;
    float: left;
    padding-right: 20px;
}

#footer-bar3 {
    width: 160px;
    float: left;
    padding-right: 20px;
}

#footer-bar4 {
    width: 160px;
    float: left;
}

span#follow-box {
    position: absolute;
    right: 100px;
}

span#follow-box img {
    margin: 0 2px
}

/*logo*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#logo {
    float: left;
    margin: 25px 30px 0px 0px;
}

#logo2 {
    float: left;
    margin: 35px 30px 0px 0px;
}

#logo img {
    border: none
}

#logo2 a {
    font-family: 'Cinzel Decorative', cursive;
    text-decoration: none;
    color: #201c57;
    font-size: 30px;
    letter-spacing: -1pt;
    font-weight: 900;
}

/*search*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#search {
    width: 180px;
    height: 28px;
    background: #201c57;
    margin-left: 10px;
    position: relative;
}

#search #searchsubmit {
    background: url(/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/go-btn.png) no-repeat top right;
    width: 28px;
    height: 28px;
    border: 0px;
    position: absolute;
    right: -35px;
}

#search #s {
    width: 170px;
    height: 24px;
    border: 0px;
    margin-left: 7px;
    margin-right: 10px;
    margin-top: 3px;
    color: #fff;
    display: inline;
    background: #201c57;
    float: left;
}

/*menu bar*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#menubar {
    float: right;
    z-index: 99;
    margin: 24px 20px 0px 0px;
    position: relative;
    right: 15%;
}

/*homepage boxes*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#box_container {
    margin: 0 auto;
    width: 964px;
    padding-top: 15px;
}

.boxes {
    min-height: 100px;
    padding: 0px;
    margin-bottom: 10px;
}

.box-head {
    float: left;
    padding-bottom: 20px;
}

.box-head img {
    width: 100%;
    opacity: 1;
}

.box-head img:hover {
    width: 100%;
    opacity: .8;
}

.title-head {
    padding-top: 2px
}

.title-box {
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 700;
    font-size: 20px;
    color: #201c57;
    line-height: 15px;
    padding-bottom: 10px;
}

.box-content {
    float: left;
    padding-top: 10px;
    font-family: 'Roboto';
    font-weight: 400;
}

/* welcome box */
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.feature-box {
    display: block;
    padding: 30px;
}

.welcome_container .one_third {
    width: 19.66% !important;
    text-transform: uppercase;
}

.welcome_container .two_third {
    width: 100% !important
}

a.button {
    color: #201c57;
    background: #201c57;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    margin: 5px 0px 20px 0px;
    line-height: 21px;
}

a.button:hover {
    background: #201c57
}

.welcome_container {
    position: relative;
    width: 964px;
    margin: 0 auto;
    padding: 0;
}

.welcome-box h1 {
    color: #201c57;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

#welcome-box a {
    background: red;
    color: #201c57;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* POST */
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.post {
    /* width: 620px; */
    /*float: left; */
    padding: 0px;
    margin-bottom: 25px;
    overflow: visible;
    text-align: justify;
}

.post ol {
    margin-left: 20px
}

.post ul {
    margin-left: 15px
}

.post-entry ul {
    margin: 0 0 10px 10px
}

.post-entry ul li {
    display: list-item;
    list-style-position: inside;
    list-style-type: disc;
    margin: 5px 0;
    padding: 0 0 0 17px;
}

.post-entry ol {
    list-style: decimal;
    margin: 0 0 18px 1.6em;
}

.post-entry ol li {
    list-style: decimal
}

.post-entry {
    width: 984px;
    float: left;
    overflow: hidden;
}

.post-entry p {
    font-family: georgia;
    font-size: 17px;
    line-height: 120%;
}

.post-entry strong {
    font-family: georgia, arial;
}

.post-entry a {
    font-family: 'roboto', georgia, arial;
    color: #2367A2;
}

.post-head {
    margin-bottom: 5px
}

.post-head h1 a,
.post-head h1 {
    text-decoration: none;
    color: #201c57;
    margin: 0px;
    font-size: 20px;
    font-family: georgia;
}

.post-head h1 a:hover {
    color: #201c57
}

.post-head-notfound h1,
.post-head-404 h1,
.post-head-archive h1,
.post-head-search h1 {
    margin-bottom: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #201c57;
    font-size: 30px;

}

.post-thumb img {
    border: 0px solid #ebebeb
}

.post-entry img {
    margin-bottom: 10px;
    height: auto;
    max-width: 550px !important;
    padding: 0px 5px;
    float: left;
    padding-right: 1%;
}

.meta-data {
    line-height: 16px;
    padding: 6px 3px;
    margin-bottom: 5px;
    font-size: 11px;
    float: left;
    border-bottom: 1px solid #222;
    width: 600px;
    display: none;
}

.meta-data a {
    color: #201c57
}

.meta-data a:hover {
    color: #201c57
}

.read-more {
    color: #fff;
    background: #201c57;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 20px;
    line-height: 21px;
}

.read-more a {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
}

.read-more:hover {
    background: #201c57
}

.clear {
    clear: both
}

.sticky {
    border-bottom: 1px solid #e7e7e7
}

/* content */
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

#content tr th,
#content thead th {
    color: #201c57;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 10px;
}

#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 10px;
}

#content tr.odd td {
    background: #f2f7fc
}

/* sidebar*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#sidebar {
    float: left;
    width: 290px;
    padding: 5px 5px 20px 15px;
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/sidebar-bg.png") repeat-y top left;
}

.sidebar_top {
    float: left;
    width: 290px;
    height: 41px;
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/sidebar-top.png") repeat-y top left;
}

.sidebar_bottom {
    float: left;
    width: 290px;
    height: 41px;
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/sidebar-bottom.png") repeat-y top left;
}

#sidebar_left {
    float: left;
    width: 290px;
    padding: 5px 20px 20px 0px;
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/sidebar-bg.png") repeat-y top right;
}

.sidebar_top_left {
    float: left;
    width: 310px;
    height: 41px;
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/sidebar-top.png") repeat-y top right;
}

.sidebar_bottom_left {
    float: left;
    width: 310px;
    height: 41px;
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/sidebar-bottom.png") repeat-y top right;
}

#sidebar ul {
    list-style: none
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both
}

#comments .navigation {
    padding: 0 0 18px 0
}

h3#comments-title,
h3#reply-title {
    color: #201c57;
    font-size: 20px;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
    font-weight: normal;
    font-size: 16px;
}

.commentlist {
    list-style: none;
    margin: 0;
    border-left: 1px solid #201c57;
}

.commentlist li.comment {
    border-bottom: 1px solid #201c57;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 30px;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px
}

#comments .comment-body p:last-child {
    margin-bottom: 6px
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px
}

#comments .comment-body ul {
    margin: 0 0 10px 10px
}

#comments .comment-body ul li {
    display: block;
    margin: 5px 0;
    padding: 0 0 0 17px;
    background: url(/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/bullet.png) no-repeat 0 5px;
}

#comments .comment-body ol {
    margin: 5px 0 15px 20px
}

#comments .comment-body ol li {
    margin: 5px 0;
    list-style: decimal;
    padding: 0 0 0 5px;
}

.commentlist ol {
    list-style: decimal
}

.commentlist .avatar {
    padding: 4px;
    border: 1px solid #201c57;
    float: left;
    margin-right: 8px;
}

.comment-author .fn a {
    text-decoration: none
}

.comment-author cite {
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    color: #201c57;
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #201c57
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}

.reply a {
    background: #201c57;
    text-decoration: none;
    width: 53px;
    height: 23px;
    display: block;
    text-align: center;
    color: #fff;
}

.reply a:hover {
    background-color: #201c57
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword,
.nocomments {
    display: none
}

#comments .pingback {
    border-bottom: 1px solid #222;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px
}

#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}

/* Comments form */
input[type=submit] {
    color: #201c57;
    cursor: pointer;
    display: block;
    background-color: #ebebeb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#respond {
    border-top: 1px solid #201c57;
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0
}

#respond .comment-notes {
    margin-bottom: 1em
}

.form-allowed-tags {
    line-height: 1em
}

.children #respond {
    margin: 0 48px 0 0
}

h3#reply-title {
    margin: 18px 0;
    font-family: 'Cinzel Decorative';
    font-weight: 700;
}

#comments-list #respond {
    margin: 0 0 18px 0
}

#comments-list ul #respond {
    margin: 0
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

#respond .required {
    color: #ff4b33;
    font-weight: bold;
}

#respond label {
    color: #201c57;
    font-size: 12px;
}

#respond input {
    margin: 0 0 9px;
    width: 95%;
    border: 1px solid #201c57;
    background: #201c57;
    padding: 5px;
    color: #fff;
}

#respond textarea {
    width: 95%;
    border: 1px solid #201c57;
    background: #201c57;
    color: #fff;
    padding: 5px;
}

#respond .form-allowed-tags {
    color: #201c57;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px
}

#respond .form-submit {
    margin: 12px 0
}

#respond .form-submit input {
    font-size: 14px;
    width: auto;
}

/*contact form*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.contactform label {
    float: left;
    width: 100px;
    font-size: 12px;
    padding-top: 4px;
    margin-right: 10px;
    color: #201c57;
    display: block;
}

.contactform input {
    padding: 5px;
    width: 350px;
    border: 1px solid #201c57;
    color: #201c57;
}

.contactform textarea {
    color: #201c57;
    height: 100px;
    width: 350px;
    padding: 5px;
    border: 1px solid #201c57;
}

.contactform p {
    margin-bottom: 10px
}

.contactform .submit input {
    width: auto;
    padding: 5px 18px;
    background: #201c57;
    border: 0;
    font-size: 14px;
    color: #777;
    float: right;
    margin-right: 145px;
}

.contactform .submit input:hover {
    background-color: #201c57;
    cursor: pointer;
}

.needsfilled {
    background: #201c57;
    color: white;
}

#sidebar-contact {
    padding-left: 10px
}

/*gallery-wp*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#gallery-wp a {
    text-decoration: none;
    font-size: 18px;
}

.gallery-caption {
    margin: 0 0 5px
}

/*--navigation--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.navigation {
    margin: 0 auto;
    width: 700px;


}

.navigation .alignleft a {
    float: left
}

.navigation .alignright a {
    float: right
}

#nav-single {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--slider--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#home-container {
    margin: 0 auto;
    width: 964px;
    padding: 30px 0px 25px 0px;
}

#slideshow {
    margin: 0 auto;
    width: 963px;
}

#slideshow div {
    width: 963px;
    height: 350px;
    margin: 0;
    position: relative;
}

#slider img {
    width: 100%
}

.information {
    background: #201c57;
    width: 300px;
    height: 175px;
    position: absolute;
    right: 25px;
    bottom: 55px;
    padding: 10px;
    opacity: 0.8;
    /* Overridden by captionOpacity setting */
}

.info-title {
    color: #201c57;
    font-size: 23px;
    line-height: 27px;
}

#slider p {
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 4px;
    padding-left: 2px;
    line-height: 18px;
    font-size: 11px;
}

.read-more-slide {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    background: #201c57;
    padding: 5px;
}

.read-more-slide a {
    color: #fff
}

.read-more-slide:hover {
    background: #201c57
}

/*--wp-pagenavi--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.wp-pagenavi {
    color: #201c57;
    margin-top: 30px;
}

.wp-pagenavi a {
    margin-left: 3px;
    padding: 3px 7px;
    text-decoration: none;
}

.wp-pagenavi a.page {
    padding: 2px 5px;
    margin: 2px;
    text-decoration: none;
    background: #201c57;
}

.wp-pagenavi span.current {
    padding: 2px 5px;
    margin: 2px;
    font-weight: bold;
    background: #201c57;
    color: #201c57;
}

.wp-pagenavi span.extend {
    padding: 2px 5px;
    margin: 2px;
    background: #201c57;
    text-decoration: none;
}

.wp-pagenavi span.pages {
    padding: 2px 5px;
    margin: 2px;
    background: #201c57;
}

/*--sub head and breadcrumbs--*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#subhead_container {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 964px;
}

#subhead_wrapper {
    margin: 0 auto;
    width: 963px;
}

#subhead {
    float: left;
    width: 650px;
}

#subhead h1 {
    color: #201c57;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 30px;
    font-family: georgia;
    font-weight: normal;
}

#breadcrumbs {
    padding-left: 25px;
    margin-bottom: 15px;
    color: #201c57;
    margin: 0 auto;
    width: 964px;
    font-size: 10px;
}

#breadcrumbs a {
    text-decoration: none;
    color: #201c57;
}

/*--column-formatting*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
.one_half {
    width: 48%
}

.one_third {
    width: 30.66%
}

.two_third {
    width: 65.33%
}

.one_fourth {
    width: 22%
}

.three_fourth {
    width: 74%
}

.one_fifth {
    width: 16.8%
}

.two_fifth {
    width: 37.6%
}

.three_fifth {
    width: 58.4%
}

.four_fifth {
    width: 67.2%
}

.one_sixth {
    width: 13.33%
}

.five_sixth {
    width: 82.67%
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/*--widget-formatting*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*general*/
.widget-container {
    margin-bottom: 45px
}

.widget-container ul li a {
    text-decoration: none;
    color: #201c57;
}

.widget-container ul li a:hover {
    text-decoration: none;
    color: #201c57;
}

.widget-container h3 {
    font-family: 'Cinzel Decorative', cursive;
    color: #201c57;
    padding: 0px 5px 8px 10px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    font-size: 21px;
    font-weight: 400;
}

.widget-container ul li {
    border-bottom: 1px solid #222;
    padding: 7px 0px 7px 16px;
    margin-left: 12px;
    margin-right: 15px;
}

.widget-container ul li {
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/bullet.png") no-repeat 0px 12px
}

.widget-container ul li ul li {
    margin-left: 12px
}

/*widgets*/
.textwidget {
    padding: 5px 11px
}

#calendar_wrap {
    text-align: left;
    padding: 8px 15px;
    margin: 0;
}

#wp-calendar {
    text-align: left;
    margin-top: 5px;
    width: 100%;
}

#footer-widget #wp-calendar a:hover {
    color: white
}

#wp-calendar caption {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: .4em;
}

#wp-calendar td {
    padding: 10px
}

#wp-calendar #today {
    font-weight: bold;
    color: #201c57;
}

#wp-calendar th {
    color: #201c57
}

.widget_tag_cloud a {
    text-decoration: none;
    margin: 5px;
    line-height: 24px;
}

/*Alignments */
/*////////////////////////////////////////////////////////////////////////////////////////////*/
#left-col img {
    max-width: 620px
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 22px;
    margin-top: 9px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 22px;
    margin-top: 8px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
.alignright,
.aligncenter,
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px
}

.wp-caption {
    border: none;
    background: #f1f1f1;
    color: #201c57;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 15px;
    padding: 4px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    max-width: 96%;
}

.wp-caption img {
    border: 0 none;
    margin: 0px;
    height: auto;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0 4px 5px;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-smiley {
    margin: 0
}

.b-widget h2 {
    font-family: 'Cinzel Decorative', cursive, serif;
    font-size: 18px;
}

.b-widget {
    display: inline-block;
    float: left;
}

.b-widget p {
    text-align: justify;
    width: 290px;
    padding-top: 5px;
}

.b-widget:not(:first-child) {
    margin-left: 4.8%
}

.b-widget img {
    text-align: center;
    height: 260px;
    width: 290px;
}

.b-widget h2 {
    text-align: center
}

/*HorizontalStack*/
.children {
    display: none
}

a:not(.current_page_item) .children {
    display: none
}

a:not(.current_page_item) .children li {
    display: none
}

.page_item:hover>.children {
    display: block;
    position: absolute;
    background-color: #9D3C3A;
    left: 24.7%;
    width: 988px;
    padding: 5px 0;
}

.page_item:hover>.children li {
    display: inline-block;
    float: left;
}

.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {
    display: inline-block
}

#staticchild {
    border-top: 0;
    border-bottom: 0;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#staticchild li {
    border-right: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
}

#staticchild li a {
    color: #ccc
}

#level0 li ul li {
    /*    clear: both;;
    float: none;
    display: block;
    color: green;*/
}

#staticchild ul ul {
    display: none
}

#staticchild ul li:hover ul {
    display: block
}

#staticchild li:last-of-type {
    border: 0px
}

#staticchild li a:hover {
    color: #fff
}

#menubar .current_page_item {
    border-radius: 5px 5px 0px 0px;
    background: #201c57;
}

#right-col {
    display: none
}

.current_page_item a {
    color: #ccc !important
}

.page_item:hover ul {
    display: block;
    visibility: visible;
}

/*li.page-item-74.current_page_item { background-color: #9c0b08 }
li.page-item-76.current_page_item { background-color: #9D3C3A }
li.page-item-78.current_page_item { background-color: #C71612 }
li.page-item-74.current_page_item:hover { background-color: #9c0b08 }
li.page-item-76.current_page_item:hover { background-color: #9D3C3A }
li.page-item-78.current_page_item:hover { background-color: #C71612 }
li.page-item-1004.current_page_item { background-color: #E81611 }
li.page-item-1005.current_page_item { background-color: #7F2626 }
*/
/* Home Slideshow */
#home-container {
    position: relative
}

#sliderseal img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    height: 125px;
    width: 125px;
}

/* Sides of Images on Site */
.sidewords {
    position: absolute;
    top: 15px;
    left: 650px;
    width: 330px;
}

.sidetext {
    position: absolute;
    top: 15px;
    left: 560px;
    width: 370px;
}



#content {
    position: relative
}

#menubar li {
    font-weight: bold
}

#menubar {
    z-index: 5
}

.children {
    z-index: 5
}

.mainnavimg img {
    float: right;
    padding: 0px 20px 10px 20px;
    width: 530px;
}

.mainwordwidth {
    width: 450px
}

.thingstodoimg img {
    width: 450px;
    float: left;
}

.boardsandcomtable {

    left: 550px;
    top: 10px;
    width: 350px;
}

#menu-primary li {
    font-size: 13.4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#menu-primary li:hover {
    background: #201c57;
}

#menu-primary li:hover>a {
    color: #ccc
}

/* NEW CSS */
.byland {
    float: left
}

.bysea {
    float: right
}

#menu-primary ul.sub-menu {
    width: 900px;
}

#menu-primary ul.sub-menu li:hover,
#menu-primary ul.sub-menu a:hover {
    z-index: 99999;
}

#menu-primary .sub-menu li {
    position: relative;
    float: left;
    width: auto;
}

#menu-primary .sub-menu li a {
    background: #9D3C3A;
}

#menu-primary .sub-menu li a:hover {
    background-color: #F7F7E8;
    color: #201c57;
}

#menu-primary .sub-menu li a {
    color: #ccc;
}

.thingstodo {
    /*float: right;
left: 650px;
width: 330px; */
    font-family: georgia;
}

.thingstodo ol {
    float: right;
}

#staticchild {
    background: #201c57;
    width: 963px;
}

#menu-primary .sub-menu .sub-menu {
    position: absolute;
    top: 40px;
    left: -270px;
}


.post-entry ul li.external,
.post-entry ul li.internal {
    list-style-type: none !important;
}

.post-entry ul.external li,
.post-entry ul.internal li {
    list-style-type: none !important;
}

.post-entry ul li.external:before,
.post-entry ul.external li:before {
    content: url(/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/bullet.png);
    margin-right: 5px;
}

.post-entry ul li.internal:before,
.post-entry ul.internal li:before {
    content: url(/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/bullet2.png);
    margin-right: 5px;
}

.post-entry a.internal:before {
    content: url(/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/bullet2.png);
    margin-right: 5px;
}

.post-entry a.external:before {
    content: url(/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/images/bullet.png);
    margin-right: 5px;
}

.post-entry ul li.bullet {
    list-style-type: disc !important;
}

.post-entry ul li.bullet:before {
    content: "";
    margin-right: 0;
}

.fancy {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 1.3em;
    font-weight: bold;
}

.clear {
    clear: both;
    float: none;
}

body.custom-background {
    background-color: #FFF;
}

#headerimage {
    margin: auto;
    width: 1100px;
}

#headerimage img {
    position: absolute;
    top: 0;
    height: 100px;
    width: 1100px;
    min-width: 1100px;
    /* box-shadow: 1px 1px 4px black; */
}

#stmichaelsign {
    position: absolute;
    width: 300px;
}

/*#stmichaelsign img { position: relative; left: 160%;} */
.slidebanner {
    margin: auto;
    width: 1100px;
    max-width: 1100px;
    position: relative;
    box-shadow: 0px 0px 4px black;
}

.slidebanner img {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    /* -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(86%, transparent), to(white)); */
    box-shadow: 0px 0px 10px black;
}

/* MORE CHANGES */

div#menubar ul li a {
    color: rgb(0, 0, 169);
    font-size: 20px;
    font-family: Garamond;
    font-weight: bold;
}

.headerpos {
    min-width: 1100px;
}

/* HOME PAGE */
.leftcolumn {
    float: left;
    padding-right: 4%;
    border-right: 1px solid black;
    width: 300px;
}

ul.poplinks {
    line-height: 1.5;
}

ul.poplinks li {
    font-family: georgia;
    font-size: 17px;
}

ul.poplinks img {
    width: 8px;
}

.rightcolumn {
    margin-left: 40%;
}

.rightcolumn p {
    font-family: georgia;
    font-size: 18px;
}

/* EVENTS TABLE */
td.hc_rse_title p {
    font-weight: bold;
    margin-right: 10px;
}

table.hc_rse_events_table tr {
    border-bottom: 1px solid black;
}

td.hc_rse_date {
    padding-right: 10px;
}


/* NEW NAVIGATION */

#navandsign {
    width: 1000px;
    margin: auto;
}

.meganav {
    position: relative;
}

#menu {
    list-style: none;
    width: 772px;
    min-width: 772px;
    padding-left: 12%;
    /* margin:30px auto 0px auto; */
    height: 43px;
    /* padding:0px 20px 0px 20px; */
    position: absolute;
    margin: auto;
    top: 10px;
    z-index: 50;
}

#menu li {
    float: left;
    text-align: center;
    position: relative;
    padding: 4px 10px 4px 10px;
    margin-right: 30px;
    margin-top: 7px;
    border: none;
}

#menu li:hover {
    /* border: 1px solid #777777;
    padding: 4px 9px 4px 9px;
     
    /* Background color and gradients */
    /* 
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
     
    /* Rounded corners */
    /* 
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; */
}

#menu li a {
    font-family: georgia;
    font-size: 20px;
    color: #201c57;
    display: block;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
    font-weight: normal;

}

#menu li:hover a {
    color: #201c57;

}

#menu li .drop {
    padding-right: 21px;
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/img/drop.png") no-repeat right 8px;
}

#menu li:hover .drop {
    background: url("/web/20170416212234im_/http://townofstmichaels.com/wp-content/themes/tosm/img/drop.png") no-repeat right 7px;
}

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #777777;
    border-top: none;

    /* Gradient background */
    background: #F4F4F4;

    /* Rounded Corners */
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {
    width: 140px;
}

.dropdown_2columns {
    width: 280px;
}

.dropdown_3columns {
    width: 180px;
}

.dropdown_4columns {
    width: 650px;
}

.dropdown_5columns {
    width: 700px;
}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
    left: -1px;
    top: auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.col_1 {
    width: 150px;
}

.col_2 {
    width: 270px;
}

.col_3 {
    width: 410px;
}

.col_4 {
    width: 550px;
}

.col_5 {
    width: 690px;
}


/* Sub Navigation */
.subnavigation_live {
    position: absolute;
    top: -45px;
    right: -16%;
    z-index: 15;
    width: 90%;
}

.subnavigation_live b {
    color: white;
    font-family: georgia;
}

.subnavigation_live ul ul {
    display: none;
}

.subnavigation_live ul li:hover>ul {
    display: block;

}

.subnavigation_live ul {

    color: white;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    list-style: none;
    position: relative;
    box-shadow: 1px 1px 2px black;
}

.subnavigation_live ul li {
    float: left;
    padding-right: 12%;
    font-size: 16px;
}

.subnavigation_live ul li ul {
    border: 1px solid #777777;
    border-top: none;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.subnavigation_live ul li:hover {}

.subnavigation_live ul li:hover a {
    /* color: #fff; */
}

.subnavigation_live ul li a {
    font-family: georgia, serif;
    font-size: 20px;
    display: block;
    /*padding: 14px 40px; */
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.subnavigation_live ul ul {
    position: absolute;
}

.subnavigation_live ul ul li {
    float: none;

    position: relative;
}

.subnavigation_live ul ul li a {
    /* padding: 14px 40px; */
    color: black;
    font-size: 14px;
    font-weight: 100;
}

.subnavigation_live ul ul li a:hover {

    /* background: #AC2828; */
}

.subnavigation_live ul li ul li {
    background: #F4F4F4;
    padding: 2%;
    width: 200px;
    color: #201c57;
    font-family: georgia;
}

.subnavigation_live ul li a {
    font-weight: 100;
}

/* End Sub Navi */

/* Right alignment */

#menu .menu_right {
    float: right;
    margin-right: 0px;
}

#menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;

}

/* Drop Down Content Stylings */

#menu p,
#menu h2,
#menu h3,
#menu ul li {
    font-family: georgia, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 14px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#menu h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

#menu h3 {
    font-size: 14px;
    margin: 7px 0 14px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #888888;
}

#menu p {
    line-height: 18px;
    margin: 0 0 10px 0;
}

#menu li:hover div a {
    font-size: 12px;
    color: #201c57;
}

#menu li:hover div a:hover {
    color: #201c57;
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.imgshadow {
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.img_left {
    /* Image sticks to the left */
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}


#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

#menu li ul li {
    font-size: 12px;
    line-height: 24px;
    position: relative;
    text-shadow: 1px 1px 1px #ffffff;
    padding: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 150px;
}


/** Second Header **/

.header-2-image {
    margin: auto;
    width: 1100px;
    min-width: 1100px;
    height: 300px;

}

#otherpageimage {
    margin: auto;
    width: 1100px;
    min-width: 1100px;
    height: 300px;
    /* box-shadow: 0px 0px 10px black; */
}

.header-2-image img {
    margin: auto;
    width: 1100px;
    min-width: 1100px;
    height: 300px;

}

#otherpageimage img {
    margin: auto;
    width: 1100px;
    min-width: 1100px;
    height: 300px;
    /* box-shadow: 0px 0px 10px black; */
}

/**** FRONTPAGE Table ****/

table.frontpagetable tr td {}

table.frontpagetable tr td.left_column {
    width: 275px;
    padding-right: 5%;
    border-right: 1px solid black;
    vertical-align: top;
}

table.frontpagetable tr td.left_column h2 {
    border-left: 3px solid #960707;
    padding-left: 10px;

}

table.frontpagetable tr td.right_column {
    padding-left: 3%;
    width: 250px;
    padding-right: 3%;
}

table.frontpagetable tr td.right_column h2 a {
    font-size: 24px;
}

table.frontpagetable tr td.right_column b {
    font-family: georgia;
    padding-left: 35px;
    line-height: 2;
}

table.frontpagetable tr td.end_column b {
    font-family: georgia;
    /* padding-left:20px; */
    line-height: 2;
    width: 250px;
}

table.frontpagetable tr td.end_column h2 a {
    font-size: 24px;
}

/** Event stuff **/
#tribe-events-bar {
    display: none;
}

.tribe-events-ical tribe-events-button {
    display: none;
}

#posts-col {
    width: 964px;
    float: left;
    padding: 10px 10px 0px 10px;
    z-index: 1;
}

#posts-col img {
    float: left;
}

/** Extra  **/
.levelingproj table {
    border: 0px solid black;
}

.frontpagelists a {
    font-family: georgia;
    line-height: 130%;
}

td.iconmanage img {
    -webkit-box-reflect: below -2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white));
    -webkit-border-radius: 3px;
    padding-right: 2px;
}

/*********************************** Tables *****************************************/

/* Comissioner Table */
table#commishtable tr td {
    width: 200px;
    text-align: center;
    border: 0px;
}

table#commishtable tr td img {
    width: 159px;
    margin: 0 auto;
}

table#commishtable {
    border: 0px solid black;
}

/* Church Table */
table#churchtable tr td {
    border: 0px;
}

table#churchtable {
    border: 0px;
}

table#churchtable tr td a {
    font-size: 17px;
}

table tr td a {
    font-size: 17px;
}

table#organizationtable {
    border: 0px solid black;
}

table#organizationtable tr td {
    border: 0px solid black;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}


.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/web/20170416212503im_/http://townofstmichaels.com/wp-content/plugins/website-contact-form-with-file-upload/js/ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

#gadwp {
    font-family: 'Open Sans', sans-serif;
}

#gadwp-searches td {
    line-height: 1.5em;
    padding: 2px;
    font-size: 1em;
}

#gadwp-searches {
    line-height: 10px;
    margin-top: 15px;
}

#gadwp-visits {
    height: 200px;
    margin-top: 15px;
}

#gadwp-content {
    width: 100%;
}

#gadwp-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 2px;
}

#gadwp-widget {
    padding: 0 5px;
}

#gadwp-widgetchart {
    width: 100%;
}

#gadwp-widgettotals {
    margin: 0 0 10px 0;
    width: 100%;
    display: table;
    clear: both;
}

#gadwp-widgettotals .gadwp-left {
    padding: 10px 0 0 0;
    width: 45%;
    float: left;
    font-weight: 600;
}

#gadwp-progressbar {
    width: 100%;
    height: 3px;
    margin: 3px 0;
}

#gadwp-widgettotals .gadwp-right {
    padding: 10px 0 0 0;
    float: left;
    font-style: italic;
}

/*** ESSENTIAL STYLES ***/
.nav,
.nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav {
    line-height: 1.0;
}

.nav ul {
    position: absolute;
    /*	top:			-999em;*/
    width: 13em;
    /* left offset of submenus need to match (see below) */
}

#slider,
#sliderseal img {
    z-index: -1;
    position: relative;
    left: 0;
    width: 100%;
    height: 500px;
    max-width: 1100px;
    min-width: 1100px;
    margin: auto;
    /* top: -70px; */
    box-shadow: 0px 0px 5px black;
}

.nav ul {
    z-index: 999;
}


.nav ul li {
    width: 100%;
}

.nav li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.nav li {
    float: left;
    position: relative;
}

.nav a {
    display: block;
    position: relative;
}

/* .nav li:hover ul,
.nav li.sfHover ul {
	left:			0;
	top:			39px; match top ul list item height
	z-index:		99;
} */
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
    /*	top:			-999em;*/
}

ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
    left: 13em;
    /* match ul width */
    top: 0;
}

ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
    top: -999em;
}

ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
    left: 13em;
    /* match ul width */
    top: 0px;
}

/*** DEMO SKIN ***/
.nav {
    float: left;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.nav a {
    padding: 1em 1em 1em 1em;
    text-decoration: none;
}


.nav a,
.nav a:visited {
    /* visited pseudo selector so IE6 applies text colour*/
    /*	color: #201c57;*/
}

.nav li {}

.nav li li a {
    background: #f7f7e8;
    color: #201c57;
}

.nav li li a:visited {
    color: #201c57;
}

.nav li ul {
    /*	background:	#C95C5C;*/
}

.nav li:hover,
.nav li.sfHover,
.nav a:focus,
.nav a:hover,
.nav a:active {
    outline: 0;
    color: #9d3c3a;
    background: none;
}

.nav li ul li:hover,
.nav li ul li.sfHover,
.nav li ul li a:focus,
.nav li ul li a:hover,
.nav li ul li a:active {
    outline: 0;
    color: #201c57;
}

#menu-primary li:hover>ul {
    margin-top: 0;
}

#menu-primary li:hover>ul li {
    display: inline;
    float: left;
}

.current-page-ancestor {
    background: #9d3c3a;
    color: #ccc;
}

.current-page-ancestor a {
    color: #ccc;
}

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 500px;
    min-height: 500px;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    right: 25px;
    bottom: 55px;
    background: #000;
    color: #fff;
    width: 300px;
    height: 175px;
    z-index: 8;
    padding: 10px;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
    background: #201c57;
    padding: 7px;
    color: white !important;
}

.nivo-nextNav {
    right: 0px;
    background: #201c57;
    padding: 7px;
    color: white !important;
}

.nivo-nextNav:hover,
.nivo-prevNav:hover {
    background: #9d3c3a;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

#slideshowHolder {
    border: 4px solid #A7B952;
}

#slideshowHolder a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#slideshowHolder a:hover {
    text-decoration: none;
}

#ft-buttons-slideshowHolder a {
    color: #A7B952;
    text-decoration: none;
    font-weight: bold;
}

#slideshowHolder h3 {
    font-size: 16px;
}

.ft-prev,
.ft-next {
    background-color: #BAD340;
    padding: 0 10px;
}

.ft-button-ft-active {
    color: black;
}

.ft-button-slideshowHolder-active {
    font-size: 12px;
    color: #FFFFFF !important;
    width: 50px;
    height: 20px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    background-color: #BAD340;
}

.ft-title {
    background-color: #000 !important;
    color: #fff !important;
    width: 100% !important;
    font-weight: bold;
}