body, div, h1, h2, h3, ul, li, a {
	padding: 0;
	margin: 0 auto;
	border: 0;
}

body {
	background: #e1e1e1 url('images/page_top_bg.jpg') repeat-x;
	text-align: center;
	font-family: arial, trebuchet ms, trebuchet, arial;
}

h1, h2, h3, h4 { color: #09F; }

#container {
	width: 1000px;
}

#header {
	background: url('images/top_bg2.jpg') no-repeat; 
	height: 203px;
}

#nav {
	width: 900px;
	height: 50px;
	padding-top: 160px;
}

#nav ul {
	background: #ff00ff;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	height: 57px; 
	padding-top: 20px; padding-bottom: 21px;
}

#nav a { background: #ff00ff;
 font-size: 18px;
 font-family: arial mt rounded, arial;
 font-weight: bold;
/* padding-top: 20px; padding-bottom: 21px; */
}

#menu {
padding-top: 141px;
width: 860px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 25px 15px 30px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

#menu a:hover {
	background: url('images/arrow.png') no-repeat center bottom;
}

#menu a.current { 
	background: url('images/arrow.png') no-repeat center bottom;
	text-decoration: underline;
}

#middlec {
	background: url('images/page_bg.jpg') repeat-y;
}

#middleimg {
    border: 3px solid #d2d2d2;
	/*height: 300px;*/
	height: 250px;
	background: url('images/bg_spring.jpg') no-repeat right;
	margin-bottom: 10px;
}

#middle {
	background: url('images/middle_bg.jpg') no-repeat;
	min-height: 337px;
	padding: 60px; padding-top: 0px; padding-bottom: 10px;
}

#content {
	text-align: left;
	font-family: arial, trebuchet ms, trebuchet, arial;
	font-size: 16px;
	line-height: 20px;
}

#content img { padding: 5px; }

#content a {
	color: #09F;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	padding-left: 15px;
}

#content ul.locations {
	background: url('images/loc_bar.png') no-repeat; margin-bottom: 20px; margin-top: 20px; padding-top: 10px; }
#content ul.locations li {
	list-style-type: none;
	display: inline;
	height: 48px;
	padding: 10px;
	padding-bottom: 0px;
}
#content li.current { 
 background: #ffffff;
 border: 2px solid #CCC;
 border-bottom: 0;
 }
#content ul.locations a {
	font-size: 18px;
	padding-top: 10px;
}

#content ul.links li { padding-bottom: 10px; }

#contact_form { color: #000000; }
#contact_form img { padding: 0; }

#left { 
	float: left;
}

#right { 
    float: right;
}

.sixty {
	width: 450px;
}

.forty {
	width: 350px;
}

.spacer { height:50px; }

#newpage {
	background: url('images/page_rounded_top.jpg') no-repeat top;
	padding: 60px; padding-bottom: 5px; padding-top: 1px;
}

/* #newpage.right { background: url('images/tab_right.jpg') no-repeat; }
#newpage.right h3 { text-align: right; padding-right: 15px; }
#title_container { text-align: right; font-weight: bold; }
#title_container.right { float: right; padding-right: 10px;  padding-bottom: 15px;}
#title_right { width: 200px; text-align: center; position: relative; right: 0; } */

#bottom {
	background: url('images/bottom_bg.jpg') no-repeat;
	height: 26px;
}

#footer { 
 width: 900px;
 text-align: right;
 margin-bottom: 10px;
 color: #444444;
 }

#footer li {
	list-style-type: none;
	display: inline; 
	padding-left: 10px;
	
}

#footer a {
	color: #444444;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline; 
}

.clear { clear: both; }

.shown { display: block; }
.hidden { display: none; }

#pic img { border: 0; }

table.hours td { text-align: left; }

