*{
	border:0px none;
	padding:0px;
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a{
	color:#E00000;
}
a:hover{
	color:#015697;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.twocolor1{
	background-color:#003EAA;
    
}
.header{
	width:100%;
}
.header a.ShopLogo{
	display:block;
	margin:0px auto;
	padding:15px;
	text-align:center;
	background:#C8C7C5;
}
.header a.ShopLogo img{
	max-height:120px;
	max-width:100%;
}
.header ul.menu{
	width:100%;
	text-align:center;
	padding:8px 0px;
	font-size:1.2em;
}
.header ul.menu li{
	display:inline;
}
.header ul.menu li a{
	padding:8px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
#active a{
	color:#A3D1F7;
}
.header ul.menu li a:hover{
	padding:8px 5px;
	font-weight:bold;
	color:#015697;
}
li.AppointmentsLink a#AutoAppointmentsLink_index_1{
	color:#D30308;
}
li.AppointmentsLink a#AutoAppointmentsLink_index_1:hover{
	color:#A80002;
}
.content{
	max-width:100%;
}
.center-wide{
	padding:0px 10px;
}
a.full {
    color: #585858;
    display: block;
    float: right;
    font-size: 100%;
    margin: -5px;
    padding: 10px;
    text-align: center;
    width: 60px;
}
.ContactInfo{
	margin-bottom: 10px;
	text-align: center;
	font-size:140%;
	max-width:100%;
	clear:both;
}
.ContactInfo .org, .ContactInfo .url{
	display:none;
}
.ContactInfo br{
	line-height:1px;
}
.ContactInfo .MobileAddressLink, .ContactInfo .MobilePhoneLink{
	background-size:50px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:transparent;
	padding:12px 0px 12px 60px;
	display:inline-block;
	width:350px;
	max-width:80%;
}
.ContactInfo .MobileAddressLink{
	background-image:url("./map-icon.png");
}
.ContactInfo .MobilePhoneLink{
	background-image:url("./phone-icon.png");
}
.owner{
	float:left;
	width:155px;
	margin:5px 15px 5px 0px;
}
.OwnerPhoto img{
	width:150px;
	border:3px solid #ffffff;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0px 5px 7px 0px;
}
.WelcomeMessage h1{
	font-size:14px;
	clear:both;
	text-align:center;
	margin-bottom:7px;
}
.AffiliationImages{
	display:block;
	text-align: center;
}
.AffiliationImages a{
	
}
.AffiliationImages img{
	max-height: 80px;
	max-width:80px;
	vertical-align:middle;
	padding:10px;
}
.PageFooter{
	font-size:80%;
	text-align:center;
	padding:5px 0px;
	color:#fff;
}
.PageFooter a{
	color:#E00000;
}
.PageFooter a:hover{
	color:#378CCD;
	text-decoration:none;
}
.ServicesList{
	clear:both;
}
.ServicesList ul li{
	line-height:20px;
	font-weight:normal;
	list-style-type:disc;
	margin-right:40px;
	margin-top:2px;
}
.ServicesList ul li.alone{
	font-size:15px;
}
.ServicesList > ul > li, .ServicesList > span > ul > li{
	font-weight:bold;
	padding-top:20px;
	list-style-type:none;
	padding-left:20px;
	font-size:15px;
}

.tickercontainer {
	height:28px;
	overflow: hidden;
	padding:0px 5px;
}
.tickercontainer .mask {
	position:relative;
	left:0px;
	top:5px;
	overflow:hidden;
}
ul.newsticker{
	position:relative;
	left:100%;
	font-style:bold;
	list-style-type:none;
}
ul.newsticker li{
	float:left;
	white-space: nowrap;
}
ul.newsticker a {
	white-space: nowrap;
	margin: 0px 50px 0px 0px;
} 
ul.newsticker span {
	margin: 0px 10px 0px 0px;
        font-size:150%;
	font-weight:bold;
} 
#right-triangle {
   width: 0;
   height: 0;
   border-left:10px solid #a71313;
   border-top:10px solid transparent;
   border-bottom:10px solid transparent;
   float:left;
   margin:7px 5px 0px 0px;
}
h2{
	font-size:16px;
	margin-top:7px;
	float:left;
	max-width:65%;
}