@charset "utf-8";
/* CSS Document */

body {
	background-color:#333;
}

/* =Lists
----------------------------------------------- */

/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .1em;
	margin: 0 0 .8em 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4, h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

#content-b h4 {
	background: #195B7E;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 4px 6px;
}

#content-b h5 {
	border-top: 20px double #195B7E;
	padding-top: .8em;
}

/* =Link styles
----------------------------------------------- */
img {
	border: none;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #000000;
}

/* =Layout
----------------------------------------------- */
#wrapper-main {
	margin: 0 auto;
	width: 768px;
}
#midline-bar{
	background: url(images/midline-bar.png) no-repeat;
	position: relative;
	margin: 0 0;
	height: 120px;
}

#header {
	background: url(images/header.png) no-repeat;
	position:relative;
	margin: 0 0;
	height: 228px;
}

#main-content-top{
	background:url(images/wrapper-main-test.png)  no-repeat;
	position:relative;
	margin: 0 0;	
	height:615px;
}

#main-content-bg {
	background: url(images/wrapper-main-middle.png) repeat-y;
	position:relative;
	width: 768px;
	margin: 0 0;
	height: 400px;
}

#spacer {
	background: url(images/wrapper-main-middle.png) repeat-y;
	position:relative;
	width: 768px;
	margin: 0 0;
	height: 20px;
}

#main-content-bottom {
	background: url(images/wrapper-main-bottom.png) no-repeat;
	position:relative;
	width: 768px;
	margin: 0 0;
	height: 56px;
}

#content-a {
	position:absolute;
	width:350px;
	left: 15px;
	top: 5px;
	height:400px;
	z-index:1;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	visibility: visible;
}

#content-b {
	position:absolute;
	width:350px;
	right: 15px;
	top: 5px;
	height:400px;
	z-index:2;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#content-directions {
	position:absolute;
	width:750px;
	left: 8px;
	top: 5px;
	height:600px;
	z-index:4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	visibility: visible;
	font-weight: bold;
	color: #000;
}

#content-directions-bg {
	background: url(images/wrapper-main-middle.png) repeat-y;
	position:relative;
	width: 768px;
	margin: 0 0;
	height: 540px;
}
	
#footer {
	position:absolute;
	width:768px;
	left: auto;
	top: 30px;
	height:100px;
	z-index:3;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	visibility: visible;
	color: #FFF;

p {
	font-weight: bold;
}
#wrapper-main div #main-content-bg #content-b p {
	font-weight: bold;
}
.hours_bold {
	font-weight: normal;
}
#WhiteHyperlink {
	color: #FFF;

}
#wrapper-main div #main-content-bottom #footer p {
	font-size: 12px;
}
