/* Cascading Style Sheet (CSS) CLIresetcss.css for Cedar Lake Inn */
/* This is the work of Fat Paw Design, Hubertus, WI copyright 2005 - 2008, and beyond */
/* Current as of 2008/11/14 */

/* reset CSS based on Eric Meyeer's work of 2008 */

*	{
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,cite,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1	{
	font-size: 1.8em;
	line-height: 1.0em;
}

h2	{
	font-size: 1.5em;
	line-height: 1.0em;
}

h3	{
	font-size: 1.25em;
	line-height: 1.20em;
}

h4	{
	font-size: 1.0em;
	line-height: 1.5em;
}

h5	{
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
}
	
dl,ul	{
	list-style: none;
}

dl,ol,ul	{
	list-style-position: outside;
	margin-left: 30px;
}

dd	{
	margin-left: 10px;
}

:link,:visited	{
	text-decoration: none;
}

img,a img,:link img,:visited img	{
	border: none;
}

.fleft	{
	float: left;
}

.fright	{
	float: right;
}

.clearboth	{
	clear: both;
}

.tac	{
	text-align: center;
}

.tal	{
	text-align: left;
}

.tar	{
	text-align: right;
}

abbr,acronym,dfn {
	cursor: help;
}

abbr,dfn	{
	border-bottom: dashed 1px gray;
	font-style: italic;
}

acronym,address	{
	font-style: normal;
}

code,kbd,pre	{
	font-family: "Courier New", monospace;
	font-size: 1em; 
}

cite	{
	font-family: "Arial", sans-serif;
	font-size: 100%;
	font-weight: bold;
}
