@import url("font-Sansumi/stylesheet.css");

body, html {
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}	

h1 {
	font-size: 20px;
	color: #0061A6;
	font-family: "SansumiRegular", Arial, Helvetica, sans-serif;
	/*font-weight: bold; Bold does not work in IE and Chrome with this font*/
	font-weight: normal;
}

.max-width { width: 95%; margin: auto; position: relative; }


a:link, a:active, a:visited {
    color: #0061A6;
    text-decoration: underline;
}


#Google-Map { display: block; width: 95%; margin: auto; }
	#Google-Map img { width: 100%; float: left; border: 1px solid #B3DDEB; }
	
#Header {
	background-color: #FFF;
	border-bottom: 	5px solid #B3DDEB;
	
}
	#Header .max-width {
		padding-top: 5px;
		text-align: center;
	}
	
	#Nav-Trigger {
		position: absolute;
		bottom: -5px;
		right: 0px;
		padding: 10px 20px;
		background-color: #4888B7;
		
		font-family: "SansumiRegular", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFF;
		
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

#Mobile-Nav {
	background-color: #4888B7;
	height: 5px;
	overflow: hidden;	
}
	#Mobile-Nav a {
		display: block;
		width: 100%;
		border-top: 1px solid #FFF;
		color: #FFF;
		padding: 10px 0;
		text-decoration: none;
		text-align: center;
	}
	#Mobile-Nav a:first-child { border: none; }

#Footer1 {
	background: url(main/footer1_bg.jpg) left bottom #FEF3D5;
	height: 40px;
	color: 	#4888B7;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}
	a#Full-Site {
		text-decoration: none; 
		font-size: 1.3em;	
	}

#Footer2 {
	background: url(main/footer2_bg.jpg) left top #B3DDEB;	
	height: 24px;
	color: 	#4888B7;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
}





#WalkInClinicSchedule, #ContactHours {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#WalkInClinicSchedule li, #ContactHours li {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 2px 0;
    width: 345px;
}
.weekday-lable {
    float: left;
    width: 65px;
}
