/* Based on A List Apart article In Search of the Holy Grail Jan 30, 2006 by Matthew Levine */

body {
	min-width: 800px;
	font-size: 100%;
	}

html>body #nav li a { 
	width: auto;
	}

html>body #schedlist li a {
	width: auto;
	}

/* Start Mac IE5 filter \*/
#container .column {
	padding-bottom: 20010px;
	margin-bottom: -20000px;
	background-color: none;
	}
/* */

#container {
	overflow: hidden;
	background-color: none;
	}
	
#container a {
	color: #1958b7;
	}		

#container a:hover {
	color: #2586d7;
	}		

* html #container {
	width: 100%;
	margin-left: 0px; 
	background-color: none;
	}

/* easy clearing */
#container:after .column {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#container .column {
	display: inline-block;
	}

/* Start Mac IE5 filter \*/
* html #container .column {
	height: 1%;
	}
	
#container .column {
	display: block;
	} 
/*end easy clearing */

#center_wrapper {
	float: left;
	width: 100%;
	background-color: none;
	}

/*** Equal-height Columns ***/

#center {
	border-right: 2px solid #90bade;
	border-left: 2px solid #90bade;
	}
	
#center {
	margin: 0 180px 0 180px;
	}

#center {
	padding: 5px 10px 5px 10px;
	background-color: none;
	}

* html #center {
	margin: 0 180px 0 180px;
	background-color: none;
	}

* html #center {
	display: inline;
	}

#nav_wrapper {
	float: left;
	margin-left: -100%; 
	width: 180px;
	background-color: none;
}

* html #nav_wrapper {
/*	margin-left: 0; */
	word-wrap: break-word;
	background-color: none;
	}

* html #nav_wrapper {
	display: inline;
	}

#nav {
	padding-top: 15px;
	color: #333;			
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#nav li {
	border-bottom: 1px solid #90bade;
	}		
		
#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
/* 	width: 100%; */
	}

#nav li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}		

#products_wrapper {
	float: right;
	margin-left: -180px;
	width: 180px;
	word-wrap: break-word;
	}

* html #products_wrapper {
	margin-left: -180px;
	background-color: none;
	}

* html #products_wrapper {
	float: right; 
	}
	
* html #products_wrapper {
	display: inline;
	}

#products {
	padding-top: 15px;
	background-color: none;
	}

#products ul {
	list-style: disc;
	margin-top: 0;
	margin-bottom: .15em;
	}
	
#header img {
	border-bottom: 2px solid #90bade;
	}

#header p {
	font-size: 70%;
	font-style: italic;
	}

#header {
	font-size: large;
	text-align: center;
	padding: 0.3em 0;
	background-color: none;
	}

#footer {
	font-size: small;
	text-align: center;
	background-color: none;
	}

/* Misc. pretty formatting */

h1 {
	font-size: 125%;
	font-style: italic;
	}

h2 {
	font-size: 115%
	}

h3 {
	font-size: 113%;
	font-style: italic;
}

.note {
	font-style: italic;
	font-size: 90%;
}

.to_top {
	text-align: right;
	font-size: 80%
}

.directions {
	font-size: 90%;
}

.no_ul a {
	text-decoration: none;
}

#schedlist h3 {
	margin: 0 .5em 0 .5em;
}

#schedlist h4 {
	margin: 0 .5em 0 .5em;
}

#schedlist p, td {
	margin: 0 .5em .5em .5em;
	font-size: 90%;
}

#schedlist ul {
	list-style: disc;
}
				
#schedlist li {
	margin: 0 .5em 0 .5em;
	padding: 0;
	font-size: 90%;
}

#schedlist li a {
	text-decoration: none;
	margin: 0;
}
