/***************************************
 ****  Color/Size Font Style		****
 ***************************************/

/* Just about everything */
body, h1, h2, h3, h4, h5, h6, p, span, div, li, ol, ul {
	font-family: Arial, "Trebuchet MS", no-serif;
	font-size: 11pt;
	color: 333388;
	line-height: 1;
}

li, ol, ul {
	list-style-type: none;
}

/* Header Styles */
h1 {
	font-size: 18pt;
	
}

h2 {
	font-size: 15pt;
	color: #749;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 12pt;
}

/* Paragraph style;  auto intentation */
p {
	font-size: 11pt;
	font-style: none;
	text-indent: 0px;
}

/* Currently "Store Hours" */
div#nav_container ul {
	font-size: 11pt;
}

div#nav_container ul li {
	font-size: 10pt;
}
div#nav_container ul li span {
	font-size: 9pt;
	padding-left: 20px;
}

span {
	clear: both;
}
