/* CSS Document */
body {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	text-align: center;
	}

img {
	max-width: 100%;
	}
	
p {
	background: #e5e5e5;
	font-size: 1em;
	padding: 0.5em;
	margin: 0;
	line-height: 1.5em;
	text-align: left;
	}

#container {
	margin: 3px auto 0;
	width: auto;
	max-width: 760px;
	font-size: 1em;
	}

#footer {
	max-width: 760px;
	width: auto;
	margin: 0;
	padding: 0;
	border-top:  2px solid #fff;
	font-size: 1em;
	}

#header h1, .header h1 {
	margin: 1em auto;
	padding: 0;
	width: 162px;
	height: 40px;	
	background: transparent url(../i/has_LogoMobile.gif) 0 0 no-repeat;
	}

.header h1 a	{
	display: block;
	margin: 0;
	padding: 0;
	width: 162px;
	height: 40px;
	text-decoration: none;
	background: transparent url(../i/has_LogoMobile.gif) 0 0 no-repeat;
	}

.header h1 a:hover	{
	background: transparent url(../i/has_LogoMobile.gif) 0 0 no-repeat;
	}

#header h1 span, .header h1 span {
	display: none;
	}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin-top: 1.3em;
	font-weight: bold;
	}
	
#mobile h1, #mobilecontact h1, #mobiledirections h1 {
	font-size: 1em;
	}
	
#mobile h2, #mobilecontact h2, #mobiledirections h2 {
	background: #f5f5f5;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

a:visited {
	color: #03c;
	background-color: transparent;
	text-decoration: none;
	}
			
a:hover {
	color: #03c;
	background-color: transparent;
	text-decoration: none;
	}
				
a:link {
	color: #03c;
	background-color: transparent;	
	text-decoration: none;
	}
	
#menu {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 0.90em;   
	}
	
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu ul li, #menu ul li#active {
	display: block;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #fff;
	width: auto;
	height: 1.5em;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	color: #03c;
	text-decoration: none;
	display: block;
	}

#menu ul li#active {
	background: #fff;
	width: auto;
	height: 1.5em;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	color: #999;
	text-decoration: none;
	display: block;
	}

#menu a:hover {
	background: #eee;
	text-decoration: none;
	}