/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}


/* unvisited link */
a:link {
    color: #444a4f;
}

/* visited link */
a:visited {
    color: #444a4f;
}

/* mouse over link */
a:hover {
    color: #339fc0;
}

/* selected link */
a:active {
    color: #444a4f;
}

.bxslider {
	margin: auto;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */

div div ol li span{
font-weight:bold;
font-family: arial;
}

ol {
	list-style: disc;
	color: #444a4f;
}

ul {
	list-style: none;
}

div ul li{
	color: #444a4f;
}

div ul li{
	color: #444a4f;
}

.bodycopylist{
	color: #444a4f;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.subpageimage{
    width: 500px;
     max-width: 500px;
    margin: auto;
}

.carouselbtn {
	float: right;
	background-color:#ededed;
    border:0px solid #dcdcdc;
    display:inline-block;
    color:rgba(57, 159, 190, 0.8);
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:100%;
    line-height: 50px;
    width:10%;
    text-decoration:none;
    text-align:center;
    position:absolute;
    right:0;
    top:0;
    margin-left: 40em;
}

.carouselbtn:hover {
	color: #399fbe;
}

.bodycopy {
    color: #444a4f !important;
    font-size: 1em;
    width: 100%;
}

#hours {
	color: #FFFFFF;
	float: left;
	display: inline;
	margin-left: 50px;
	margin-right: 30px;
}

#number {
	color: #FFFFFF;
	float: left;
	display: inline;
}

#copyright {
	color: #FFFFFF;
	float: left;
	display: inline;
	margin-top: 40px;
	margin-left: 50px;
}
