@charset "UTF-8";
/* CSS Document */
b, strong{ font-weight: bold; }

em{ font-style: italic; }

p{
	line-height: 16px;
	font-size: 12px;
	text-align: left;
	margin: 10px 0px 15px 0px;
	width: 100%;
	display: block;
}

h1{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px;
	width: 100%;
	display: block;
}

h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px;
	width: 100%;
	display: block;
}

h3{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px;
	width: 100%;
	display: block;
}

h4{
	display: block;
}

h5{
	display: block;
}

h6{
	display: block;
}

h1.pageHeader{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	
}

#page_body ul,ol{
	margin: 10px;
	padding: 5px;
}

#page_body ul li{
	margin: 5px 0px;
	padding-left: 5px;
	list-style: disc;
	list-style-type: disc;
}

#page_body ol li{
	margin: 5px 0px;
	padding-left: 5px;
	list-style: decimal;
	list-style-type: decimal;
}

/* == Forms & Fieldsets */
fieldset{
	width: 100%;
	margin: 5px;
	border: solid 1px #5b1400;
}	

fieldset legend{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5b1400;
	top: 25px;
	left: 15px;
	position: static;
}

.formLabelLeft{
	float: left;
	width: 125px;
	font-weight: bold;
	font-size: 100%;
	text-align: right;
	margin: 2px 5px 2px 0px;
	padding: 0;
}

.formFieldLeft{
	float: left;
	margin: 2px 0px;
	padding: 0;
}

/* == Bread Crumbs */
#breadcrumbs a{
	font-size: 100%;
	color: #5b1400;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

/* == Hours Table Format */
.MainHours{
	font-size: 83%;
}

.TCell{
	border: solid 1px #5b1400;
	font-size: 100%;
	padding: 10px;
	margin: 2px;
}

.TDow{
	text-align: center;
	font-weight: bold;
	background-color: #ffcf01;
}

.TLib{
	text-align: right;
	font-weight: bold;
	font-size: 100%;
	background-color: #ffcf01;
}

.THours{
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	
}
