*{ margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;}

body {
	background: url(images/background.gif) repeat-x #dcdcdc;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:1.4em;

}

p, div#content li {
	font-size: .8em;
	line-height: 1.4em;
}
p{ padding:5px 0;}

h1, h2 {
	padding: 0px;
	letter-spacing: -.05em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: #462f24;
	clear: both;
	color: #c31117;
}
	
h1 {
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	background: url(images/h1-ctc.gif) no-repeat;
	padding-left: 40px;
	width: 600px;
}
	
h2 {
	margin: 30px 0px 5px 0px;
	font-size: 20px;
	border-bottom: 1px dashed;
	width: 100%;
}

h3 {
	font-size: 17px;
	padding: 20px 0 0 0;
	margin: 0px;
	color: #c31117;
}

h4 {
	text-transform: uppercase;
	border-bottom: 1px solid;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

h5 {
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.4em;
	margin-left: 10px;
}

a:link {
}

a:visited {
}

a:hover {
	color: #FF0000;
}

a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 970px;
	margin: 0px auto;
}

div#header {
	background: url(images/header.jpg) no-repeat;
	height: 180px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

div#flash {
	position: absolute;
	left: -10px;
	top: 29px;
}	

div#content {
	background: url(images/background-content.gif) repeat-x;
	float: left;
	width: 650px;
	padding-top: 20px;
	min-height: 880px;
}

div#hours-column-1 {
	width: 300px;
	float: left;
}

div#hours-column-2 {
	width: 300px;
	float: right;
}

div#sidebar {
	float: right;
	width: 250px;
	height: 1000px;
	margin-top: -6px;
	padding: 0 0 0 20px;
	background: url(images/background-sidebar.gif) left no-repeat;
	background-position:top left;
}

div#owner {
	text-align: right;
}

div#owner img {
	border: none;
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-bottom: 15px;
	}
	
	div#copyright img {
	border: none;
	float: left;
	margin-top: -27px;
	}
	
	div#copyright a:link, div#copyright a:visited {
	color: #000066;
	text-decoration: none;
	}
	
	div#copyright a:hover {
	text-decoration: underline;
	}

	
/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	margin: 0px;
	padding: 0px;
	}
	
	div#nav ul {
		padding: 0px; 
		margin: 0px;
		list-style-type: none;
		}
		
	div#nav li {
		float: left;
		list-style-image: none;
	}
	
	div#nav li a {
	padding: 7px 8px 6px;
	margin: 0 0px;
	float: left;
	display: block;
	font: bold 0.6em Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
		}
	
	div#nav li a.last {
		border-right: none;
		}
	
	div#nav li a.current, div#nav li a:hover {
		background: #000056;
	}


/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	clear: both;
	padding: 15px 0px 15px 0;
	}
	
div#utility ul {
	padding: 2px 0 0 15px;
	list-style-type: none;
	}
	
div#utility li {
	float: left;
	list-style-image: none;
	}
	
div#utility li a {
	padding: 0px 5px;
	float: left;
	display: block;
	font: bold .6em Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-right: 2px solid #FF0000;
	}
	
div#utility li a.last {
	border-right: none;
	}


/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}

img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

img.border {
	
	padding: 5px;
	background: white;
	border: solid 1px #ccc;
	margin-right:25px;
	margin-bottom:5px;
}


img.center {
	padding: 5px;
	background: white;
	margin: auto 0px;
	border: solid 1px #ccc;
}

p.center {
	text-align: center;
}

img.no-border {
	border: none;
}

.clear {
	clear: both;
}

.hours {
	margin: -1px 0 0 10px;
	padding: 0px;
}


#video{ padding: 5px;
	float:right;
	display:inline;
	margin:0px 0 0 15px;}
	
.class{ }	