/* High Field and Open MRI CSS Document */

/* Background Color */
body {
	background-color:#EEE;
	margin-top:0;
}


/* Text Properties */
p {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Header Text Properties */
h1 {
	color: #060;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

/* Footer Text Properties */
h2 {
	color: #339999;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

/* Unordered List Properties */
ul {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Ordered List Properties */
ol {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Home Page Accordion for Walk Ins*/

#walkin {
	margin-bottom:10px;
}

#walkin div {
	height:160px;
}

#walkin h2
{
  margin:0;
  padding:5px 0 5px 15px;
  background-color:#9C9;
  border-bottom:1px solid #fff;
  color:#333;
  font-weight:bold;
}

#walkin p {
	margin: 10px;
}

#walkin img {
	margin:0 10px 10px 5px;
}

/* Table Data Properties */
td {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}


/* Horizontal Rules */
hr {
	color: #060;
}


/* Active LInks */
a {
	color: #060;
}

a.nav {
	color: #000000;
	text-decoration: none;
	}

